LAB 2 Introduction To Computing
LAB 2 Introduction To Computing
Technology
1|Page
OBJECTIVE
GET FAMILIAR WITH SOFTWARE
Server Machines: A server is a device that provides services to client requests. These
devices run server programs. A single server can provide services to multiple clients
simultaneously. Usually, servers run continuously. There can be multiple servers in a single
machine. For example, there can be both web servers and file servers running at the same
time to sever different clients. It is also possible to have the client and the server in the same
machine. Database servers, file servers, and web servers are some examples for servers.
TASK 2
What is the difference between Application Software and
system
software and
utility
software? Mention
some real time
software with
these
categories of software.
2|Page
Application Software: Application Software is a program that does real work for the user. It
is mostly created to perform a specific task for a user. Application Software acts as a mediator
between the end-user and System Software. It is also known as an application package. This type
of software is written using a high-level language like B, Java, VB. Net, etc. It is a user-specific
and is designed to meet the requirements of the user.
Types of Application Software: Here, are some important types of Application Software
Word-processing Software: I t makes use of a computer for creating, modifying,
viewing, storing, retrieving, and printing documents.
Spreadsheet Software: Spreadsheet software is a numeric data-analysis tool that allows
you to create a computerized ledger.
Database Software: A database software is a collection of related data that is stored
and retrieved according to user demand.
Graphics Software: It allows computer systems for creating, editing, drawings, graphs,
etc.
Education Software: Education software allows a computer to be used as a learning and
teaching tool.
Entertainment Software: This type of app allows a computer to be used as an
entertainment tool.
Features of Application Software
Important Features of Application software
Perform more specialized tasks like word
processing, spreadsheets, email, photo editing,
etc.
It needs more storage space as it is bigger in
size
Easy to design and more interactive for the
user
Generally written in a high-level language
TASK 3
What is WWW? Difference between Website and Web page with example
4|Page
WWW: The World Wide Web (WWW) is a network of online content that is formatted in
HTML and accessed via HTTP. The term refers to all the interlinked HTML pages that can be
accessed over the Internet. The World Wide Web was originally designed in 1991 by Tim
Berners-Lee while he was a contractor at CERN.
The World Wide Web is most often referred to simply as "the Web" The World Wide Web is
what most people think of as the Internet. It is all the Web pages, pictures, videos and other
online content that can be accessed via a Web browser. The Internet, in contrast, is the
underlying network connection that allows us to send email and access the World Wide Web.
Website: A Website is a collection of several webpages linked together using hyperlinks. All
the webpages are linked under a single domain to uniquely identify the website. Websites are
the main source of connecting hyperlinks to different sections, and these sections may further
include other relevant webpages. Like a webpage, people can easily navigate any website using
a web browser and entering the domain address. Websites also follow the same programming
languages for the development, which are required for webpage development. However,
website development is complex and takes more time
document or a solitary page of any website. Every webpage is attached to a unique URL address
used to render or access that particular page. These URLs and webpages can be private or
5|Page
public, depending on how the developers have configured them. Any web browser can be used
to navigate URLs, which can also be copied and shared by users. Viewing a website does not
usually need any navigation if we have its URL address. However, most URLs are connected to a
website that helps developers create a proper sitemap and structured user interface. This also
helps with search engine optimization (SEO).
Webpages are created using different programming languages depending on the platform used
for the development. Some most common programming languages include HTML, PHP, Python,
and Perl, etc. The HTML webpages are considerably faster in loading and include a simple and
clean appearance. However, CSS and JavaScript help to build more interactive webpages with
validations. Apart from this, the webpages usually include different types of resources to be
more interactive and eye-catching. There are two types of webpages: a 'static webpage' and a
'dynamic webpage'
6|Page