Introduction to Computer System
• Introduction to computer and computing: evolution of computing devices, components of a
Computer System and their inter connections, Input/output devices.
• Computer Memory: Units of memory, types of memory–primary and secondary, data deletion, its
recovery and related security concerns.
• Software: purpose and types – system and application software, generic and specific purpose
software
Computer: An electronic device that takes the input and processes it to provide desired output. Computer
System is consisting of hardware and software that works together to provide the expected computer
experience.
Computer Hardware
Computer hardware refers to the physical components of a computer system, including the central
processing unit (CPU), memory, storage devices, input devices (keyboard, mouse), output devices (monitor,
printer), and other peripherals. It encompasses the tangible, electro-mechanical, and electronic elements that
constitute a computer and enable its functioning.
Integrated Circuit: An Integrated Circuit (IC) is a compact assembly of interconnected electronic
components, such as transistors, resistors, and capacitors, fabricated on a semiconductor substrate. This
miniaturized arrangement enables the creation of complex electronic circuits, forming the basis of modern
microprocessors, memory chips, and various electronic devices.
1. Central Processing Unit: The Central Processing Unit (CPU) is the primary component of a computer
responsible for executing instructions from programs. Acting as the "brain" of the system, it performs
arithmetic and logic operations, manages data, and coordinates the functioning of other hardware
components, crucial for overall computing functionality and speed. It consists of Arithmetic Logic Unit,
Control Unit & Registers
1.1.Arithmetic Logic Unit: The Arithmetic Logic Unit (ALU) is a fundamental component of a
computer's central processing unit (CPU) responsible for performing arithmetic and logical
operations on binary data. It executes tasks like addition, subtraction, AND, OR, and other
operations, crucial for processing and manipulating information within the computer system.
1.2.Control Unit: The Control Unit manages and coordinates the execution of instructions. It decodes
program instructions, directs data flow within the CPU and between other system components, and
controls the overall operation of the processor to execute tasks in a programmed sequence.
1.3.Registers: These are fast running memory blocks used by ALU for storing intermediate results. They
temporarily hold data and instructions that the CPU is actively processing.
2. Input Devices: Computer input devices are hardware components that allow users to provide data and
commands to a computer system. Examples include keyboards for typing, mice for pointing and
clicking, and scanners for converting physical documents into digital form. These devices enable users
to interact with and input information into the computer.
8
3. Output Devices: Computer output devices are hardware components that present or display processed
information from a computer to the user. Examples include monitors for visual output, printers for
producing hard copies of documents, and speakers for audio output. These devices convey the results of
computations and operations performed by the computer.
4. Memory: Computer memory refers to the electronic components that store data and instructions
temporarily or permanently for processing by a computer.
Units: bit is the smallest unit
Nibble- 4 bits Byte- 8 bits
KB-1024 Bytes PB- 1024 GB
MB- 1024 KB EB- 1024 PB
GB- 1024 MB ZB- 1024 EB
TB- 1024 GB YB- 1024 ZB
4.1.Primary Memory: Primary memory, also known as main memory, is of two types-RAM, ROM and
cache.
RAM ROM
Random Access Memory Read Only Memory
It is volatile in nature. It is non-volatile.
Also called the temporary memory It is also known as permanent memory
It is used to execute the programs and hold It has prewritten instructions used at the time
its data. of system startup.
4.2.Secondary Memory: Secondary memory refers to non-volatile storage devices in a computer system,
such as hard drives, solid-state drives, and external storage. Unlike primary memory, it retains data
even when the power is off. Secondary memory is used for long-term storage of files, applications,
and the operating system.
4.3.Cache Memory: Cache Memory is a high-speed volatile computer memory located between the
central processing unit (CPU) and main memory. It stores frequently accessed data and instructions
to expedite retrieval, enhancing overall system performance by reducing the time it takes for the CPU
to access frequently used information during program execution.
Evolution of Computer
1. Abacus (500 BC): Computing is attributed to the invention of ABACUS almost 3000 years ago. It
was a mechanical device capable of doing simple arithmetic calculations only.
2. Pascaline (1642): Blaize Pascal invented a mechanical calculator known as Pascal calculator or
Pascaline to do addition and subtraction of two numbers directly and multiplication and division
through repeated addition or subtraction.
3. Analytical Engine (1834): Charles Babbage invented analytical engine, a mechanical computing
device for inputting, processing, storing and displaying the output, which is considered to form the
basis of modern computers.
4. Tabulating Machine (1890): Herman Hollerith designed a tabulating machine for summarising the
data stored on the punched card. It is considered to be the first step towards programming.
9
5. Turing Machine (1937): The Turing machine concept was a general purpose programmable
machine that was capable to solve any problem by executing the program stored on the punched
cards.
6. ENIAC (1945): Electronic Numerical Integrator And Computer. John Von Neumann introduced the
concept of stored program computer which was capable of storing data as well as program in the
memory. The EDVAC and then the ENIAC computers were developed based on this concept.
7. Transistor (1947): Vacuum tubes were replaced by transistors developed at Bell Labs, using
semiconductor materials.
8. Integrated Circuit (1970): An Integrated Circuit (IC) is a silicon chip which contains entire
electronic circuit on a very small area. The size of computer has drastically reduced because of ICs.
9. Very Large Scale Integration (VLSI) (1980): the processing power of computers increased
exponentially by integrating around 3 million components on a small-sized chip
10. Super Large Scale Integration (SLSI): fabricate high density of transistors and other components
(approx. 106 components) on a single IC
Data Capturing, Storage, and Retrieval
Data Capturing: It involves the process of gathering data from different sources in digital form. Data may
be captured using, keyboard bar code readers.
Data Storage: It is the process of storing the captured data for processing later.
Data Retrieval: It involves fetching data from the storage devices, for its processing as per the user
requirement.
Data Deletion: It is the simple process of deleting a file and placing it into the Recycle Bin or Trash.
Data recovery: It is a process of retrieving deleted, inaccessible, lost, corrupted, damaged, or formatted data
from secondary storage/ removable media.
Data security: It is the process of protecting corporate data and preventing data loss through unauthorized
access.
Software
1. System Software-It is a program designed to run a computer's hardware and applications and manage
its resources, such as its memory, processors, and devices.
1.1.Operating System: The operating system manages other application programs and provides access
and security to the users of the system. Some of the popular operating systems are Windows, Linux,
Macintosh, Ubuntu, Fedora, Android, iOS, etc.
1.2.System Utilities: Used for maintenance and configuration of the computer system, for example disk
defragmentation tool, formatting utility, system restore utility, etc. Another set of utilities are those
which are not shipped with the operating system but are required to improve the performance of the
system, for example, anti-virus software, disk cleaner tool, disk compression software, etc.
1.3.Device Drivers: The purpose of a device driver is to ensure proper functioning of a particular device.
2. Application Software: It is a type of computer program that performs a specific personal, educational,
and business function.
10
2.1.Generic software- Generic software is off-the-shelf software available for use.
It is designed to be used widely by people across different industries, Generic software is a system
designed for general public usage.
Some examples of generic software are:
Word processor – e.g. Word, WordPerfect
Spread sheet – e.g. Excel, Lotus 1-2-3
Database applications – e.g. Access, Approach
Presentation – e.g. PowerPoint, Impress
Electronic Mail & Diary – e.g. Outlook, Notes
Generic software is a system designed for general public usage.
2.2.Specific software-It is software that is created for a specific purpose, organization, or individual.
TIME TO PRACTICE
Objective Question (1 Mark)
1. A computer is a/an ............ device.
a) Mechanical, b) Electrical, c) Electronic, d) Telecommunication
2. The physical components of the computer are known as
a) Software, b) Program, c) Hardware, d) Both a) and c)
3. Which of the following is not related to a personal computer:
a) Processor, b) On-board, c) Motherboard, d) Keyboard
4. Which of the following is not a type of computer:
a) Smart Phone, b) Smart Watch, c) Biometric Attendance machine, d) Tablet PC
5. Which type of PC is available in your school computer laboratory?
a) IBM PC, b) MacBook, c) Chrome Book, d) Tablet PC
6. Full form of ALU is:
a) Abacus Logarithmic Unit, b) Arithmetic Logic Unit, c) Abacus Language Unit, d)
Arithmetic Language Unit
7. Which of the following is a part of ALU?
a) Arithmetic Unit, b) Control Unit, c) Logic Unit, d) Both a) and c)
8. First binary programmable computer based on Von Neumann architecture is:
a) UNIVAC, b) EDVAC, c) ENIAC, d) Mark I
9. Arrange the following in increasing order of no of transistors on a single chip: i) SLSI
ii) IC iii) VLSI iv) LSI
a) i) SLSI ii) IC iii) VLSI iv) LSI,
b) ii) IC iii) VLSI iv) LSI i) SLSI,
c) ii) IC iv) LSI iii) VLSI i) SLSI,
d) iii) VLSI iv) LSI i) SLSI ii) IC.
10. Which of the following is the fastest memory?
a) RAM, b) Cache, c) ROM, d) Hard Disk
11. Binary number system comprises of the digits:
a) 1, 2 b) 0, 1 c) a, b d) i, ii
12. ______ is volatile memory i.e. as long as the power is supplied to the computer, it
retains the data in it
a) RAM, b) CD, c) ROM, d) Hard Disk
13. Arrange the following units of memory in decreasing order of storage i) KB (Kilobyte)
ii) GB (Gigabyte) iii) MB (Megabyte) iv) TB (Terabyte)
a) iv) TB ii) GB i) KB iii) MB,
b) ii) GB iv) TB i) KB iii) MB,
11
c) iv) TB iii) MB i) KB ii) GB,
d) iv) TB ii) GB iii) MB i) KB.
14. Which of the following is not an input device?
a) Scanner, b) Speakers, c) Webcam, d) Joystick.
15. ______ is an electronic pathway composed of cables which connects the major parts of
a computer system
a) Motherboard, b) Processor, c) Bus, d) Cache.
16. Which of the following cannot be the reason for data deletion from HDD?
a) Data lost due to shutting down the PC. b) Hacker attacking the system.
c) Bad sector in Hard Disk. d) Accidentally deleting a file.
17. Which of the following is not a data recovery software?
a) Recuva, b) EaseUS, c) Disk Drill, d) Matlab.
18. In which of the scenario do we need to recover data?
a) When disk is full. b) When system performance has become slow.
c) When a photo or video has been accidentally deleted. d) All of the above.
19. Which of the following is an example of Proprietary software?
a) Linux, b) Windows, c) Mozilla Firefox, d) None of the above.
20. Operating System is an example of
a) System software, b) Utility program, c) Application software, d) None of the above.
Very Short Answer (1 Mark)
1. Write the full forms of USB.
2. What is BIOS?
3. Which type of main memory is volatile?
4. Give example of one utility software?
5. What is VLSI?
6. Which machine is considered similar to current computer?
7. Printer is _______________ device.
8. What is FLOSS?
9. Name any one mobile operating system and computer operating system.
10. _____________ introduced the concept of stored program computer which was
capable of storing data as well as program in the memory.
Short Answer (2 Mark)
1. How is OSS different from FOSS?
2. Give three techniques to prevent accidental file deletion.
3. Draw the block diagram of a computer system. Briefly write about the functionality
of each component.
4. List out four differences between RAM and Hard Disk.
5. Give two reasons for data deletion. How can data deletion from unauthorized persons
be prevented?
6. Give two differences between a compiler and interpreter.
7. What is language translator?
8. What are the major components of Modern computers based on Von Neumann
Architecture?
9. What is the difference between RAM and ROM?
10. What do you mean by customised software?
Long answer (3 Mark)
1. Draw the block diagram of computer system and explain each part briefly.
12
2. What is the hardware? What type of software is required to run the hardware devices?
Give one example.
3. Name the memory that is fastest in a computer system? What is the role of such
memory and where is it placed?
4. Differentiate between free and open source software and proprietary software with one
example of each.
5. What is the purpose of using secondary memory? Give some example of secondary
memory device. What is the storage capacity of a CD?
Open ended question (Assertion and Reasoning) 1 Mark
1. Assertion (A): Computers use binary code (0s and 1s) to represent and process data.
Reason (R): Binary code is the fundamental language of computers, where 0
Represents OFF and 1 represents ON in the context of electronic switches.
2. Assertion (A): Main/Primary memory is volatile.
Reason (R): ROM which is a part of main memory is non-volatile.
3. Assertion: It is always good to keep the passwords encrypted while storing.
Reason: Encrypted data cannot be easily stolen by hackers.
4. Assertion (A): RAM (Random Access Memory) is volatile memory.
Reason (R): RAM retains its data even when the computer is powered off.
5. Assertion: Software designed for a school will work only for the school admin.
Reason: Customized software is tailor made software according to user requirements.
Case study and competency-based questions (5 Mark)
1. Mukta purchased a laptop one year back. Now she installed a latest operating system
after which the speed of the laptop has become quite slow. Suggest her the way out to
increase the speed of the laptop by upgrading one of the following devices. Also tell
her about these devices one by one.
a) Hard Disk
b) ROM
c) RAM
d) Processor
e) Network
2. In today scenario, overuse of computer is having some positive or negative impact in
our life. Give your view for following list, if computer is having a positive or negative
impact.
a) Accuracy
b) Speed
c) Health
d) Employment
e) Social Relations
3. While preparing a presentation Anil forgot to save it and power is cut off.
a) Do you think she will get back the entire text she had typed in the letter?
b) If not what is the reason?
c) What would you suggest her to not face the problem again?
d) Can you suggest any device to prevent the above problem?
e) Which is better a writeable DVD or an external hard disk for long term storage?
13
4. Mukesh is a student of fine arts and wants to draw a portrait which he has to send
someone by email.
a) Do you think he should draw it on canvas and scan the image or can he draw it
on a PC? Which one is better if he knows how to draw on a PC?
b) Can a touchscreen make his work easier?
c) If he cannot afford a touchscreen, suggest him a suitable input device for
drawing the portrait.
d) He manages to draw a portrait but is unable to determine what type of printer
should be used. Suggest him a suitable printer along with the reason.
5. Do you think a separate graphics card is essential for drawing in a PC, if yes why it is
required and if not why and when it will be required?
6. Mrs Sunita wants to buy a laptop for her personal work. She is a teacher in Indira
Public School. She has searched on the Internet and she found two laptops with the
same configuration. One with DOS version and another with pre-loaded Windows.
1. Why is the price of the pre-loaded Windows system more than the DOS version?
a) DOS version is not user friendly.
b) DOS version does not support installing other software.
c) In pre-loaded Windows system an OS is already installed and it’s cost is
included.
d) None of the above.
2. Which software she needs to install in the DOS version?
a) Utility software
b) Application software
c) Operating system
d) None of the above.
3. She wants to install software for spreadsheet work. Suggest a suitable software for
her.
a) MS Excel
b) MS Word
c) MS Power Point
d) All the above
4. Which software among the following should she update or install to protect her
system from virus?
a) Windows Media Player
b) Windows Defender
c) MS Office
d) None of the above
5. She wants to use the internet for surfing content. Which among the following would
be the most suitable software for it?
a) Internet Explorer
b) Mozilla Firefox
c) Google Chrome
d) All the above
14