N5 Computing - Logical Operators Starter - Plenary

N5 Computing - Logical Operators Starter - Plenary

10th Grade

6 Qs

quiz-placeholder

Similar activities

C# - test

C# - test

10th - 11th Grade

11 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

Sains Komputer Tingkatan 4 - 1.4.1

Sains Komputer Tingkatan 4 - 1.4.1

1st Grade - Professional Development

8 Qs

Quiz 2 in programming

Quiz 2 in programming

10th Grade

10 Qs

N5 SDD - Logical Operators Starter Plenary

N5 SDD - Logical Operators Starter Plenary

10th Grade

8 Qs

Programing minggu1

Programing minggu1

10th Grade

10 Qs

Jenis Data

Jenis Data

7th - 12th Grade

10 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