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