Arrays

Arrays

University

15 Qs

quiz-placeholder

Similar activities

React and GitHub Quiz

React and GitHub Quiz

University

12 Qs

U01 Principles of Computer Science (Quiz 1)

U01 Principles of Computer Science (Quiz 1)

11th Grade - University

20 Qs

Computer Science Challenge

Computer Science Challenge

University

10 Qs

Lesson 3: Human Factors as HCI Theories

Lesson 3: Human Factors as HCI Theories

University

15 Qs

IIC FUN QUIZ 3

IIC FUN QUIZ 3

University

10 Qs

Scientific Method

Scientific Method

5th Grade - University

20 Qs

Digital and analog signals

Digital and analog signals

8th Grade - University

10 Qs

Struktur Data dan Penerapannya

Struktur Data dan Penerapannya

11th Grade - University

15 Qs

Arrays

Arrays

Assessment

Quiz

Science

University

Hard

NGSS
HS-PS3-3, HS-LS2-1

Standards-aligned

Created by

Lisa Thompson

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An array can store a group of values, but the values must be .....

the same data type

each of a different data type

constants

integers

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The individual values contained in array are known as

parts

elements

numbers

constants

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The primary component common to all PV systems is...

the PV array

the string inverter

the battery bank

DC disconnect

Tags

NGSS.HS-PS3-3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Batteries in a PV system are typically charged by the _____ and discharged by the ______.

grid, solar arrays

grid, inverter

array, loads

loads, solar arrays

Tags

NGSS.HS-PS3-3

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select TRUE option about arrays.

Array is a dynamic data structure

Arrays don't use an index-based data like trees.

Store multiple values of the same data type

The search process in an array can't be done very easilyThe search process in an array can't be done very easily

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What is the output of this code?

[abc, 0, 2, 10]

The code does not compile.

  • [abc, 2, 10, 0]

[0, 10, 2, abc]

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the following when run as java FirstName Wolfie?

FirstName

Wolfie

The code throws an ArrayIndexOutOfBoundsException.

The code throws a NullPointerException.

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?