Font size
WorksheetsShort Computer Science Quiz -- Paper 1
Total questions: 35
Worksheet time: 17mins
An algorithm is
sequence of steps to complete a task
instructions for a computer to follow
breaking a problem down into chunks
a flowchart
Breaking a problem down into a number of sub problems, so each sub-problem accomplishes a identifiable task, is called...
Decomposition
Abstraction
Analysis
Processing
Process of taking away or removing irrelevant characteristics in terms of the problem being solved in order to reduce it to something simpler to understand is called...
Decomposition
Abstraction
Analysis
Processing
What is the table called?
Testing Table
Trace Table
Truth Table
Technical Table
When would this function return TRUE?
When the num is equal to 0
When the num is even
When the num is odd
When 2 = 0
num is an example of a
parameter
constant
varied number
return value
The difference between a function and a procedure is that a function MUST
return a value
contain a loop
be passed a parameter
contain MOD
A value that doesn't change when the program is running is called a
variable
constant
loop
condition
Which type of loop runs a set number of times?
FOR loop
WHILE loop
DO UNTIL loop
Infinite loop
What are the two types of variables? Select two.
Local
Global
Quick
Accessible
More Quiet
