Search Header Logo
Flowchart and Pseudocode Exercise

Flowchart and Pseudocode Exercise

Assessment

Presentation

Computers

8th - 11th Grade

Practice Problem

Medium

Created by

Curtis Forbes

Used 243+ times

FREE Resource

3 Slides • 12 Questions

1

Algorithms

Flowchart and Pseudocode

media

2

Part A - Flowhart

This chart will be seen on each slide. Refer to it when answering questions 1 to 6.

media

3

Multiple Choice

Question image

Write an algorithm to ask the user to enter the price of an item, then calculate and display the total amount a customer will pay for 5 such items.


What should be written in part 1 of the flow chart

1

Start

2

Stop

3

calculate

4

Output

4

Multiple Choice

Question image

Write an algorithm to ask the user to enter the price of an item, then calculate and display the total amount a customer will pay for 5 such items.


What is the best answer for step 2?

1

start

2

stop

3

Print "Enter price"

4

Print price

5

Multiple Choice

Question image

Write an algorithm to ask the user to enter the price of an item, then calculate and display the total amount a customer will pay for 5 such items.


Select the best answer for step 3.

1

Stop

2

Display price

3

Print price

4

Read price

6

Multiple Choice

Question image

Write an algorithm to ask the user to enter the price of an item, then calculate and display the total amount a customer will pay for 5 such items.


Select the best answer for step 4.

1

total = price *5

2

total = price

3

read total

4

print total

7

Multiple Choice

Question image

Write an algorithm to ask the user to enter the price of an item, then calculate and display the total amount a customer will pay for 5 such items.


Select the best answer for step 5.

1

read total

2

read price

3

print price

4

print total

8

Multiple Choice

Question image

Write an algorithm to ask the user to enter the price of an item, then calculate and display the total amount a customer will pay for 5 such items.


Select the best answer for step 6.

1

Print

2

Start

3

Stop

4

Read

9

Part B - Pseudocode

For the next 6 questions refer to the problem that follows. It will be repeated on each slide.


Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume. 

10

Multiple Choice

Question image

Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume.


Which of the following is step 1?

1

end

2

continue

3

stop

4

start

11

Multiple Choice

Question image

Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume.


Which of the following is step 2?

1

Print "Enter the length, breadth and height"

2

Print length

3

v = L*B*H

4

Print "Enter the volume"

12

Multiple Choice

Question image

Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume.


Which of the following is step 3?

1

Print L, B, H

2

L = B*H*V

3

Read L,B, H

4

STOP

13

Multiple Choice

Question image

Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume.


Which of the following is step 4?

1

Print "Enter volume"

2

Read V

3

Stop here

4

V = L* B* H

14

Multiple Choice

Question image

Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume.


Which of the following is step 5?

1

Print V

2

Read V

3

Calculate V

4

Start

15

Multiple Choice

Question image

Write an algorithm, in pseudocode, to accept the length, breadth and height of a cuboid and display the volume.


Which of the following is step 6?

1

Start

2

Print

3

Read

4

Stop

Algorithms

Flowchart and Pseudocode

media

Show answer

Auto Play

Slide 1 / 15

SLIDE