Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

T3Quiz#1A09[GEN]

T3Quiz#1A09[GEN]

9th Grade

6 Qs

Javascript Arrays

Javascript Arrays

9th - 12th Grade

12 Qs

Java Basic Data Structures

Java Basic Data Structures

6th - 10th Grade

15 Qs

APCSA Search & Sort

APCSA Search & Sort

9th - 12th Grade

15 Qs

Arrays

Arrays

KG - University

10 Qs

AP CSP - Python Lists and Arrays

AP CSP - Python Lists and Arrays

9th - 12th Grade

10 Qs

Arrays and Lists

Arrays and Lists

10th - 11th Grade

15 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

Arrays and Lists

Arrays and Lists

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

D Pascall

Used 131+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a data structure?
A list of variables
A list of variables and strings
A facility that holds more than one value

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an array?
A list of variables
A list of strings
A series of memory locations, each with the same name, that hold related data

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why are arrays used?
Arrays store multiple data values under one name, reducing the complexity of our program
Arrays store more data than if we were using variables
Arrays store more data than if we were using strings

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In an array, what is an element?
The smallest number an array can hold
The biggest number an array can hold
An element is one value in an array

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many elements would the array 'student_marks(10)' hold?
Nine elements
Ten elements
Eleven elements

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the array 'numbers(6, 10, 7, 12, 9, 2)', what is the value of element numbers(4)?
Nine
Twelve
Two

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the array 'colours("Purple", "Blue", "Red", "Green", "Yellow")', what is the value of the element colours(3)?
Green
Red
Purple

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?