Thinking Procedurely - Identifying Components of a Solution

Thinking Procedurely - Identifying Components of a Solution

12th Grade

8 Qs

quiz-placeholder

Similar activities

Cost Accounting Quiz

Cost Accounting Quiz

12th Grade

12 Qs

Seatwork Chapter 3 of Research

Seatwork Chapter 3 of Research

9th - 12th Grade

10 Qs

Cost Sheet and Tender Sheet

Cost Sheet and Tender Sheet

12th Grade

10 Qs

APMacro_Unit 4 & 5 Quiz

APMacro_Unit 4 & 5 Quiz

12th Grade

8 Qs

Stock Market W!SE Review 2

Stock Market W!SE Review 2

KG - University

13 Qs

ITGS: 1.06 Digital Divide and 1.08 Globalization

ITGS: 1.06 Digital Divide and 1.08 Globalization

9th - 12th Grade

12 Qs

SciVis I Unit 3 A

SciVis I Unit 3 A

9th - 12th Grade

11 Qs

Simple machines and Mechanical advantage-1

Simple machines and Mechanical advantage-1

9th - 12th Grade

12 Qs

Thinking Procedurely - Identifying Components of a Solution

Thinking Procedurely - Identifying Components of a Solution

Assessment

Quiz

Other

12th Grade

Medium

Created by

Mr Long

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step in the process after identifying the components of a problem?

Break down the problem into a top-down structure diagram

Identify the components required to produce the solution

Create a user interface for the solution

Spot design techniques and validation techniques

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are some elements required to obtain the employee's details in the wages program?

Cancel and create buttons, descriptive label, text input boxes

Drop down selection fields, calendar lookup function, required fields

Free flow notes field, descriptive title to the screen

Clear instructions telling exactly what to enter into each box

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What design technique can be used for code reuse in the wages program?

Buttons

Calendar selection component

Both buttons and calendar selection component

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What validation technique might be needed for the mandatory fields in the wages program?

Allowing empty strings

Disallowing empty strings

Allowing any input

Disallowing any input

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in problem-solving in programming?

Identifying the problem

Writing the code

Testing the solution

Debugging the code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a top-down structure diagram in problem-solving?

To identify the components of the problem

To break down the problem into smaller, manageable parts

To create a user interface for the solution

To identify design techniques and validation techniques

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data validation might be required for the numeric fields in the wages program?

Allowing only numeric input

Disallowing numeric input

Allowing any input

Disallowing any input

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What could be a potential consequence of not validating the mandatory fields in the wages program?

Incorrect data entry

Program crashes

Both A and B

None of the above