JavaScript Data Types and Structures

Quiz
•
Computers
•
12th Grade
•
Medium
Harold Peaden
Used 3+ times
FREE Resource
29 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Which of the following is a simple (primitive) data type in JavaScript?
number
array
object
function
Answer explanation
Correct Answer: number
❌ array → complex data type.
❌ object → complex data type.
❌ function → technically a type of object, not primitive.
2.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
True or False: Strings are considered complex data types.
Answer explanation
Correct Answer: False
❌ Strings are primitive data types.
3.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What type of data structure is used to hold an ordered list of values?
string
array
boolean
number
Answer explanation
Correct Answer: array
❌ string → holds characters, not a list.
❌ boolean → only true/false.
❌ number → single numeric value.
4.
FILL IN THE BLANK QUESTION
1 min • 3 pts
Fill in the blank: Array indexes in JavaScript start at ____.
Answer explanation
Correct Answer: 0
5.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
10
20
30
undefined
Answer explanation
Correct Answer: 20
❌ 10 → index 0.
❌ 30 → index 2.
❌ undefined → only happens if index doesn’t exist.
6.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Which code correctly changes the second item in an array to 50?
Answer explanation
Correct Answer: nums[1] = 50;
❌ nums[2] = 50; → changes the third item.
❌ nums[0] = 50; → changes the first item.
❌ nums.update() → not valid in JS.
7.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
True or False: The .length property of an array returns the last index.
Answer explanation
Correct Answer: False
❌ .length returns the total count, not the last index.
Create a free account and access millions of resources
Similar Resources on Wayground
27 questions
Ulangan Harian Informatika Kelas 11

Quiz
•
9th - 12th Grade
33 questions
CS 3 Midterm 2023

Quiz
•
12th Grade
25 questions
Keyboard Shortcuts Quiz M1:U2 prac

Quiz
•
12th Grade
30 questions
Data Structures - Hash Tables

Quiz
•
12th Grade
24 questions
Objektumok és operátorok

Quiz
•
9th - 12th Grade
28 questions
PROGRAMACION WEB

Quiz
•
5th Grade - University
30 questions
HARDWARE AND SOFTWARE

Quiz
•
7th - 12th Grade
25 questions
arrays and strings in java

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade