Question 1. 1. (TCO 1) JavaScript code is run by the (Points : 5) database serve
ID: 3925240 • Letter: Q
Question
Question 1.1. (TCO 1) JavaScript code is run by the (Points : 5) database serverapplication server
web server
web browser Question 2.2. (TCO 2) A flowchart illustrating the site structure of a website is called a (Points : 5) Wireframe
Storyboard
Thumbnail
None of the above Question 3.3. (TCO 3) By default, the <br> tag (Points : 5) breaks a page into two parts
starts a new line of text
displays text in bold
creates a link Question 4.4. (TCO 4) Which of the following techniques can you NOT use to create a two-column layout ? (Points : 5) Code the first column before the second column and then float the first column to the left.
Code the first column before the second column and then float both columns to the left.
Code the columns in any order and then float both columns to the left.
Code the columns in any order and then float the first column to the left and the second column to the right. Question 5.5. (TCO 5) As a best practice, you should only use the height and width attributes of an img element to specifiy (Points : 5) the size at which you want the image to be displayed after the page is rendered
the actual size of the image
the optimum size of the image
the size at which you want the image to be displayed while the page is being rendered Question 6.6. (TCO 6) How many radio buttons from the following code can be selected at any given time?
<input type="radio" name="address" value="Home">Home Address
<input type="radio" name="delivery" value="FedEx">Federal Express
<input type="radio" name="delivery" value="UPS">UPS (Points : 5) 0
1
2
3 Question 7.7. (TCO 7) The DOM for a web page provides a hierarchy of nodes that represent (Points : 5) the elements, contents, and attributes in the HTML
the elements, attributes, and comments in the HTML
the contents, attributes, and comments in the HTML
the elements, contents, attributes, and comments in the HTML Question 8.8. (TCO 8) Which of the following statements about web storage is NOT true? (Points : 5) Web storage refers to data that is stored on the user’s computer.
Session storage is erased when a user goes to another page.
The data in web storage is stored in name/value pairs.
Local storage is retained indefinitely. Question 9.9. (TCO 9) Three ways to test whether a web page request is coming from a mobile device are using: (Points : 5) JavaScript code, server-side code, or media queries
JavaScript code, server-side code, or jQuery
JavaScript code, server-side code, or jQuery Mobile
JavaScript code, server-side code, or WURFL Question 10.10. (TCO 10) The four pseudo-class selectors for links are (Points : 5) link, visited, active, and inactive
link, active, inactive, and hover
unvisited, visited, active, and inactive
link, visited, active, and hover Question 1.1. (TCO 1) JavaScript code is run by the (Points : 5) database server
application server
web server
web browser
Explanation / Answer
1) Web Browser : Javascript is a client side scripting language and doesn't need remote or web server to run it.
2) None of the mentioned names as that will be called blueprint.
3) <br> is an html tag and whereever we writes this then the control goes to the next line so option b
6) Only 1 as we are not providing the attribute which allows to select multiple options.
7) It represents elemets, contents and attributes in HTML like a text box.
8) Correct option is a "Web storage refers to data storage on the user's computer" because by definition web storage is data stored in web browser.
9) Javascript, serverside or JQuery among which JQuery is widely used.
10) Optiond link,visited, hover and active
wher link - is the selector for normal links
visited - is the selector for visited links
hover - is the selector for hover state
active - is the selector for active links
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.