WorksheetsNational 5 Computing Science Revision Quiz 1
Total questions: 9
Worksheet time: 9mins
What is this piece of code an example of?
For counter = 1 to 10
RECEIVE Mark FROM(INTEGER) KEYBOARD
Total = Total + Mark
Next
Input Validation
Traversing a 1D Array
Running Total
Pre-Defined Function
Real numbers are stored using a Mantissa and (a) ?
What is NOT gathered at the Analysis stage of the SDP?
End User Requirements
Structure Diagram
Functional Requirements
Inputs, Processes & Outputs
When looking at the target audience of a website what factors should be considered? Check all that apply.
Age Group
Skill Level
User Requirements & Interests
Navigation Structure
Convert the number 82 into 8 bit binary. Enter your answer with no spaces.
(a)
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?
Normal
Exceptional
Extreme
Whilst testing a program the program crashes unexpectedly. What type of error is this an example of?
Syntax
Logic
Execution
Code
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?
Reliability
Readability
Robustness
Fitness for Purpose
I wish for my program to round a ski time to 2 decimal places. What would I use to save me programming time?
Standard Algorithm
Pre-Defined Function
Selection
Iteration
