wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

steps and ipo analysis

Total questions: 118

Worksheet time: 1hrs 19mins

Name
Class
Date
1.

WHICH IS STEP 3 IN PROBLEM SOLVING?

a)

DESIGN A SOLUTION

b)

PROBLEM ANALYSIS

c)

IMPLEMENTATION

d)

TESTING

e)

DOCUMENTATION

2.

WHICH IS STEP 5 IN PROBLEM SOLVING?

a)

DESIGN A SOLUTION

b)

PROBLEM ANALYSIS

c)

IMPLEMENTATION

d)

TESTING

e)

DOCUMENTATION

3.

WHICH IS STEP 1 IN PROBLEM SOLVING?

a)

DESIGN A SOLUTION

b)

PROBLEM ANALYSIS

c)

IMPLEMENTATION

d)

TESTING

e)

DOCUMENTATION

4.

WHICH IS STEP 2 IN PROBLEM SOLVING?

a)

DESIGN A SOLUTION

b)

PROBLEM ANALYSIS

c)

IMPLEMENTATION

d)

TESTING

e)

DOCUMENTATION

5.

WHICH IS STEP 4 IN PROBLEM SOLVING?

a)

DESIGN A SOLUTION

b)

PROBLEM ANALYSIS

c)

IMPLEMENTATION

d)

TESTING

e)

DOCUMENTATION

6.

WHICH STATEMENT DESCRIBES TESTING?

a)

We specify a plan that will solve the problem and elaborate the plan into step by step solution (algorithm).

b)

In this step, we should identify the Input, Process and Output to define the problem given.

c)

The process of implementing an algorithm by writing a computer program such as Scratch program.

d)

After a program is compiled, we must run the program and verify it with different inputs.

e)

Contains description of the program that helps other programmers in editing or maintaining the program later.

7.

WHICH STATEMENT DESCRIBES DESIGN A SOLUTION?

a)

We specify a plan that will solve the problem and elaborate the plan into step by step solution (algorithm).

b)

In this step, we should identify the Input, Process and Output to define the problem given.

c)

The process of implementing an algorithm by writing a computer program such as Scratch program.

d)

After a program is compiled, we must run the program and verify it with different inputs.

e)

Contains description of the program that helps other programmers in editing or maintaining the program later.

8.

WHICH STATEMENT DESCRIBES IMPLEMENTATION?

a)

We specify a plan that will solve the problem and elaborate the plan into step by step solution (algorithm).

b)

In this step, we should identify the Input, Process and Output to define the problem given.

c)

The process of implementing an algorithm by writing a computer program such as Scratch program.

d)

After a program is compiled, we must run the program and verify it with different inputs.

e)

Contains description of the program that helps other programmers in editing or maintaining the program later.

9.

WHICH STATEMENT DESCRIBES DOCUMENTATION?

a)

We specify a plan that will solve the problem and elaborate the plan into step by step solution (algorithm).

b)

In this step, we should identify the Input, Process and Output to define the problem given.

c)

The process of implementing an algorithm by writing a computer program such as Scratch program.

d)

After a program is compiled, we must run the program and verify it with different inputs.

e)

Contains description of the program that helps other programmers in editing or maintaining the program later.

10.

WHICH STATEMENT DESCRIBES PROBLEM ANALYSIS?

a)

We specify a plan that will solve the problem and elaborate the plan into step by step solution (algorithm).

b)

In this step, we should identify the Input, Process and Output to define the problem given.

c)

The process of implementing an algorithm by writing a computer program such as Scratch program.

d)

After a program is compiled, we must run the program and verify it with different inputs.

e)

Contains description of the program that helps other programmers in editing or maintaining the program later.

11.

TOOLS USED IN PROBLEM ANALYSIS

a)

PSEUDOCODE

b)

IPO CHART

c)

SCRATCH

d)

IPO ANALYSIS

e)

FLOWCHART

12.

TOOLS USED IN DESIGN A SOLUTION

a)

PSEUDOCODE

b)

IPO CHART

c)

SCRATCH

d)

IPO ANALYSIS

