Programming Fundamentals

studied byStudied by 3 people
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 3 people
... ago
5.0(1)
note Note
studied byStudied by 24 people
... ago
5.0(1)
note Note
studied byStudied by 233 people
... ago
5.0(3)
note Note
studied byStudied by 237 people
... ago
5.0(2)
note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (38)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (74)
studied byStudied by 12 people
... ago
5.0(1)
flashcards Flashcard (148)
studied byStudied by 5 people
... ago
5.0(2)
flashcards Flashcard (103)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (96)
studied byStudied by 25 people
... ago
5.0(1)
flashcards Flashcard (33)
studied byStudied by 15 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 15 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 9 people
... ago
5.0(1)
robot