Search Header Logo

Array

Authored by Lavannia Muyandy

Computers, English, Education

3rd Grade

Used 62+ times

Array
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

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

2.

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

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between an array and a list?

An array holds numbers, whereas a list holds strings
An array can only hold data of the same data type, whereas lists can hold values of different data types
An array holds both numbers and strings, whereas a list only holds numbers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Javascript, an Array can store...

integer, string, data

string, array

integer, string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct Array in Javascript.

var names= ["Blue" "Yellow" "Green"]

var names= ["Blue" , "Yellow" , "Green"]

varNames= [Blue, Yellow ,Green]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you store multiple arrays of values in a variable?

not possible

no

yes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct Javascript that stores both integer and string?

var array = ["Blue", 2 , "Yellow", 3]

var array = [2 , Blue, Yellow, 3]

var array = ["2", "3", "Blue", "Yellow"];

Access all questions and much more by creating a free account

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

Already have an account?