Web Development Overview

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What foundational technology enabled the creation of today's global network?

  • Commercial Internet Service Providers
  • The invention of the telegraph
  • ARPANET message transmission (correct)
  • TCP/IP protocol suite

How do Internet Service Providers (ISPs) primarily contribute to internet accessibility?

  • Through maintaining connections to the Internet backbone. (correct)
  • By developing web browsers and search engines.
  • By creating and enforcing internet usage policies.
  • Via manufacturing networking hardware.

What is the primary function of the Hypertext Transfer Protocol (HTTP) in relation to the World Wide Web?

  • To route data packets across different networks.
  • To transmit data and enable web services. (correct)
  • To secure internet connections through encryption.
  • To manage network hardware configurations.

The terms Internet and World Wide Web are often used interchangeably, but what is the key distinction between them?

<p>The Internet is the physical network, and the Web is an information-sharing model using that network. (A)</p> Signup and view all the answers

Which of the following best describes the purpose of an intranet?

<p>To facilitate communication and collaboration within an organization. (A)</p> Signup and view all the answers

What is the primary characteristic that distinguishes an extranet from an intranet or the internet?

<p>Enabling collaboration with external stakeholders securely. (C)</p> Signup and view all the answers

In the context of web development, what is the role of HTML?

<p>To structure the content of web pages. (A)</p> Signup and view all the answers

How is CSS primarily utilized in web development?

<p>For styling and visual presentation of web content. (C)</p> Signup and view all the answers

Which of the following is the LEAST recommended use case for inline CSS?

<p>Applying styles to elements in a large-scale website. (B)</p> Signup and view all the answers

Why are code editors like Visual Studio Code and Sublime Text preferred over simple text editors for web development?

<p>Because they offer features like syntax highlighting and code completion. (D)</p> Signup and view all the answers

What is the primary function of a web browser in the context of client-server architecture?

<p>To act as the client, requesting and displaying content from web servers. (D)</p> Signup and view all the answers

How do web servers contribute to the functionality of websites?

<p>By storing and serving web pages to users upon request. (B)</p> Signup and view all the answers

What role do validation tools play in web development?

<p>They check code for adherence to web standards, ensuring compatibility and accessibility. (B)</p> Signup and view all the answers

How do version control systems like Git enhance web development projects?

<p>By managing changes in code, tracking versions, and enabling team collaboration. (C)</p> Signup and view all the answers

What is the primary function of the 'Path' component in a URL?

<p>To specify the exact location of the resource within the server. (A)</p> Signup and view all the answers

In a URL, what is the role of the 'domain name' component?

<p>To indicate the server's address where the resource is hosted. (A)</p> Signup and view all the answers

How do graphic design tools like Adobe Photoshop and Canva contribute to web development?

<p>By helping create visual elements like logos, images, and layouts. (D)</p> Signup and view all the answers

How does the inclusion of https:// in a URL impact the security of data transmission?

<p>It ensures data is encrypted for secure communication. (B)</p> Signup and view all the answers

Which of the following is a key function of the 'query string' component in a URL?

<p>Passing additional information or parameters to the server. (B)</p> Signup and view all the answers

What does the 'fragment identifier' in a URL primarily specify?

<p>A specific section within a web page. (D)</p> Signup and view all the answers

What role does the planning phase play within the Web Development Life Cycle?

<p>It defines the project's objectives and scope. (B)</p> Signup and view all the answers

During which phase of the Web Development Life Cycle is the website tested for functionality and usability?

<p>Testing (C)</p> Signup and view all the answers

Why is the analysis phase crucial in the Web Development Life Cycle?

<p>It defines the project requirements and target audience. (B)</p> Signup and view all the answers

What is the primary focus of the design phase in the Web Development Life Cycle?

<p>Creating the website's structure and layout. (D)</p> Signup and view all the answers

In which phase of the Web Development Life Cycle is the code written and integrated?

<p>Implementation (B)</p> Signup and view all the answers

Which of the following domain extensions is generally used for commercial sites?

<p>.com (B)</p> Signup and view all the answers

Which domain extension is typically reserved for educational institutions?

<p>.edu (B)</p> Signup and view all the answers

Which of the following domain extensions is typically used for government entities?

<p>.gov (D)</p> Signup and view all the answers

Which type of website serves as a digital resume, showcasing a professional's skills, projects, and experience to potential employers or clients?

<p>Portfolio Website (D)</p> Signup and view all the answers

Which category of websites is primarily designed to facilitate online transactions, allowing users to buy and sell goods or services?

<p>E-commerce Website (B)</p> Signup and view all the answers

Which type of website focuses on providing informational resources, tutorials, and learning materials on various subjects?

