Unit #3 JavaScript

Unit #3 JavaScript

12th Grade

31 Qs

quiz-placeholder

Similar activities

Intro to Programming Final Review

Intro to Programming Final Review

9th - 12th Grade

30 Qs

JSON Schema Overview and Validation

JSON Schema Overview and Validation

12th Grade

26 Qs

Array and ArrayLists in Java

Array and ArrayLists in Java

10th - 12th Grade

29 Qs

Review Arrays

Review Arrays

9th - 12th Grade

32 Qs

Arrays, Arraylists, 2D Arrays

Arrays, Arraylists, 2D Arrays

9th - 12th Grade

35 Qs

JavaScript

JavaScript

9th - 12th Grade

29 Qs

Pascal Pro

Pascal Pro

8th - 12th Grade

32 Qs

Java Script BASICS

Java Script BASICS

9th - 12th Grade

27 Qs

Unit #3 JavaScript

Unit #3 JavaScript

Assessment

Quiz

Computers

12th Grade

Easy

Created by

J C

Used 98+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is proper syntax for declaring a array in JavaScript?

var arrayName =[ ];

var arrayName[ ] ={ };

array arrayName ={ };

obj var arrayName =[ ];

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which definition below best describe an array?

An array is a function identifier that can hold only one element.

An array is a beam of light.

An array is a special variable, which can hold more than one value at a time.

An array is a special program, which can hold more than one value at a time.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is first index value of an array in JavaScript?

-1

0

1

undefine

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The length() method for an array will return _____.

the number of elements in the array

the last index value of the array.

the length of the name of the array variable

the capacity of the array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The push() method append to the _______ of the array.

beginning

middle

end

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The pop() method removes the _______ element of the array.

beginning

middle

end

none of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A condition is __________.

any expression that evaluates to True or False

a formula that is executed for a result

an operand that indicates both conditions are True or False

a built-in function that assigns a Boolean value to a variable

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?