N5 Computing Science: Structure Charts

N5 Computing Science: Structure Charts

9th Grade

21 Qs

quiz-placeholder

Similar activities

OCR Computer Science Paper 2 Revision Quiz #1

OCR Computer Science Paper 2 Revision Quiz #1

9th - 10th Grade

20 Qs

CS Python Fundamentals Unit 6 - Animation

CS Python Fundamentals Unit 6 - Animation

9th - 12th Grade

18 Qs

CMU quiz

CMU quiz

7th - 9th Grade

20 Qs

KS3 Adobe Illustrator

KS3 Adobe Illustrator

KG - 12th Grade

20 Qs

Carnegie CMU Graphics in Python Explore Programming

Carnegie CMU Graphics in Python Explore Programming

9th - 12th Grade

19 Qs

MAWD 2.02

MAWD 2.02

9th Grade - University

23 Qs

IGCSE ICT Full Forms

IGCSE ICT Full Forms

9th - 10th Grade

16 Qs

PyGame 9 сынып 4 тоқсан 1

PyGame 9 сынып 4 тоқсан 1

9th Grade

19 Qs

N5 Computing Science: Structure Charts

N5 Computing Science: Structure Charts

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Calum Gordon

Used 7+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of software design notation is shown here?

Structure diagram

Flow chart

Pseudocode

Program code

Answer explanation

Media Image

At N5 level you need to be familiar with structure diagrams, flowcharts and pseudocode as design notations.

2.

MATCH QUESTION

30 sec • 1 pt

Media Image

Match the structure diagram symbols to their meaning ...

loop

Media Image

process

Media Image

subroutine

Media Image

selection

Media Image

Answer explanation

Media Image

Structure diagrams have their own set of symbols, some of which are similar to flowchart symbols.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many levels of problem decomposition are shown in this diagram?

3

4

5

None

Answer explanation

Decomposition refers to the repeated breaking up of a problem into smaller and smaller subproblems, until the subproblems are trivial to solve. This is also called stepwise refinement.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of repetition is shown?

Conditional loop

Fixed loop over a range of integers

Fixed loop over a data structure

Answer explanation

A fixed loop is a type of loop that repeats for a pre-determined number of times.

5.

DRAW QUESTION

3 mins • 1 pt

Draw a circle round the repetition part of the diagram ...

Media Image

Answer explanation

Repetition is the repeating of blocks of code a number of times. This is also called looping or iteration.

6.

DRAW QUESTION

3 mins • 1 pt

Draw a circle round a selection part of the diagram ...

Media Image

Answer explanation

Selection is when the program makes a decision between one or more alternative blocks of code. This is usually implemented by a 'if' block of code.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Type the name of a variable of type real/float ...

Answer explanation

Real (or float) variables can store numbers with fractional parts, such as 3.14.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?