Thinking Procedurally Quiz

Thinking Procedurally Quiz

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Nancy Jackson

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it challenging for a single programmer to develop software for a modern smartphone?

Smartphones are too expensive to develop.

Programming languages are not advanced enough.

Smartphones are not used widely.

Modern smartphones have complex operating systems.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in thinking procedurally when tackling a large problem?

Hiring more programmers.

Ignoring the problem's complexity.

Identifying the components of the problem.

Writing code immediately.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using a top-down modular design?

To eliminate the need for testing.

To increase the number of programmers needed.

To divide the task into smaller, manageable subtasks.

To make the problem more complex.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are the lowest level subtasks handled in a top-down design?

They are combined into one large task.

They are assigned to individual programmers or small teams.

They are outsourced to another company.

They are ignored.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the wage calculation program example, what are the two actions involved in calculating gross pay?

Calculating insurance and benefits.

Calculating deductions and net pay.

Calculating normal wages and overtime.

Calculating bonuses and taxes.