<p>Educational Website (A)</p> Signup and view all the answers

What is the main goal of nonprofit websites?

<p>To advocate for a cause or provide resources. (B)</p> Signup and view all the answers

What distinguishes blog websites from other types of sites?

<p>Regularly updated content, such as articles written from a personal perspective. (A)</p> Signup and view all the answers

What is the primary function of news and media websites?

<p>Reporting on current events and delivering news. (A)</p> Signup and view all the answers

What distinguishes community and forum websites from other types of online platforms?

<p>Emphasis on user interaction and discussions. (A)</p> Signup and view all the answers

What is the primary goal of entertainment websites?

<p>Delivering online entertainment content. (B)</p> Signup and view all the answers

What is the purpose of a personal website?

<p>Acts as a central hub for a person's online presence. (A)</p> Signup and view all the answers

Flashcards

What is the Internet?

A massive network of networks connecting millions of computers globally, using protocols for information travel.

Internet Service Providers (ISPs)

Critical entities providing users access to the Internet, maintaining a permanent connection to the Internet backbone.

What is the World Wide Web?

A way of accessing information over the Internet, using HTTP protocol to transmit data, enabling web services.

Internet

A global network accessible to anyone worldwide using an internet connection for sharing information.

Signup and view all the flashcards

Intranet

A private network designed for internal organizational use, facilitating communication and data sharing among authorized members.

Signup and view all the flashcards

Extranet

A network extending limited access to external users (partners, vendors), enabling secure collaboration.

Signup and view all the flashcards

Web Browser

A software app to locate, retrieve, and display web content like pages, images and videos.

Signup and view all the flashcards

Uniform Resource Locator (URL)

The address used to access a specific resource on the internet, guiding users to web pages and files.

Signup and view all the flashcards

Protocol

Specifies the method used to access the resource, like 'http' or 'https' for secure connections.

Signup and view all the flashcards

Domain Name

Indicates the server's address where the resource is hosted.

Signup and view all the flashcards

Path

Specifies the exact location of the resource within the server.

Signup and view all the flashcards

Query String

Used to pass additional information or parameters to the server.

Signup and view all the flashcards

Fragment Identifier

Refers to a specific section within a web page.

Signup and view all the flashcards

Web Servers

Specialized computers that store and serve web pages to users upon request.

Signup and view all the flashcards

Web Development Life Cycle

A systematic process used to develop web pages, ensuring they meet user needs and function effectively.

Signup and view all the flashcards

Hypertext Markup Language (HTML)

The standard markup language for creating web pages and web applications, structuring content.

Signup and view all the flashcards

Cascading Style Sheets (CSS)

Style sheet language for describing the presentation of documents written in markup languages like HTML.

Signup and view all the flashcards

Text Editor

A type of computer program that edits plain text.

Signup and view all the flashcards

Source Code Editor

A text editor designed for editing source code of computer programs.

Signup and view all the flashcards

Study Notes

Unit I: An Overview of the Web

  • This unit provides an overview of the web.
  • The unit topics include the internet and the world wide web (www), types of websites, web development life cycle (WDLC), web development languages and tools needed for creating web pages.

Intended Learning Outcomes

  • Define websites and explain the purpose and characteristics of each type of website.
  • List and define key terms such as Internet, World Wide Web, Web Browsers, URLs, Web Servers, and Internet Service Providers.
  • Enumerate the phases of the Web Development Life Cycle (WDLC).
  • Explain the role of HTML in structuring content and CSS in styling web pages.
  • List common tools used for web development like code editors, browsers, and validation tools.

The Internet

  • The Internet is a massive network of networks and a networking infrastructure.
  • It connects millions of computers globally, forming a network where any computer can communicate with others as long as they're both connected.
  • Information travels via languages called Protocols.
  • The internet is a global network that allows for the seamless exchange of information.
  • In 1969, the first message was transmitted over ARPANET, which laid the foundation for today's global network.

Internet Service Providers (ISPs)

  • ISPs are critical entities providing users access to the Internet and maintain a permanent connection to the Internet backbone.
  • The Internet backbone is a central, high-capacity network infrastructure that connects various regional networks.
  • Several major ISPs offer diverse broadband solutions, including PLDT, GLOBE, SKY BROADBAND, EASTERN TELECOM, and CONVERGE ICT

World Wide Web

  • The World Wide Web (Web) accesses information over the Internet.
  • It is an information-sharing model built on the internet using the HTTP protocol to transmit data.
  • Web services using HTTP allow applications to communicate to exchange business logic and use the web to share information.
  • While often used interchangeably, the terms Internet and World Wide Web aren't synonymous; they are related but separate.

