Search Header Logo

CodeHS 2.6 Booleans

Authored by Aaron Pavao

Computers

9th Grade

Used 5+ times

CodeHS 2.6 Booleans
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the possible values that a boolean variable can hold in Java?

0 and 1

true and false

yes and no

on and off

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a boolean variable in Java?

int flag = true;

boolean flag = 1;

boolean flag = true;

Boolean flag = "true";

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid boolean expression in Java?

5 > 3

"true" == true

1

None of the other answers are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of a boolean variable in Java?

0

false

null

undefined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a boolean in Java be cast to any other data type?

Yes, to any type

Yes, but only to a string

No

Yes, but only to an integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to represent boolean values in conditional statements, such as if-else in Java?

int

double

boolean

void

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A boolean ...

expresses a true/false statement.

can contain letters, numbers, spaces, and symbols

takes in an input, does something with it, and then returns an output.

executes a true/false statement based on data entered.

Access all questions and much more by creating a free account

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

Already have an account?