Programming Fundamentals

studied byStudied by 1 person
0.0(0)
Get a hint
Hint

Sequence

1 / 5

flashcard set

Earn XP

Description and Tags

6 Terms

1

Sequence

Lines of code that run in the order they are written, one after the other.

New cards
2

Selection

When the flow of a program is changed, depending on a set of conditions.

New cards
3

Iteration

Repeating a line or a block of code using a loop.

New cards
4

Counter controlled iteration

When the code is repeated a fixed number of times e.g. using a for loop.

New cards
5

Variable

A named memory location that holds data that during the execution of a program. the data can change during execution.

New cards
6

Constant

A named memory location that holds data that during the execution of a program. the data can’t change during execution.

New cards

Explore top notes

note Note
studied byStudied by 51 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 14 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 33 people
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 113 people
... ago
4.0(1)

Explore top flashcards

flashcards Flashcard (102)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (28)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (52)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 135 people
... ago
5.0(3)
flashcards Flashcard (110)
studied byStudied by 18 people
... ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 1 person
... ago
5.0(1)
robot