Client-Side Scripting MCQ PDF
[Link]
10 Chapters
499 Verified Questions
Client-Side Scripting
MCQ PDF
Cou
Client-Side Scripting explores the foundational concepts and techniques involved in
creating interactive and dynamic web experiences using scripts that run within a user’s
web browser. This course covers the essentials of scripting languages such as
JavaScript, including manipulating the Document Object Model (DOM), handling events,
validating forms, and integrating external APIs. Students will learn best practices for
developing responsive user interfaces and enhancing website usability, security, and
performance. Through hands-on exercises and projects, learners gain practical skills in
implementing real-time features and building richer client-side applications for modern
web development.
Recommended Textbook
HTML and JavaScript BASICS 4th Edition by Karl Barksdale
Available Study Resources on Quizplus
10 Chapters
499 Verified Questions
499 Flashcards
Source URL: [Link]
Page 2
Chapter 1: Quick Html Know-How
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) < Angle brackets> appear on the ____ key and period key on your keyboard.
A) comma
B) semicolon
C) double quotation mark
D) single quotation mark
Answer: A
Q2) Flash is a high-impact multimedia creation tool.
A)True
B)False
Answer: True
Q3) Style sheets referred to as ____ are often used to create a standard look and feel
for a site.
A) NSS
B) CSS
C) MOD
D) MID
Answer: B
Q4) ____________________ are collections of related Web pages.
Answer: Web sites
Websites
To view all questions and flashcards with Page 3 click on the resource link above.
answers,
Chapter 2: Basic Organization Techniques
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) The pound sign (#)can be created by holding the Shift key down and pressing the
number 4.
A)True
B)False
Answer: False
Q2) Used in HTML to indicate a definition of the attribute
A)Attribute
B)Deprecated
C)Hyperlink
D)Standards
E)Value
Answer: E
Q3) Although all browsers still recognize the old < center> tag and others like it,the way
you should center a title today is to include it as a style inside an appreciated tag such
as < h>< /h>.
A)True
B)False
Answer: True
To view all questions and flashcards with answers, click on the resource link above.
Page 4
Chapter 3: Power Techniques
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) You can change the size of a picture by using the height and width
____________________.
Answer: attributes
Q2) The survey also lists ten lunches and asks the students to place a check mark next to
the meals they [Link] can choose as many answers as they want [Link] this
question,Kamilla would use a ____.
A) text box
B) drop-down list
C) radio button
D) check box
Answer: D
Q3) A common file type for graphics used in Web pages is Graphics Internet Format
(GIF).____________________
A)True
B)False
Answer: False
Q4) Tables can have borders by adding a border attribute with a number value.
A)True
B)False
Answer: True
To view all questions and flashcards with Page 5 click on the resource link above.
answers,
Chapter 4: Html Structural Design Techniques
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) The purpose of the ____ attribute is to give you the means to define horizontal
frames and to specify the height of each frame.
A) rows
B) cols
C) height
D) width
Q2) The frameset page contains ____ tags that mark the beginning and the end of
frame definitions.
A) < frame start> and < /frame end>
B) < framedef> and < /framedef>
C) < frame set> and < /frame set>
D) < frameset> and < /frameset>
Q3) A frameset page does contain < body> and < /body> tags.
A)True
B)False
Q4) The frameset tag can contain a rows attribute or a cols
attribute._________________________
A)True
B)False
To view all questions and flashcards with answers, click on the resource link above.
Page 6
Chapter 5: Introduction to Cascading Style Sheets
Available Study Resources on Quizplus for this Chatper
49 Verified Questions
49 Flashcards
Source URL: [Link]
Sample Questions
Q1) By using ____,Web development companies can create an entire Web site that can
be sold to different customers.
A) Cascading style sheets
B) CSS files
C) style sheets
D) all of the above
Q2) With the latest HTML standard,attributes have been consolidated into a globally
accessible attribute called ____.
A) style
B) attribute
C) element
D) CSS
Q3) The simplest way to use styles is to include them with an individual HTML tag.
A)True
B)False
Q4) Multiple tags cannot be included within the cascading style definition.
A)True
B)False
Q5) The latest HTML standard is version ____________________.
To view all questions and flashcards with Page
answers,
7 click on the resource link above.
Chapter 6: Introducing Javascript
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) In JavaScript,the opening curly brace ( { )indicates the beginning of a statement
block,and the closing brace ( } )marks the end of that block.
A)True
B)False
Q2) JavaScript is essentially made up of a number of invisible entities called
____________________ that contain a well-defined set of capabilities.
Q3) When working with a compiler,the ____ controls the conversion process of turning
human-readable code into a machine-readable form.
A) browser
B) programmer
C) source program
D) target program
Q4) If using the else keyword in a JavaScript if statement,the else keyword appears
immediately after the statement block of the if clause and is accompanied by a
statement block of its own.
A)True
B)False
Q5) The alert()method is part of an object called ____________________.
To view all questions and flashcards with answers, click on the resource link above.
Page 8
Chapter 7: Using Images With Javascript
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) A(n)____ is an integer variable that identifies which element of an array is being
referenced.
A) variable
B) figure
C) digit
D) index
Q2) The term ____________________ means to subtract 1 from the current value of
a variable.
Q3) Arrays are available in only a few modern computer languages.
A)True
B)False
Q4) The symbol for a "non-breaking space" is called a(n)____ code.
A) neutral
B) standard
C) entity
D) entrance
Q5) Cycling banners are also known as ____________________ banners.
Q6) Given this snippet of code
var imgArray = new Array(4);
the ____________________ name isPage
imgArray.
9
To view all questions and flashcards with answers, click on the resource link above.
Chapter 8: Creating Forms With Javascript
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) Input control that allows the user to select just one option from a set of options
A)Check box
B)String
C)Controls
D)Radio button
E)Text field
Q2) A JavaScript function can be invoked (or ____)when the user clicks the Submit
Order button.
A) called
B) signaled
C) invited
D) stored
Q3) Referring to David's JavaScript above,the form object is contained with the ____
object.
A) document
B) Pizza
C) value
D) customer
Q4) The validateText()function returns a(n)____________________.
To view all questions and flashcards with answers, click on the resource link above.
Page 10
Chapter 9: Using Javascript With Frames
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) All Web pages consist of just one HTML file.
A)True
B)False
Q2) A function ____ is simply an object or data element that is accessed by an
assigned name within the function.
A) parameter
B) code
C) behavior
D) sequence
Q3) The code shown in Figure 9-2 above is an example of ____ code.
A) JavaScript
B) Pascal
C) HTML
D) C++
Q4) When you are working with framesets,there is only one way in which a particular
problem can be solved.
A)True
B)False
Q5) A JavaScript ____________________ that will take you to the previous image
may be named prevImage().
Page 11
To view all questions and flashcards with answers, click on the resource link above.
Chapter 10: Using Javascript With Styles
Available Study Resources on Quizplus for this Chatper
50 Verified Questions
50 Flashcards
Source URL: [Link]
Sample Questions
Q1) If you invoke the setTimeout()method to go to sleep for 1500 milliseconds,this is
equal to 1.5 seconds.____________________
A)True
B)False
Q2) The HTML ____________________ attribute can be applied to virtually any
HTML tag to describe how you want the Web browser to display that portion of the Web
page.
Q3) Within a CSS,the style class is applied,by means of the appearance attribute,to an
HTML element,and all of the attributes in the class take effect
simultaneously.____________________
A)True
B)False
Q4) Before you can write JavaScript code that affects the style of a Web page,you must
first identify the HTML element that must be modified.
A)True
B)False
Q5) The term ____________________ simply means to display with the proper
attributes applied.
To view all questions and flashcards with answers, click on the resource link above.
Page 12