FCS -  Mid-Term Exam (Ozaria)CC

FCS - Mid-Term Exam (Ozaria)CC

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

34 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a variable in programming?

Back

A named storage location that holds a value.

2.

FLASHCARD QUESTION

Front

Which keyword is used to declare a variable in Python? Options: let, int, const, var

Back

var

3.

FLASHCARD QUESTION

Front

What is the purpose of conditional statements in programming?

Back

The purpose of conditional statements in programming is to make decisions based on certain conditions.

4.

FLASHCARD QUESTION

Front

What is the difference between 'while' and 'do-while' loops?

Back

The 'while' loop checks the condition before executing the loop, while the 'do-while' loop executes the loop at least once before checking the condition.

5.

FLASHCARD QUESTION

Front

What is the purpose of iteration in programming?

Back

The purpose of iteration in programming is to repeat a set of instructions or a block of code multiple times.

6.

FLASHCARD QUESTION

Front

Which keyword is used to exit a loop in Python?

Back

break

7.

FLASHCARD QUESTION

Front

What is the term for a set of rules for how things are spelled and formatted in code so the computer can understand it?

Back

syntax

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?