AQA Data Structures and algorithms

AQA Data Structures and algorithms

11th Grade

78 Qs

quiz-placeholder

Similar activities

Tin hoc

Tin hoc

10th - 11th Grade

74 Qs

Prueba Formativa del mensual 1- séptimo 2023

Prueba Formativa del mensual 1- séptimo 2023

11th Grade

77 Qs

Kwalifikacja A. 54

Kwalifikacja A. 54

8th Grade - University

80 Qs

Teks Biografi

Teks Biografi

11th Grade

80 Qs

Illinois Constitution Test

Illinois Constitution Test

9th - 12th Grade

74 Qs

Python Cert Vocab

Python Cert Vocab

11th Grade

74 Qs

DIT Unit 4 Study Guide

DIT Unit 4 Study Guide

6th Grade - University

76 Qs

Google Certified Educator (Level 1)

Google Certified Educator (Level 1)

KG - University

73 Qs

AQA Data Structures and algorithms

AQA Data Structures and algorithms

Assessment

Quiz

Computers, Other

11th Grade

Practice Problem

Easy

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?