N5 Computing Science: Structure Charts

N5 Computing Science: Structure Charts

9th Grade

21 Qs

quiz-placeholder

Similar activities

CS Python Fundamentals Unit 6 - Animation

CS Python Fundamentals Unit 6 - Animation

9th - 12th Grade

18 Qs

2.1.1 - 2.1.8 Practice

2.1.1 - 2.1.8 Practice

9th - 12th Grade

18 Qs

DDA1 Vector Recap

DDA1 Vector Recap

9th - 12th Grade

20 Qs

All About Documents Quiz

All About Documents Quiz

4th Grade - University

20 Qs

OCR Computer Science Paper 2 Revision Quiz #1

OCR Computer Science Paper 2 Revision Quiz #1

9th - 10th Grade

20 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

Quiz 4

Quiz 4

1st - 10th Grade

20 Qs

Google Suite Skills

Google Suite Skills

1st - 10th Grade

20 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 ...

process

Media Image

selection

Media Image

loop

Media Image

subroutine

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?