0% found this document useful (0 votes)
40 views

HTML Part2

This document discusses different types of applications and websites. It defines an application as a collection of software programs developed to fulfill user requirements. Applications are classified as desktop applications, which run locally on a computer, or web applications, which run via a browser and require internet access. Web applications can be client-side, displaying common data for all users without interacting with a database, or server-side, displaying different data for each user by interacting with a database. Websites are collections of web pages stored on a web server. Websites are either static, providing common information without user interaction, or dynamic, providing different information for each user through interaction with a database.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

HTML Part2

This document discusses different types of applications and websites. It defines an application as a collection of software programs developed to fulfill user requirements. Applications are classified as desktop applications, which run locally on a computer, or web applications, which run via a browser and require internet access. Web applications can be client-side, displaying common data for all users without interacting with a database, or server-side, displaying different data for each user by interacting with a database. Websites are collections of web pages stored on a web server. Websites are either static, providing common information without user interaction, or dynamic, providing different information for each user through interaction with a database.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

HTML

PART-2
HTML
Basics fundamentals:

1.What is Application?
2.What are the types of applications?
3.What is website and types of websites?
What is Application?
Application is a collection of software programs which are developed by some software technologies to
fulfill the end user requirements

Examples:
MS-Office, Paint, Gmail, Twitter and so on..

What is software program?


Software program is a collection of logical instructions, or methods and procedures to develop the software
applications and it will executed by a computer

Examples:
C, C++, Java, C#, Python And So On..
Types of Software Applications:

Software Applications are classified in to two types.

1. Desktop applications
2. Web applications

1. Desktop Applications:
 Desktop Application is standalone application which can be installed on a single computer to
perform specific tasks.
 It does not require any internet.
Example:
Ms-Office, Notepad, Notepad++,sublime text and so on…

2. Web Application:
 Web Application is a software program that can run on the internet browser to exchange the
data from client to server and vise versa.
 It require internet connectivity to run the application
Examples:
Gmail, YouTube and so on…
Types of Web Applications:
Web applications are classified in to two types.
1. Client-Side Web Applications
2. Server-Side Web Applications
1.Client-Side Web Applications:
 Client-Side Applications which can display the common data for all the users with out
interact with database.
 It performs only client side operations.

Examples: Google Chrome, Mozilla Firefox, Opera, Internet Explorer and so on.

2.Server-Side Web Applications:


 Server-Side Applications which can be deployed on web server and display the different
type of data or information for the user with interact with the database.
 It performs Server side operations.

Examples: Gmail, Facebook, You tube and so on


What is Web Sites?
 It‘s a collection of web pages. Every company purchases some amount of memory space
on the web server. In that space, some web pages will be uploaded. Then that memory
space is called as web site.
 Every web site is a folder in the web server memory, in which all the web pages can be
stored.
Example:
Gmail , Facebook, Apsrtc, Irctc … so on

Types of Websites:

Websites are classified in to two types:


1. Static websites
2. Dynamic websites
1 . Static websites:
 A website which is providing common information for all users without any user interaction is
called static website.
 It perform client side operations and does not perform any Server side operations.
 It can be developed with the help of HTML, CSS, JAVASCRIPT.

Examples:
Movie review websites, Tutorial websites like w3schools,Tutorialspoint

Request for web Request for web


page
Web
page
STATIC
browser INTERNET WEBSITE
(client) Response Response
(server)
HTML file HTML file
1 . Dynamic websites:

 A website which is providing different information for user with user interaction to database is called
Dynamic website.
 It perform Both client side operations and Server side operations.
 It can be developed with the help of UI Technologies(HTML, CSS, Javascript) ,Programming
Languages(Java, C#, Python) , Server side Technologies(JSP, ASP.Net, Php,Django) and Database
Technologies (Ms Sqlserver, Oracle, MySQL)
Examples:
Gmail.com, Facebook.com, Irctc reservation and so on.

Request
Request
Browser
client
Server
Response Database
Response
By
Sai kiran Undavalli

You might also like