0% found this document useful (0 votes)
9 views12 pages

Web Programming I MCQ PDF

The Web Programming I MCQ PDF provides a comprehensive overview of foundational web development concepts, covering essential languages like HTML, CSS, and JavaScript. It includes 10 chapters with 1386 verified questions and flashcards to aid in learning, focusing on topics such as responsive design, accessibility, and client-side scripting. The course emphasizes hands-on projects to develop practical skills for creating dynamic websites and web applications.

Uploaded by

nz3hsesgoa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views12 pages

Web Programming I MCQ PDF

The Web Programming I MCQ PDF provides a comprehensive overview of foundational web development concepts, covering essential languages like HTML, CSS, and JavaScript. It includes 10 chapters with 1386 verified questions and flashcards to aid in learning, focusing on topics such as responsive design, accessibility, and client-side scripting. The course emphasizes hands-on projects to develop practical skills for creating dynamic websites and web applications.

Uploaded by

nz3hsesgoa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Web Programming I MCQ PDF

https://quizplus.com/study-set/858
10 Chapters
1386 Verified Questions
Web Programming I
MCQ PDF
Cou
Web Programming I introduces students to the foundational concepts and practices of

building dynamic websites and web applications. The course covers essential

languages such as HTML, CSS, and JavaScript, focusing on the structure, styling, and

interactivity of web pages. Students learn the principles of responsive design,

accessibility, and usability, as well as basic client-side scripting. Through hands-on

projects and exercises, learners develop the skills needed to create functional and

visually appealing websites, laying the groundwork for more advanced web

development topics in subsequent courses.

Recommended Textbook
New Perspectives on HTML and CSS Comprehensive 6th Edition by Patrick Carey

Available Study Resources on Quizplus


10 Chapters
1386 Verified Questions
1386 Flashcards
Source URL: https://quizplus.com/study-set/858

Page 2
Chapter 1: Getting Started with HTML5
Available Study Resources on Quizplus for this Chatper
138 Verified Questions
138 Flashcards
Source URL: https://quizplus.com/quiz/17047

Sample Questions
Q1) According to the text,which version of XHTML has yet to be released?
A) 1.0
B) 5.0
C) 1.1
D) None of the above
Answer: B

Q2) Elements support attributes that specify the use,the behavior,and in some cases the
appearance of an element.
A)True
B)False
Answer: True

Q3) Another way to insert a special symbol is to use a ___________.


A) character entity reference
B) character encoding
C) numeric character reference
D) special character reference
Answer: A

Q4) A Web page is stored on a Web ____________________.


Answer: server

To view all questions and flashcards with answers, click on the resource link above.
Page 3
Chapter 2: Developing a Web Site
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17048

Sample Questions
Q1) If a URL doesn't specify a filename,the server returns the default ____ page.
A) main
B) link
C) catalog
D) home
Answer: D

Q2) FTP,short for _________________________,is a communication protocol that


file servers can use to transfer information.
Answer: File Transfer Protocol

Q3) Which of the following is a type of image map?


A) server-side
B) client-side
C) target-side
D) Both A and B
Answer: D

Q4) The base element is useful when multiple documents are moved to a new folder.
A)True
B)False
Answer: False

To view all questions and flashcards with answers, click on the resource link above.
Page 4
Chapter 3: Designing a Web Page with CSS
Available Study Resources on Quizplus for this Chatper
137 Verified Questions
137 Flashcards
Source URL: https://quizplus.com/quiz/17049

Sample Questions
Q1) The style rule
* {color: blue;}
Uses the asterisk (*)selector-also known as the ______ selector-to select all elements
In the document.
A) character
B) text
C) wildcard
D) object
Answer: C

Q2) The _____ value of the vertical-align style aligns the bottom of the element with
the bottom of the font of the surrounding content.
A) baseline
B) bottom
C) text-bottom
D) sub
Answer: C

Q3) The style ____________________ is used to specify the font size in a style.
Answer: font-size

To view all questions and flashcards with answers, click on the resource link above.

Page 5
Chapter 4: Creating Page Layouts with CSS
Available Study Resources on Quizplus for this Chatper
138 Verified Questions
138 Flashcards
Source URL: https://quizplus.com/quiz/17050

Sample Questions
Q1) Scroll bars for overflow content are usually placed ____ so that you scroll down to
view the extra content.
A) horizontally
B) vertically
C) in the corners
D) at the bottom

Q2) A(n)fluid layout is one in which the size of the Web page and the size of the elements
within it are set without regard to the screen
resolution._________________________
A)True
B)False

Q3) The ____ model also allows designers to create elongated or elliptical corners by
specifying two values for the radius,separated by a slash.
A) CSS rectangle-corner
B) CSS oval-corner
C) CSS square-corner
D) CSS rounded-corner

