Spellings 10 Flashcards

1
Q

Data that is being passed into another bit of code

A

Parameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A small piece of reusable code into which data can be passed and which returns a value

A

Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A small piece of reusable code into which data can be passed and which does not return a value

A

Procedure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Converting a variable from one data type to another

A

Casting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Returns the remainder from a division

A

Modular

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data is lost when the power is removed. This happens in RAM

A

Volatile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A global computer network of cables used for data sharing

A

Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Memory in the processor which provides fast access to frequently used instructions and data

A

Cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A part of the CPU that holds the results of calculations

A

Accumulator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AND, OR, NOT, Used in conditions

A

Boolean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly