RMM | Javascript (20th March 2020)

Quiz
•
Computers
•
Professional Development
•
Medium

Ambarine Auckloo
Used 21+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does Javascript do?
Specify the layout of the webpages
Define the function of the webpage
Define the content of the workbook
I don’t know :(
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How would you define a variable called steps with a value of 20?
var steps= 20;
steps=20;
Steps=20;
variable steps=20;
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
If we have an array called “numbers” which contain [39,20,40,99,30], what syntax should you write to obtain the value 40?
numbers[2]
Numbers[1]
numbers(2)
numbers[3]
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you obtain the length of an array called “cards” which contain [“hearts”,spades”,”clubs”,”diamonds”] ?
cards.length
Cards.length
Cards,length
cards.Length
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
If you have an array : "things" =[“pen”,”shorts”,”sofa”,”bed”,”table”].
How will you create a new array called "specialthings" containing only bed, table and sofa?
specialthings(bed,table,sofa);
specialthings.push(things[3],things[things.length-1],things[2]);
things.push(things[3],things[things.length-1],things[2]);
things.push(things[0],things[1],things[2])
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
This is a for loop that let variable i count from 0 to 200 in increments of 3.Rearrange the code in such a way that it works.
4,6,5,1,3,2,8,7
4,5,6,7,1,2,8,3
5,6,7,8,1,2,3,4
3,5,7,1,2,4,5,8
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many mistake are there in this code snippet?
1
2
3
4
8.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What do these symbols mean (>, !=, || ) ?
Lesser than, equal, and
Greater than, not equal, or
Lesser than or equal to, and, or
Null, not equal, and
Similar Resources on Wayground
10 questions
Senz AIoT Savants - ML & C++

Quiz
•
Professional Development
10 questions
Vlookup Formula in Excel

Quiz
•
Professional Development
10 questions
CIT JULY 2022

Quiz
•
Professional Development
10 questions
Java SE: Programming I

Quiz
•
Professional Development
10 questions
Mid2 Lab Internal PPS

Quiz
•
Professional Development
10 questions
Java Collections

Quiz
•
Professional Development
12 questions
ITF - Quiz 7.5 - Graphics Devices

Quiz
•
Professional Development
10 questions
4. String

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade