Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

IT270 Final Exam 2025: Web Development Fundamentals, Exams of Information Technology

A comprehensive set of multiple-choice questions covering fundamental concepts in web development, including html, css, and basic web design principles. It provides a valuable resource for students preparing for their it270 final exam, offering insights into key topics and testing their understanding of web development concepts.

Typology: Exams

2024/2025

Available from 04/12/2025

GradeGuardian
GradeGuardian 🇬🇧

218 documents

1 / 29

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
SNHU IT270 FINAL EXAM 2025 WITH ACCURATE
SOLUTIONS
Select the item below that indicates the top-level domain name for the URL
http://www.mozilla.com.
a. http
b. com
c. mozilla
d. www - CORRECT -b. com
What is a unique text-based Internet address corresponding to a computer's unique numeric IP
address called?
a. IP address
b. domain name
c. URL
d. user name - CORRECT -b. domain name
The purpose of is to ensure the integrity of the communication.
a. IP
b. TCP
c. HTTP
d. FTP - CORRECT -b. TCP
Choose the true statement:
a. The title of the web page is displayed by the meta element.
b. Information about the web page is contained in the body section.
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d

Partial preview of the text

Download IT270 Final Exam 2025: Web Development Fundamentals and more Exams Information Technology in PDF only on Docsity!

SNHU IT270 FINAL EXAM 2025 WITH ACCURATE

SOLUTIONS

Select the item below that indicates the top-level domain name for the URL http://www.mozilla.com. a. http b. com c. mozilla d. www - CORRECT - b. com What is a unique text-based Internet address corresponding to a computer's unique numeric IP address called? a. IP address b. domain name c. URL d. user name - CORRECT - b. domain name The purpose of is to ensure the integrity of the communication. a. IP b. TCP c. HTTP d. FTP - CORRECT - b. TCP Choose the true statement: a. The title of the web page is displayed by the meta element. b. Information about the web page is contained in the body section.

c. The content that displays in the browser viewport is contained in the head section. d. The content that displays in the browser viewport is contained in the body section. - CORRECT - d. The content that displays in the browser viewport is contained in the body section. Which tag is used to hyperlink web pages to each other? a.
b. c. d. - CORRECT - c. Which tag pair configures the largest heading? a.

b. c. d.
- CORRECT - a.

Which tag configures the following text or element to display on a new line? a. b. c.
d. - CORRECT - c.
Which tag pair configures a paragraph? a. b.

d.

- CORRECT - b.
Which type of HTML list will automatically number the items for you? a. numbered list b. ordered list c. unordered list d. description list - CORRECT - b. ordered list Which statement is true? a. The W3C Markup Validation Service describes how to fix the errors in your web page. b. The W3C Markup Validation Service lists syntax errors in a web page. c. The W3C Markup Validation Service is only available to W3C members. d. None of the above statements are true. - CORRECT - b. The W3C Markup Validation Service lists syntax errors in a web page. Which of the following is a sketch or diagram of a web page that shows the structure (but not the detailed design) of basic page elements? a. drawing b. HTML code c. site map d. wireframe - CORRECT - d. wireframe Which of the following are the three most common methods of organizing websites? a. horizontal, vertical, and diagonal b. hierarchical, linear, and random c. accessible, readable, and maintainable

d. none of the above - CORRECT - b. hierarchical, linear, and random Which of the following is not a web design recommended practice? a. design your site to be easy to navigate b. colorful pages appeal to everyone c. design your pages to load quickly d. limit the use of animated items - CORRECT - c. design your pages to load quickly Which are the four principles of the Web Content Accessibility Guidelines? a. contrast, repetition, alignment, and proximity b. perceivable, operable, understandable, and robust c. accessible, readable, maintainable, and reliable d. hierarchical, linear, random, and sequential - CORRECT - c. accessible, readable, maintainable, and reliable Which of the following would a consistent website design not have? a. a similar navigation area on each content page b. the same fonts on each content page c. a different background color on each page d. the same logo in the same location on each content page - CORRECT - a. a similar navigation area on each content page Which of the following is the design technique used to create pages that stretch to fill the browser window? a. fixed b. fluid c. wireframe

d. complementary - CORRECT - b. analogous Which type of CSS is coded in the body of the web page as an attribute of an HTML tag? a. embedded b. inline c. external d. imported - CORRECT - b. inline Which of the following can be a CSS selector? a. an HTML element name b. a class name c. an id name d. all of the above - CORRECT - d. all of the above Which of the following is the CSS property used to set the background color? a. bgcolor b. color c. bcolor d. background-color - CORRECT - d. background-color Which of the following describes two components of CSS rules? a. selectors and declarations b. properties and declarations c. selectors and attributes d. none of the above - CORRECT - a. selectors and declarations

Which of the following associates a web page with an external style sheet? a.