NEW
Font size
WorksheetsHigher Computing SDD Revision
Total questions: 15
Worksheet time: 8mins
State the term for software which doesn't crash easily when given invalid data.
Reliable
Robust
Maintainable
Useable
What is the name of the software development methodology where active user involvement is important to gain feedback?
Agile
Flexible
Fast
Top Down
What term describes software which solves the problem that it was designed to solve?
Fat for purpose
Unfit for purprose
Fit for Purpose
Appropriate for needs
Which term means software is easily adaptable to changing requirements in the future?
Flexible
Robust
Maintainable
Cloudy
Which term describes software which meets it requirements without excessive lines of code?
Efficient
Lazy
Fit
Maintained
Which term describes the limits set on a program?
Requirements
Boundaries
Scope
Purprose
For counter = 0 to 4 will loop how many times?
0
4
5
Until a condition is met
To find the highest value in an array, we use which standard algorithm?
Find Minimum
Find Maximum
Linear Search
Input Validation
Which standard algorithm would you use to calculate the number of times a value appears?
Linear Search
Find Maximum
Count Occurances
Conditional Loop
Dividing by 0 is an example of:
Logic Error
Syntax Error
Execution Error
Good coding
Which testing technique is used to track a variable through lines of code?
Dry Run
Watch Point
Break Point
Trace Table
What is exceptional data?
Data which should be accepted as valid.
Data which is on the boundaries of acceptable.
Data which should be rejected.
Data which is described as fantastic.
Anaylsis - ? - Implementation - Testing - Documentation - Evaluation - ?
Which two stages are missing in the correct order?
Design and Rollout
Design and Maintainance
Agile and Design
Maintainance and Design
Which type of design notation is used to design a UI?
Wireframe
Pseudocode
Flow Chart
Data DIagram
A locally declared variable is able to be seen by the whole program?
True
False
