AQA Data Structures and algorithms

AQA Data Structures and algorithms

11th Grade

78 Qs

quiz-placeholder

Similar activities

Final Question Bank 24-25

Final Question Bank 24-25

9th - 12th Grade

81 Qs

ITF+ Study Test

ITF+ Study Test

11th Grade

75 Qs

Understanding IT Fundamentals Quiz

Understanding IT Fundamentals Quiz

10th Grade - University

75 Qs

GCSE Computer Science Easter Recap

GCSE Computer Science Easter Recap

9th - 12th Grade

80 Qs

IT Fundamentals CompTIA practice

IT Fundamentals CompTIA practice

10th - 12th Grade

75 Qs

Microprocessor / Memory Basics

Microprocessor / Memory Basics

11th Grade

83 Qs

Review Computer Question

Review Computer Question

9th - 12th Grade

75 Qs

Assessment 3

Assessment 3

11th Grade

75 Qs

AQA Data Structures and algorithms

AQA Data Structures and algorithms

Assessment

Quiz

Computers, Other

11th Grade

Easy

Used 1+ times

FREE Resource

78 questions

Show all answers

1.

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

2.

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'

3.

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

4.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arrays have a fixed number of items.


True or False

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arrays can have different data types?


True or False?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of array is the following example?


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

1D

2D

3D

4D

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?