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

Internet Programming MCQ PDF

The Internet Programming MCQ PDF covers foundational concepts and practical skills for designing, developing, and deploying interactive web applications, focusing on technologies like HTML, CSS, JavaScript, and frameworks such as Node.js and Django. It includes 10 chapters with a total of 1386 verified questions and flashcards to aid in learning. The recommended textbook is 'New Perspectives on HTML and CSS Comprehensive 6th Edition' by Patrick Carey.

Uploaded by

drewnjmd7s
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

Internet Programming MCQ PDF

The Internet Programming MCQ PDF covers foundational concepts and practical skills for designing, developing, and deploying interactive web applications, focusing on technologies like HTML, CSS, JavaScript, and frameworks such as Node.js and Django. It includes 10 chapters with a total of 1386 verified questions and flashcards to aid in learning. The recommended textbook is 'New Perspectives on HTML and CSS Comprehensive 6th Edition' by Patrick Carey.

Uploaded by

drewnjmd7s
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
You are on page 1/ 12

Internet Programming MCQ PDF

https://quizplus.com/study-set/858
10 Chapters
1386 Verified Questions
Internet Programming
MCQ PDF
Cou
Internet Programming focuses on the foundational concepts and practical skills required

to design, develop, and deploy interactive web applications. This course covers

client-side and server-side programming, emphasizing technologies such as HTML, CSS,

JavaScript, and frameworks like Node.js or Django. Students will learn about protocols,

data transfer, web security, and responsive design, gaining hands-on experience in

building dynamic websites and understanding how various components of the internet

interact to deliver seamless user experiences.

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) Style sheets are written in the Cascading Style Sheet (CSS)language.
A)True
B)False
Answer: True

Q2) A more extended character set,called the _______ or ISO 8859-1 character
set,supports 255 characters and can be used by most languages.
Answer: Latin-1

Q3) A ____ language is a language used to describe the content and structure of
documents.
A) markup
B) parsed
C) validated
D) dictionary
Answer: A

Q4) A computer or other device that receives services from a server is called
a(n)____________________.
Answer: client

Q5) Each element is marked within the HTML file by one or more __________.
Answer: tags

To view all questions and flashcards with Page


answers,
3 click on the resource link above.
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) You should almost always use relative paths in your links.
A)True
B)False
Answer: True

Q2) Hyperlinks are created by enclosing some document content with a set of opening
and closing <a> tags.
A)True
B)False
Answer: True

Q3) Sections of most commercial Web sites are off-limits except to subscribers and
registered customers and have a(n)____ Web page that users must go through to get
to the off-limits area.
A) password-protected
B) protected
C) unprotected-entry
D) password key
Answer: A

Q4) ____________________ is the protocol used to open Web pages over a secure
encrypted connection.
Answer: HTTPS

To view all questions and flashcards with Page 4 click on the resource link above.
answers,
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) In the preceding figure,the item number _____ displays the shortcut property.
A) 1
B) 2
C) 3
D) 4
Answer: B

Q2) To set the foreground or text color of an element,use the following property:
A) text: color;
B) forecolor: color;
C) color: color;
D) backcolor: color;
Answer: C

Q3) Tim wants to align the top of the element with the top of the font of the surrounding
content.Which value should he use?
A) baseline
B) super
C) top
D) text-top
Answer: D

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) 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

Q2) By default,elements are rendered in the page based on the element


____________________ in the HTML file.

Q3) By default a background image moves along with the element content as a user
scrolls through the page.
A)True
B)False

Q4) In relative positioning,browsers place an element based on where it would naturally


flow within the document.
A)True
B)False

Q5) Web page layouts fall into three general categories: fixed,fluid,and elastic.
A)True
B)False

To view all questions and flashcards with Page


answers,
6 click on the resource link above.
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) ____ supports caption-side values of left and right to place the caption directly to
the left or right of a Web table.
A) Chrome
B) Firefox
C) Safari
D) Internet Explorer

Q2) If you want your table to fill the entire width of the display area,regardless of the
resolution of the user's monitor,you should set the width attribute to
____________________.

Q3) One difference between the <th> and <td> tags is that text formatted with
the <th> tag is left-aligned within the cell._________________________
A)True
B)False

Q4) With ____,you can apply the full range of CSS styles not available to columns and
column groups.
A) pseudo-code
B) pseudo-attributes
C) pseudo-classes
D) pseudo-events

To view all questions and flashcards with answers, click on the resource link above.
Page 7
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) ____ buttons can be placed into a group so that selecting one deselects all of the
others.
A) Checkbox
B) Image
C) Command
D) Radio

Q2) 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

Q3) You should check with your ISP or system administrator to find out what ____ are
available and what rights and privileges you have in working with them.
A) scripts
B) access keys
C) passwords
D) XMLs

Q4) ____________________ boxes specify an item as either present or absent.

To view all questions and flashcards with answers, click on the resource link above.
Page 8
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) There are ____ main file formats involved in creating a Flash video.
A) one
B) two
C) three
D) four

Q2) Users with impaired vision,hearing,or motor skills may find it difficult to work with
sites that offer ____ content.
A) inline
B) embedded
C) image
D) inserted

Q3) The most common file compression format is the MP3 format used throughout the
Web as well as on portable music players and cell phones.
A)True
B)False

Q4) Describe the three audio file formats currently supported by the browsers that
support HTML5.

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


see media content provided by an applet.

To view all questions and flashcards with Page


answers,
9 click on the resource link above.
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) When working with the text-shadow style,____ shadows are applied from first to
last,with the first shadow listed displayed on top of succeeding shadows.
A) single
B) multiple
C) double
D) blurred

Q2) A radial gradient color blending starts from a single point within the object and
proceeds outward in a circular or elliptical shape._________________________
A)True
B)False

Q3) When Internet Explorer encounters more than one filter statement,the last one listed
supersedes all of the previous filters.
A)True
B)False

Q4) The ____________________ parameter defines the amount of space the


shadow text is stretched,creating a blurred effect.

Q5) The page area of the ____________________ contains the contents of the
document.

Q6) To rotate a page object,you can use the ____________________ transform


styles. Page 10

To view all questions and flashcards with answers, click on the resource link above.
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) ____________________ character data is text that is not processed by the
browser or parser.

Q2) If you want to display a < symbol in your document,you have to use the special
character symbol ____.
A) &lt;
B) &gt;
C) &>;
D) >>;

Q3) An XML document that employs the correct syntax is known as a well-made
document.
A)True
B)False

Q4) CDATA is another term for ____________________.

Q5) ____ should be used for encoding unless you are using special international
characters.
A) UTF-6
B) UTF-32
C) UTF-8
D) UTF-60

Q6) SGML stands for ___________________________________.


Page 11

To view all questions and flashcards with answers, click on the resource link above.
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) Terrance's wants to document his code so others can understand his code.To
document his JavaScript,he can use ____.
A) headers
B) footers
C) hidden boxes
D) comments

Q2) Translated into a more basic language


2.The type of information stored in a variable
3.A series of commands that performs an action or calculates a value
4.Displays a text message with an OK button
5.Tells the JavaScript interpreter to reserve memory space for a variable
6.Executed without being compiled
7.A named element in a program that stores information
8.Used to declare a named element in a program
9.Sends unsolicited e-mail
10.Single line that indicates an action to take
11.Scans Web pages for e-mail addresses
12.Variable associated with a function

Q3) What is the use of functions? Write the general syntax of a JavaScript function.

Q4) A(n)____________________ comment is created using the // syntax.

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

You might also like