Q4) A value of auto allows browsers to determine the ____________________ order


using the default rules.

To view all questions and flashcards with answers, click on the resource link above.
Page 6
Chapter 5: Working with Tables and Columns
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17051

Sample Questions
Q1) You can use the ____ tag to display preformatted text.
A) <pre>
B) <form>
C) <format>
D) <preformatted>

Q2) A ____ cell occupies more than one row or column in a table.
A) breadth
B) full
C) spanning
D) columnar

Q3) Data cells in a Web table are displayed using a ____ tag.
A) <tr>
B) <th>
C) <tl>
D) <td>

Q4) A single table can contain at most one <tbody> tag.


A)True
B)False

Q5) Cell ____________________ refers to the space between the cell contents and
the cell border.
Page 7
To view all questions and flashcards with answers, click on the resource link above.
Chapter 6: Creating a Web Form
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17052

Sample Questions
Q1) ____ are used to check for the presence or absence of something.
A) Check boxes
B) Option boxes
C) Group boxes
D) Text boxes

Q2) When a form is submitted,the server receives the data in ____ pairs.
A) name/value
B) label/name
C) id/value
D) value/label

Q3) To associate text with a control element,you can use the label
element..____________________
A)True
B)False

Q4) To avoid confusion,set the width either with _____ width style or the HTML size
attribute,but not both.
A) CIS
B) CSS
C) CGI
D) PHP

To view all questions and flashcards with Page 8 click on the resource link above.
answers,
Chapter 7: Designing a Multimedia Web Site
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17053

Sample Questions
Q1) ____ is a file compression format designed for Web audio and is an open source
and royalty-free format.
A) WAV
B) MP3
C) Ogg Vorbis
D) SND

Q2) ____ runs a Java applet's code and returns the results to your computer.
A) JVM
B) DVM
C) JDK
D) SND

Q3) When determining the number of channels to use in creating a sound file,the choice
is between stereo or ____ sound.
A) monaural
B) telephonic
C) DAT
D) resolved

Q4) You must have ____________________ istalled on your computer in order to


see media content provided by an applet.

To view all questions and flashcards with answers, click on the resource link above.
Page 9
Chapter 8: Enhancing a Web Site with Advanced CSS
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17054

Sample Questions
Q1) In the accompanying figure,which line of code does not add a page break after the
last box?
A) 2
B) 3
C) 1
D) 4

Q2) Style sheets cascade through the media types in the same way they cascade
through a document tree.
A)True
B)False

Q3) To apply a drop shadow to a page element,use the style


____; [inset] color offsetX offsetY blur [spread];
A) box-shadow
B) drop-shadow
C) text-shadow
D) square-shadow

Q4) Internet Explorer filters can be applied only to objects that have a defined layout on
the page.
A)True
B)False

To view all questions and flashcards withPage 10 click on the resource link above.
answers,
Chapter 9: Working with XHTML
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17055

Sample Questions
Q1) When the XHTML 1.0 validator reports that the end tag for an element is missing,it
means that ____.
A) a two-sided tag is missing an end tag
B) a one-sided tag was improperly entered
C) either a or b
D) none of the above

Q2) When converting old HTML code to XHTML,make sure to replace the ____ attribute
with the background-color style.
A) background
B) bgcolor
C) back
D) body

Q3) Which tag is not properly formed for the XHTML 1.0 Transitional DTD in the following
code: <p><img src=" myImg .j p g " alt="alt text" /><hr />?
A) p
B) img
C) hr
D) none of the above

Q4) DTD stands for ____________________.

To view all questions and flashcards with answers, click on the resource link above.
Page 11
Chapter 10: Programming with JavaScript
Available Study Resources on Quizplus for this Chatper
139 Verified Questions
139 Flashcards
Source URL: https://quizplus.com/quiz/17056

Sample Questions
Q1) In the figure above,what is the value stored in emLink?
A) [email protected]
B) [email protected]
C) userName@emServer
D) none of the above

Q2) The document.write()and document.writeln()methods reflect the object-oriented


nature of the JavaScript language.
A)True
B)False

Q3) JavaScript is ____,so you must pay attention to whether or not letters are
capitalized.
A) case insensitive
B) case sensitive
C) case indifferent
D) none of the above

Q4) To run a function,you insert a JavaScript command containing the function name
and any parameters it requires.This process is known as ____________________ a
function.

Q5) A(n)____________________ variable can be any number,such as 12,22.5,or


-3.14159.
Page 12
Q6) List the key differences between Java and JavaScript.

To view all questions and flashcards with answers, click on the resource link above.

You might also like