Website Categories

  • Internet: A global network accessible to anyone with an internet connection. Open to everyone to publicly share information, services, or resources
  • Intranet: A private network designed for internal use within an organization. Restricted to authorized members of the organization, it facilitates communication, collaboration, and data sharing
  • Extranet: A private network with limited access to external users partners, vendors, etc. Restricted to specific external and internal users with proper credentials, it enables collaboration with external stakeholders securely.

Common Website Types

  • Personal Websites
  • Business Websites
  • E-commerce Websites
  • Educational Websites
  • Portfolio Websites
  • Blog Websites
  • News and Media Websites
  • Community and Forum Websites
  • Nonprofit Websites
  • Entertainment Websites

Web Browsers

  • A Web Browser (Browser) is software used to locate, retrieve, and display content on the World Wide Web, including web pages, images, videos, and other files.
  • Using the client/server model, the browser (client) runs on a computer and contacts the web server to request information which it then displays.
  • Popular web browsers are Mozilla Firefox, Google Chrome, Opera Browser, Microsoft Edge, Safari Browser and Maxthon Browser.

Uniform Resource Locator (URL)

  • A Uniform Resource Locator (URL) addresses specific resources on the internet.
  • It references web pages, files, or services, guiding users and web browsers to the desired location.
  • A URL is composed of the Protocol, Domain Name, Path, Query String, and Fragment Identifier.

URL Components

  • Protocol: Specifies the method used to access the resource; common protocols are http:// and https://, with the latter ensuring data encryption.
  • Domain Name: Indicates the server's address where the resource is hosted, including the website's name and a domain suffix like .com, .org, or .edu; for example, www.google.com is a domain name.
  • Path: Specifies the exact location of the resource within the server, often including directories and file names. For example, /about-us points to a specific page on the website.
  • Query String: Passes additional information or parameters to the server, often for search queries or dynamic content
  • Fragment Identifier: Identifies a specific section within a web page, indicated by a #; for example, #section2 jumps to a particular part of the page.

Domain Extensions

  • .com for Commercial Site
  • .gov for Government Site
  • .edu for Educational Institution Site
  • .net for Network Site
  • .org for Organizational Site
  • .biz for Business Site
  • .mil for Military Site

Web Servers

  • Web Servers are computers that store and serve web pages to users upon request.
  • Each server is identified by an IP address and often a domain name (e.g., Google.com).

Web Development Life Cycle

  • The Web Development Life Cycle is a systematic process of developing web pages, ensuring to meet user needs and function effectively.
  • The Phases are Planning, Analysis, Design, Testing, Implementation, Publishing and Maintenance.

Web Development Languages

  • Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications.
  • Cascading Style Sheets (CSS) is a style sheet language that describes the presentation of a document written in a markup language like HTML

Applying CSS to a Web Page

  • CSS can be applied to a Web page via Inline CSS, Internal CSS, External CSS, and CSS Frameworks.
  • Inline CSS applies style to a particular HTML Tag using the style attribute
  • It is the least recommended styling method because of the difficulty it brings in managing larger websites.
  • However, useful for testing and previewing changes
  • Internal CSS applies style to a particular HTML Tag using the style attribute
  • It is the least recommended styling method because of the difficulty it brings in managing larger websites.
  • However, useful for testing and previewing changes

Tools for Creating Web Pages

  • A Text Editor edits plain text; Microsoft Notepad is readily available.
  • A Source Code Editor is designed for editing source code, examples are Sublime Text and Notepad++.
  • Code Editors: Tools like Visual Studio Code, Sublime Text, or Atom provide environments for writing and editing code,Syntax highlighting and code completion.
  • Web Browsers: Essential for testing and viewing web pages during development. Chrome and Firefox offer developer tools for debugging and analyzing web performance.
  • Version Control Systems (e.g., Git): Track changes in code, manage versions, and collaborate on projects.
  • Graphic Design Tools (e.g., Adobe Photoshop, Canva): Help in creating visual elements like logos, images, and layouts for web pages.
  • Validation Tools (e.g., W3C Validator): Check code for adherence to web standards, ensuring compatibility and accessibility.

Activity 1 Directions

  • Submit a single document with screenshots of the tasks performed and the output produced.
  • Visit at least six different websites from these categories: informational, educational, e-commerce, social networking, portfolio, and blog.
  • Create a table that includes the name of each website, its URL, its website type, a brief description of its purpose, and the target audience.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Internet Programming and HTML Quiz
10 questions
Introduction au Web et Technologies Clés
25 questions
Internal Working of the Web
16 questions
Intro to the Internet and Web Development
41 questions
Use Quizgecko on...
Browser
Browser