Conditionals and Comparisons Quiz

Conditionals and Comparisons Quiz

KG - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Operators in Python

Operators in Python

11th Grade

10 Qs

Bài 17: Biến và lệnh gán

Bài 17: Biến và lệnh gán

11th Grade

10 Qs

Tin 8_Chủ đề 6_Câu lệnh điều kiện_Phần 4_học sinh trả lời

Tin 8_Chủ đề 6_Câu lệnh điều kiện_Phần 4_học sinh trả lời

8th Grade

7 Qs

Python, повторення 1 (print/input/if)

Python, повторення 1 (print/input/if)

7th Grade

10 Qs

TIN HỌC LỚP 7

TIN HỌC LỚP 7

5th Grade

10 Qs

Introductory Quiz

Introductory Quiz

9th - 12th Grade

10 Qs

The Ultimate C++ Quiz

The Ultimate C++ Quiz

5th Grade - Professional Development

7 Qs

Libel Quiz

Libel Quiz

9th - 10th 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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