Computing revision

?
  • Created by: Ethan C
  • Created on: 13-01-16 15:30
What is the simplest programming construct
Statement
1 of 23
A ________ is made up of a series of statments that are carried out in the order they are written
Sequence
2 of 23
A ________ is a label given to a location in memory that can be accesed and changed
Vairable
3 of 23
In _________ a condition is used to decide which piece of the code should be executed
Selection
4 of 23
If you want to store multiple values you use an _____
Array
5 of 23
An _____ is a set of values of same data type stored under one identifier
Array
6 of 23
______ can also be two-dimensional
Array
7 of 23
__________ is a type of programing language
Pseudocode
8 of 23
What number does an array start?
0
9 of 23
A __________ is a selection of code that performs a specific task and can be called from the main routene when needed
Subroutine
10 of 23
What is one type of a Subroutine
Procedure
11 of 23
What is the other type of Subroutine
Function
12 of 23
A subroutine that does not normally return a value is a _________
Procedure
13 of 23
A subroutine that returns a value is called a ________
Function
14 of 23
What is it called hwen you add vairables after the identifier
Parameters
15 of 23
A vairable that is accessible throughout an entire programs are ______ vairables
Global
16 of 23
Vairables that are only accessible withing a subroutine are called _____ vairables
Local
17 of 23
A ___ loop uses a vairable as a counter
While
18 of 23
A _____ loop uses a condition to determine whether or not the statements should be executed
While
19 of 23
What data type would you use for a telephone number
String
20 of 23
What data type would you use for the time a flie was last edited
date/time
21 of 23
5 div 3
one
22 of 23
5 mod 3
two
23 of 23

Other cards in this set

Card 2

Front

A ________ is made up of a series of statments that are carried out in the order they are written

Back

Sequence

Card 3

Front

A ________ is a label given to a location in memory that can be accesed and changed

Back

Preview of the front of card 3

Card 4

Front

In _________ a condition is used to decide which piece of the code should be executed

Back

Preview of the front of card 4

Card 5

Front

If you want to store multiple values you use an _____

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Revision resources »