CT 7 Flashcards

CT 7 Flashcards

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Richard Steed

FREE Resource

Student preview

quiz-placeholder

40 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Sequencing in programming

Back

Sequencing is the order in which instructions occur. Incorrect order can cause unexpected results or program failure.

2.

FLASHCARD QUESTION

Front

Example of sequencing error

Back

Using a variable before it is declared can cause a program to crash because the interpreter cannot find a variable that doesn’t exist.

3.

FLASHCARD QUESTION

Front

Selection in programming

Back

Selection is when a program chooses which path to take based on a condition, using constructs like 'if...else' and 'if...elif...else'.

4.

FLASHCARD QUESTION

Front

Example of selection

Back

A program performs different functions depending on user input.

5.

FLASHCARD QUESTION

Front

Repetition and iteration in programming

Back

Repetition and iteration occur when a program repeats a section of code.

6.

FLASHCARD QUESTION

Front

Count-controlled loops

Back

Count-controlled loops run a specified number of times, using 'for in range()' or 'while' loops.

7.

FLASHCARD QUESTION

Front

Condition-controlled loops

Back

Condition-controlled loops run as long as a condition is true, using 'while' loops.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?