Final Review Part 4

Final Review Part 4

11th Grade

23 Qs

quiz-placeholder

Similar activities

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

Programming Concepts Quiz

Programming Concepts Quiz

9th - 12th Grade

20 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

9th - 12th Grade

20 Qs

AP CSP Unit 5 Ch 1 Quiz

AP CSP Unit 5 Ch 1 Quiz

9th - 12th Grade

21 Qs

iGCSE Computer Science: Boolean Logic

iGCSE Computer Science: Boolean Logic

9th - 12th Grade

20 Qs

Java If/else/ switch

Java If/else/ switch

9th - 12th Grade

20 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

2.4 - Computational logic

2.4 - Computational logic

9th - 11th Grade

19 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?