Final Review Part 4

Final Review Part 4

11th Grade

23 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

10th - 12th Grade

20 Qs

BOOLEAN ALGEBRA

BOOLEAN ALGEBRA

11th Grade

20 Qs

2.4 Computational Logic

2.4 Computational Logic

9th - 11th Grade

20 Qs

2.4 Boolean Logic

2.4 Boolean Logic

10th - 11th Grade

22 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Unit 4 Variables, Conditionals & Functions CS20-21

Unit 4 Variables, Conditionals & Functions CS20-21

9th - 12th Grade

18 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

9th - 12th Grade

25 Qs

Final Review Part 4

Final Review Part 4

Assessment

Quiz

Computers

11th Grade

Easy

Created by

LARRY GREEN

Used 3+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

not

and

plus

or

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

else

if

switch

while

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

if

else

while

for

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

display

print

in

out

text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

period

exclamation point

colon

comma

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?