N5 Computing Science: Computational Constructs

N5 Computing Science: Computational Constructs

10th Grade

95 Qs

quiz-placeholder

Similar activities

Code.org Final Vocabulary

Code.org Final Vocabulary

9th - 12th Grade

90 Qs

Fall Semester Exam Review

Fall Semester Exam Review

9th - 12th Grade

99 Qs

AP Computer Science Principles (All Terms)

AP Computer Science Principles (All Terms)

10th Grade

90 Qs

Midterm-  January - 2023

Midterm- January - 2023

9th - 12th Grade

100 Qs

Review for Python 3 Test - Loops and Strings (CodeCademy)

Review for Python 3 Test - Loops and Strings (CodeCademy)

7th - 12th Grade

100 Qs

Programming Quiz Y10

Programming Quiz Y10

KG - 10th Grade

100 Qs

OCR Paper 2 Revision

OCR Paper 2 Revision

9th - 11th Grade

100 Qs

N5 Computing Science: Computational Constructs

N5 Computing Science: Computational Constructs

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Calum Gordon

Used 3+ times

FREE Resource

95 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following program constructs is NOT required for N5 Computing Science?

Values can be stored in variables.

Arithmetic operators can be used on numerical values.

Repetition constructs can be used to repeat blocks of code.

Using switch-case statements to handle multiple conditions.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you be able to describe and use by the end of the topic on Computational Constructs?

Expressions to assign values to variables.

How to use social media platforms.

The history of programming languages.

Techniques for effective internet search.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT listed as a predefined function in a programming environment that you should be familiar with?

random

round

length

abs

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of constructs should you be able to use for creating simple conditions?

Selection constructs like IF statements

Repetition constructs like FOR loops

Assignment constructs like variable declaration

Exception handling constructs like TRY-CATCH

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these logical operators is NOT included in N5 Computing Science?

AND

OR

XOR

NOT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the following line of code do?

SET answer TO 100 / 4

Divide 100 by 4 and store the result in the answer variable.

Multiply 100 by 4 and store the result in the answer variable.

Store the characters "100 / 4" in the answer variable.

Crash the program as the translator would not recognise the "/" symbol.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times would the phrase "Hello World" appear on screen if the following code was run?

1

5

6

10

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?