N5 Computing Science: SDD + CS Exam Questions

N5 Computing Science: SDD + CS Exam Questions

10th Grade

131 Qs

quiz-placeholder

Similar activities

AP Computer Science Final Review

AP Computer Science Final Review

9th Grade - University

132 Qs

AP Computer Science Principles Review

AP Computer Science Principles Review

9th Grade - University

132 Qs

Cambridge National in IT - Glossary of Terms

Cambridge National in IT - Glossary of Terms

9th - 11th Grade

130 Qs

Branches of Military Test

Branches of Military Test

9th - 12th Grade

136 Qs

Year 9 After Easter big retrieval - power 5

Year 9 After Easter big retrieval - power 5

10th Grade

129 Qs

N5 Computing - Computer Systems

N5 Computing - Computer Systems

10th Grade

134 Qs

AP CS Principles

AP CS Principles

9th Grade - University

132 Qs

N5 Computing Science: SDD + CS Exam Questions

N5 Computing Science: SDD + CS Exam Questions

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Calum Gordon

Used 20+ times

FREE Resource

131 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Convert the following 8-bit binary number into denary.

1011 0111

Answer explanation

Remember that each bit represents a different power of 2, so 1, 2, 4, 8, 16, etc.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why may it be necessary to return to the implementation stage of an

iterative development process after the testing stage?

To correct errors

To add new features

To change the programming language

To charge the client more money

Answer explanation

Iterative means repetitive so after each stage of the SDP it may be necessary to return to an earlier stage to make change.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

The code shown monitors the speed of a vehicle. Choose the actions that correspond with what happens in lines 6 to 9 above if the sensor detects a value of 83 at line 5.

compares 83 to 70

condition is false so doesn’t enter loop

sends signal to alarm

condition is true so enters loop

new speed is detected from sensor

Answer explanation

In this case the Boolean condition is False so the program does not enter the loop and skips to the first line after the loop.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The Bank of Aberdeen uses a firewall and encryption to ensure data is kept

secure.

Which description best explains the purpose of a firewall.

Restricts access to a network for unauthorised users

Scrambles data to make ir unreadable

Allows customers to acces their banking online

Prevents viruses and malware from entering the network

Answer explanation

The correct option is 1. A firewall is a security system that is designed to restrict access to a network for unauthorized users. It acts as a barrier between a private internal network and the public internet, controlling the flow of traffic and preventing unauthorized access to the network. It can also be configured to block certain types of traffic, such as viruses and malware, from entering the network. Encryption, on the other hand, is a process of converting data into a code to make it unreadable to unauthorized users.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The Bank of Aberdeen uses a firewall and encryption to ensure data is kept

secure.

How can encryption help keep data secure?

Data is encoded and therefore unreadable

Prevents unauthorised users from accessing data

Prevents malware from entering the network

Data is stored in a database using a special key

Answer explanation

The correct option is 1. Encryption helps keep data secure by encoding it in a way that makes it unreadable to anyone who does not have the key to decrypt it. This means that even if someone gains access to the encrypted data, they will not be able to read or use it without the key. This helps to protect sensitive information from being accessed or stolen by unauthorized users.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An ASCII character set contains control characters.

Choose one example of a control character.

Cancel

Space

Delete

#

Answer explanation

The solution to the given question is option number 1, Cancel. The first 32 ASCII characters are the so-called non-printable characters, also known as control characters. They include keys like Esc, Tab, Shift, etc.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An ASCII character set contains printable characters.

Choose one example of a printable character.

Space

Null

Escape

Backspace

Answer explanation

The solution to the given question is option number 1, which is Space. ASCII character set is a standard set of characters that are used to represent text in computers and other devices. Printable characters are those characters that can be displayed on the screen or printed on paper. Space is a printable character that is used to create a blank space between words or sentences. Null, Escape, and Backspace are also ASCII characters, but they are not printable characters. Null is a control character that represents the end of a string, Escape is a control character that is used to initiate a special command sequence, and Backspace is a control character that moves the cursor back one position.

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?