wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quick Revision Quiz

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

What kind of design notation is shown above?

a)

Flowchart Chart

b)

Structure Diagram

2.

How would you store a negative whole number?

a)

Integer

b)

Real

3.

Which one of these is NOT a standard algorithm?

a)

Input Validation

b)

Running Total

c)

Calculate the average

d)

Traversing a 1D array

4.

Which of these are common execution errors?

a)

Wrongly spelt variables

b)

Dividing by Zero

c)

Missing file

d)

Missing quotes

5.

How are characters stored in the computer?

a)

Binary

b)

ASCII

6.

This is the pseudocode for a simple guessing game.

How many conditional loops are there?

(a)  

7.

Wireframe is a graphical design where hierarchy of all pages within website can be set up.

a)

TRUE

b)

FALSE

8.

How is a bit-mapped graphic stored?

a)

In a grid of pixels with each pixel stored as a binary number

b)

Every pixel is represented as a binary number

c)

As a collection of objects

9.

How is a vector graphic stored?

a)

Each pixel is stored as a binary number

b)

As a collection of objects

c)

As a collection of objects with the attributes of each object stored

10.

What kind of bus is used to carry data from a memory location to the processor and vice versa?

a)

Address Bus

b)

Control Bus

c)

Data Bus

11.

How is an image represented in a wireframe?

a)
b)
c)
d)
12.

Which phrase should be used when evaluating code?

a)

Fit for Purpose

b)

Fit for Code

c)

Fit

d)

Purposeful

13.

Draw a circle round a selection part of the diagram ...

14.

What would be the value of Cost if weight = 200?

a)

£4.50

b)

£2.50

c)

£1.50

d)

No cost

15.

Which type of repetition is shown?

a)

Conditional loop

b)

Fixed loop