VA Fall Semester Test Review

VA Fall Semester Test Review

Assessment

Flashcard

Created by

Quizizz Content

Computers

9th - 12th Grade

Hard

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is a naming convention commonly used in Python? snake_case, PascalCase, camelCase, UPPERCASE

Back

snake_case

2.

FLASHCARD QUESTION

Front

Why is it important to use comments in your code?

Back

To make the code more understandable for others

3.

FLASHCARD QUESTION

Front

To give instructions or ensure that data is entered correctly use

Back

data validation

4.

FLASHCARD QUESTION

Front

What will be the output of the following code snippet if test_score is 65? A) You got a D, B) Room for improvement, C) Just passing, D) You got a C

Back

Just passing

5.

FLASHCARD QUESTION

Front

What does the diamond shape in a flowchart signify?

Back

Decision

6.

FLASHCARD QUESTION

Front

In the code snippet, what happens when the user enters -1?

Back

An error message is displayed.

7.

FLASHCARD QUESTION

Front

What will be the output of the following Python code snippet?
word = "iteration"
for letter in word:
print(letter)

Back

i t e r a t i o n

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?