Question 1 of 25
Hints left: 3
Q1
If the goal of this program is to sort numbers greater than 10 into list B and less than 10 into list A, then what sort of error does the program have?
Q2
Identify the description of a linear search
Q3
An approach to problem-solving in which different sequences are considered until the best suitable solution is found is called
Q4
Picking out the important bits of information from the problem, ignoring the specific details that don’t matter.
Q5
What is the difference between analogue and digital data?
Q6
Which of the following is an example of thinking computationally
Q7
Which statement is NOT correct?
Q8
What will be the worst case complexity of Merge Sort while data is already sorted in increasing order?
Q9
An identifier is the ’name’ given to a variable. For example: distance To School = 10What is the value of the variable?
Q10
What is the benefit of understanding a problem before coding?
Q11
Is NOT a piece of meta data that would be stored by an image:
Q12
In the loop: FOR i = 1 TO 50 What is i?
Q13
What is happening in row 3?
Q14
What is an advantage of the Linear search algorithm?
Q15
In which of the following fields are computers used,
Q16
Which of the following answers correctly displays the Fibonacci sequence?
-
A
-
B
-
C
-
D
Q17
What shape will the program draw?
Q18
What does IMPLEMENT AN ALGORITHM mean?
Q19
Data sent from a Computer is called
Q20
In a flow chart, what does a rectangle mean?
Q21
What is a Merge Sort?
Q22
What does an arrow represent in a flow chart?
Q23
A section of flowchart that happens continuously is known as a
Q24
What would you call this variable?Storing someone’s name
Q25
In a Flowchart, what does this symbol mean?