e)

FLOWCHART

13.

TOOLS USED IN IMPLEMENTATION

a)

PSEUDOCODE

b)

IPO CHART

c)

SCRATCH

d)

IPO ANALYSIS

e)

FLOWCHART

14.

WHICH ARE ALGORITHM?

a)

PSEUDOCODE

b)

IPO CHART

c)

SCRATCH

d)

IPO ANALYSIS

e)

FLOWCHART

15.

A ________________ is a semiformal, English-like language with a limited vocabulary that can be used to design and describe algorithms.

a)

SCRATCH

b)

FLOWCHART

c)

PSEUDOCODE

d)

IPO CHART

16.

A ____________ is a graphical representation that are connected by arrows to represent algorithm.

a)

SCRATCH

b)

FLOWCHART

c)

PSEUDOCODE

d)

IPO CHART

17.

Calculate the average of 5 numbers.

Which answer is the input to the problem given?

a)

num1, num2, num3, num4, num5

b)

sum of 5 numbers

c)

average of 5 numbers

d)

5 numbers

18.

Create a program to convert 35000 meter to kilometer.

Which answer is the output to the problem given?

a)

35000

b)

kilometer

c)

35 km

d)

meter, kilometer

19.

Create a program to calculate the price after 10% discount.

Which answer is the process of the problem given?

a)

calculate the price before discount

b)

calculate the price to pay

c)

calculate the discount

d)

calculate the total price and discount

20.

Calculate and display the overtime pay received by an employee. Overtime rate is RM5 per hour.

Which answer is the input to the problem given?

a)

rm5

b)

hour

c)

overtime pay

d)

hour,

overtime pay

21.

What is problem solving?

a)

The method to solve a problems

b)

Discussion to solve the problem

c)

The process of transforming the description of a problem into a solution.

d)

The process to understanding the problem

22.

What is goal to achieve in problem solving?

a)

To improve work efficiency

b)

To solve a problem.

c)

To reduce cost

d)

To learn how to solve the problem

23.

What is purpose of problems analysis?

a)

To detect syntax error

b)

To execute the program

c)

To design a program

d)

To define input, process and output

e)

To enter programming code

24.

What is purpose of Design?

a)

To execute the program

b)

To transform data to drawing idea

c)

To help document a solution algorithm

d)

To detailed description of the programming

e)

To detect syntax error

25.

What is purpose of Implementation?

a)

To help document a solution algorithm

b)

Translate the algorithm into coding

c)

To detailed description of the programming

d)

To design a program

e)

To detect syntax error

26.

What is purpose of Testing?

a)

To detect syntax error

b)

To enter programming code

c)

To help document a solution algorithm

d)

Translate the algorithm into coding

e)

To detailed description of the programming

27.

What is purpose of Documentation?

a)

To help document a solution algorithm

b)

To execute the program

c)

To detect syntax error

d)

To detailed description of the programming

e)

To define input, process and output

28.

Two structured design tools are pseudocode and flowchart. After done documentation of solution algorithm the next step to solve problem is?

a)

Design a solution

b)

Analysis a problem

c)

Testing solution

d)

Implement the solution

e)

Documentation of program

29.

To validate correct syntax, you need to

a)

test it

b)

repair it

c)

enter the correct code

d)

refer to documentation

e)

compiling the code

