Conditional statements

Conditional statements

9th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Review

AP CSP Review

9th - 12th Grade

10 Qs

9 класс Информатика Одномерный массив данных

9 класс Информатика Одномерный массив данных

9th - 10th Grade

10 Qs

python revision

python revision

9th Grade

11 Qs

Control Structures - Selection in Python

Control Structures - Selection in Python

8th Grade - University

11 Qs

Unit 4 Test JS

Unit 4 Test JS

9th - 12th Grade

15 Qs

Unit 5 Data

Unit 5 Data

9th - 12th Grade

15 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Conditional statements

Conditional statements

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Ashraf Refaei Ahmed

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

width > 3

Is width less than 3?

Is width greater than 3?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

width != Z

Is width equal to Z ?

Is width not equal to Z ?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

depth >= 340

Is depth less than or equal to 340 ?

Is depth greater than or equal to 340 ?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Y == 3 , means ......

Is Y equal to 3 ?

Assign 3 to the variable Y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Aisha shorter than 1.6m or is Ghalya older than 15?

( Aishaheight > 1.6 ) and ( Ghalyaage < 15)

( Aishaheight < 1.6 ) or (Ghalyaage> 15)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If num1 = 12, num2 = 1024 and num3 = num1 + num2 , then (num1 > 4) and (num2 < 2048) is....

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If num = 3, then not(num3 != 3) is .......

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?