CodeHS 2.6 Booleans

CodeHS 2.6 Booleans

9th Grade

10 Qs

quiz-placeholder

Similar activities

CSP I: Unit 4 – Lessons 5-8 (Conditionals)

CSP I: Unit 4 – Lessons 5-8 (Conditionals)

9th Grade

10 Qs

Back to the Future Homework 2

Back to the Future Homework 2

9th Grade

12 Qs

JAVA QUIZ

JAVA QUIZ

9th Grade

14 Qs

operators(part-2_26/07)

operators(part-2_26/07)

9th Grade

10 Qs

AP Computer Science-Quiz 2(G10)

AP Computer Science-Quiz 2(G10)

9th - 12th Grade

10 Qs

basics of javascript

basics of javascript

9th - 12th Grade

11 Qs

Final Review - Unit 1

Final Review - Unit 1

9th - 12th Grade

15 Qs

Boolean Logic and Expressions

Boolean Logic and Expressions

9th - 10th Grade

15 Qs

CodeHS 2.6 Booleans

CodeHS 2.6 Booleans

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Aaron Pavao

Used 3+ times

FREE Resource

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 above

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.

Runs a true/false statement based on data entered

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?