Flowchart

Flowchart

10th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

P1.3 - Solution planning

P1.3 - Solution planning

10th Grade - University

11 Qs

Flowchart

Flowchart

6th - 10th Grade

10 Qs

Kelas X - Algoritma Pemrograman

Kelas X - Algoritma Pemrograman

10th Grade

10 Qs

7.10 Writing and Amending Algorithms Cambridge IGCSE 0478

7.10 Writing and Amending Algorithms Cambridge IGCSE 0478

10th Grade - University

10 Qs

Understanding Computer Programming

Understanding Computer Programming

10th Grade

10 Qs

Representing Algorithms

Representing Algorithms

9th - 11th Grade

8 Qs

Kuis BAB 3 Computational Thinking XII - P2

Kuis BAB 3 Computational Thinking XII - P2

12th Grade

10 Qs

Flowcharting

Flowcharting

6th - 11th Grade

10 Qs

Flowchart

Flowchart

Assessment

Quiz

Computers

10th - 12th Grade

Easy

Created by

Natasha Ramsaroop

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why do we use flowcharts?

To use different mathematical shapes

To represent and plan algorithms in an easy way

The computer can read them easily

It's more complicated

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the use of this symbol in a flowchart?

Input

Output

Process

Decision

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the Output if the temperature is 19

Below Freezing

Above Freezing

Yes

No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this flowchart the diamond shape helps with

Adding up the students marks

Deciding whether the student pass or fail

Making sure the student get good marks

Finding the average of students marks

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a flowchart, a decision will always have

One exit arrows

Two exit arrows

Three exit arrows

Four exit arrows

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the difference between a flowchart and pseudocode?

A flowchart is textual but pseudocode is a diagrammatic representation of an algorithm

A flowchart is diagrammatic but pseudocode is written in a programming language (eg Pascal or C)

A flowchart is diagrammatic but pseudocode is a textual description of an algorithm

A flowchart and pseudocode are the same thing