Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 14 Test Bank

Similar documents
8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) What is JavaScript?

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 11 Test Bank

JavaScript By: A. Mousavi & P. Broomhead SERG, School of Engineering Design, Brunel University, UK

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Helper Applications & Plug-Ins

By the end of this section of the practical, the students should be able to:

COMS 469: Interactive Media II

JavaScript: Introduction to DOM and Attaching Handlers

Lesson 5 Introduction to Cascading Style Sheets

Standard 1 The student will author web pages using the HyperText Markup Language (HTML)

New Perspectives on Creating Web Pages with HTML. Tutorial Objectives

CISH-6510 Web Application Design and Development. Overview of JavaScript. Overview

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

Fundamentals of Website Development

JavaScript and XHTML. Prof. D. Krupesha, PESIT, Bangalore

Sections and Articles

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

Web Site Development with HTML/JavaScrip

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Client Side Scripting. The Bookshop

HTML 5 and CSS 3, Illustrated Complete. Unit L: Programming Web Pages with JavaScript

Dreamweaver CS4. Introduction. References :

Place User-Defined Functions in the HEAD Section

Client vs Server Scripting

Lecture 14. Introduction to JavaScript. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

JavaScript Specialist v2.0 Exam 1D0-735

AJAX: Rich Internet Applications

Session 6. JavaScript Part 1. Reading

HOSTED CONTACT CENTRE

TIME SCHEDULE MODULE TOPICS PERIODS. HTML Document Object Model (DOM) and javascript Object Notation (JSON)

Course 20480: Programming in HTML5 with JavaScript and CSS3

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

COURSE OUTLINE MOC 20480: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

Programming in HTML5 with JavaScript and CSS3

Session 16. JavaScript Part 1. Reading

CSC Javascript

Lesson 12: JavaScript and AJAX

CHAPTER 6 JAVASCRIPT PART 1

INTRODUCTION TO JAVASCRIPT

Introduction to using HTML to design webpages

The DOM and jquery functions and selectors. Lesson 3

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

JavaScript: Events, DOM and Attaching Handlers

CS 5450 HTTP. Vitaly Shmatikov

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

The ActionScript Markup Language

BEFORE CLASS. If you haven t already installed the Firebug extension for Firefox, download it now from

CS WEB TECHNOLOGY

Lesson 5: Introduction to Events

A Balanced Introduction to Computer Science, 3/E

Developing Ajax Web Apps with GWT. Session I

Getting Started with

CITS3403 Agile Web Development Semester 1, 2018

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

LECTURE-3. Exceptions JS Events. CS3101: Programming Languages: Javascript Ramana Isukapalli

Q1. What is JavaScript?

JavaScript, jquery & AJAX

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

JavaScript Handling Events Page 1

JAVASCRIPT FOR PROGRAMMERS

HTML5 MOCK TEST HTML5 MOCK TEST I

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

JQuery WHY DIDN T WE LEARN THIS EARLIER??!

Microsoft Programming in HTML5 with JavaScript and CSS3

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

AIM. 10 September

Brief Intro to Firebug Sukwon Oh CSC309, Summer 2015

20486-Developing ASP.NET MVC 4 Web Applications

PIC 40A. Midterm 1 Review

Web Programming/Scripting: JavaScript

s642 web security computer security adam everspaugh

Web Designing Course

Alpha College of Engineering and Technology. Question Bank

SEEM4570 System Design and Implementation Lecture 04 jquery

E ECMAScript, 21 elements collection, HTML, 30 31, 31. Index 161

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools

Webomania Solutions Pvt. Ltd. 2017

JavaScript is described in detail in many books on the subject, and there is excellent tutorial material at

Learn Web Development CodersTrust Polska course outline. Hello CodersTrust! Unit 1. HTML Structuring the Web Prerequisites Learning pathway.

Netscape Introduction to the JavaScript Language

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2017)

a Very Short Introduction to AngularJS

CL_55244 JavaScript for Developers

Software. Programming Languages. Types of Software. Types of Languages. Types of Programming. Software does something

