Computer Fundamental
Computer Fundamental
Hardware represents the physical and tangible components of a computer, i.e. the
components that can be seen and touched.
Examples of Hardware are the following −
Input devices − keyboard, mouse, etc.
Output devices − printer, monitor, etc.
Secondary storage devices − Hard disk, CD, DVD, etc.
Internal components − CPU, motherboard, RAM, etc.
System Software
Application Software
System Software
The system software is a collection of programs designed to operate, control, and
extend the processing capabilities of the computer itself. System software is
generally prepared by the computer manufacturers. These software products
comprise of programs written in low-level languages, which interact with the
hardware at a very basic level. System software serves as the interface between
the hardware and the end users.
Some examples of system software are Operating System, Compilers, Interpreter,
Assemblers, etc.
Application Software
Application software products are designed to satisfy a particular need of a
particular environment. All software applications prepared in the computer lab can
come under the category of Application software.
Application software may consist of a single program, such as Microsoft's notepad
for writing and editing a simple text. It may also consist of a collection of programs,
often called a software package, which work together to accomplish a task, such as
a spreadsheet package.
Operating System :
The Operating System is a program with the following features −
An operating system is a program that acts as an interface between the
software and the computer hardware.
It is an integrated set of specialized programs used to manage overall
resources and operations of the computer.
It is a specialized software that controls and monitors the execution of all
other programs that reside in the computer, including application programs
and other system software.
Objectives of Operating System
The objectives of the operating system are −
To make the computer system convenient to use in an efficient manner.
To hide the details of the hardware resources from the users.
To provide users a convenient interface to use the computer system.
To act as an intermediary between the hardware and its users, making it
easier for the users to access and use other resources.
To manage the resources of a computer system.
To keep track of who is using which resource, granting resource requests,
and mediating conflicting requests from different programs and users.
To provide efficient and fair sharing of resources among users and programs.
What is Information?
Information is organized or classified data, which has some meaningful values for
the receiver. Information is the processed data on which decisions and actions are
based.
For the decision to be meaningful, the processed data must qualify for the following
characteristics −
Timely − Information should be available when required.
Accuracy − Information should be accurate.
Completeness − Information should be complete.
Computer Network :
Network Cables
Distributors
Routers
Internal Network Cards
External Network Cards
Network Cables
Network cables are used to connect computers. The most commonly used cable is
Category 5 cable RJ-45.
Distributors
A computer can be connected to another one via a serial port but if we need to
connect many computers to produce a network, this serial connection will not work.
The solution is to use a central body to which other computers, printers, scanners,
etc. can be connected and then this body will manage or distribute network traffic.
Router
A router is a type of device which acts as the central point among computers and
other devices that are a part of the network. It is equipped with holes called ports.
Computers and other devices are connected to a router using network cables. Now-
a-days router comes in wireless modes using which computers can be connected
without any physical cable.
Network Card
Network card is a necessary component of a computer without which a computer
cannot be connected over a network. It is also known as the network adapter or
Network Interface Card (NIC). Most branded computers have network card pre-
installed. Network cards are of two types: Internal and External Network Cards.
Internet
It is a worldwide/global system of interconnected computer networks. It uses the
standard Internet Protocol (TCP/IP). Every computer in Internet is identified by a
unique IP address. IP Address is a unique set of numbers (such as 110.22.33.114)
which identifies a computer’s location.
A special computer DNS (Domain Name Server) is used to provide a name to the
IP Address so that the user can locate a computer by a name. For example, a DNS
server will resolve a name https://www.tutorialspoint.com to a particular IP address
to uniquely identify the computer on which this website is hosted.
Intranet
Intranet is the system in which multiple PCs are connected to each other. PCs in
intranet are not available to the world outside the intranet. Usually each
organization has its own Intranet network and members/employees of that
organization can access the computers in their intranet.