Programing Flashcards
1
Q
Data type
A
Range of valuables that are variable can hold
2
Q
Sequence
A
Arranged in a particular order
3
Q
Iteration
A
The repetition of a process or utterance
4
Q
Selection
A
A choice
5
Q
Variables
A
A not consistent value
6
Q
Constant
A
A valuable that remain the same over the whole algorithm
7
Q
Subroutine
A
A set of instruction that is designed to solve s program
8
Q
Identifier
A
Variable or constant
9
Q
Iteration
A
While/For - repeat until
10
Q
Definite iteration
A
A iteration that we know how many times a repeat how s many times we tell the program to repeat
11
Q
Indefinite iteration
A
A respect that we don’t know how many times it will be repeated
12
Q
DIV
A
17 div 5 = 2, remained
13
Q
MOD
A
17 mod 5 = 3, main