30.
The following figure is an example of simple flow chart.
Rajah berikut adalah contoh satu carta alir mudah.
Flow chart is used in _____________ phase.  
Carta alir digunakan dalam fasa __________________ 
a)
analysis
analisis 
b)
design
rekabentuk 
c)
coding
pengkodan 
d)
testing
pengujian 
31.
The Figure below shows an example of codes used in developing design program phase.
Rajah di bawah menunjukkan contoh kod yang digunakan dalam fasa rekabentuk pembangunan program.
The codes below is known as __________ 
Kod di bawah di kenali sebagai _________
a)
source codes
kod sumber 
b)
short codes
kod pendek 
c)
pseudo codes
kod pseudo 
d)
natural language codes
kod semula jadi
32.
A programmer needs to identify necessary entrance data, processed and exited data. 
Pengaturcara perlu mengenalpasti data yang perlu dimasukkan, diproses dan di keluarkan.
a)
testing and debugging phase
Fasa Pengujian dan penyahpijatan
b)
coding phase
Fasa Pengekodan 
c)
problem analysis phase
Fasa Analisa Masalah
d)
design phase
Fasa Reka bentuk 
33.
A programmer needs to build flow chart and pseudo code. 
Pengaturcara perlu membina carta alir dan kod pseudo.
a)
testing and debugging phase
Fasa Pengujian dan penyahpijatan
b)
coding phase
Fasa Pengekodan 
c)
problem analysis phase
Fasa Analisa Masalah
d)
design phase
Fasa Reka bentuk 
34.
Error identification process and doing correction. 
Proses pencarian kesilapan dan membuat pembetulan.
a)
testing and debugging phase
Fasa Pengujian dan penyahpijatan
b)
coding phase
Fasa Pengekodan 
c)
problem analysis phase
Fasa Analisa Masalah
d)
design phase
Fasa Reka bentuk 
35.
A programmer uses developer’s tools to write codes and decode design to computer software.
Pengaturcara menggunakan Alatan Pembina untuk menulis kod dan menterjemahkan rekabentuk kepada perisian komputer.
a)
testing and debugging phase
Fasa Pengujian dan penyahpijatan
b)
coding phase
Fasa Pengekodan 
c)
problem analysis phase
Fasa Analisa Masalah
d)
design phase
Fasa Reka bentuk 
36.
The fifth generation programming language or visual programming language is also known as ____________________
Bahasa pengaturcaraan generasi kelima atau bahasa pengaturcaraa visual juga di kenali sebagai  _______________ 
a)
Code language
Bahasa kod
b)
Natural language
Bahasa semula jadi 
c)
Special language
Bahasa istimewa 
d)
Knowledge language
Bahasa pengetahuan 
37.
In an algorithm,when tested,it didnt produce correct answer.This circumstance may be caused by________________.
Dalam satu algoritma, apabila ia diuji, didapati ia tidak memberi jawapan yang betul. Keadaan ini mungkin disebabkan oleh _______________ 
a)
logic error. 
b)
syntax error.
c)
run time error.
d)
compile time error.
38.
In design program phase,there are two popular tools used which are design model and pseudo.  
Dalam  fasa rekabentuk program, terdapat dua alat yang popular digunakan iaitu, rekabentuk model dan kod pseudo.
a)
TRUE
BETUL
b)
FALSE
SALAH
39.
Program written using high level programming language must be translated into machine language before execution.
Atur cara yang ditulis menggunakan bahasa pengaturcaraan aras tinggi mesti diterjemahkan ke dalam bahasa mesin sebelum dilaksanakan. 
a)
TRUE
BETUL
b)
FALSE
SALAH
40.
A process to correct syntact error and program logic is called____________ program.
Satu proses untuk membetulkan kesilapan sintak dan logic program dikenali sebagai ____________ program. 
a)
testing
pengujian
b)
coding
pengkodan
c)
analysis
analisis 
d)
debugging
penyahpijatan 
41.
Programming language is a set of words, _____________ and codes that enables humans to communicate with computers.
Bahasa pengaturcaraan adalah merupakan satu set perkataan, _____________ dan kod yang membolehkan manusia berkomunikasi dengan komputer. 
a)
numbers
nombor
b)
texts
tek
c)
symbols
simbol
d)
statements
pernyataan
42.
The control structure used in figure below is _______________.
Struktur kawalan yang digunakan di dalam rajah di bawah adalah ________________. 
a)
sequence
jujukan
b)
connection
sambungan
c)
repetition
pengulangan
d)
selection
pilihan
43.

The first phase in problem solving is...

a)

Problem Analysis

b)

IPO Chart

c)

Design A Solution

d)

Documentation

44.

The process of transforming

the description of a problem into a solution is called

a)

Problem Solving

b)

Problem Analysis

c)

Programming

d)

Algorithm

45.

