8525 AQA GCSE 3.2.6 Data Structures

8525 AQA GCSE 3.2.6 Data Structures

10th Grade

20 Qs

quiz-placeholder

Similar activities

Arrays, 2D Arrays, and ArrayLists

Arrays, 2D Arrays, and ArrayLists

9th - 12th Grade

15 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

APCSA Arrays

APCSA Arrays

9th - 12th Grade

20 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

COMPUTER 10 FINALS :(

COMPUTER 10 FINALS :(

10th Grade

18 Qs

Java 2 Quiz 9

Java 2 Quiz 9

10th - 12th Grade

20 Qs

APCSA Unit 8

APCSA Unit 8

9th - 12th Grade

17 Qs

GCSE Computer Science- 2.2 Programming Techniques

GCSE Computer Science- 2.2 Programming Techniques

9th - 11th Grade

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