Selenium. Duration: 50 hrs. Introduction to Automation. o Automating web application. o Automation challenges. o Automation life cycle

20480B - Version: 1. Programming in HTML5 with JavaScript and CSS3

Session 17. jquery. jquery Reading & References

20480B: Programming in HTML5 with JavaScript and CSS3

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Exam : 9A Title : Adobe GoLive CS2 ACE Exam. Version : DEMO

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

CSC Web Programming. JavaScript Browser Objects

Mouse-over Effects. Text based buttons

WebDev. Web Design COMBINES A NUMBER OF DISCIPLINES. Web Development Process DESIGN DEVELOPMENT CONTENT MULTIMEDIA

Lesson 5: Multimedia on the Web

Mobile Application Development

Basics of Web Technologies

Dynamic HTML: The Definitive Reference Ebooks Gratuit

Programming in HTML5 with JavaScript and CSS3

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Transcription:

Multiple Choice. Choose the best answer. 1. JavaScript can be described as: a. an object-oriented scripting language b. an easy form of Java c. a language created by Microsoft 2. Select the true statement from those listed below. a. <script> tags are used to contain JavaScript statements b. <script> tags can be placed in both the header and the body section of a web page c. <script> tags are read by the browser d. All of the statements above are true 3. In the context of web page interactivity, a(n) can be described as an action taken by the user. a. object b. event c. tag d. browser Page 1

4. Select the technology that was developed by a joint effort between Netscape and Sun Microsystems. a. Java b. JavaScript c. Flash d. Ajax 5. The defines every object and element on a web page. a. Document Object Model b. Browser c. Operating System d. None of the above 6. Select the valid JavaScript variable name below: a. prompt b. myname c. my Name d. visitor sname 7. A is an attribute or characteristic of an object. a. property b. method c. variable d. function Page 2

8. A is an action that can be performed with an object. a. property b. method c. variable d. function 9. A is a reusable block of JavaScript statements. a. property b. method c. variable d. function 10. How many scripts can be embedded in an XHTML document? a. Not more than one b. Two scripts c. One script in the header section and one script in the body section d. As many as you need 11. The event handler is triggered when the visitor places their mouse on an object. a. onclick b. onmouseout c. onmouseover d. onmousehover Page 3

12. The method displays a message to the user and contains one button. a. prompt() b. alert() c. message() 13. Use the method to write text to a web page. a. document.write() b. document.code() c. document.text() d. document.new() 14. The property can set the background color of the document. a. document.background b. document.bgcolor c. document.color d. document.backgroundcolor 15. A function can a value to indicate success or failure. a. pass b. set c. return Page 4

16. Select the comparison operator to use when testing a condition for equality. a. = b. == c. <> 17. Which of the following will assign the value Smith to the variable customername? a. customername = > Smith ; b. customername < = Smith ; c. customername = = Smith ; d. customername = Smith ; 18. The code to access the contents of an input box named email on a form is a. document.forms[0].email b. document.forms[0].email.value c. document.forms[0].email.contents d. document.forms[0].email.data 19. A is a term used to describe a select list that allows the user to select an option to load another web page. a. navigation b. page header c. jump menu Page 5

20. Select an appropriate use of JavaScript: a. form validation b. sending e-mail c. both a and b 21. jquery is a. an application developed by Microsoft b. a free open-source JavaScript library c. an application developed by Adobe 22. Select the jquery code that will set the background color of all li elements to green. a. $('li').style('background-color', 'green'); b. $('li').html('background-color', 'green'); c. $('li').attr('background-color', 'green'); d. $('li').css('background-color', 'green'); 23. When using jquery, what is used to determine when the web page s DOM has been fully loaded by the browser? a. $(document).onload() b. $(document).ready() c. $(html).loaded() d. $(document).onload() Page 6

24. Which jquery method has the purpose of getting or setting the value of an HTML attribute? a. attr() b. html() c. css() d. style() 25. Select the true statement: a. You need to purchase the jquery library. b. The jquery library is available online through a CDN c. All browsers automatically include the jquery library d. None of the above statements is true. Page 7