BA IT Networking Unit 1 Parta LMS
BA IT Networking Unit 1 Parta LMS
Expected Outcome
• Students shall be able to describe Computer Hardware Fundaments
and identification of various components and their testing for
troubleshooting and maintenance.
• Student shall be able to install Windows and Linux operating system.
• Students shall be able to describe and apply the basic concepts of IT
networking,
• Students shall be able to identify basic devices required for
networking and its fundamental configurations.
• Adopt cyber security practices to deal with security issues affecting systems.
Course Structure
Unit 1: The Computer Fundamentals
http://www.columbia.edu/cu/computinghistory/eniac.html
9
"U.S. Army Photo", number 163-12-62.
Left: Patsy Simmers
(mathematician/programmer), holding
ENIAC board. - Electronic numerical
integrator and computer
Next: Mrs. Gail Taylor, holding EDVAC
board. - Electronic Discrete Variable
Automatic Computer
Next: Mrs. Milly Beck, holding ORDVAC
board. - Ordnance Discrete Variable
Automatic Computer
Right: Mrs. Norma Stec
(mathematician/programmer), holding
BRLESC-I board. - Ballistic Research
Laboratories Electronic Scientific
Computer
Year 1962
https://commons.wikimedia.org/wiki/File:Women_holding_parts_of_the_first_four_Army_computers.jpg
10
1980s
Apple III,
Personal computer,
1980
https://commons.wikimedia.org/wiki/File:Apple_III,_personal_computer,_1980.jpg
11
https://www.cnbc.com/2019/10/23/google-quantum-computing-supremacy-claim-disputed-by-ibm.html
https://geekhack.org/index.php?topic=75607.50
“Our Sycamore processor takes about 200 seconds to sample one instance of a quantum
circuit a million times — our benchmarks currently indicate that the equivalent task for a
state-of-the-art classical supercomputer would take approximately 10,000 years,”
12
What are computers?
13
Hardware
The parts of computer
(tangible objects)
include :
● CPU (or
Processor) and
Primary memory
(or Main Memory)
● Input devices i.e.
the keyboard
and mouse
● Output devices
● Storage devices
15
• The Central Processing Unit (CPU): This may be undrerstood as the brain of
the computer. It is one of the most important elements carrying out the
instructions of a computer program. The two distinct components of a CPU
are the Arithmetic Logic Unit (ALU) that carries out the logical and
arithmetic operations and the Control Unit (CU) that decodes and performs
the instructions extracted from the memory.
• Arithmetic and Logic Unit :- This unit executes compute operations. E.g.:- If
two numbers are to be added, the processor will bring both numbers to the
ALU and the perform the addition operation. This unit performs not only
addition but also other arithmetic and logical operations such as
multiplication, division, comparison etc.
• Control Unit:- All the units perform some different tasks such as memory
stores the information and ALU performs the arithmetic and logical
operations. All such actions by different units should be coordinated in
some way. This coordination task is performed by the Control unit. Control
unit transmits the control signals to other units.
Components of a Computer System
Central Processing Unit (CPU)
Data
control unit (CU)
Memory output
Arithmetic
logic RAM units
Input
Unit (ALU)
units ROM
Auxiliary Information/
Memory Knowledge 17
Input Device
So far, we have understood that a Computer needs input to perform a particular
task.
• Information or data that is entered into the computer using some input device is
called as Input.
• Input device is the unit that sends data and set of instructions to the computer
system.
• The computer accepts these set of instructions in the form of coded information
which the computer understands.
• Examples
The examples of input devices are keyboard, mouse and scanner. Whenever a key is pressed
the corresponding letter or digit is automatically translated into its corresponding binary
code and transmitted over a cable to the memory or processor.
Other examples of input devices are joystick, trackball, light pen, web cameras, and
microphones.
Output Device
• A device that is used to display or produce the output is known as
output device. Many devices are used to display the output such as
monitors and printers. The data is processed and displayed in the
appropriate manner through the various output devices.
• The output device is the counterpart of the input device.
• Its function is to send the processed results to the outside world.
• Examples:-
Many devices are used to display the output such as monitors, projectors
Some devices are used to produce output in form of printouts (printers /
plotters)
Some devices are used to produce sound (Speakers)
Examples of Input Devices
20
Different Options in Keyboards and
Keypads
Qwerty Keyboards.
Wired Keyboards.
Numeric Keypads.
Ergonomic Keyboards.
Wireless Keyboards.
USB Keyboards.
Bluetooth Keyboards.
Magic Keyboards.
Gaming Keyboards.
Now tell me what is this?
Output Devices
▪ Monitors
▪ Printers
Dot matrix printers
Ink jet printers
Laser printers
▪ Sound Blasters
▪ Controlling other
devices
25
Memory
26
Primary Memory
• It is also known as main memory in computer, it communicates
directly with the CPU, Cache and Auxiliary memory. This type of
computer memory keeps data and programs when the process is
active to use them.
• ROM is a non-volatile memory containing data that we cannot change. In this case, information is not
lost when the power supply is turned off. The computer manufacturer determines ROM information.
It is permanently stored at the time of manufacture so that the user cannot overwrite it.
Memory Contd….
• ROM
• PROM
• EPROM
• BIOS
• BIOS (basic input/output system) is the program a computer's microprocessor uses to start th
computer system after it is powered on.
• The main use of BIOS is to act as a middleman between operating system and the hardware.
• BIOS is theoretically always the intermediary between the microprocessor and I/O device
control information and data flow.
• When users turn on their computer, the microprocessor passes control to the BIOS program
• Power on Self Test (POST) When BIOS boots up a computer, it first determines whether all of
the necessary attachments are in place and operational.
• After POST and ensuring boot devices, BIOS loads the operating systeminto the computer's
random access memory (RAM) from a hard disk or any other boot device such as USB, CD
Drive etc.
Secondary Memory
• Secondary memory is a storage device that the CPU cannot access directly. It is a permanent storage device.
• A secondary storage device organizes data into files and directories based on a file system. It also allows the
user to access or use additional information like access permissions, owner, last access time, etc. Also,
secondary memory is used temporarily to keep less used data when primary memory gets full.
• Secondary memory devices are less expensive and can store vast amounts of data, audio, video, and
multimedia files. Organizations can store the equivalent of a roomful of data on disks that consume
dramatically and significantly less physical space.
33
Primary Memory vs Secondary Memory
Parameters Primary Memory Secondary Memory
Primary memory is the main memory
Secondary memory is the external
Storage validity and stores data temporarily (except
memory and stores data permanently.
ROM).
It saves/uses the data that the It can save various types of data in various
Stored data
computer is currently using. formats and huge sizes.
Access The CPU can directly access the data. The CPU cannot directly access the data.
Primary memory is volatile. It loses
Secondary memory is non-volatile; data is
Volatility data in case of a power outage.* (ROM
stored even during a power failure.
is exception)
38
System Software
• System Software is the type of software that is the interface between application
software and the computer.
• The software that controls everything that happens in a computer. without system
software, the system can not run
• Background software, manages the computer’s internal resources (Resources CPU,
RAM , I/O devices, …
39
Application Software – Basic Tools
• Application Software is the type of software that runs
as per user request. It’s a specific purpose software.
• Functions:
Information and data management
Management of documents
Development of visuals and video
Emails
Accounting, finance, and payroll
• Examples:-
Word processors– example: Microsoft word
Spreadsheets-- example: Microsoft Excel
Database managers-- example: Microsoft Access
Graphics-- example: Photoshop 40
Units of Measurements
Remark: 1024=210
41
Kinds of Computers
1. Microcomputers
2. Minicomputers 3. Mainframe computers
42
•Microcomputer =>Personal
Computer (PC)
•There are 3 types of the
Microcomputers :
1.Laptop
2.Desktop
3.Workstation
43
Minicomputer, Mainframe, and
Supercomputer
44
Data : Recorded Facts
e.g.:- A Round Red Object
46
Examples of Viruses
47
Viruses and Virus Protection
• A virus program
• Infects programs, documents,
databases and more …
• It is man-made
• It can hide and reproduce
• It can lay dormant (inactive) and
then activate
49
Thank You