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
15 questions
Year 12 Programming

Quiz
•
11th - 12th Grade
20 questions
10.1 Data Types and Records Cambridge iAS 9618

Quiz
•
11th Grade
16 questions
Tipul de date STRING

Quiz
•
9th - 12th Grade
15 questions
Javascript

Quiz
•
10th - 12th Grade
20 questions
ինֆորմատիկա 11 (Տնտեսագիտական) Պասկալ

Quiz
•
11th Grade
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
20 questions
Intro to JavaScript

Quiz
•
9th - 12th Grade
15 questions
Linux-2 Quiz 2 -- LAMP

Quiz
•
1st - 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