Day 22 Computer Revision
Day 22 Computer Revision
Sub
How to prepare for examination?
bit.ly/acet24
-
-
Functions of a computer ?
(Computer performs four basic functions)
·
y
mainly used to display the result.
↑
HDD, SSD ,
Hardware
An input device can be defined as an electro mechanical device that allows the user to
feed data into the computer for analysis and storage and to give commands to the
computer.
The data is entered into the main memory through the input devices. They accept
instructions from the user and convert the accepted instructions into the machine
language.
Some of the commonly used input devices are keyboard, mouse, trackball, joystick,
light pen, touch screen, barcode reader, OMR, OCR, MICR, smart card reader, biometric
sensor, scanner, Mic, web cam, PC card etc. which are described below
Keyboard
-
-
Alphanumeric Keys include the alphabet keys (A, B, C, ..., Z) and number keys (0, 1, 2, 3,
..., 9).
Numeric Keys are located at the right hand side of the keyboard. They consist of digits
and mathematical operators.
Function Keys are the programmable keys, i.e. the programs can assign some specific
actions. They are numbered from F1 to F12.
Special Keys: Enter, Shift, Caps Lock, Num Lock , Tab, etc., and Print Screen
Mouse
The most common pointing device is the mouse. The mouse is used to move a little
cursor across the screen while clicking and dragging.
A mouse is an input device that lets you move the mouse on a flat surface to control the
coordinates and movement of the on-screen cursor/pointer..
There are three types of mouse as follows
awchsan
a
1) Wireless mouse
2) Mechanical mouse
3) Optical mouse
There are four actions of mouse as follows :
&
Click or Left Click : It selects an item on the screen.
Double Click : It is used to open a document or program.
Right Click : It displays a list of commands on the screen. Right clicking is used to access
the properties of selected object.
Drag and Drop : It is used to move an item on the screen
Output devices
• Non-Impact Printers:
Characters are printed without the need for a ribbon in non-impact printers.
speaker
.
Computer Architecture
First introduced by John Von Neumann in 1945
-
-
O -
Input Processing
-
Output
-
-
# -
- -
- -
- -
Components of computer
1. Input Unit
-
2. -
Output Unit
3. Central Processing Unit
-
4. Memory Unit
-
Input Unit
The computer accepts coded information through input unit by the user. It
is a device that is used to give required information to the computer.
Example : Keyboard, mouse, etc.
y
main memory to registers, i.e. internal memory.
2. The CPU executes the instructions in the stored
Snapdra gon
sequence.
-
3. When necessary, CPU transfers output data from
registers to main memory.
mate
Central Processing Unit is often called the brain of computer.
The CPU is fabricated as a single Integrated Circuit (IC) and is also known as
microprocessor.
A CPU controls all the internal and external devices and performs arithmetic
and logic operations.
Logi c al
• ALU uses registers to hold the data that is being processed.
The basic function of control unit is to fetch the instruction stored in the
main memory, identify the operations and the devices involved in it and
accordingly generate control signals.
Memory Unit
This unit is responsible to store programs or data on a temporary or
permanent basis. It has primary memory (main memory) and secondary
memory (auxiliary memory).
CMOS Battery: A small lithium battery on the motherboard that powers the
CMOS memory, preserving system settings when the computer is turned
off.
Complementary Metal-Oxide-Semiconductor.
Permanent
BIOS Chip: A non-volatile memory chip on the motherboard that stores
firmware used to boot up the computer and initialize hardware
components.
Basic Input/Output System
Quick Explanation
Processor Chip: The central processing unit (CPU), responsible for executing
instructions and performing calculations in a computer.
system
- &
Buses: Communication pathways that transfer data between components
within a computer system, such as the system bus, data bus, and address
data bus.
/
address
System Unit
The system unit in a computer refers to the main
↓
enclosure or case that houses the internal
components of the computer. It is sometimes also
referred to as the chassis or tower.
It also relates to many devices that are responsible for storing data on a
temporary or a permanent basis.
Computer Memory Size #
Name Equal To Size (In Bytes)
O -
byte
Byte 8 Bits 1
KB
Kilobyte 1024 Bytes 1024
-
-
Megabyte 1, 024 Kilobytes 1, 048, 576
Zettabyte zB 1, 024 Exabytes 1, 180, 591, 620, 717, 411, 303, 424
Yottabyte
Y13 1, 024 Zettabytes 1, 208, 925, 819, 614, 629, 174, 706, 176
Memory Hierarchy
The hierarchical arrangement of storage in current computer architectures is
called the memory hierarchy. The computer uses a hierarchy of memory
that is organised in a manner to enable the fastest speed and largest
capacity of memory as shown in figure. The memory is characterised on the
basis of two key factors; capacity and access time.
>
- SD
-
solida
stle
-
> main
/ Rimary
Types of Memory -
-
> secondary
In general, the memory is classified into two categories as follows
-RAM Auxi
I
-
1. Primary memory or Main memory -
-
Rom
2. Secondary memory or Auxiliary memory
M Volatile
magnetic Tapes
↑
-
SSD HDD
- Temporary
-
-
Primary memory or Main memory
The memory unit that communicates directly with the CPU is called main
memory or internal memory or primary memory. The primary memory
allows the computer to store data for immediate manipulation and to keep
track of what is currently being processed. It has limited storage capacity.
Primary memory is of two types as shown in the image below.
00
Random Access Memory (RAM)
It is also known as read/write memory, that allows CPU to read as well as
write data and instructions into it. RAM is used for the temporary storage of
input data, output data and intermediate results.
There are two categories of RAM as follows
(i) Dynamic RAM (DRAM) It is made up of memory cells where each cell is composed of
RAM-
one capacitor and one transistor. DRAM must be refreshed continually to store
information. DRAM is slower, less- expensive and occupies less space on the
computer's motherboard.
- (ii) Static RAM (SRAM) It retains the data as long as power is provided to the memory
chip. SRAM needs not be refreshed periodically. It uses multiple transistors for each
memory cell. It does not use capacitor. SRAM is often used cache memory due to its
high speed. SRAM is more expensive and faster than DRAM.
Read Only Memory (ROM)
Read Only Memory (ROM) It is also known as non-volatile memory or
permanent storage. It does not lose its contents when the power is
switched OFF.
ROM can have data and instructions written to it only one time. Once a
ROM chip is programmed at the time of manufacturing, it cannot be
reprogrammed or rewritten. So, it has only read capability, not write.
There are three categories of ROM as follows :
1. Programmable ROM (PROM)
2. Erasable Programmable ROM (EPROM)
3. Electrically Erasable Programmable ROM (EEPROM)
Programmable ROM (PROM)
It is also non-volatile in nature. Once a PROM has been programmed, its
contents can never be changed. It is one-time
-
programmable device. These
types of memories are found in video game consoles, mobile phones,
implantable medical devices and high definition multimedia interfaces.
-
-
(Apart from above memory, there is also some other memory that helps to
primary memory which are as follows )
Cache Memory:
It is a storage buffer that stores the data which more often, temporarily and makes, them
available to CPU at a fast rate. Cache memory is a very high speed. memory placed in
between RAM and CPU. It increases the speed of processing. Cache memory is very
expensive, so it is smaller in size. Generally, computers have cache memory of sizes 256 KB
to 2 MB.
Flash Memory :
It is a kind of semiconductor based non-volatile rewritable memory, used in digital camera,
mobile phone, printer, etc.
Virtual Memory
It is a technique that allows the execution of processes that are not completely in main
memory. One major advantage of this scheme is that programs can be larger than main
memory.
Secondary Memory/Storage
• This memory stores much larger amounts of data and information for extended periods
of time
• Data in secondary memory cannot be processed directly by the CPU, it must first be
copied into primary memory, i.e. RAM
• It is the slower and cheaper form of memory
• Secondary storage is used to store data and programs when they are not being
processed. It is also non-volatile in vis nature. Due to this, the data remain in the
secondary storage as long as it is not overwritten or deleted by the user
• It is a permanent storage
Secondary memory devices include as follows:
1. Magnetic Storage
2.-
Optical Storage
3. Solid State Storage
-
Magnetic Storage
O
Magnetic storage is the manipulation of magnetic fields on a medium in
order to record audio, video or other data. It includes hard disk drive, floppy
disk and magnetic tape..
Ha
=
Optical Storage
Optical storage is any storage type in which data is written and read with a
laser. It includes CD, DVD and Blu-ray disc.
CD IDVD
Solid State Storage
-
Solid state storage is a type of storage technique that employs storage
devices built using silicon microchip based storage architecture. It includes
pen/flash drive, memory card.
-
-
SSD
-
What is Software
A software is a collection of data and instructions that guides the computer
what to do and how to do it.
D 19
User
Types of Software:
window
maco
vint
F
S
o
Developing
Management Software Software
Software
Software
Androidstudio
Programming Word, Billing,
OS, Drivers, Powerpoint, Reservation, etc
System Utilities Excel, Photoshop
-
monitor
- --
- Driver
-
-
-
System Management Programs
It includes an integrated system of programs which manages the operations
of the processor, controls input and output, manages storage and services.
It consists of programs, which controls, coordinates and supervises the activities of the
various components of a computer system. Its function is to provide link between the
computer hardware and the user.
It performs all internal management functions (disk access, memory management, task
scheduling and user interfacing) and ensures systematic functioning of a computer system.
It provides an environment to run the programs.
e.g., MS-DOS, Windows XP/2000/98/10/11, Unix, Linux, macOS, etc.
Device Drivers
A software, which is written with the objective of making a device
functional when it is connected to the computer is called device driver
It is a software which provides service required for the development and execution of
application software. The programming languages, language
translator, loader, linker are required for the application software development.
Application Software
Application software is a computer software designed to help the user to
perform singular or multiple tasks.
The relationships between cells are called Formulas and the names of the
cells are called Labels.
- -
What is TCP/IP ?
--
TCP/IP specifies how data is exchanged over the internet by providing end-
to-end communications that identify how it should be broken into packets,
addressed, transmitted, routed and received at the destination.
DARPA –
US Defense Advanced Research Projects Agency February 7, 1958, by
-
President Dwight D. Eisenhower in response to the Soviet launching
of Sputnik 1 in 1957. -
-
What is ARPANET?
E
Started in year 1969
Advanced Research Projects Agency Network (ARPANET) was the first
-----
wide-area packet-switched network with distributed control and one
of the first computer networks to implement the TCP/IP protocol
suite.
Satellite
What is SATNET?
-
-
-
Internet Protocol
Internet Protocol Version 4 (IPv4) is the primary version used on the
-
internet today.
It was introduced in -
1981 by DARPA and was the first deployed version in
1982 for production on SATNET and on the ARPANET in January 1983.
-
-
-
-
IPv6 has 128 bit IP Address rather and IPv4 has a 32-bit Address.
- -
u V
Some more protocols
1. HTTP
2. FTP
HTTP
Hypertext Transfer Protocol (HTTP) is an application-layer protocol for
---
transmitting hypermedia documents, such as HTML.
It was designed for communication between web browsers and web
servers.
HTTP is a stateless protocol, meaning that the server does not keep any
data (state) between two requests.
FTP
-
-
File transfer protocol (FTP) is a way to download, upload, and transfer files
from one location to another on the Internet and between computer
systems. FTP enables the transfer of files back and forth between
computers or through the cloud.
Some more important
Internet Related Terms
1. Browser
S
2. HTML
3. WWW
4. Web Address or URL or Domain Name
5. Webpage
6. Website
7. Web Server
8. DNS
Browser
A web browser is an application for accessing websites. When a user
requests a web page from a particular website, the browser retrieves its
files from a web server and then displays the page on the user's screen.
HTML
HyperText Markup Language or HTML is the standard markup language for
documents designed to be displayed in a web browser. It defines the
content and structure of web content. It is often assisted by technologies
such as Cascading Style Sheets and scripting languages such as JavaScript.
WWW
The World Wide Web (WWW or Web) is an information system that
enables content sharing over the Internet through user-friendly ways meant
to appeal to users beyond IT specialists and hobbyists.
-
W
-
The Web was invented by English computer scientist Tim Berners-Lee while
at CERN in& O
1989 and opened to the public in 1991.
Documents -
and other media content are made available to the network
through web servers and can be accessed by programs such as web
browsers.
Servers and resources on the World Wide Web are identified and located
through character strings called uniform resource locators (URLs).
-
-
Web Address / URL
• A uniform resource locator (URL), also known as Web address on the Web,
is a reference to a resource that specifies its location on a computer
network and a mechanism for retrieving it.
• URLs occur most commonly to reference web pages (HTTP/HTTPS) but are
also used for file transfer (FTP), email (mailto), database access (JDBC),
and many other applications.
• Most web browsers display the URL of a web page above the page in an
address bar. A typical URL could have the form
http://www.example.com/index.html,
• which indicates a protocol (http), a hostname (www.example.com), and a
file name (index.html). = -
-
Domain Name
-
• http://www.example.com/index.html,
• which indicates a protocol (http), a hostname (www.example.com), and a
file name (index.html).
-
The Domain Name System (DNS) is a hierarchical and distributed
naming system for computers, services, and other resources in the
Internet or other Internet Protocol (IP) networks.
The Domain Name System has been an essential component of the
functionality of the Internet since 1985.
↑ &
COMPUTER
Computer Worksheet
For students preparing for MAH-B.BCA/BBA/BMS/BBM CET 2024 for admission to BCA,
BBA, BMS, BBM
BBA-CA
-
1.CPU itself has following ___________ variety of memory types, including system ROM
components? and the processor cache. The majority of the
BLA
Ans: 3 time, system RAM is referred to as primary
CPU itself has following three components: memory.
Memory or Storage Unit, Control Unit, ALU
(Arithmetic Logic Unit) 6. The main function of computer software is to
turn data into
Ans: The primary function of computer software
2. What is the primary function of the CPU's is to turn data into information. Data is raw input
T
instruction decoder? that becomes meaningful output when
Ans: To decode and interpret program processed or arranged. When data is processed
instructions into information, it becomes interpretable and
gains signiNicance.
The instruction decoder in the CPU is
responsible for decoding and interpreting 7. A nibble is equal to _____________ bits?
program instructions. Ans: A nibble is equal to 4 bits.
300
N sa
↑