Arrays

Arrays

University

15 Qs

quiz-placeholder

Similar activities

SOLAR MOD. 12: UTILITY INTERCONNECTION

SOLAR MOD. 12: UTILITY INTERCONNECTION

12th Grade - University

10 Qs

Photovoltaic Energy

Photovoltaic Energy

6th Grade - University

15 Qs

Unit 2 - Solar Energy Quiz

Unit 2 - Solar Energy Quiz

11th Grade - University

14 Qs

code

code

University

10 Qs

MIS447 Quiz2-Exploring Machine Learning Concepts

MIS447 Quiz2-Exploring Machine Learning Concepts

12th Grade - University

16 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

Software Engineering Quiz 3

Software Engineering Quiz 3

University

10 Qs

SOLAR MOD. 2 - #2: SOLAR RADIATION

SOLAR MOD. 2 - #2: SOLAR RADIATION

12th Grade - University

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