Algorithms

Algorithms

8th Grade

10 Qs

quiz-placeholder

Similar activities

CheckPoint 2 - GameMaker

CheckPoint 2 - GameMaker

6th - 8th Grade

10 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

Programming Lesson 3

Programming Lesson 3

6th - 8th Grade

12 Qs

Algorithms and Flowol

Algorithms and Flowol

7th - 8th Grade

13 Qs

BGE - Decomposition Starter

BGE - Decomposition Starter

8th Grade

7 Qs

Motion in Scratch

Motion in Scratch

6th - 8th Grade

15 Qs

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

Рython 8 - сынып

Рython 8 - сынып

8th Grade

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