wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

National 5 Computing Science Revision Quiz 1

Total questions: 9

Worksheet time: 9mins

Name
Class
Date
1.

What is this piece of code an example of?


For counter = 1 to 10

RECEIVE Mark FROM(INTEGER) KEYBOARD

Total = Total + Mark

Next

a)

Input Validation

b)

Traversing a 1D Array

c)

Running Total

d)

Pre-Defined Function

2.

Real numbers are stored using a Mantissa and (a)   ?

3.

What is NOT gathered at the Analysis stage of the SDP?

a)

End User Requirements

b)

Structure Diagram

c)

Functional Requirements

d)

Inputs, Processes & Outputs

4.

When looking at the target audience of a website what factors should be considered? Check all that apply.

a)

Age Group

b)

Skill Level

c)

User Requirements & Interests

d)

Navigation Structure

5.

Convert the number 82 into 8 bit binary. Enter your answer with no spaces.

(a)  

6.

I am testing a section of code that is designed to validate exam marks out of 100. If I were to use the value 105 what type of test data is this?

a)

Normal

b)

Exceptional

c)

Extreme

7.

Whilst testing a program the program crashes unexpectedly. What type of error is this an example of?

a)

Syntax

b)

Logic

c)

Execution

d)

Code

8.

Whilst evaluating a program I am considering whether or not the program copes with a variety of inputs. What aspect of my program am I evaluating?

a)

Reliability

b)

Readability

c)

Robustness

d)

Fitness for Purpose

9.

I wish for my program to round a ski time to 2 decimal places. What would I use to save me programming time?

a)

Standard Algorithm

b)

Pre-Defined Function

c)

Selection

d)

Iteration