Writing a program or instruction so the computer can follow in order to complete a task is called

a)

Programming

b)

Program

c)

Problem Solving

d)

Authoring

46.

A list of steps, arranged in a specific logical order which, when executed, produces the solution for a problem is called...

a)

Algorithm

b)

Solution

c)

Pseudocode

d)

Flowchart

47.

An Algorithm Must contain

a)

output

b)

Input

c)

User Instruction

d)

Lines

e)

Shapes

48.

What is Pseudocode

a)

A semiformal, English-like language with limited vocabulary that can be used to design and describe algorithms.

b)

A formal language that is specifically used to write program.

c)

A graph used to depict or show a step by step solution using symbols which represent a task.

d)

A series of steps or statements that are executed in the order they are written in an algorithm.

49.
What is the difference between a flowchart and pseudocode? 
a)
A flowchart is diagramatic whilst pseudocode is written in a programming language (eg. Pascal or Java) 
b)
A flowchart is textual but pseudocode is diagrammatic 
c)
A flowchart is a diagrammatic description of an algorithm whilst pseudocode is a textual description of an algorithm 
d)
A flowchart and pseudocode are the same thing 
50.

What is pseudocode?

a)

A way of describing a set of instructions in text form

b)

A specific programming language that all computers use

c)

A diagrammatic representation of a set of instructions

51.

What is a flowchart?

a)

A flowchart is a text-based way of designing an algorithm

b)

A flowchart is a specific programming language

c)

A flowchart is a diagram that represents a set of instructions

52.

What is the symbol for a decision in a flowchart?

a)

A parallelogram

b)

A diamond

c)

A circle

53.

How are symbols connected together in a flowchart?

a)

Symbols do not get connected together in a flowchart

b)

With lines and an arrow to show the direction of flow

c)

By numbers

54.

Total = num1 + num2 + num3.

What is the ouput for this formula?

a)

total

b)

num2

c)

Total

d)

num3

55.

Average = 10 / total marks

What is the input for this formula?

a)

10

b)

Average

c)

Total Marks

d)

total marks

56.

Velocity = distance / time

What is the input for this formula?

a)

distance, Velocity

b)

distance

c)

time,Velocity

d)

distance, time

57.

Distance = finalPos - initPos

Velocity = Distance / time


What is the input for the above formula?

a)

Distance, time

b)

finalPos, initPos, Distance

c)

initPos, finalPos, time

d)

Velocity, Distance

58.

Calculate circumference of circle.


Find the input for the above question?

a)

3.142

b)

radius

c)

circumference of circle

d)

2 * 3.142 * radius

59.

Calculate the average of three numbers that are randomly inserted by the user.


Find the input for this question.

a)

num1, num2, num3

b)

average of three numbers

c)

average,num1,num2,num3

d)

num1,num2

60.

Create a program that calculates and displays the overtime pay received by an employee. Overtime

rate is RM500 per hour. Analyze the problem above by determining the input.

a)

Overtime rate

b)

overtime pay

c)

hour

d)

rate

61.

BMI = weight / (height x height)


Based on this formula, identify Input and Output

a)

Input: weight, height

Output : bmi

b)

Input: null

Output : BMI

c)

Input : BMI

Output : weight, height, heigh

d)

Input : weight, height

Output : BMI

62.

Area of square = length x height

Identify the process.

a)

Calculate area based on length and height

b)

Calculate area of square based on length and height

c)

Calculate Area of square based on length and height

d)

Calculate length and height based on Area of square

63.

Area of circle = 3.142 x radius x radius


What is the output for this equation?

a)

radius

b)

3.142

c)

area of circle

d)

Area of circle

64.

There are 365 days in one year, and 100 years in one century. How many days are in one century?


What is the input for this question?

a)

365

b)

100

c)

days in century

d)

null

65.

20,000 AFF Cup tickets were snapped up in 30 minutes. Find how many tickets were sold per minutes?


What is the input for this question?

a)

30

b)

number of tickets

c)

null

d)

20,000

66.

What is the input for the above formula?

a)

3.142 x r3

