N5 Computing Science: Standard Algorithms

Quiz
•
Computers
•
9th Grade
•
Medium
Calum Gordon
Used 9+ times
FREE Resource
26 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
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
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
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
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
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
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.
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Python L1 Programming Challenge

Quiz
•
1st - 12th Grade
25 questions
CS8 Final Review #1

Quiz
•
6th Grade - University
24 questions
1A Quiz on Game Design with Scratch

Quiz
•
5th - 9th Grade
30 questions
EOT Revision Programming and Algorithms

Quiz
•
8th - 10th Grade
25 questions
Topic 1: Computational thinking, level 2

Quiz
•
9th Grade
25 questions
ALGORITHMS AND FLOWCHARTS

Quiz
•
9th Grade - University
26 questions
Y9 Assessment 4 Revision Quiz

Quiz
•
9th - 10th Grade
24 questions
Code.org: Unit 1 Test

Quiz
•
7th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade