Search Header Logo
Pseudocodes and Flowcharts

Pseudocodes and Flowcharts

Assessment

Presentation

Computers

University

Practice Problem

Medium

Created by

Joshua Martinez

Used 7+ times

FREE Resource

22 Slides • 15 Questions

1

Pseudocodes and Flowcharts

Slide image

2

Short Quiz

on Algorithms

3

Multiple Choice

Which is NOT true about Algorithms?

1

The steps must be defined precisely.

2

Steps must be unambiguous

3

It should arrive at a guaranteed answer

4

It may include computer codes

4

Multiple Choice

Algorithms should be written in such a way that it can be used in different programming languages.

1

True

2

False

5

Multiple Choice

A PRECISE algorithm means?

1

The input for the current instruction comes only from preceding instructions

2

It knows the exact and correct steps to execute

3

The algorithm ends by giving the result after the execution of instructions

4

The algorithm can take a good number of inputs and yields the correct results

6

Multiple Choice

A FINITE algorithm means?

1

The input for the current instruction comes only from preceding instructions

2

It knows the exact and correct steps to execute

3

The algorithm ends by giving the result after the execution of instructions

4

The algorithm can take a good number of inputs and yields the correct results

7

Multiple Choice

An algorithm with GENERAILITY means?

1

The input for the current instruction comes only from preceding instructions

2

It knows the exact and correct steps to execute

3

The algorithm ends by giving the result after the execution of instructions

4

The algorithm can take a good number of inputs and yields the correct results

8

Multiple Choice

Which among the g the option BEST describes what an algorithm is?

1

A chart showing the flow of a series of events

2

A decision arrived at by following instructions

3

Step-by-step instructions used to solve a problem

4

A computer program that follows a chart

9

Multiple Choice

What algorithm do we use when we are building a wardrobe?

1

A set of directions

2

A list of instructions

3

A recipe

10

Multiple Choice

What algorithm do we use when we are looking for the nearest mall?

1

A set of directions

2

A list of instructions

3

A recipe

11

Multiple Choice

What algorithm do we use when we want to bake a cake?

1

A set of directions

2

A list of instructions

3

A recipe

12

Multiple Choice

Asking what is the input or output of the problem is part of what problem-solving process?

1

Defining process

2

Designing process

3

Implementation process

4

Testing process

13

Now to our main lesson..

14

Slide image

15

Slide image

16

Open Ended

Why should algorithms be written in plain English?

17

Slide image

18

Slide image

19

Slide image

20

Slide image

21

Slide image

22

Open Ended

What is the difference between algorithms and pseudocode?

23

Slide image

24

Slide image

25

Slide image

26

Slide image

27

Multiple Choice

Below is a step in an algorithm. Which among the option below is its equivalent pseudocode?


Divide the value of x by y and add ten.

1

x / y + 10

2

(x/y) + 10

3

y/x + 10

4

(y/x) + 10

28

Slide image

29

Slide image

30

Slide image

31

Slide image

32

Slide image

33

Slide image

34

Slide image

35

Poll

Were you able to understand the basics of pseudocode and flowcharts?

Things are unclear

Some things are clear

Majority are clear

All is clear

36

- End of Lesson

Thank you for your time.

37

Open Ended

List questions that you have on the lesson.

Pseudocodes and Flowcharts

Slide image

Show answer

Auto Play

Slide 1 / 37

SLIDE