wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Program Design Method Review Session 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Steps in Program Development

a)

Define The Problem-Outline The Solution-Develop the outline-Test The Algorithm-Code-Run Program and Document

b)

Define the input-output-process

c)

Communication-Planning-Analyze-Design-Code

d)

Requirement - Planning-Analyze-Design-Code

2.

How to define Problem ?

a)

Define Input

b)

Define Input and Output

c)

Define Input , Output and Process

d)

Define solution

3.

An Approach based on the most important feature of a program is what it does is

a)

Data Driven approach

b)

Event Driven approach

c)

Procedure Driven Approach

d)

Function Driven Approach

4.

The common characteristics of pseudo code :

a)

using simple English

b)

Each instruction written on separate line

c)

Each instructions written on from top to bottom

d)

all answers are correct

5.

A command for receive information in computer :

a)

Read

b)

Get

c)

Accept

d)

All answers are correct

6.

How to write arithmetic in pseudo code ?

a)

divide total score by student count

b)

compute a = b + c

c)

Set student_count to 0

d)

Store 1 to counter

7.

The structure that possible used in program are :

a)

Selection, Comparison and Repetition

b)

Input , Process and Output

c)

Sequence, Selection and Repetition

d)

Variable, and Constant

8.

The instruction can be written in pseudo code except :

a)

Receive Information

b)

Assign a value

c)

Declaration variable

d)

Initialization variable

9.

Read ten variables, sum all the variable and calculate the average. Display the sum of variables and the average variables ! Define the input variables and the output variables !

a)

ten variables and total variables

b)

Ten variables, sum and the average of variables

c)

sum and average

d)

variables, and sum of variables

10.

Read ten variables, sum all the variable and calculate the average. Display the sum of variables and the average variables ! Define the process from the problem!

a)

Read Ten Variables

b)

Sum all the variables

c)

Display the sum and average variables

d)

All answers are correct