AQA Data Structures and algorithms

AQA Data Structures and algorithms

11th Grade

78 Qs

quiz-placeholder

Similar activities

APCS Principles Practice Exam

APCS Principles Practice Exam

8th Grade - University

75 Qs

Computer Fundamentals

Computer Fundamentals

9th - 11th Grade

80 Qs

IB Unit 1 and 2 quiz

IB Unit 1 and 2 quiz

11th Grade

83 Qs

Contingency Exam Team Quiz

Contingency Exam Team Quiz

10th - 12th Grade

76 Qs

Computer Science Glossary

Computer Science Glossary

11th Grade

75 Qs

berfikir computasional

berfikir computasional

9th - 12th Grade

77 Qs

preTEST Pranata Komputer Terampil Part 1

preTEST Pranata Komputer Terampil Part 1

10th Grade - Professional Development

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