IDT UNIT 3

IDT UNIT 3

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

Python elif and Nested if

Python elif and Nested if

12th Grade

15 Qs

Python Modulus & Exponent & If 305

Python Modulus & Exponent & If 305

9th - 12th Grade

17 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

If Else Check In

If Else Check In

11th Grade

11 Qs

CS Unit 3 Review questions

CS Unit 3 Review questions

9th - 12th Grade

17 Qs

KS3 Year 9 Python Quiz 02

KS3 Year 9 Python Quiz 02

10th Grade

8 Qs

Python Algorithm

Python Algorithm

4th Grade - University

15 Qs

IDT UNIT 3

IDT UNIT 3

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Wendy Martin

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What relational operator is used for equal?

=

!=

=!

==

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Boolean operator?

and

or

but

not

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the precise rules we use to solve problems?

algebra

algorithm

function

syntax

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must always be added after an if statement?

?

;

)

:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what can be used instead of else if?

elseif

and

elif

else

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a command that test a true/false condition?

else

algorithm

function

if statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code test if the number in the variable num1 is less than 10

if (num < 10):

if (num <= 10):

if (num < "10")

if (num <= "10"

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?