Basics of Computer Science - Quick Guide
Basics of Computer Science - Quick Guide
Fundamental Concept
A computer is basically a programmable machine capable to perform arithmetic and logical
operations automatically and sequentially. It is also known as a data processor, as it can store,
process, and retrieve data as per the wish of the user.
• Input of data
• Manipulation/processing of data
• Giving output (i.e. management of output result)
• In computer system, data is arranged orderly and systematically.
The term “computer” is derived from a Latin term “compute,” which means ‘to calculate.’ Initially,
the computer system had been designed to calculate; it was intended to be a computing device.
However, over a period of time, this device technically advanced; at present, it can perform a
wide range of desirable works apart from data processing.
1 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• A computer accepts the command and/or data as input given by the user.
• A computer follows the instructions and stores the data given by the user.
• A computer processes the data as per the instructions given by the user.
• Speed − Depending upon the power of the computer, it can perform, it can take Millions of
instructions per second.
• Storage − A computer system can store enormous quantity of data in different format. The
storage capacity of a computer system is normally expressed in terms of Kilobytes (KB),
Megabytes (MB), Gigabytes (GB), or Terabytes (TB).
• Reliability − As a computer system always gives accurate result; therefore, its reliability is
very high.
• Vast memory − A computer system can have a wide range of memory which can recall the
desired data at any point of time.
Let us now read about the innovators who contributed immensely in the development of a
computer system.
2 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
John Napier
Napier was a Scottish mathematician who invented logarithms.
Further, Napier also invented a computing device, which consisted of sticks with numbers
imprinted on them. Napier named sticks ‘bones,’ as they were made up of bones.
Blaise Pascal
Pascal was a French mathematician who invented a machine based on gear wheels, which
helped greatly in calculation.
Charles Babbage
Babbage was an English Polymath, Mathematician, Mechanical Engineer, Philosopher, and
Inventor. In 1822, he developed a machine capable to calculate the successive difference of
expression and prepared a table which helped him in his calculations.
John Atanstoff
With the assistance of Berry, John Atanstoff developed the Atanstoff Berry Computer (more
popular as ABC) in 1937. It marked the beginning of the development of electronic digital
computer.
Maurice V. Wilkes
In 1949, Wilkes (at Cambridge University) designed Electronic Delay Storage Automatic
Calculator (EDSAC). It was the first computer that started its operating system on the stored
program concept.
3 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
savings bank account) or business-related (for example, selling any product or services); in some
or the other way, we rely on the computer system.
Due to the growing dependency on computers, every small and big organizations and other
business companies have started offering computer-based service. Furthermore, the
advancement of communications, electronic service networks, and multimedia have opened a
new door for corporates by providing an effective way of business processing, payment transfer,
and service delivery.
Independency
As computers help in making the business automated, the businesses are becoming more and
more independent. No more, there is the need to put man-power for every work, as with the help
of computer most of the works can be automated. Starting from ticket booking to a luxury car
manufacturing, everything is automated.
Cost Cutting
A number of business are based online in recent times; therefore, there is no need to open
business branch in every city, rather having one centralized inventory can make the business
easier. There is no need to employ many man-power.
4 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Marketing
With the use of computer system with Internet facility, it is very simple to make a business global
in a given period of time. Website, email, social media websites, online advertisements, etc. are
the important tools of online marketing.
5 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
capacity, but also facilitates the processing and retrieval of data anytime.
High Accuracy
There is hardly any scope of errors in an automated system; however, if any error occurs, it is
largely a human error.
Competition
The applicability of computer technology has increased competition; now, the customers can
avail support 24x7.
6 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• Hardware
• Software
• Humanware
• Firmware
• Bridgeware
Hardware
The physical components collectively form the hardware of a computer system. Hardware
comprises of the equipment that helps in the working system of the computer.
Following are the different types of hardware components (which have specific functions) −
• CPU − It is the Central Processing Unit that controls the computer’s functions and transmits
data.
• RAM − It is the Random Access Memory and responsible for the storage of programs that
are currently running and also stores data temporarily.
• Optical disks − It is a device that also store data. For example, CD, DVD, etc.
7 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
The following table categorically lists down the input and output device −
Software
The hardware components can only function when software components are added to the
computer system. Software is a program that performs different commands given by a user.
Types of Software
Depending on the basic features and functionality, software can be categorized as −
Operating System
This software helps to load the basic program automatically as soon as the computer is started.
Following are the major types of operating system −
Application Software
The software, which can be used on an installed operating system, is known as application
software. Following are the significant examples of application software −
8 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Web browser Internet Explorer, Mozilla Firefox, Google Chrome, Opera, Safari,
etc.
E-accessibility Software
The E-accessibility software components additional facilities to users such as −
Programming Languages
The computer system is simply a machine and hence it cannot perform any work; therefore, in
order to make it functional different languages are developed, which are known as programming
languages or simply computer languages.
Over the last two decades, dozens of computer languages have been developed. Each of these
languages comes with its own set of vocabulary and rules, better known as syntax. Furthermore,
while writing the computer language, syntax has to be followed literally, as even a small mistake
will result in an error and not generate the required output.
• Machine Language
• Assembly Language
• High Level Language
• System Language
• Scripting Language
9 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
This is the language that is written for the computer hardware. Such language is effected directly
by the central processing unit (CPU) of a computer system.
Assembly Language
It is a language of an encoding of machine code that makes simpler and readable.
High-level languages are very important, as they help in developing complex software and they
have the following advantages −
• Unlike assembly language or machine language, users do not need to learn the high-level
language in order to work with it.
• High-level languages are similar to natural languages, therefore, easy to learn and
understand.
• High-level language is designed in such a way that it detects the errors immediately.
Although a high-level language has many benefits, yet it also has a drawback. It has poor control
on machine/hardware.
10 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Hardware Software
It has the permanent shape and structure, which It can be modified and reused, as it has no
cannot be modified. permanent shape and structure.
The external agents such as dust, mouse, The external agents such as dust, mouse,
insects, humidity, heat, etc. can affect the insects, humidity, heat, etc. cannot affect (as it is
hardware (as it is tangible). not tangible).
It works with binary code (i.e., 1’s to 0’s) . It functions with the help of high level language
like COBOL, BASIC, JAVA, etc.
It takes in only machine language, i.e., lower It takes in higher level language, easily readable
level language. by a human being.
It is not affected by the computer bug or virus. It is affected by the computer bug or virus.
It cannot be transferred from one place to other It can transfer from one place to other
electronically. electronically.
Duplicate copy of hardware cannot be created. A user can create copies of a software as many
as he wishes.
11 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Analog Digital
The calculations in this system are primarily The calculations in this system are converted into
converted to equations and later converted into binary numbers (i.e., 1s and 0s).
electrical signals.
It gives output in the form of ‘graph’. It gives output in the form of discrete values.
It is hardly applicable for the business It is very much suitable for the business
applications. applications.
Operating System
An operating system is the fundamental basis of all other application programs. Operating system
is an intermediary between the users and the hardware.
Operating system controls and coordinates the use of hardware among application programs.
The major services of an operating system are −
• Memory management
• Disk access
• Creating user interface
• Managing the different programs operating parallel
• Likewise, it controls and manage the hardware’s working
12 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• An operating system is accountable for the formation and deletion of files and directories.
• An operating system stores, organizes, and names and protects the existing files.
• Further, an operating system manages all the components and devices of the computers
system including modems, printers, plotters, etc.
• In case, if any device fails, the operating system detects and notify.
13 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Features of DOS
Following are the significant features of DOS −
• Internal Commands − Commands such as DEL, COPY, TYPE, etc. are the internal
commands that remain stored in computer memory.
• External Commands − Commands like FORMAT, DISKCOPY, etc. are the external
commands and remain stored on the disk.
It is the most popular and simplest operating system; it can be used by any person who can read
and understand basic English, as it does not require any special training.
However, the Windows Operating System requires DOS to run the various application programs
initially. Because of this reason, DOS should be installed into the memory and then window can
be executed.
Elements of Windows OS
14 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Windows XP 2001
• It runs practically on every sort of hardware and provides stimulus to the open source
movement.
15 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• It has comparative complex functionality and hence an untrained user cannot use it; only the
one who has taken training can use this system.
• Another drawback of this system is, it does not give notice or warn about the consequences
of a user’s action (whether user’s action is right or wrong).
The Internet system carries an extensive range of information resources and services including
World Wide Web (WWW), telephony, electronic mail, etc. It uses standard internet protocols,
such as TCP/IP and HTTP, etc.
An internal web comprises of all Hypertext Transfer Protocol (HTTP) nodes on a private network;
for example, an organization’s LAN or WAN.
Features of Internet
Let us now discuss the features of Internet. The features are described below −
Accessibility
An Internet is a global service and accessible to all. Today, people located in a remote part of an
island or interior of Africa can also use Internet.
16 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Easy to Use
The software, which is used to access the Internet (web browser), is designed very simple;
therefore, it can be easily learned and used. It is easy to develop.
Low Cost
The development and maintenance cost of Internet service are comparatively low.
Flexibility of Communication
Communication through Internet is flexible enough. It facilitates communication through text,
voice, and video too. These services can be availed at both organizational and individual levels.
Security
Last but not the least, Internet facility has to a certain extent helped the security system both at
the individual and national level with components such as CCTV camera, etc.
17 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Internet Software
Internet Software comprises of all the tools needed for networking through computer. Following
are a few important components of the Internet Software −
Internet Applications
Internet applications are server-based applications. Following are a few Internet Applications −
Types of Computer
All the computers that are developed are not alike rather they have different designs and
features. Some computers have very high capacity as well as working speed; however, some are
slow. Depending upon the requirements, computers are being developed.
Types of Computer
Depending upon the internal structure and subsequent features and applicability, computer
system is categorized as follows −
Mainframe Computer
It is high capacity and costly computer. It is largely used by big organizations where many people
can use it simultaneously.
Super Computer
This category of computer is the fastest and also very expensive. A typical supercomputer can
solve up to ten trillion individual calculations per second.
Workstation Computer
18 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
The computer of this category is a high-end and expensive one. It is exclusively made for
complex work purpose.
19 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
WAN
It stands for Wide Area Network and covers a wide area such as a city.
LAN
It stands for Local Area Network and covers a small area such as a small office or home. It
physically connects all the computers located in the premises.
Internet
It is a computer network system that connects the computers of the world. It is normally
connecting through WAN and LAN.
Intranet
It is a close room computer network system, as it covers a small area and only authorized people
can access it.
Extranet
It is also a sort of Internet the access to which is granted only to a few.
20 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Web log
It is a sort of online inventory (normally on a specialized topics) that consists of a series of
entries. These entries are arranged in opposite chronological order. The person who maintains
the weblog regularly update it with a new information.
Podcast
It is a digital file that normally contains audio or video record and is available on the Internet as
well.
21 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Chat Rooms
It is a dedicated area on the Internet that facilitates users to communicate.
Download
It is a process that saves data from Internet onto a personal computer.
Upload
It is a process that transfers the saved data from a personal computer to Internet server.
Dial-up
It is a technique in which a phone line is used in order to connect to the Internet.
Broadband
It is a wide bandwidth data transmission that transports multiple signals and traffic types swiftly.
Easily accessible and user friendly, computer applications process the required transactions very
quickly and accurately.
Computer applications are designed in such a simple manner that no qualification or training is
required to use it; any person who can read and write can use computer application.
22 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• On-line Application
• Real Time Application
• Business Application
Online Applications
Today, most of the applications are being accepted online, whether it is for opening a bank
account, filling admission form, filling job application, etc.
Banking
Most of the banks are interlinked through computer networking and offer core banking facilities.
Computer networking helps maintain accounts online, offers net banking facility, makes available
online transactions facility, and offers digital signature facility, the biggest advantage being that
ATM machines can dispense money anytime, etc.
Ticket Booking
Ticket booking has become easier with computer networking. Flight ticket, railway ticket, and
even bus ticket can be booked online with simple and easy steps.
23 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Passport Application
If you want to apply for a new passport, you can do it by yourself online. Besides, you can also
apply for other essential documents online such as PAN card, Aadhaar Card, etc.
Job Application
Today, most of the applications (private as well as government) are being filled online. Many of
the organizations also conduct competitive exams leading to employment online.
Admission Application
Most of the schools and universities have made their admission applications available online;
they also accept fees online.
Real-time Application
Real-time application is a computer based application program that functions in a given period of
time. Or in other words, in a given period of time, a user has to perform certain functions before
the time lapses.
For example, if you are making online transactions, then you have to provide the required
information in a given time framework or else you will miss the chance.
Videoconferencing
With this technology, people can connect with each other visually from different places.
24 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
E-commerce transactions
This technology helps in buying and selling products over the digital computer network.
Online banking
Online banking is virtual banking from any place with the help of computer networks.
Instant messaging
This is where messages can be exchanged over the Internet instantly.
Online gaming
This enables playing of games partially or completely over the Internet.
Business Application
Different businesses have different computer applications; however, a few applications such as
for maintaining the data base (of respective business), keeping employees’ records, offering
online business facilities, online promotions, etc. are the common features of almost every
business organization.
As such, introduction of computer technology has made business easier, simpler, and accessible
24×7.
Generations of Computer
The development of computer systems is normally discussed as the development over different
generations.
With the succession of different generations, came the advancement in computer technology.
Computer Generations
Let us now discuss the development in Computer Technology over the different generations.
First Generation
25 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• The period 1940 to 1956, roughly considered as the First Generation of Computer.
• The first generation computers were developed by using vacuum tube or thermionic valve
machine.
• The input of this system was based on punched cards and paper tape; however, the output
was displayed on printouts.
• The first generation computers worked on binary-coded concept (i.e., language of 0-1).
Examples: ENIAC, EDVAC, etc.
Second Generation
• The period 1956 to 1963 is roughly considered as the period of Second Generation of
Computers.
• In comparison to the first generation, the size of second generation was smaller.
• In comparison to computers of the first generation, the computing time taken by the
computers of the second generation was lesser.
26 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Third Generation
• The period 1963 to 1971 is roughly considered as the period of Third Generation of
computers.
• The third generation computers were developed by using the Integrated Circuit (IC)
technology.
• In comparison to the computers of the second generation, the size of the computers of the
third generation was smaller.
• In comparison to the computers of the second generation, the computing time taken by the
computers of the third generation was lesser.
• The third generation computer consumed less power and also generated less heat.
27 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• The maintenance cost of the computers in the third generation was also low.
• The computer system of the computers of the third generation was easier for commercial
use.
Fourth Generation
• The period 1972 to 2010 is roughly considered as the fourth generation of computers.
• By coming to fourth generation, computer became very small in size, it became portable.
• The machine of fourth generation started generating very low amount of heat.
• The production cost reduced to very low in comparison to the previous generation.
Fifth Generation
• The period 2010 to till date and beyond, roughly considered as the period of fifth generation
of computers.
• By the time, the computer generation was being categorized on the basis of hardware only,
but the fifth generation technology also included software.
• The computers of the fifth generation had high capability and large memory capacity.
• Working with computers of this generation was fast and multiple tasks could be performed
simultaneously.
• Some of the popular advanced technologies of the fifth generation include Artificial
intelligence, Quantum computation, Nanotechnology, Parallel processing, etc.
28 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Data Processing
Collection, manipulation, and processing collected data for the required use is known as data
processing. It is a technique normally performed by a computer; the process includes retrieving,
transforming, or classification of information.
29 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
It is usually done by a single person for his personal use. This technique is suitable even for
small offices.
Multiple Programming
This technique provides facility to store and execute more than one program in the Central
Processing Unit (CPU) simultaneously. Further, the multiple programming technique increases
the overall working efficiency of the respective computer.
Real-time Processing
This technique facilitates the user to have direct contact with the computer system. This
technique eases data processing. This technique is also known as the direct mode or the
interactive mode technique and is developed exclusively to perform one task. It is a sort of online
processing, which always remains under execution.
On-line Processing
This technique facilitates the entry and execution of data directly; so, it does not store or
accumulate first and then process. The technique is developed in such a way that reduces the
data entry errors, as it validates data at various points and also ensures that only corrected data
is entered. This technique is widely used for online applications.
Time-sharing Processing
This is another form of online data processing that facilitates several users to share the resources
of an online computer system. This technique is adopted when results are needed swiftly.
Moreover, as the name suggests, this system is time based.
Distributed Processing
This is a specialized data processing technique in which various computers (which are located
remotely) remain interconnected with a single host computer making a network of computer.
30 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
All these computer systems remain interconnected with a high speed communication network.
This facilitates in the communication between computers. However, the central computer system
maintains the master data base and monitors accordingly.
Internet is the technology that is used to connect different computer systems (located in different
geographic location). Networking technology has revolutionized the world and created a new
arena for the overall development of every nation.
31 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Advantages of Networking
Let us now discuss the advantages of networking. The advantages are described below −
Easy to Communicate
With the help of networking, the communication system has now become highly efficient, frugal,
and fast. The different modes of communication are text chatting, video chatting, emails, etc.
32 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Types of Network
In this section, we will discuss the different types of network. The types are described below −
However, in such connectivity, some other devices can also be attached such as laser printers,
fax machine, etc.
It provides high speed Internet services throughout the area covered within the network.
The services of WAN are provided by public (government) agencies as well as private agencies.
The network also provides the facility to access databases located remotely.
The WAN system is highly beneficial for MNCs and other big corporate companies (offering
online services).
33 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
However, the IT field requires qualified and trained employees who can design and develop a
new information system.
Information technology has also helped in research and development and has further developed
new technologies. The IT employees emphasize on planning, designing, developing, managing
the work, and providing technical support to various users.
Programmer
A person who is qualified enough to write a creative code for the computer program is known as
Programmer.
The codes written by programmer are the instructions given to the computer over what to do, how
to do, when to do, etc.
34 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
There are dozens of languages, which are written by the different programmers. E.g. Java, C,
C++, python, Ajax, etc.
System Analyst
The job of a system analyst is highly classified and also very crucial.
A system analyst fundamentally designs, develops, and implements new systems or adds some
additional features in the existing system to give instructions to perform additional tasks.
System analyst also specializes in fields such as engineering, science & technology, finance,
business, accounting, etc.
Database Administrator
A database administrator or simply DBA is a trained person who is accountable for the storage of
and management of the database system.
Network Administrator
Computer networking is another specialized field where a qualified person is required.
The job of a network administrator is a very crucial one as almost every network in an
organization requires at least one network administrator.
Web Designers
A web designer is an architect who designs an effective and communicative website.
He places the images, contents, and other such information on right places to make the website
interactive and user friendly.
Electronic Commerce
The advancement of computer technology and internet, domestic as well as international
businesses are being fascinated towards these technologies. Today, most of the small or big
35 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
businesses and domestic or international businesses offer their products and services through
Internet.
The business organizations these days have attractive and interactive website through which
they promote and market their business.
The facility of computer based technology and Internet collectively integrates the fragmented
markets by offering them a common arena. Technology has further helped organizations in cost
cutting and has also helped reduce the cost of products and services.
36 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Features of E-Commerce
Following are the important features of ecommerce −
Types of E-Commerce
Following are the major types of e-commerce businesses −
Business-to-Business (B2B)
It is conducted between two business firms.
Business-to-Consumer (B2C)
It is conducted between the business firm and the consumer.
Consumer-to-Consumer (C2C)
Consumer-to-consumer business deals happen between two consumers; there are certain
websites that facilitate a common platform to both the consumers - one who wants to buy and
one who wants to sell.
Benefits of E-Commerce
Let us now discuss the benefits of e-commerce −
• It is available 24×7.
37 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• It provides fund transfer facility domestically as well as internationally with simple steps.
Software Programming
In order to make a computer functional, a set of instructions need to be programmed, as these
programmed languages are carriers to the performance of a task.
Likewise, a computer accepts users’ instructions in the form of computer programming and then
carries out the given task.
• Explains the input (data) given is correct or insufficient and accordingly gives the result.
38 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Development of Algorithm
Algorithm is a proper technique that illustrates the right solution in logical and feasible steps.
Algorithm is normally done in the form of flowcharts and pseudo codes.
Verification of Algorithm
Once the algorithm is developed, it cannot be applied directly rather primarily it needs to be
tested specially for the accuracy. If there is any error, it is rectified and solved in the beginning
itself. The verification process saves time, money, and energy.
Coding
Once the basic processes and steps are completed successfully, then the actual coding of a
39 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Testing of Program
Testing of the development of program code is another essential feature, as it is bound with
errors; hence, testing makes it error free. The developer keeps testing and correcting the coding
until he/she develops it finally.
Documentation
Once the coding and programming is done successfully, it is the job of the developer to document
all these features and steps. The documented program instructs users on how to run and operate
the respective program.
Implementation
Once the above steps are executed successfully, the developed codes (programming language)
are installed in the computer system for the end users. The users are also manuals - explaining
how to run the respective programs.
Algorithm Flowchart
A flowchart is a blueprint that pictorially represents the algorithm and its steps. The steps of a
flowchart do not have a specific size and shape rather it is designed in different shapes and sizes
(see the image given below).
40 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
As shown in the above image, the boxes in different shapes and interconnected with arrows, are
logically making a flow chart. A flow-chart represents the general steps in a process.
Benefits of Flowchart
Let us now discuss the benefits of a flowchart.
Effective Analysis
Once the flow-chart is prepared, it becomes very simple to analyze the problem in an effective
way.
Useful in Coding
The flow-chart also helps in coding process efficiently, as it gives directions on what to do, when
to do, and where to do. It makes the work easier.
Proper Testing
Further, flowchart also helps in finding the error (if any) in program
Applicable Documentation
Last but not the least, a flowchart also helps in preparing the proper document (once the codes
are written).
Flow-Chart Symbols
The following table illustrates the symbols along with their names (used in a flow-chart) −
41 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Decision Annotation
42 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
This personalized and controlled technology provides access only to partners, vendors, and
suppliers; sometimes, not essentially, but also to some specific customers.
An extranet is a private network organization, which is actually the part of respective company’s
intranet and its services are extended to users outside the company. Sometimes, it is also
considered as a specialized technique to practice business with other companies and selling
products to the customers.
In order to do business with other business partners, extranet technology facilitates the intranet
from one location to other and also provides security to data flow.
An extranet service requires firewall server management in order to provide security and privacy.
• The technique of extranet links two (or more) business organizations who share common
43 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
business goals.
Application of Extranet
Extranet can be applied for the following services −
• By using this technology, a joint training program (with other company) is conducted
• By using electronic data interchange, large volumes of data are shared swiftly
Advantages of Extranet
The advantages of Extranet services are as follows −
• Corporate houses
• Government offices
• Education centers
Intranet is more localized, as only internal employees have the accessibility. In contrast, Extranet
covers a wider area, as outsiders (such as partner, vendor, or even customer) have the
authorized accessibility.
44 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
The mobile computer technology carries battery back; therefore, it does not require consistent
electric power.
Mobile computers can be connected with Internet through wire or the connection can be wireless
as well through Wi-Fi or Bluetooth technology. Likewise, it is portable, self-powered (because of
inbuilt battery), and infused with wireless technology computing device.
Laptop
A laptop is a portable version of desktop computer. It is equally competent to do any computing
work.
Notebook
It is a light weight portable personal computer.
Tablet
It is comparatively handier slate-shaped mobile computer.
Smart Phone
A smart phone is a fully equipped cell phone with most of the computing features.
45 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
46 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Many of the options have shortcut icon readily available on your computer screen; however, in
some computers, you may not find any such option on the screen; in such a case, you can take
the help of menu button (as shown in the image given below) −
As you can see in the above image, in the left bottom, there is a window symbol (i.e., menu
button); once you click on it, the given menu option will appear and from here you can choose
your option.
47 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
1
All programs
2
Document
3
Recent file
4
My picture
5
My music
6
My computer
It displays the drives of computer where user keeps his/her work, file, folder, song,
video, picture, e-book, etc.
7
Control panel
8
Printer
It displays the installed printers (if printer is installed in the system, user can take print
easily).
9
Help (support)
48 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
10
Search
11
Run
12
Setting
It has different options that help to manage different settings of the computer, software
as well as hardware.
13
Log Off
It helps a user to log off the currently logged in user of the system.
14
Sleep
It makes the system non-functional; however, puts the ongoing work and settings in
memory and also keeps drawing small amount of power.
15
Hibernation
Hibernation puts the open documents and programs on hard disk and then turns off
your computer; in comparison to ‘sleep’, it uses very low power.
16
Restart
Its function is to shut down and again start (log on) computer; it is done normally to
refresh computer especially when computer is hanged.
17
Shut down
Note − Depending on the version of your window, the menu option may vary in terms of
appearance and number of menu options; however, there would not be any change in basics.
49 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Recycle Bin
Recycle Bin is a trash location where deleted files remain stored. Once you delete any sort of file,
it gets stored (automatically) into recycle bin; therefore, if you mistakenly deleted some important
file, don’t panic, go to recycle bin and restore it. However, if you deleted file from recycle bin as
well, then it is very difficult to restore that permanently deleted file.
Internet Option
The option (i.e., short-cut key) of the Internet browser may be available on the main screen or at
the bottom menu bar (as shown in the image given below). However, if do not find it at both these
places, go to the menu, as all programs are listed there.
The information presented through multimedia has better quality and capability, as it can be
understood easily.
50 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Likewise, Multimedia is the field of Computer Science that integrates different forms of
information and represents in the form of audio, video, and animation along with the traditional
media, i.e., text, graphics/drawings, images, etc.
The multimedia computer system stores, represents, processes, manipulates, and makes
available to users.
• Its Central Processing Unit (CPU) is very fast, as it needs to process large amount of data.
51 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• It has huge memory power that helps in running heavy data programs.
• It has high capacity graphic card that helps in displaying graphics, animation, video, etc.
• With all these features (discussed above), a computer system is known as high end
multimedia computer system.
• However, all the features listed above are not essentially required for every multimedia
computer system, but rather the features of a multimedia computer system are configured as
per the need of respective user.
Multimedia Components
Following are the major components of a multimedia computer system −
Text
It contains alphanumeric and some other special characters. Keyboard is usually used for input of
text; however, there are some internal (inbuilt) features to include such text.
Graphics
It is technology to generate, represent, process, manipulate, and display pictures. It is one of the
most important components of multimedia application. The development of graphics is supported
by a different software.
Animation
Computer animation is a modern technology, which helps in creating, developing, sequencing,
and displaying a set of images (technically known as ‘frames’). Animation gives visual effects or
motion very similar to that of a video file (see image given below).
52 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Audio
This technology records, synthesizes, and plays audio (sound). There are many learning courses
and different instructions that can be delivered through this medium appropriately.
Video
This technology records, synthesizes, and displays images (known as frames) in such sequences
(at a fixed speed) that makes the creation appear as moving; this is how we see a completely
developed video. In order to watch a video without any interruption, video device must display 25
to 30 frames/second.
Multimedia Application
Let us now see the different fields where multimedia is applied. The fields are described in brief
below −
Presentation
With the help of multimedia, presentation can be made effective.
E-books
Today, books are digitized and easily available on the Internet.
Digital Library
The need to be physically present at a library is no more necessary. Libraries can be accessed
from the Internet also. Digitization has helped libraries to come to this level of development.
E-learning
Today, most of the institutions (public as well as private both) are using such technology to
education people.
Movie making
Most of the special effects that we see in any movie, is only because of multimedia technology.
Video games
Video games are one of the most interesting creations of multimedia technology. Video games
53 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Animated films
Along with video games, animated film is another great source of entertainment for children.
Multimedia conferencing
People can arrange personal as well as business meetings online with the help of multimedia
conferencing technology.
E-shopping
Multimedia technology has created a virtual arena for the e-commerce.
Such increased dependency also raises the issue of security, as most of the data is now stored in
the computer system.
Your computer systems store various sorts of data and hence if it is not secured, then you might
54 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
• Likewise, security system keeps the computer system safe by protecting the installed
software and the stored data (information).
Further, if you use internet, then you need to take greater precaution. Consider the following
points to understand the precautions that need to be taken −
• Do not click on any link that you don’t know (as it may be dangerous for your computer -
virus attack).
• Do not open unauthorized an unlawful website (it may damage your computer system).
What is Defragmentation?
Frequent saving and deleting of file (data) from the hard disk creates problems in performance
and also reduce the space; therefore, defragmentation again clean-up the drive and restore the
system to run smoothly.
55 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Disk Cleanup
While browsing websites (on internet), many of the files get stored in the hard disk automatically
(actually these stored files later help to reopen the website faster); besides some other cookies
also get stored in the hard disk. All these stored files create problem along with eating space.
So, disk cleanup process cleans all these files and releases the space occupied by these
unwanted files.
56 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Definition
As defined by the National Information Assurance Glossary −
Types of Threat
Following are the most common types of computer threats −
Some other threats include error in use, abuse of rights, denial of actions, eavesdropping, theft of
media, retrieval of discarded materials, etc.
Sources of Threat
The possible sources of a computer threat may be −
Common Terms
Following are the common terms frequently used to define computer threat −
57 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Virus Threats
A computer virus is a program designed to disrupt the normal functioning of the computer without
the permission of the user.
Spyware Threats
Spyware is a computer program that monitors user’s online activities or installs programs without
user’s consent for profit or theft of personal information.
Hackers
Hackers are programmers who put others on threats for their personal gain by breaking into
computer systems with the purpose to steal, change or destroy information.
Phishing Threats
It is an illegal activity through which phishers attempt to steal sensitive financial or personal data
by means of fraudulent email or instant messages.
58 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Computer virus has the tendency to make its duplicate copies at a swift pace, and also spread it
across every folder and damage the data of your computer system.
A computer virus is actually a malicious software program or "malware" that, when infecting your
system, replicates itself by modifying other computer programs and inserting its own code.
Infected computer programs may include data files, or even the "boot" sector of the hard drive.
Types of Virus
Following are the major types of computer virus −
Worms
This is a computer program that replicates itself at a swift pace. Unlike a computer virus, it is self-
59 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
contained and hence does not need to be part of another program to propagate itself.
Trojan Horse
A Trojan Horse is also a sort of destructive program that remains disguised in a normal software
program. It is not exactly a virus, as it cannot replicate itself. However, there is possibility that
virus program may remain concealed in the Trojan Horse.
Bombs
It is similar to Trojan Horse, but Logic bombs have some specialty; these include a timing device
and hence it will go off only at a particular date and time.
Impact of Virus
Let us now see the impact of virus on your computer system −
Virus Detection
The most fundamental method of detection of virus is to check the functionality of your computer
system; a virus affected computer does not take command properly.
However, if there is antivirus software in your computer system, then it can easily check
programs and files on a system for virus signatures.
60 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
61 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Abbreviation Full-name
A/D Analog-to-Digital
AI Artificial Intelligence
CD Compact Disk
CD-R CD-Recordable
CD-RW CD Read/Write
CL Command Language
62 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
D/A Digital-to-Analog
63 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
FM Frequency Modulation
GB Giga Bytes
HP Hewlett Packard
IC Integrated Circuit
64 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
IP Internet Protocol
KB Kilo Bytes
MB Mega Bytes
65 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
OS Operating System
PC Personal Computer
66 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
TB Tera Bytes
VOD Video-On-Demand
67 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
68 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Year Development
1988 Dell
1989 NeXT
1998 iMac
2000 USB 2
69 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
2007 iPhone 1
70 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Pāṇini Pāṇini, the ancient Indian Sanskrit linguist, 5th Century BC (about)
grammarian, and honorable scholar had
systematized and mentioned the technical use of
metarules, transformations, and recursions, in his
book 'Ashtadhyayi.' It is considred as the
forerunner to the computer programming
language.
Ramon Llull Ramon Llull had designed multiple symbolic 1300 AD (about)
representations machines.
Blaise Pascal Pascal had invented the mechanical calculator. 1642 AD (about)
Gottfried Leibniz Leibniz had developed the first-order predicate 1670 AD (about)
calculus, which were very important for the
theoretical foundations of computer science.
George Boole Boole conceptualized the Boolean algebra, which 1847 AD (about)
became the basis for digital logic and computer
science.
71 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Herman Hollerith Hollerith invented the punched card evaluating 1889 AD (about)
machine and hence, he is popularly considered
as the father of modern machine data
processing.
Vannevar Bush Bush developed the Memex concept, which later 1930 AD (about)
led to the development of Hypertext.
Alonzo Church Church had developed the lambda calculus and 1936 AD (about)
found the un-decidability problem within it.
John Mauchly & J. Designed and built the ENIAC, the first modern 1943 AD
Presper Ecker computer, and the UNIVAC I, the first
commercially available computer.
Yoshiro Nakamatsu Invented the first floppy disk at Tokyo Imperial 1950 AD
University.
David Caminer & John Developed the LEO computer i.e. the first 1951 AD
Pinkerton business computer
72 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Douglas Engelbart and Best known for inventing the computer mouse. 1963 AD
Bill English
Dennis Ritchie and Pioneered the C programming language and the 1967 AD
Ken Thompson Unix computer operating system at Bell Labs.
Masatoshi Shima Designed the Intel 4004, the first commercial 1968 AD
microprocessor.
Vint Cerf and Bob Designed the Transmission Control Protocol and 1978 AD
Kahn Internet Protocol (TCP and IP), the primary data
communication protocols of the Internet and
other computer networks.
Tim Berners-Lee and Sent first HTTP communication between client 1989 AD
Robert Cailliau and server.
73 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Short-cut Keys
The following table shows the different short-cut keys frequently used while working on the
computer system −
74 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Shift + Home Highlights from the current place to the beginning of line.
Shift + End Highlights from the current place to the end of line.
F5 Refreshes contents.
Alt + Tab Switches from one open application to another open application.
75 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Ctrl + Plus (+) Key Automatically adjusts widths of all columns in Windows Explorer.
Holding Shift During Boot-up Enables boot safe mode or bypass system files.
Ctrl + Shift + C Display a shortcut menu for column headings in a note list.
76 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
77 of 78 24/01/2023, 11:32 am
Basics of Computer Science - Quick Guide https://www.tutorialspoint.com/basics_of_computer_science/basics_of...
Print Page
78 of 78 24/01/2023, 11:32 am