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

Functions

Functions

9th - 12th Grade

20 Qs

QUIZ#1 - PYTHON

QUIZ#1 - PYTHON

11th Grade

16 Qs

Module 04 - If Statements

Module 04 - If Statements

10th Grade

20 Qs

Data Types Java Concepts

Data Types Java Concepts

University

19 Qs

Java 1

Java 1

11th Grade

13 Qs

JDBC

JDBC

University

20 Qs

Java Programming

Java Programming

University

15 Qs

Data Type Sorter and Predict the output

Data Type Sorter and Predict the output

10th Grade - University

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