IDT UNIT 3

IDT UNIT 3

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Code.org: Unit 1 Lessons 4 - 8

Code.org: Unit 1 Lessons 4 - 8

7th - 10th Grade

17 Qs

Basic Programming Concepts

Basic Programming Concepts

9th Grade

15 Qs

KS3 Computing - An Introduction to Selection

KS3 Computing - An Introduction to Selection

7th - 9th Grade

10 Qs

AP Computer Science Principals - Algorithm-Quiz 1

AP Computer Science Principals - Algorithm-Quiz 1

12th Grade

7 Qs

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

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

9th - 12th Grade

13 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

HTML Javascript

HTML Javascript

9th Grade

12 Qs

Unit 6 Pre-Assessment - Algorithms

Unit 6 Pre-Assessment - Algorithms

11th - 12th Grade

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?