8525 AQA GCSE 3.2.6 Data Structures

8525 AQA GCSE 3.2.6 Data Structures

10th Grade

20 Qs

quiz-placeholder

Similar activities

Functions, Loops, Arrays, Objects

Functions, Loops, Arrays, Objects

9th - 12th Grade

20 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

GCSE Computing: Lists and Arrays

GCSE Computing: Lists and Arrays

10th - 11th Grade

15 Qs

AQA GCSE Computer Science - 3.2.6 Data structures

AQA GCSE Computer Science - 3.2.6 Data structures

8th - 10th Grade

20 Qs

APCSA Search & Sort

APCSA Search & Sort

9th - 12th Grade

15 Qs

Java Array Basics

Java Array Basics

10th - 12th Grade

15 Qs

APCS A - Array 6.1,6.2,6.3,6.

APCS A - Array 6.1,6.2,6.3,6.

9th - 12th Grade

20 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

8525 AQA GCSE 3.2.6 Data Structures

8525 AQA GCSE 3.2.6 Data Structures

Assessment

Quiz

Computers

10th Grade

Medium

Created by

David Anderson

Used 74+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a record?

A set of numbers grouped in an array

A collection of arrays in a group

A data structure that groups together related items

A program designed to create an array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is meant by 'declaring' an array?

Create an array in a program, specifying its name and size

creating a program, specifying its size

create a program, specifying its name

create an array to assign to a Selection process

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which value does the command 'list[3]' find?
The fourth value of 'List'
The third value of 'List'
The second value of 'List'
The fifth value of 'List'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

scores = [5,7,0,10,8,3,7,3]


Which value will be found using the following statement:


print(scores[2])

5

7

0

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which iteration method is commonly used with arrays?

ELSE

WHILE

IF

FOR

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to a number that corresponds to the location of an item of data in an array?

Initial

Primary

Index

Identifier

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arrays have a fixed number of items.


True or False

True

False

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?