Unit-1 Foc PDF Format
Unit-1 Foc PDF Format
PROFESSOR /BCA/MGR/HOSUR
UNIT-1
Analog signals
Amplitude
The amplitude of a sound wave is the measure of the height of the wave
1
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Time period
Frequency
2
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Digital signals
3
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Digital waveforms
Digital waveforms are made of voltage levels that are HIGH AND LOW and also
they contain a series of pulses.
4
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Digital logic
5
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
6
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Combinational digital logic circuits are classified into three major parts –
arithmetic or logical functions, data transmission and code converter.
7
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Sequential circuit
8
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
9
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
The Primary Memory Devices are always placed close to the CPU.
Moreover, the primary memory devices stores a tiny amount of data,
when compared to the Secondary Storage Devices.
Primary Memory is further divided into RAM and ROM. Besides that, we also
consider Cache Memory and Registers as Primary Memory. However, Cache
and Registers are placed inside the CPU itself.
PROM
EPROM
EEPROM
3.Cache Memory
L1 (Level 1)
L2 (Level 2)
L3 (Level 3)
4.Registers
1. RAM:
10
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
2. ROM:
11
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
As the name suggests, the data in PROM is Read-Only, and you cannot
edit or delete it.
12
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
3. Cache Memory:
The CPU stores frequently used or essential data in the Cache Memory.
Cache Memory has three layers that are Level 1, Level 2, and Level 3.
In the olden days, manufacturers used to place the Cache Memory on
the motherboard, but now they come integrated inside the CPU.
4. Registers:
Registers are another Type of Computer Storage Device used by the CPU
to perform operations.
Whenever you send a request to the CPU, it gathers all the data and
information in the registers and executes the program.
The data is removed after the task is complete.
13
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Moreover, the Registers come pre-installed inside the CPU, and they are
faster than Cache Memory & RAM.
14
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Magnetic Tapes
2.Optical Disks
CD (Compact Disc)
15
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
BR (Blu-ray Disc)
3.Flash Memory
Pen Drives
Memory Cards
A hard disk contains a Spindle that holds rotating disks called Platters.
These Platter Disks are coated with Magnetic Material that holds the
data.
The Magnetic Head on the hard disk is responsible for reading and
writing on the hard disk.
The Hard Disks used to be very massive in size and stored very little data.
Thanks to the growing technology, now we have smaller hard disks that
hold a large amount of data.
The latest generation hard disks can store data for more than 25 years.
16
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Floppy was the first portable storage device, introduced in the year
1971. They are lightweight, small in size, and easy to carry.
The Floppy Disk uses the same magnetic disk technology as the hard
disk. Programs and files used to be very less in size those days.
Therefore, the size of the Floppy Disk Drives was also less.
The First Version of Floppy Drive was 8-inch long with a storage capacity
of 80 KB.
Eventually(finally), the size of the Floppy Disks was reduced to 3.5-inch,
and its storage capacity extended to 1.44MB.
17
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Though Magnetic Tapes works differently than Hard Disk Drives, they
use the same mechanism.
The Tapes or Cassettes has a string, which is coated with magnet
material. That’s how the Tapes store data in the olden days.
Examples of Magnetic Tapes are Camera Roll, Films, Audio Cassettes,
DVR Video Cassettes, etc.
The Magnetic Tapes hold the data in serial order.
That is why, in audio cassettes, you need to forward through number 1
and number 2 song to get to song number 3.
2. Optical Discs:
It is very sensitive.
It could easily break into pieces if not carried carefully.
A single scratch on the surface of the Optical Disk can cause data loss.
Recordable Optical Disks doesn’t allow you to delete or edit existing data
once written.
18
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
CD-ROM (CD-Read Only Memory): You can only read the content in the
disc but cannot write.
CD-R (CD-Recordable): You can record (or write) data into this type of
compact disk only once. Though, you can read it infinite times.
CD-RW (CD-ReWriter): As the name suggests, you can write data
multiple times on this disk. You can either add new data to the existing
data or wipe(CLEAN) the entire disk and write new data.
19
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
DVD-ROM:
The DVD-ROM only lets you read the data, but not write.
These ReWritable Versions of DVDs allows you to write data to the disc
multiple times by erasing older one.
20
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
3. Flash Memory:
The Era of Floppys and Disks came to an end after the introduction of
Flash Drives in 1980.
Flash Drives come in many forms, which are SSD, Pen Drives, Memory
Cards, SD Cards, and more.
Flash Drives do not have any moving parts, which makes them fast
and more reliable.
21
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
->Pen Drives:
Pen Drives are another type of Computer storage device that
helps you copy and transfer data from one PC to another.
Pen Drives comes in several variants from 1GB to 256GB (like 1GB,
2GB, 4GB, 8GB, 16GB, 32GB, 64GB, 128GB, and 256GB).
These are the size of a finger, lightweight, and portable.
The PenDrives may not be faster than HDD and SSD, but they are
much faster than the Floppy Drives and Optical Drives.
-> Memory Cards:
The Memory Cards are sub-divided into three types.
These Memory Cards are rarely used on a Computer.
They are made for Digital Cameras and Mobile Phones. Most
laptops have a Memory Card slot on them, which is useful to
transfer data from other devices to the Computer.
22
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Digital Operations
It includes,
Counter
ALU
Input / Output
Counter
23
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
24
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
The arithmetic logic unit is split into AU (arithmetic unit) and LU (logic
unit).
The operands and code used by the ALU tell it which operations have to
perform according to input data.
When the ALU completes the processing of input, the information is sent
to the computer's memory.
Digital Computers
25
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Digital computers operate on inputs which are of ON-OFF type and its
output is also in the form of ON-OFF signal.
Normally, an ON is represented by 1 and OFF is represented by a 0.
A digital computer can be used to process numeric as well as non-
numeric data.
It can perform arithmetic operations like addition, subtraction,
multiplication and division and also logical operations.
Most of the computers available today are digital computers:
Based on Configuration
Super Computers
Features of Supercomputers:
26
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Mainframe Computers
Minicomputers
27
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Features of Minicomputers
Microcomputers
Features of Microcomputers
28
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
IC Families:
ICs are categorized by size according to the number of gates
contained on each chip.
There is no absolute rule, but an IC having fewer than 10 or 12
gates is usually referred to as a small-scale integration (SSI) IC
ICs having more than 12 but fewer than 100 gates are called
medium-scale integration (MSI) ICs; encoders and decoders are
examples of MSI ICs.
If there are more than 100 gates but fewer than 1000, the IC is
called a large-scale integration (LSI) IC.
29
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
30
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
IC’s are classified into two types based on the Mode of Operation or
the signal processed. They are:
Digital IC or Non-Linear IC
Analog IC or Linear IC
Digital IC or Non-Linear IC
Digital Integrated Circuits are the logical networks capable of
performing mathematical calculations and are commercially available as
Memory Chip, Microprocessor, Microcontroller, Counters, Logic gates,
Registers etc. The input/ output value is either logical high/low (0 or 1).
Analog IC or Linear IC
Analog Integrated Circuits are the discrete networks, which processes the
signals that are continuously variable like an audio signal.
The values of voltage or current may vary continuously between
minimum and maximum values.
They are available commercially as Voltage comparators, regulators
Monolithic integrated circuit
An integrated circuit or monolithic integrated circuit is a set of
electronic circuits on one small flat piece (or "chip") of semiconductor
material, ..
Hybrid
31
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
32
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
Capacitor
DIGITAL LOGIC:
THE BASIC GATES:
A digital circuit having one or more input signals but only one output signal
is called a gate.
AND gate
33
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
The AND gate is an electronic circuit that gives a high output (1)
only if all its inputs are high.
A dot (.) is used to show the AND operation i.e. A.B or can be
written as AB
Y= A.B
34
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
OR gate
Y= A+B
35
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
36
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
NOT gate
37
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
38
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
NAND gate
39
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
AND-OR-INVERT GATES:
40
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
41
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
42
C.UDAYAKUMAR/ASST.PROFESSOR /BCA/MGR/HOSUR
43