AQA Data Structures and algorithms

AQA Data Structures and algorithms

11th Grade

78 Qs

quiz-placeholder

Similar activities

UH2 PBO Sem 2 2021/2022 SMKN9 Medan

UH2 PBO Sem 2 2021/2022 SMKN9 Medan

11th Grade - University

75 Qs

TECH Database ALL

TECH Database ALL

9th - 12th Grade

81 Qs

PRETEST 10

PRETEST 10

10th Grade - University

74 Qs

Section E - All topics

Section E - All topics

11th Grade

77 Qs

INFROMATIKA

INFROMATIKA

9th - 12th Grade

76 Qs

software dev 2

software dev 2

9th - 12th Grade

80 Qs

DIT Unit 4 Study Guide

DIT Unit 4 Study Guide

6th Grade - University

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