b)

r3

c)

radius

d)

r

67.

Identify the first step in problem solving.

a)

Problem Analysis

b)

Documentation

c)

Design a solution

d)

Implementation

68.

Identify the step in problem solving based on the statement below:


'Prepare an algorithm for its solution'

a)

Problem Analysis

b)

Documentation

c)

Design a Solution

d)

Implementation

69.

Input Process Output (IPO) analysis is uses to analyze problems and _________

a)

develop system

b)

analyze errors

c)

develop algorithm

d)

analyze programs

70.

Identify the suitable answer based on the statement below:


'A program design tool that shows graphically step-by-step instruction to outline the logic of a program'

a)

Selection

b)

Pseudocode

c)

Flowchart

d)

Repetition

71.

Identify the suitable answer based on the statement below:


'A program design tool that shows graphically step-by-step instruction to outline the logic of a program'

a)

Selection

b)

Pseudocode

c)

Flowchart

d)

Repetition

72.

Identify the suitable answer based on the statement below:


'A program design tool that uses English-like statements to outline the logic of a program'

a)

Selection

b)

Pseudocode

c)

Flowchart

d)

Repetition

73.

Identify the suitable control structure(s) based on the problem statement above:

a)

Sequence

b)

Selection

c)

Repetition

d)

Series

74.

State the most appropriate control structure based on the flowchart above:

a)

Counter-controlled repetition

b)

Sequence

c)

Selection

d)

Sentinel-controlled repetition

75.

Identify the process based on the pseudocode above:

a)

Determine the sum of all numbers

b)

Calculate sum of numbers divisible by 2 and 5

c)

Determine and calculate sum of 200 odd numbers

d)

Determine and calculate sum of 199 numbers divisible by 2 and 5

76.

Identify the number of output(s) based on the statement below :


'Display the name of of five salespersons in a company that received 3% bonus from their salary. Then the program should print their bonus amount and their gross salary'

a)

1

b)

3

c)

2

d)

4

77.

Identify the number of input(s) based on the statement above:

a)

1

b)

2

c)

3

d)

4

78.

[BONUS ROUND]


What is Miss Syaza's birth date?

a)

20 April 1994

b)

21 April 1994

c)

22 April 1994

d)

24 April 1994

79.

Which of the following statements refers to a pseudocode?

a)

A program design tool that uses English-like statements to outline the logic of a program

b)

A step by step instructions that transform input into output.

c)

A graphical representation of an algorithm

d)

An analysis of a problem statement to identify input, process and output.

e)

A description of a program that used by other programmer in editing a program.

80.

Which of the following statements refers to a flowchart?

a)

A program design tool that uses English-like statements to outline the logic of a program

b)

A step by step instructions that transform input into output.

c)

A program design tool that shows graphically step by step instructions to outline the logic of a program.

d)

An analysis of a problem statement to identify input, process and output.

e)

A description of a program that used by other programmer in editing a program.

81.

State the first step in Problem Solving.

a)

Documentation

b)

Design Solution

c)

Problem Analysis

d)

Testing

e)

Implementation

82.

State the fourth step in Problem Solving.

a)

Documentation

b)

Design Solution

c)

Problem Analysis

d)

Testing

e)

Implementation

83.

Identify steps in Problem Solving


In this step programmer must run the program and verify it with different inputs to check the output.

a)

Documentation

b)

Problem Analysis

c)

Design Solution

d)

Testing

e)

Implementation

84.

Identify steps in Problem Solving


After analyzing the problem, a step by step by step instruction to solve the problem is written in this stage where it then can be used to transform input into output.

a)

Documentation

b)

Problem Analysis

c)

Design Solution

d)

Testing

e)

Implementation

85.

Identify steps in Problem Solving:


Using programming languages ​​to develop programs based on previously written pseudocode.

a)

Documentation

b)

Problem Analysis

c)

Design Solution

d)

Testing

e)

Implementation

86.

Elsa wants to create a program that can calculate area of a piece of land where length and width will be entered by the user.

Identify output of the program.

a)

length of land

b)

width of land

