Search Header Logo
Unit 16 Part 2

Unit 16 Part 2

Assessment

Presentation

Computers

8th Grade

Easy

Created by

Joe Mahase

Used 7+ times

FREE Resource

15 Slides • 4 Questions

1

Unit 16 Part 2

What are Automatic Systems?

Slide image

2

Slide image

3

4

Slide image

5

Open Ended

From the last session can you give 3 reasons why flow charts are used?

6

Slide image

7

Using the correct symbols, Create the flowchart for two way traffic lights.

Post your chart to the chart Padlet on Moodle

8

Before you write one piece of computer code, you have to know what the program is supposed to do. Before you write one line of code in any language, it is a good idea to write it in a simple way first to ensure you have included everything you need.

The best way to set this up is by using pseudocode.

9

Open Ended

What do you think pseudocode is?

10

11

Pseudocode is a simple way of writing programming code in English. Pseudocode is not actual programming language. It uses short phrases to write code for programs before you actually create it in a specific language.

12

Once you know what the program is about and how it will function, then you can use pseudocode to create statements to achieve the required results for your program.

Pseudocode makes creating programs easier. Programs can be complex and long; preparation is the key.

13

Flowcharts are used to map out programs before writing one line of code in a language. 

To use pseudocode, all you do is write what you want your program to say in English.

14

Pseudocode allows you to translate your statements into any language because there are no special commands and it is not standardized. 

Writing out programs before you code can enable you to better organize and see where you may have left out needed parts in your programs.

15

All you have to do is write it out in your own words in short statements. Let's look at this example.

create a program to add 2 numbers together and then display the result.

Slide image

16

Open Ended

Write the pseudocode to compute the area of a rectangle:

17

Fill in the Blank

What is the missing instruction?


Get the length, L, and width, W

********* the area = L*W

Display the area

18

A  flowchart shows the steps in the solution as boxes of various kinds, and their order is shown by connecting the boxes with arrows.

The instructions are added to the boxes using pseudocode.

19

That is all for this week


Unit 16 Part 2

What are Automatic Systems?

Slide image

Show answer

Auto Play

Slide 1 / 19

SLIDE