AQA Comp SC: Programming

?
  • Created by: jordan_le
  • Created on: 27-03-19 09:32
Data Types
It is a variable defined by the values it can take and the operations it can pertform.
1 of 5
Arrays
They are fixed in length and they store many variables assigned to a position.
2 of 5
Lists
They can vary in length due to the ability to add variables to it, they tend to be less efficient than arrays because it uses sequential access compare to direct access which arrays use.
3 of 5
Definate Iteration
It loops a piece of code for a set number of times.
4 of 5
Indefinite Iteration
It loops a piece of code for an indefinite number of times.
5 of 5

Other cards in this set

Card 2

Front

Arrays

Back

They are fixed in length and they store many variables assigned to a position.

Card 3

Front

Lists

Back

Preview of the front of card 3

Card 4

Front

Definate Iteration

Back

Preview of the front of card 4

Card 5

Front

Indefinite Iteration

Back

Preview of the front of card 5

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »