AP Computer Science A Post Unit 2 Check

AP Computer Science A Post Unit 2 Check

10th Grade - University

18 Qs

quiz-placeholder

Similar activities

Programming: Which Loop?

Programming: Which Loop?

9th - 12th Grade

20 Qs

Application Development Midterm Quiz

Application Development Midterm Quiz

University

15 Qs

Module 11 - Essential Peripherals 4

Module 11 - Essential Peripherals 4

9th - 12th Grade

18 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

20 Qs

GAD Review - Game Industry

GAD Review - Game Industry

9th - 12th Grade

22 Qs

CIS2303 Week 4_5 Ch_3

CIS2303 Week 4_5 Ch_3

University

18 Qs

Chapter 7: System life cycle

Chapter 7: System life cycle

9th - 11th Grade

15 Qs

ITF Chapter 1 Computing Devices

ITF Chapter 1 Computing Devices

University

14 Qs

AP Computer Science A Post Unit 2 Check

AP Computer Science A Post Unit 2 Check

Assessment

Quiz

Computers

10th Grade - University

Medium

Created by

Richard Groeneveld

Used 62+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

If x = 3 and y = 5, choose all the statements that evaluate to True.

x < y

y > -x**2

2 * x == y

y % x == 3

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A Boolean expression...

Fixes any errors in the line of code

Sets everything in it equal to each other

Checks if something is true or false

Loops the program to continue infinitely

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many values does a Boolean variable have?

4

3

2

1

Infinite

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 5

b = 6

Determine the truth value of the following statement:


((a <= b) or (a == b)) and (b > a)

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Java type can be used to store a true or false value?

boolean

bool

Boolean

Bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Evaluate (to true or false) each of the following expressions:
14 >= 14
15 > 15
16 != 16
18 >= 19
T, F, F, F
T, T, T, T
F, T, F, F
F, T, T, F

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True/False: The body of an "if" statement will only be executed if the condition is true.

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers