Q1. How many binary searches will it take to find the value 7 in the list [1,4,7,8,10,28]?
Q2. What is the difference between a function and procedure
Q3. Any algorithm is a program.
Q4. According to the image, when you click on the green flag
Q5. Which of the following is a limitation of using a model to study something?
Q6. Which data type is used to store:99.10
Q7. What will happen if the user’s book return is late?
Q8. Where can Linear Search be performed?
Q9. Which algorithm does this image represent?
Q10. Identify a variable within this f lowchart.
Q11. Which sorting algorithm takes an item from the list, and puts it in the correct place in a sorted list?
Q12. A section in a flowchart that displays a message to a user is known as a
Q13. Data types of variables can never be changed.
Q14. What will the following algorithm display?a ←26 MOD 13display(a)
Q15. Deciding which clothes to wear to a party is an example of what?
Q16. Which terms best describes each step in a computer program?
Q17. What are the two ways that algorithms can be designed?
Q18. Which type of search algorithm is this?
Q19. ___is used to denote when the program will stop.
Q20. To add an item to the end of a list, what command can we use?
Q21. What does PATTERN RECOGNITION mean?
Q22. Each item in a list has an "address" or index. The first index in a Python list is what?
Q23. Bubble sort takes the first two values of a list, and swaps them if wrong?
Q25. If/else if/else are examples ofThis code uses: