AQA AS COmputing: 2.1 Input, Assignment and Output Flashcards

1
Q

High-Level Programming Language

A

A language that has English-like key words and commands to express the basic constructs of sequence, selection (decision) and iteration (repetition)

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

Variable

A

A location in memory that contains one or more data values

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

Identifier

A

A unique name given to each variable, procedure or function

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

Integer division (DIV)

A

Returns only the whole number part of a division

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

Compiler

A

A program that translates source code into executable object code

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

Console application

A

A program that runs in a text based window into which the user types and which displays the text output from the compiler

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