11/11/2020 Quiz XXXXXXXXXXPROG XXXXXXXXXXC4V - JavaScript - Durham College
https:
durhamcollege.desire2learn.com/d2l/lms/quizzing/use
attempt/quiz_start_frame_auto.d2l?ou=334450&isprv=&drc=0&qi=212379&cfql=0&dnb=0 1/4
Question 1 (1 point)
Question 2 (1 point)
Question 3 (1 point)
Question 4 (1 point)
Question 5 (1 point)
Question 6 (1 point)
A good programming language helps the programmer by allowing them to talk about the actions
that the computer has to perform on a higher level
True
False
What would appear in the console after the following code was executed?
let ten = 10;
console.log(ten * ten);
When your program contains more than one statement, the statements are executed as if they are
a story, from bottom to top.
True
False
The following code will display as False in the console log.
if (1 + 1 == 2) console.log("It's true");
True
False
JavaScript is a single-platform, object-oriented scripting language used to make webpages static
True
False
javascript:
11/11/2020 Quiz XXXXXXXXXXPROG XXXXXXXXXXC4V - JavaScript - Durham College
https:
durhamcollege.desire2learn.com/d2l/lms/quizzing/use
attempt/quiz_start_frame_auto.d2l?ou=334450&isprv=&drc=0&qi=212379&cfql=0&dnb=0 2/4
Question 7 (1 point)
Question 8 (1 point)
Question 9 (1 point)
Question 10 (1 point)
JavaScript provides a data type specifically for storing sequences of values, which is named:
Java is just a short form name for JavaScript
True
False
in a
owser environment, the binding prompt holds a function that shows a little dialog box
asking for user input
True
False
The basic idea of Object Orientated Programming (OOP) is that we use objects to model real
world things that we want to represent inside our programs, and/or provide a simple way to
access functionality that would otherwise be hard or impossible to make use of.
True
False
Within a program, you may want to create a
anching road, where the program takes the prope
anch based on the situation at hand. This is called:
Variable
Browser Object
A
ay
Loop
11/11/2020 Quiz XXXXXXXXXXPROG XXXXXXXXXXC4V - JavaScript - Durham College
https:
durhamcollege.desire2learn.com/d2l/lms/quizzing/use
attempt/quiz_start_frame_auto.d2l?ou=334450&isprv=&drc=0&qi=212379&cfql=0&dnb=0 3/4
Question 11 (1 point)
Question 12 (1 point)
Question 13 (1 point)
DOM stands for:
What would appear in the console after the following code was executed?
console.log(Math.min(2, XXXXXXXXXX);
The following items are examples of JavaScript Values
Conditional Execution
Situational Execution
Branched Execution
Conditional Branching
DHTML Object Model
Document Orientation Material
Document Orientation Model
Document Object Model
javascript:
11/11/2020 Quiz XXXXXXXXXXPROG XXXXXXXXXXC4V - JavaScript - Durham College
https:
durhamcollege.desire2learn.com/d2l/lms/quizzing/use
attempt/quiz_start_frame_auto.d2l?ou=334450&isprv=&drc=0&qi=212379&cfql=0&dnb=0 4/4
Question 14 (1 point)
Question 15 (1 point)
Which of the following is not part of the JavaScript standard li
ary of objects:
What would appear in the console after the following code was executed?
var name = "Jessica";
const greeting = "Hello ";
console.log(greeting + name);
Submit Quiz 0 of 15 questions saved
numbers
strings
undefined values
All of the above
Math
Date
A
ay
Spelling
javascript: