Programing Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Data type

A

Range of valuables that are variable can hold

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

Sequence

A

Arranged in a particular order

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

Iteration

A

The repetition of a process or utterance

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

Selection

A

A choice

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

Variables

A

A not consistent value

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

Constant

A

A valuable that remain the same over the whole algorithm

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

Subroutine

A

A set of instruction that is designed to solve s program

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

Identifier

A

Variable or constant

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

Iteration

A

While/For - repeat until

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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

Indefinite iteration

A

A respect that we don’t know how many times it will be repeated

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

DIV

A

17 div 5 = 2, remained

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

MOD

A

17 mod 5 = 3, main

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