HNC Computing - Software Development

?
Readability of code
White Space, indentation, Variable Names, Sub Routines & Commenting
1 of 11
Global Variable
is a variable that can be used through out the code
2 of 11
Local Variable
is a variable that can be used in the subroutine it is already contained in
3 of 11
Data Types
String, Boolean, Integer & Real
4 of 11
Types of loops
While, For, Do While & If
5 of 11
Sections of a Technical Manual
Project Brief, Specification Document, Design Document, Code Listing & Test Document
6 of 11
Sections of a User Manual
Installation Requirements & User Guide(including error messages)
7 of 11
Black Box Testing
Test the functionality of a system or component against its requirements
8 of 11
White Box Testing
Design tests by looking at the code, Ensure that every line is tested, Ensure that every possible path through the code is tested
9 of 11
Unit Testing
Testing components in isolation
10 of 11
System Testing
Testing the entire system as a whole, How the components work togethe
11 of 11

Other cards in this set

Card 2

Front

is a variable that can be used through out the code

Back

Global Variable

Card 3

Front

is a variable that can be used in the subroutine it is already contained in

Back

Preview of the back of card 3

Card 4

Front

String, Boolean, Integer & Real

Back

Preview of the back of card 4

Card 5

Front

While, For, Do While & If

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all computer science resources »