N5 Computing Science: Data Types and Structures

N5 Computing Science: Data Types and Structures

9th Grade

51 Qs

quiz-placeholder

Similar activities

SC FOC Final Exam - Dorman Freshman Campus

SC FOC Final Exam - Dorman Freshman Campus

9th Grade

50 Qs

CSP Python Test

CSP Python Test

9th - 12th Grade

52 Qs

TSA Review 6

TSA Review 6

9th - 12th Grade

50 Qs

XI Programming Methodology, introduction to C++

XI Programming Methodology, introduction to C++

9th - 12th Grade

46 Qs

Databases

Databases

KG - 12th Grade

50 Qs

Ôn tập KTGK2 Tin 11

Ôn tập KTGK2 Tin 11

9th - 12th Grade

50 Qs

Y9 U3 Database - Intro

Y9 U3 Database - Intro

7th - 10th Grade

54 Qs

J277/02 Computational thinking, algorithms and programming

J277/02 Computational thinking, algorithms and programming

9th Grade - University

56 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?