WorksheetsProgram Design Method Review Session 1
Total questions: 10
Worksheet time: 5mins
Steps in Program Development
Define The Problem-Outline The Solution-Develop the outline-Test The Algorithm-Code-Run Program and Document
Define the input-output-process
Communication-Planning-Analyze-Design-Code
Requirement - Planning-Analyze-Design-Code
How to define Problem ?
Define Input
Define Input and Output
Define Input , Output and Process
Define solution
An Approach based on the most important feature of a program is what it does is
Data Driven approach
Event Driven approach
Procedure Driven Approach
Function Driven Approach
The common characteristics of pseudo code :
using simple English
Each instruction written on separate line
Each instructions written on from top to bottom
all answers are correct
A command for receive information in computer :
Read
Get
Accept
All answers are correct
How to write arithmetic in pseudo code ?
divide total score by student count
compute a = b + c
Set student_count to 0
Store 1 to counter
The structure that possible used in program are :
Selection, Comparison and Repetition
Input , Process and Output
Sequence, Selection and Repetition
Variable, and Constant
The instruction can be written in pseudo code except :
Receive Information
Assign a value
Declaration variable
Initialization variable
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 !
ten variables and total variables
Ten variables, sum and the average of variables
sum and average
variables, and sum of variables
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!
Read Ten Variables
Sum all the variables
Display the sum and average variables
All answers are correct
