Arrays

Arrays

University

15 Qs

quiz-placeholder

Similar activities

Introduction to Data Analysis Quiz

Introduction to Data Analysis Quiz

12th Grade - University

15 Qs

Sorting Quiz

Sorting Quiz

University - Professional Development

15 Qs

Unit 1- DS

Unit 1- DS

University

10 Qs

PHP Quiz

PHP Quiz

University

10 Qs

Collections_Generics_ExceptionHandling

Collections_Generics_ExceptionHandling

University

18 Qs

Introduction to PV Technology

Introduction to PV Technology

University

20 Qs

SOLAR MOD. 7: CHARGE CONTROLLERS

SOLAR MOD. 7: CHARGE CONTROLLERS

12th Grade - University

10 Qs

SOLAR MOD. 5: SOLAR CELLS & MODULES

SOLAR MOD. 5: SOLAR CELLS & MODULES

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?