IDT UNIT 3

IDT UNIT 3

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

QUIZ : Creating an algorithms

QUIZ : Creating an algorithms

9th Grade

15 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

KS3 Computing - An Introduction to Selection

KS3 Computing - An Introduction to Selection

7th - 9th Grade

10 Qs

Basic Programming Concepts

Basic Programming Concepts

9th Grade

15 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

PS Разминка перед циклами

PS Разминка перед циклами

9th - 12th Grade

13 Qs

Python Selection Statements

Python Selection Statements

11th Grade

10 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?