Algorithms

Algorithms

8th Grade

10 Qs

quiz-placeholder

Similar activities

Цикл for

Цикл for

7th Grade - University

12 Qs

Kodu Lesson Quiz

Kodu Lesson Quiz

7th - 9th Grade

11 Qs

Python L46 Pomodoro 4

Python L46 Pomodoro 4

6th - 8th Grade

10 Qs

Kornjačina grafika

Kornjačina grafika

6th - 8th Grade

8 Qs

ÔN CÂU LỆNH LẶP

ÔN CÂU LỆNH LẶP

8th Grade

15 Qs

MOAC Excel 2016 Lesson 7

MOAC Excel 2016 Lesson 7

8th - 12th Grade

10 Qs

LocoRobo LEDs

LocoRobo LEDs

5th - 12th Grade

14 Qs

Technology

Technology

1st Grade - Professional Development

12 Qs

Algorithms

Algorithms

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Seth Halpern

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A set of steps to accomplish something.

A set of variables.

A set of known data.

A set of anti virus code.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Pseudocode?

Sketch out the logical steps of a process before using a programming language.

Python sublanguage.

C++ sublanguage.

Sketch out the logical steps of a process before compiling a code.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Get egg carton from the fridge.

______________

Break egg into bowl.

Get flour bag from pantry.

Take flour out of bag.

Pour flour into bowl.

What is missing from this pseudocode?

Take egg out of carton.

Put egg in flour bag.

Put flour back in pantry.

Put egg carton back in fridge.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describes a test condition.

List some instructions that should run if the test succeeds.

conditional instructions

unconditional instructions

variable instructions

input instructions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is a conditional instruction?

if it is dark outside:

turn on the lights

x= x - 1

x= x + 1

input("What is your favorite color")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A “while” instruction continues running until its test ______.

fails

repeats

Decrements to zero.

Increments by the value of i.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Removing which statement will make this an infinite loop?

set countdown to countdown - 1

print a black and white page

while countdown > 0:

set countdown to 3

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?