Computer System and organization for class 11 Computer Science

Computer System and organization for class 11 Computer Science

1. Explain computer and its components.

OR

Explain basic computer organization

OR

Explain Structure of computer System

Computer is an electronic device that accept some input, process it and
produces some output.

Several Components of computer system are:

  1. Input Unit
  2. CPU
  3. Memory Unit
  4. Secondary Storage
  5. Output Unit

These components of computer system are diagrammatically represented as :

 

 

 

 

 

 

 

 

1. Input Unit

This unit is used to provide data and instructions to computer. It converts data and instructions into binary form which is understandable by the computer.

Commonly used input devices are:

a. Keyboard: It is the most commonly used input device to type alphabets, digit and symbols.

b. Mouse: It is the most commonly used pointing device to move cursor and select different software components.

2  Central Processing Unit (CPU)

CPU is also called brain of the computer. It is also known as processor. It is responsible for carrying out all activities in a computer. It is further divided into three parts:

a. Control Unit  (CU): This unit is responsible for flow of data and instructions between different units of computer. It decides whether data should go to ALU, registers, memory unit, secondary storage or output unit.

b. Arithmetic Logic  Unit (ALU): This unit is responsible  for arithmetic calculations and comparison.

c. Registers: They are memory cells inside CPU to store data temporarily. They are mainly used to store frequently used data.

3. Memory Unit

Memory unit is used to store data and instructions. It  stores data in machine language i.e. in the form of 0 and 1. The binary digits 0 and 1 are known as bits.

This unit is also termed as primary memory. It consists of three parts:

  • RAM (Random Access Memory)
  • ROM (Read Only Memory)
  • Cache Memory

a. RAM (Random Access Memory)

It is used to store data and instructions temporarily. It retains data in it as long as the power is on. All the contents of RAM get  cleared if power supply is turned off . Whenever a software is opened, it automatically gets opened in RAM.

RAM is of two types:

Dynamic RAM: It consists of capacitors and transistors. It uses electric charge to store the data.

Static RAM: It consists of flip-flops. It stores data in binary form. They have faster access time compared to dynamic RAM.

b. ROM  (Read Only Memory)

ROM stands for Read Only Memory. Data is permanently stored in ROM. ROM contains instructions needed to start up the computer and load operating system into RAM.

ROM is of three types:

  • PROM (Programmable Read Only Memory) : It can be programmed once.
  • EPROM (Erasable Programmable Read Only Memory): It can be erased by keeping ROM chip using Ultraviolet light. It can be reprogrammed..
  • EEPROM (Electrically Erasable Read Only Memory): It can be erased by electrical signal. It can also be reprogrammed.

c. Cache Memory

It is special memory used to compensate the speed difference between CPU(very fast) and RAM(very slow). It stores the copies of  frequently used data from RAM. Hence it reduces the time required to access data from primary memory.

Measurement Units for Data
1 Bit = 0 or 1
1 Nibble= 4 Bits
1 Byte= 8 Bits
1 KB (Kilo Byte)= 1024 Bytes (210)
1 MB (Megabyte) = 1024 KB   (1024 X 1024 Bytes)
1 GB (Gigabyte) = 1024 MB
1 TB (Terabyte) = 1024 GB
1 PB (Petabyte) = 1024 TB
1 EB (Exabyte)  = 1024 PB
1 ZB (Zettabyte) = 1024 EB

4. Secondary Storage unit

Secondary storage unit is used to store data permanently.  It consists of different types of storage devices. Most commonly used storage devices are:

a. Hard Disk : It is the most commonly used storage device to store data on a computer.  It consists of multiple magnetic plates and heads to read and write data. Magnetic plates are further divided into tracks and sectors to store data.

Maximum capacity of hard disk is 15TB.

b. Compact Disk (CD): CD is an optical disk to store data. CD’s have a storage capacity of 700 MB. There are three types of CDs:

i. CD-ROM (Compact Disk Read Only Memory): These are prerecorded CDs provided by manufacturers. Example: CDs containing softwares, games, ebooks etc.

ii. CD-R (Compact Disk Recordable): Data can be recorded on these CDs only once.

iii. CD-RW (Compact Disk Rewritable):These types  of CDs can be erased and recorded multiple times.

c. Digital Versatile Disk (DVD):

DVD is an optical disk to store data. DVD’s have a storage capacity of upto 17 GB. There are three types of DVDs:

i. DVD-ROM (Digital Versatile Disk – Read Only Memory): These are prerecorded DVDs provided by manufacturers. Example: DVDs containing movies etc.

ii. DVD-R (Digital Versatile Disk –  Recordable): Data can be recorded on these DVDs only once.

iii. DVD-RW (Digital Versatile Disk –  Rewritable):These types  of DVDs can be erased and recorded multiple times.

d. Blu Ray Disk:

Blu ray disk is optical disk that can store HD (High Definition) videos and data. They can store up-to 128 GB of data .

e. Pen Drive

It is also called Flash memory. It is a solid state memory that can store more than 128GB of data.

5. Output Unit

This unit is used to get output from computer. This unit convert machine language to human understandable form. Most commonly used output devices are:

a. Monitor: It is used to display data just like TV screen.

