N5 Computing Science: Standard Algorithms

N5 Computing Science: Standard Algorithms

9th Grade

26 Qs

quiz-placeholder

Similar activities

IGCSE Unit 2

IGCSE Unit 2

9th - 12th Grade

22 Qs

Round 1: Hack The Quest

Round 1: Hack The Quest

8th Grade - University

22 Qs

sql

sql

6th - 9th Grade

24 Qs

TDP111 - Introduction to PHP

TDP111 - Introduction to PHP

7th - 10th Grade

25 Qs

DeltaMath & Python 325

DeltaMath & Python 325

9th - 12th Grade

23 Qs

ROBÓTICA 1 - 3º TRIMESTRE

ROBÓTICA 1 - 3º TRIMESTRE

9th - 12th Grade

21 Qs

CS: Internet Really!

CS: Internet Really!

9th - 12th Grade

21 Qs

The Internet and Protocols

The Internet and Protocols

9th - 10th Grade

22 Qs

N5 Computing Science: Standard Algorithms

N5 Computing Science: Standard Algorithms

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Created by

Calum Gordon

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

26 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which are the standard algorithms you need to know about for N5 Computing Science? Choose all that apply ...

Input validation

Traversing 1D array

Running total in a loop

Linear search

Counting occurrences of an item

Answer explanation

These are the only 3 algorithms you will have questions about in the exam.

2.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Media Image

Choose all the valid methods of input validation ...

Range check

Length check

Presence check

Type check

Restricted choice

Answer explanation

Therere various ways of carrying out input validation - but they all try to make sure that the input data makes 'sense'.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which would be the best choice of loop for an input validation algorithm?

conditional loop

fixed loop over a range of integers

fixed loop over a data structure

Answer explanation

A conditional loop would be the best choice because it is impossible to predict how many attempts the user might take before entering 'sensible' data.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which would be the best choice of loop for an algorithm to traverse a 1-D array?

conditional loop

fixed loop over a range of integers

fixed loop over a data structure

Answer explanation

Because the loop should process ALL the items in the 1-D array then a loop over each item in the data structures would be the best option.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which would be the best choice of loop for an algorithm to keep a running total?

conditional loop

fixed loop over a range of integers

fixed loop over a data structure

could be any of these loops - none is better than thge others

Answer explanation

Keeping a running total could equally be achieved using any type of loop.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which N5 standard algorithm is this loop from?

Iterating over a 1-D array

Keeping a running total

Input validation

Answer explanation

This loop prints the square of each item in the array.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which N5 standard algorithm is this loop from?

Iterating over a 1-D array

Keeping a running total

Input validation

Answer explanation

This loop increments a total variable until the input is 0.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?