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