Final Review Part 3

Final Review Part 3

11th Grade

23 Qs

quiz-placeholder

Similar activities

A Level CS - 06 Boolean Algebra & Logic Gates

A Level CS - 06 Boolean Algebra & Logic Gates

11th - 12th Grade

20 Qs

SAINS KOMPUTER TINGKATAN 4 (BAB1)

SAINS KOMPUTER TINGKATAN 4 (BAB1)

KG - University

21 Qs

Java Bell Ringer Terms Test 5

Java Bell Ringer Terms Test 5

9th - 12th Grade

20 Qs

T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

11th Grade

18 Qs

AP Computer Science A Post Unit 2 Check

AP Computer Science A Post Unit 2 Check

10th Grade - University

18 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

2.4 Computational Logic

2.4 Computational Logic

9th - 11th Grade

20 Qs

iGCSE Computer Science: Boolean Logic

iGCSE Computer Science: Boolean Logic

9th - 12th Grade

20 Qs

Final Review Part 3

Final Review Part 3

Assessment

Quiz

Computers

11th Grade

Easy

Created by

LARRY GREEN

Used 1+ 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

while

for

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.

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?