c)

calculate area of a piece of land

d)

area of a piece of a land

87.

Elsa wants to create a program that can calculate area of a piece of land where length and width will be entered by the user.

Identify process of the program.

a)

calculate length of land

b)

calculate width of land

c)

calculate area of a piece of land

d)

area of a piece of land

88.

Elsa wants to create a program that can calculate area of a piece of land where length and width will be entered by the user.

Identify input of the program.

a)

length of land

b)

width of land

c)

piece of land

d)

area of a piece of land

89.

Given a formula to calculate volume of sphere;

volume = 4/3 x radius3


Based on the formula, identify output.

a)

radius

b)

radius3

c)

calculate volume

d)

volume

90.

Given a formula to calculate volume of sphere;

volume = 4/3 x radius3


Based on the formula, identify process.

a)

radius

b)

4/3 x radius3

c)

calculate volume

d)

volume

91.

Given a formula to calculate volume of sphere;

volume = 4/3 x radius3


Based on the formula, identify input.

a)

radius

b)

4/3 x radius3

c)

calculate volume

d)

volume

92.

Convert a measurement in kilogram to gram and print the result.


Identify output.

a)

measurement in kilogram

b)

measurement in gram

c)

convert measurement in kilogram to gram

d)

convert measurement in gram to kilogram

93.

Convert a measurement in kilogram to gram and print the result.


Identify process.

a)

measurement in kilogram

b)

measurement in gram

c)

convert measurement in kilogram to gram

d)

convert measurement in gram to kilogram

94.

Convert a measurement in kilogram to gram and print the result.


Identify input.

a)

measurement in kilogram

b)

measurement in gram

c)

convert measurement in kilogram to gram

d)

convert measurement in gram to kilogram

95.

A government tax of 6% will be added to the price of a set of meal bought at restaurant McJ. Calculate total price that Zul has to pay for a set of meal.


Identify output.

a)

total price for a set of meal

b)

calculate total price for a set of meal

c)

total price = price of a set of meal + (0.06 x price of a set of meal)

d)

price of a set of meal

96.

A government tax of 6% will be added to the price of a set of meal bought at restaurant McJ. Calculate total price that Zul has to pay for a set of meal.


Identify process.

a)

total price for a set of meal

b)

calculate total price for a set of meal

c)

total price = price of a set of meal + (0.06 x price of a set of meal)

d)

price of a set of meal

e)

0.06 government tax

97.

A government tax of 6% will be added to the price of a set of meal bought at restaurant McJ. Calculate total price that Zul has to pay for a set of meal.


Identify input.

a)

total price for a set of meal

b)

calculate total price for a set of meal

c)

total price = price of a set of meal + (0.06 x price of a set of meal)

d)

price of a set of meal

e)

0.06 government tax

98.

A program will read two numbers and print their total and average.


Which of the answer below are output for the program.

a)

average of three numbers

b)

total of three numbers

c)

number 1

d)

number 2

e)

calculate total and average of two numbers

99.

A program will read two numbers and print their total and average.


Identify process?

a)

average of three numbers

b)

total of three numbers

c)

number 1

d)

number 2

e)

calculate total and average of two numbers

100.

A program will read two numbers and print their total and average.


Which of the answer below are input for the program.

a)

average of three numbers

b)

total of three numbers

c)

number 1

d)

number 2

e)

calculate total and average of two numbers

101.

A program will calculate and display the overtime pay received by an employee. Overtime rate is RM5 per hour.

Identify output.

a)

overtime rate RM5

b)

number of overtime hours

c)

calculate and display overtime pay of an employee

d)

overtime pay of an employee

e)

RM5

102.

A program will calculate and display the overtime pay received by an employee. Overtime rate is RM5 per hour.

Identify process.

a)

calculate overtime rate RM5

b)

calculate number of overtime hours

c)

calculate and display overtime pay of an employee

d)

overtime pay of an employee

103.

A program will calculate and display the overtime pay received by an employee. Overtime rate is RM5 per hour.

Identify input.

a)

overtime rate RM5

b)

number of overtime hours

