Final Review Part 4

Final Review Part 4

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

22 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Boolean expressions can also be connected by compound conditionals. Which of the following is not used for connecting expressions? not, and, plus, or

Back

plus

2.

FLASHCARD QUESTION

Front

What value would the following Boolean expression return (assuming a is 4), True or False? a+3 > 5

Back

True

3.

FLASHCARD QUESTION

Front

What value would the following Boolean expression return (assuming a is 4), True or False? a*2 >=16 and a<1

Back

False

4.

FLASHCARD QUESTION

Front

An _____ statement causes a program to execute a block of code only if a Boolean expression is true.

Back

if

5.

FLASHCARD QUESTION

Front

An _____ statement will be executed only if a Boolean expression is false.

Back

else

6.

FLASHCARD QUESTION

Front

To have a string of characters display on your screen with the returned values you must use the _____ function.

Back

print

7.

FLASHCARD QUESTION

Front

What punctuation is required at the end of the line when using def, if, and else?

Back

colon

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?