Font size
WorksheetsQuick Revision Quiz
Total questions: 15
Worksheet time: 11mins
What kind of design notation is shown above?
Flowchart Chart
Structure Diagram
How would you store a negative whole number?
Integer
Real
Which one of these is NOT a standard algorithm?
Input Validation
Running Total
Calculate the average
Traversing a 1D array
Which of these are common execution errors?
Wrongly spelt variables
Dividing by Zero
Missing file
Missing quotes
How are characters stored in the computer?
Binary
ASCII
This is the pseudocode for a simple guessing game.
How many conditional loops are there?
(a)
Wireframe is a graphical design where hierarchy of all pages within website can be set up.
TRUE
FALSE
How is a bit-mapped graphic stored?
In a grid of pixels with each pixel stored as a binary number
Every pixel is represented as a binary number
As a collection of objects
How is a vector graphic stored?
Each pixel is stored as a binary number
As a collection of objects
As a collection of objects with the attributes of each object stored
What kind of bus is used to carry data from a memory location to the processor and vice versa?
Address Bus
Control Bus
Data Bus
How is an image represented in a wireframe?
Which phrase should be used when evaluating code?
Fit for Purpose
Fit for Code
Fit
Purposeful
Draw a circle round a selection part of the diagram ...
What would be the value of Cost if weight = 200?
£4.50
£2.50
£1.50
No cost
Which type of repetition is shown?
Conditional loop
Fixed loop
