Boolean Operator "NOT" Quiz for 6th Graders

Boolean Operator "NOT" Quiz for 6th Graders

6th Grade

10 Qs

quiz-placeholder

Similar activities

Get My Result

Get My Result

2nd - 8th Grade

13 Qs

Basic Level Quiz

Basic Level Quiz

6th - 8th Grade

10 Qs

Grade 6 _ Choose the correct answer

Grade 6 _ Choose the correct answer

6th Grade

10 Qs

CodeMonkey Basic Terms

CodeMonkey Basic Terms

5th - 8th Grade

11 Qs

Scratch -if else

Scratch -if else

6th - 8th Grade

12 Qs

Boolean Operators

Boolean Operators

6th - 9th Grade

10 Qs

Python Quiz - 6

Python Quiz - 6

6th - 8th Grade

10 Qs

Boolean Operator "NOT" Quiz for 6th Graders

Boolean Operator "NOT" Quiz for 6th Graders

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Sonam Tenzin

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the not operator do in boolean logic?

It changes a yes to a yes.

It reverses the result of a condition.

It makes the condition always true.

It always makes the condition false.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If conditionA returns yes, what will not conditionA return?

Yes

No

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If conditionA is no, what does not conditionA become?

Yes

No

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code: if not banana.rotten(): goto banana If banana.rotten() returns yes, what happens?

The monkey goes to the banana.

The monkey does not go to the banana.

The code will produce an error.

Nothing happens.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using not in the statement if not banana.rotten()?

To check if the banana is rotten.

To make sure the banana is good.

To ignore the banana's condition.

To always go to the banana.

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What will the following code do if apple.rotten() returns no? if not apple.rotten(): pick apple

The apple will be picked.

The apple will not be picked.

The code will produce an error.

Nothing will happen.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The not operator is used to make a condition true if it was originally false.

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?