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

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

JS If Then Else

JS If Then Else

10th Grade

15 Qs

Java 1

Java 1

11th Grade

13 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

AP Computer Science A Final Review

AP Computer Science A Final Review

10th Grade

20 Qs

Data Types Java Concepts

Data Types Java Concepts

University

19 Qs

AP CSA U1L01-03

AP CSA U1L01-03

11th - 12th Grade

18 Qs

Java Basics

Java Basics

12th Grade

17 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 60+ 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?