QUIZ #1 JAVASCRIPT

Quiz
•
Computers
•
11th Grade
•
Hard
Sharon Smith
Used 12+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these will increase the value of the variable X?
increment (x)
x++;
x=x;
x+1;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will decrease the value of x?
x--;
x-1;
x=x;
x=-x;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is first index value of an array?
0
-1
1
undefine
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
array = [1,2,3,4,5]
What is the length of this array?
5
4
6
undefine
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
His name is Fred and he is less than 16 years old
if (name = "fred" && age < 16 )
if (name === "fred" && age < 16 )
if (name = "fred" || age < 16 )
if (name === "fred" || age < 16 )
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output to the console for the following code:
var colors =["Yellow", "Orange", "Blue"];
colors.shift();
colors.unshift("Purple");
console.log(colors);
["Orange", "Yellow", "Purple"]
["Purple", "Yellow", "Orange", "Blue"]
["Yellow", "Orange", "Blue", "Purple"]
["Purple", "Orange", "Blue"]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
arr = [1,2,3,4,5];
arr.push();
arr.pop();
arr.shift();
arr.unshift();
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Lección1 - JavaScript

Quiz
•
1st Grade - Professio...
20 questions
Business Letter Review

Quiz
•
9th - 12th Grade
19 questions
JavaScript Data Structures

Quiz
•
9th - 12th Grade
13 questions
Arrays in Swift

Quiz
•
10th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
21 questions
HTML Element Vocab and Data Type Review

Quiz
•
9th - 12th Grade
15 questions
javascript

Quiz
•
11th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade