Introduction to Internet Technologies Test Questions - 499 Verified Questions

Page 1


Introduction to Internet Technologies

Test Questions

Course Introduction

Introduction to Internet Technologies offers a comprehensive overview of fundamental concepts, protocols, and tools that power the modern Internet. Students will explore the structure and function of core technologies such as networking, web servers, browsers, and protocols like HTTP, DNS, and TCP/IP. The course covers the basics of website development, including HTML and CSS, and introduces key topics such as cybersecurity, cloud computing, and the evolution of internet-enabled services. Through hands-on activities and real-world examples, learners gain practical experience and foundational knowledge essential for further studies or careers in information technology and computer science.

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: https://quizplus.com/study-set/1307 Page 2

Chapter 1: Quick Html Know-How

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26043

Sample Questions

Q1) HTML documents are ____ files.

A) text

B) movie

C) graphic

D) audio

Answer: A

Q2) The ____ page is the main or primary Web page for a corporation,organization,or individual.

A) home

B) welcome

C) splash

D) landing

Answer: A

Q3) Designed especially for new visitors to a Web site

A)Web page

B)Web site

C)Welcome page

D)Landing page

E)Home page

Answer: C

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

Chapter 2: Basic Organization Techniques

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26044

Sample Questions

Q1) You can easily organize text with the help of a few new tags including ____ for break.

A) < br />

B) < b />

C) < break />

D) < bk />

Answer: A

Q2) Links change color after they have been clicked.

A)True

B)False

Answer: True

Q3) To change the background color of your page,you can add the background ____.

A) attribute

B) link

C) value

D) behavior

Answer: A

Q4) An easy tag to use to organize a Web page is the < br /> tag.The "br" stands for ____________________.

Answer: break

Page 4

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

Chapter 3: Power Techniques

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26045

Sample Questions

Q1) When creating a table,the ____ tag defines a table cell.

A) < tc>

B) < cell>

C) < td>

D) < t cell>

Answer: C

Q2) Carl is experimenting using the < style> tag.He discovers that he can use the style tag to change the size,color,or style of a single ____.

A) paragraph

B) sentence

C) word

D) all of the above

Answer: D

Q3) Google sells ____ online.

A) shoes

B) auction space

C) browser use

D) advertising

Answer: D

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

Page 5

Chapter 4: Html Structural Design Techniques

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26046

Sample Questions

Q1) The numbers that accompany the rows and cols attributes can be absolute pixel values or percentage values.____________________

A)True

B)False

Q2) The frameset tag can contain a rows attribute or a cols attribute._________________________

A)True

B)False

Q3) A frameset can contain ____.

A) horizontal frames

B)vertical frames

C)either a.or b.

D)neither a.nor b.

Q4) Frames support several attributes that may ____ the user to adjust the appearance of the resulting Web page.

A) allow

B)disallow

C)either a.or b.

D)neither a.nor b.

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: https://quizplus.com/quiz/26047

Sample Questions

Q1) Strictly speaking,the header section is optional,but it is required by many ____ companion technologies such as CSS and JavaScript.

A) HTML

B) HTTP

C) FTP

D) TCP/IP

Q2) To define the normal setting of the link,without an underline,the code Larissa would use would be ____.

A) a:normal {color:blue;text-decoration:none}

B) a:link {color:blue;text-decoration:none}

C) a:normal {color:blue;text-decoration:plain}

D) a:link {color:blue;text-decoration:no}

Q3) In the current HTML standard,it is a challenge for Web developers to learn and remember all of the various attributes that could affect the way the browser would render the visual components of a Web page.

A)True

B)False

Q4) The latest HTML standard is version ____________________.

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

Page 7

Chapter 6: Introducing Javascript

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26048

Sample Questions

Q1) It would be easier to enter the code that can display simple static text messages in a browser using HTML than to use the JavaScript document.write()method to display the same text messages.

A)True

B)False

Q2) In the JavaScript below,Kate discovers that the lines labeled "input 1;input 2;and input 3;" are called the ____. If (< blank>)

{ Input 1; Input 2; Input 3;

}

A) variables

B) statements

C) constants

D) operators

Q3) JavaScript is essentially made up of a number of invisible entities called ____________________ that contain a well-defined set of capabilities.

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: https://quizplus.com/quiz/26049

Sample Questions

Q1) If the default border of an image hyperlink detracts from the appearance of the page,you can adjust its size with an image attribute called ____.

A) border

B) link

C) frame

D) default

Q2) If you want to let the user decide when to have an image on a Web page change,use a cycling banner.

A)True

B)False

Q3) Methods are written by the programmer and may contain any number of JavaScript statements,including calls to JavaScript methods and other functions.

A)True

B)False

Q4) Arrays are available in only a few modern computer languages.

A)True

B)False

Q5) Cycling banners are also known as ____________________ banners.

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

Chapter 8: Creating Forms With Javascript

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26050

Sample Questions

Q1) In the case of C,C++,Java,and JavaScript,the comparison operation is accomplished with the < sup> < /sup>____ character(s).

A) "="

B) "= ="

C) "+"

D) "+ +"

Q2) Input control that allows the user to select any number of options from a set of options

A)Check box

B)String

C)Controls

D)Radio button

E)Text field

Q3) The term radio button has been around the software industry ever since Microsoft introduced its ____________________ operating system in the late 1980s.

Q4) Server-side script looks a lot like JavaScript code,but it is processed in a very different fashion.

A)True

B)False

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: https://quizplus.com/quiz/26051

Sample Questions

Q1) If an HTML document wants to access its parent frameset,it can do so by using the parent object.If that page needs to access the parent frameset of its own parent,it can use two instances of the JavaScript ____ object.

A) parent

B)child

C)either a.or b.

D)neither a.nor b.

Q2) In the past assembly language was popular,but then an entire group of new languages emerged to make programming easier,including BASIC,FORTRAN ,Pascal,and COBOL.____________________

A)True

B)False

Q3) The code shown in Figure 9-2 above is an example of ____ code.

A) JavaScript

B) Pascal

C) HTML

D) C++

Q4) A JavaScript ____________________ that will take you to the previous image may be named prevImage().

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

Chapter 10: Using Javascript With Styles

Available Study Resources on Quizplus for this Chatper

50 Verified Questions

50 Flashcards

Source URL: https://quizplus.com/quiz/26052

Sample Questions

Q1) The code below establishes a button labeled ____. < p>

< input type="button" value="Apply Style">

< /p>

A) button

B) button value

C) Apply Style

D) none of the above

Q2) The code below ____: < frameset cols="20%,*">

< frame name="LeftFrame" src="left1.html">

< frame name="RightFrame" src="right1.html">

< /frameset>

A) defines a simple frameset

B)contains two vertical frames

C)both a.and b.

D)neither a.nor b.

Q3) You can define no more than five style classes within a CSS.

A)True

B)False

Q4) A style ____________________ is a simple tool that allows users to specify a style,apply the style,and then view the results.

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

Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.