N5 Computing - Logical Operators Starter - Plenary

N5 Computing - Logical Operators Starter - Plenary

10th Grade

6 Qs

quiz-placeholder

Similar activities

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

10 Qs

Quiz Pemrograman Dasar

Quiz Pemrograman Dasar

10th Grade

10 Qs

Programming Java

Programming Java

9th Grade - University

11 Qs

Quiz Java 1

Quiz Java 1

10th Grade

10 Qs

Conditional Operators

Conditional Operators

10th - 12th Grade

10 Qs

Intro to Python recap

Intro to Python recap

10th Grade - Professional Development

11 Qs

QUIZIZZ SK T4 STRUKTUR KAWALAN

QUIZIZZ SK T4 STRUKTUR KAWALAN

KG - University

10 Qs

Unit 3 Test review

Unit 3 Test review

10th - 12th Grade

11 Qs

N5 Computing - Logical Operators Starter - Plenary

N5 Computing - Logical Operators Starter - Plenary

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Tracy Mutter

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

True

False

Error

None

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is a logical operator in Python?

(select all that apply)

not
xor
or
and

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the not operator do in Python?

The 'not' operator adds two boolean values.
The 'not' operator checks if a value is None.
The 'not' operator converts a boolean to an integer.
The 'not' operator negates a boolean value.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the expression?

True

False

Error

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following expressions will evaluate to True?

1 == 1
2 + 2 == 5
'hello' == 'world'
1 == 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code?

True

False

Error

None