Conditionals and Comparisons Quiz

Conditionals and Comparisons Quiz

KG - 12th Grade

5 Qs

quiz-placeholder

Similar activities

PYTHON

PYTHON

1st - 3rd Grade

10 Qs

Revision

Revision

12th Grade

10 Qs

Time and Work

Time and Work

Professional Development

10 Qs

Java Lesson 5

Java Lesson 5

5th Grade - University

8 Qs

OPERATORS IN PYTHON

OPERATORS IN PYTHON

9th Grade

10 Qs

Ветвление, цикл while в python

Ветвление, цикл while в python

5th Grade

10 Qs

Python

Python

Professional Development

6 Qs

Python Kids Quiz 3

Python Kids Quiz 3

3rd - 8th Grade

10 Qs

Conditionals and Comparisons Quiz

Conditionals and Comparisons Quiz

Assessment

Quiz

Other

KG - 12th Grade

Medium

Created by

srishti ahuja

Used 9+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you write the statement that will check if a is less than or equal to b?

if a <= b:

if a < b

if a less than b:

if a > b

if a < b:

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you write the statement that will check if a is equal to b?

if a equals b:

if a === b:

if a == b:

if a = b:

if a == b

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will print?

"that statement is incorrect"

"5 is less than 5"

nothing

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What would print?

"A"

"B"

"C"

"B"

"C"

"A"

"C"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

what would it print?

"A"

"A"

"D"

"B"

"C"

it will be an error

I really don't know