Algorithms L6 - Pseudocode Selection

Algorithms L6 - Pseudocode Selection

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Tracy Mayhead

Used 4+ times

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is decomposition?

Adding detail to make a problem more complex

When you ignore the unnecessary detail in a problem

Breaking down a complex problem or system into smaller, more manageable parts

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the correct definition of abstraction

Creating a flowchart to outline how the system will work

Identify the appropriate variable names to use in a program

Hiding unnecessary data/detail and focusing on the key data/detail

Breaking down a larger problem into smaller sub problems

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pattern recognition?

Breaking down a complex problem into smaller problems

Building models from patterns

Looking for similarities among and within problems

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the program that will output the number 10

A

B

C

D

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the output from this algorithm, when the number 5 is entered first and then the number 6.

5

6

11

35

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the pseudocode algorithm that performs the same outputs as this flowchart.

A

B

C

D

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify which pseudocode algorithm performs the same function as the flowchart:

A

B

C

D

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the statement about algorithms that is true.

An algorithm will only run when it has been written correctly.

Only computer programmers write algorithms.

They are a series of steps or instructions.

They are always written on a computer using a programming language.