c)

calculate and display overtime pay of an employee

d)

overtime pay of an employee

e)

RM5

104.

Athirah sells computer brand A which is RM1000 per unit and computer brand B which is RM2000 per unit. She will be given 10% commission for her total sales. Calculate total sales she will get.

Identify output.

a)

total sales

b)

quantity brand A

c)

quantity brand B

d)

calculate total sales

e)

10 % commission

105.

Athirah sells computer brand A which is RM1000 per unit and computer brand B which is RM2000 per unit. She will be given 10% commission for her total sales. Calculate total sales she will get.

Identify process.

a)

total sales

b)

quantity brand A

c)

quantity brand B

d)

calculate total sales

e)

10 % commission

106.

Athirah sells computer brand A which is RM1000 per unit and computer brand B which is RM2000 per unit. She will be given 10% commission for her total sales. Calculate total sales she will get.

Identify input.

a)

total sales

b)

quantity brand A

c)

quantity brand B

d)

calculate total sales

e)

10 % commission

107.

Final marks are taken from average marks of two quizzes and total of two tests. Calculate final marks.

Identify output.

a)

two test, two quizzes

b)

test 1, test 2

c)

final marks

d)

quiz 1, quiz 2

e)

calculate final marks

108.

Final marks are taken from average marks of two quizzes and total of two tests. Calculate final marks. Which of the following answer are process?

a)

calculate average marks of two quizzes

b)

test 1, test 2

c)

calculate final marks

d)

quiz 1, quiz 2

e)

calculate total of two tests

109.

Final marks are taken from average marks of two quizzes and total of two tests. Calculate final marks.

Which of the following answer are input?

a)

test 1

b)

test 2

c)

final marks

d)

quiz 1

e)

quiz 2

110.

Convert the weight from kilogram to pound.

(Formula: weight in pound = weight in kilogram x 2.2)

Identify output.

a)

weight in kilogram x 2.2

b)

convert weight in kilogram to weight in pound

c)

convert weight in pound to weight in kilogram

d)

weight in kilogram

e)

weight in pound

111.

Convert the weight in kilogram to pound.

(Formula: weight in pound = weight in kilogram x 2.2)

Identify process.

a)

weight in kilogram x 2.2

b)

convert weight in pound to weight in kilogram

c)

convert weight in kilogram to weight in pound

d)

weight in kilogram

e)

weight in pound

112.

Convert the weight in kilogram to pound.

(Formula: weight in pound = weight in kilogram x 2.2)

Identify input.

a)

weight in kilogram x 2.2

b)

convert weight in pound to weight in kilogram

c)

convert weight in kilogram to weight in pound

d)

weight in kilogram

e)

weight in pound

113.

Calculate amount discount and sale price of a book after given a 35% discount. Which of the following answers are output?

a)

amount discount

b)

sale price

c)

calculate amount discount

d)

calculate sale price

e)

original price

114.

Calculate amount discount and sale price of a book after given a 35% discount. Which of the following answers are process?

a)

amount discount

b)

sale price

c)

calculate amount discount

d)

calculate sale price

e)

original price

115.

Calculate amount discount and sale price of a book after given a 35% discount.

Identify input.

a)

amount discount

b)

sale price

c)

calculate amount discount

d)

calculate sale price

e)

original price

116.

Calculate and display four mathematical calculations; addition, multiplication, subtraction and division for two numbers.

Which of the following answers are output?

a)

addition of two numbers

b)

two numbers

c)

division of two numbers

d)

subtraction of two numbers

e)

multiplication of two numbers

117.

Calculate and display four mathematical calculations; addition, multiplication, subtraction and division for two numbers.

Which of the following answers are process?

a)

calculate addition of two numbers

b)

calculate multiplication of two numbers

c)

calculate division of two numbers

d)

calculate subtraction of two numbers

e)

calculate two numbers

118.

Calculate and display four mathematical calculations; addition, multiplication, subtraction and division for two numbers.

Which of the following answers are input?

a)

two numbers

b)

number 1

c)

four numbers

d)

number 2

e)

number 3