N5 Computing Science: Data Types and Structures

N5 Computing Science: Data Types and Structures

9th Grade

51 Qs

quiz-placeholder

Similar activities

Week 6 - Input/Output Functions

Week 6 - Input/Output Functions

9th - 12th Grade

46 Qs

9.1.4 Python Quiz 🐍

9.1.4 Python Quiz 🐍

9th Grade

48 Qs

Project STEM Unit 1 Review

Project STEM Unit 1 Review

9th - 12th Grade

49 Qs

Python Review - PLTW CSE / Codecademy

Python Review - PLTW CSE / Codecademy

9th - 12th Grade

53 Qs

Python Assessment Year 8

Python Assessment Year 8

8th - 9th Grade

50 Qs

Programming Concepts

Programming Concepts

9th - 12th Grade

54 Qs

Year 10 Term 4 roundup

Year 10 Term 4 roundup

9th - 12th Grade

50 Qs

Week 7 - User Functions

Week 7 - User Functions

9th - 12th Grade

54 Qs

N5 Computing Science: Data Types and Structures

N5 Computing Science: Data Types and Structures

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Calum Gordon

Used 3+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a data type you should be able to describe in N5 Computing Science?

character

integer

Real

double

Answer explanation

The correct choice is 'double' because it is NOT a data type described in N5 Computing Science curriculum.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these types of data could be stored in a data type called string?

Numeric data

Text

Boolean values

None of the above

Answer explanation

The correct choice is 'Text' as strings are used to store textual data in programming languages.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures should you be able to describe in N5 Compuitng Science?

2D array

dictionary

1D array

Class

Answer explanation

In N5 Computing Science, you should be able to describe a 1D array, making it the correct choice from the given options.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes a variable?

A command in a programming language.

A named storage location for data in a program.

A piece of data used in a program

A calculation done by the program.

Answer explanation

A variable is a named storage location for data in a program, making the second answer choice the correct description.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following items of data is an integer?

scholar.hw.ac.uk

154

3.14159

Bob

i

Answer explanation

The correct choice is 154 as it is an integer, a whole number without any decimal or fractional part.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a character data type store?

A single item of text or any symbol that can be typed

A sequence of letters, numbers or symbols

A decimal number

A true or false value

Answer explanation

A character data type stores a single item of text or any symbol that can be typed, making it the correct choice among the options provided.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between a character and a string data type?

A string can hold more than one character

A character can hold more than one string

A string is used for numbers only

There is no difference; they are the same

Answer explanation

The main difference between a character and a string data type is that a string can hold more than one character.

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?