b. Printer: It can be used to take printout of data stored on computer.

2. Explain software and its types

Software is defined as a collection of programs  which are used for different purposes.

There are three types of software:

  • Application Software
  • System Software
  • Utility Software

I. Application software:

Application software is used to perform specific operation on computer. They are of two types:

a. General Purpose software

These softwares can be used by more than one type of user. Example: MS Word is a general purpose software that can be used by students, teachers as well as clerks.

b. Special Purpose / Customized Software

These softwares can be used by only one type of user. Example: Banking Data Management software can be used only by bank employees.

II. System software:

System software is used to perform functions related to general operations of computer system.. They are of two types:

a. Operating System Software

It is an interface between user and computer. It takes instructions from user and further instructs hardware components to work. The results produced by hardware components are sent back to the user.

Example: Windows 10 , Unix, Linux, Android  etc.

b. Language Translators:

These softwares are used to convert the High Level Language instructions into Machine Language instructions.. They are of  three types:
i. Compiler: It converts High Level Language program into machine language in one go.

ii. Interpreter: It converts High Level Language program into machine language  line by line.
iii. Assembler: It converts assembly language into machine language.

III Utility Software

These softwares are used  to take backup, remove outdated file, recover data and other tasks that assist in smooth operation of computer. Examples : Anti-Virus , Disk Defragmentation, Disk Clean, Backup, etc.

3. What is operating system? What are its functions?

Operating system is an interface  between computer hardware and user. It is responsible for the management of activities and the sharing of the computer resources.

Operating system is divided into two parts

a. Shell: It accepts instructions from user and instructs kernel to perform further operations

b. Kernel: It accepts instructions from shell and instructs hardware devices to perform operations.

Different functions of operating System are:

  1. Process management:- Operating System can create and delete processes. It also provides mechanism for communication among processes.
  1. Memory management:- Operating System allocates and de-allocates memory to different softwares.
  2. File management:- It manages storage, retrieval, naming, sharing, and protection of files.
  3. Device Management: It is responsible allocation and de-allocation of the hardware devices to different programs.
  4. I/O System Management: It takes care of allocation and de-allocation of Input/Output devices to different programs.
  5. Secondary-Storage Management: Operating Systems takes care of primary as well as  secondary storage.
  6. Command interpretation: It interprets commands given by the user and further instructs hardware devices to perform operations according to the commands.
  7. Job accounting: It Keeps track of time & resource used by various programs and users.
  8. Communication management: It Coordinates the communication among different processes and  hardware resources.

4. Explain architecture of Mobile Phone?

A mobile phone is composed of various parts. These parts are:

i. RF Part

Every phone contains RF Unit which consists of various components amplify signal and  convert baseband signal to RF frequency and vice versa.

ii. Baseband Part

Baseband part contains a digital signal processor (DSP) which processes received or transmitted signals. It also compresses and decompresses the signal along with error detection as correction.

iii. ADC and DAC

ADC(Analog to Digital Converter) and DAC(Digital to Analog Converter) is used to convert analog speech signal to digital signal and vice versa.

iv. RF Switch / Duplexer

RF switch is used to switch the RF path between transmitter and receiver. Duplexer is used to pass the transmitted signal and received signal at the same time through it.

v. Application layer/CPU

It consists of protocols for process-to-process communication across an IP network.  It includes audio,video and image/graphics applications. It provides many services like Simple Mail Transfer, Protocol, File transfer, graphics etc.

vi. Camera

Camera is used to click pictures and record videos. There are various mega pixel cameras for mobile available as 5 mega pixel, 13 mega pixel and even 41 mega pixel available in smartphones.

vii. Display

There are lot of display types used in mobile phones. They can be either color or monochrome. The color displays mostly use TFT displays. Touchscreen displays also use TFT technology. They are of two types:

  • CAPACITIVE touchscreens work by sensing the electrical properties of the human body.
  • RESISTIVE ones operate by sensing direct pressure applied by the user.

viii. Microphone

Microphone converts voice to electrical signal for further processing.

ix. Speaker

It converts electrical signal to voice. It comes with audio amplifier to amplify the audio signal. It also has volume control circuit to increase or decrease volume of audio signal.

x. Antenna

An antenna converts electromagnetic radiation into electric signal and vice versa. In mobile phone, antenna is embedded inside so it is not  visible to us.

xi. WiFi Module

This part is used for wireless connectivity to internet and other mobile phones or computers.

xii. Bluetooth Module

This part is used for Bluetooth connectivity between mobile phones and other devices within a limited area of upto few meters only.

xiii. GPS

GPS(global positioning system) is used for location assistance and enables Google map to work efficiently.

xiv. Sensors

In mobile phone, there are various kind of sensors like accelerometer, magnetometer, proximity sensor, light sensor, barometer,  thermometer etc.

Cloud Computing and Blockchain Techology

Spread the love
Lesson tags: basic computer organization, brief introduction to functions of OS, central processing unit and its components, components of a computer system, components of a mobile phone, different functions of operating system, need for an operating system, types of cd, types of dvd, types of memory, types of software, types of storage devices
Back to: CBSE class 11 Computer Science Notes
Spread the love