100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

JAVASCRIPT 114 EXAM QUESTIONS AND ANSWERS ALREADY PASSED

Rating
-
Sold
-
Pages
7
Grade
A+
Uploaded on
20-11-2025
Written in
2025/2026

JAVASCRIPT 114 EXAM QUESTIONS AND ANSWERS ALREADY PASSED A Web ____ is a program that interprets and displays Web pages and enables you to view and interact with a Web page. - Answers browser A text editor creates the HTML code for you as you add elements to the Web page, which means that you do not have to enter HTML tags directly. - Answers false HTML browsers ignore spaces that exist between the tags in your HTML document. - Answers true HTML provides a set of rules that are used to encode documents in machine-readable form. - Answers false Most browsers do not support previous versions of HTML. - Answers false The ____ tag is used to display a horizontal rule across the page. - Answers <hr/> The most recent version of HTML is HTML____. - Answers 5 The term ____ describes a combination of HTML tags, CSS, and a scripting language. - Answers dom To locate a Web page using a browser, you type its ____ in the browser's Address or Location bar. - Answers url ____ is an example of a scripting language. - Answers javascript How many times can you use a specific ID on a single page? - Answers 1 How many different classes can you add to your page? - Answers as many as you want A CSS ruleset is made up of... - Answers selectors paired with CSS declaration blocks. What structure best describes how the DOM is represented in the computer's memory? - Answers A tree A CSS declaration is made up of... - Answers a property and a value. How many different IDs can you add to a single page? - Answers as many as you want What are the benefits of using a linked stylesheet instead of inline styles? - Answers External styles allow the same CSS to be applied to multiple pages. You can avoid repeating code across every page. How many times can you use the same class on a page? - Answers As many as you want. One of the following rules will take an h2 of the class happy and make it yellow. Which one? -

Show more Read less
Institution
JAVASCRIPT
Course
JAVASCRIPT









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
JAVASCRIPT
Course
JAVASCRIPT

Document information

Uploaded on
November 20, 2025
Number of pages
7
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

JAVASCRIPT 114 EXAM QUESTIONS AND ANSWERS ALREADY PASSED

A Web ____ is a program that interprets and displays Web pages and enables you to view and
interact with a Web page. - Answers browser

A text editor creates the HTML code for you as you add elements to the Web page, which
means that you do not have to enter HTML tags directly. - Answers false

HTML browsers ignore spaces that exist between the tags in your HTML document. - Answers
true

HTML provides a set of rules that are used to encode documents in machine-readable form. -
Answers false

Most browsers do not support previous versions of HTML. - Answers false

The ____ tag is used to display a horizontal rule across the page. - Answers <hr/>

The most recent version of HTML is HTML____. - Answers 5

The term ____ describes a combination of HTML tags, CSS, and a scripting language. - Answers
dom

To locate a Web page using a browser, you type its ____ in the browser's Address or Location
bar. - Answers url

____ is an example of a scripting language. - Answers javascript

How many times can you use a specific ID on a single page? - Answers 1

How many different classes can you add to your page? - Answers as many as you want

A CSS ruleset is made up of... - Answers selectors paired with CSS declaration blocks.

What structure best describes how the DOM is represented in the computer's memory? -
Answers A tree

A CSS declaration is made up of... - Answers a property and a value.

How many different IDs can you add to a single page? - Answers as many as you want

What are the benefits of using a linked stylesheet instead of inline styles? - Answers External
styles allow the same CSS to be applied to multiple pages. You can avoid repeating code across
every page.

How many times can you use the same class on a page? - Answers As many as you want.

One of the following rules will take an h2 of the class happy and make it yellow. Which one? -

, Answers h2.happy { color: yellow; }

The plus sign (+) acts differently when used on numbers and strings. When it is used on strings
the operator performs __________. - Answers concatenation.

When combining numeric input from the user with the intention of combining it with other
numeric data, you must first... - Answers convert it to a number using a parse function or
Number().

Once you have declared a constant... - Answers you cannot reassign the value.

To make a string span multiple lines which special character must be used? - Answers \n

The addition of the _______ keyword introduced block level scope in JavaScript. - Answers let

There are several ways to declare a variable in JavaScript, which is NOT one of them? - Answers
int

Strings must be enclosed in... - Answers single or double quotes.

JavaScript includes a number of words that cannot be used for variable names. These are
called __________ words. - Answers reserved

JavaScript uses ____ bits to store numbers of either integer or floating point values. - Answers
64

______________ is the process wherein data of the incorrect type is converted to a different type
to match the operation being performed. - Answers type coercion

In the following object pen['inkColor'] would retrieve the word "blue". Which of the following
expressions would also return the same value.



let pen = { type: 'ballpoint', inkColor: 'blue', hasCap: true}; - Answers pen.inkColor

A method that adds data to the end of an array is ___________. - Answers push

If you wanted to add items to an array at a position other than the front/top or end/bottom of
the array you would probably use the ______ method. - Answers splice

The Math object has many useful methods to perform operations beyond normal arithmetic.
Which method of the Math object would return the whole number portion of a positive decimal
number? - Answers math.floor

In the following array which value would be data[2]?

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
joshuawesonga22 Liberty University
View profile
Follow You need to be logged in order to follow users or courses
Sold
26
Member since
7 months
Number of followers
1
Documents
9763
Last sold
2 hours ago
Tutor Wes

Hi there! I'm Tutor Wes, a dedicated tutor with a passion for sharing knowledge and helping others succeed academically. All my notes are carefully organized, detailed, and easy to understand. Whether you're preparing for exams, catching up on lectures, or looking for clear summaries, you'll find useful study materials here. Let’s succeed together!

3.3

3 reviews

5
1
4
0
3
1
2
1
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions