0% found this document useful (0 votes)
96 views11 pages

Introduction To Computer Programming (Cse-271) : Prepared by Md. Atiqul Islam Rizvi Lecturer, Dept. of Cse, Cuet

The document discusses factors that affect processing speed in computers, including registers, RAM, the system clock, the bus, and cache memory. It also provides an overview of computer networks, describing LANs, MANs, and WANs. LANs cover local areas only and have less maintenance cost and faster speeds than WANs. MANs cover larger areas than LANs and have competitive prices and higher speeds than WANs. WANs cover the largest geographic areas but have more maintenance costs and slower speeds than LANs.

Uploaded by

AtiQul Rafi
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0% found this document useful (0 votes)
96 views11 pages

Introduction To Computer Programming (Cse-271) : Prepared by Md. Atiqul Islam Rizvi Lecturer, Dept. of Cse, Cuet

The document discusses factors that affect processing speed in computers, including registers, RAM, the system clock, the bus, and cache memory. It also provides an overview of computer networks, describing LANs, MANs, and WANs. LANs cover local areas only and have less maintenance cost and faster speeds than WANs. MANs cover larger areas than LANs and have competitive prices and higher speeds than WANs. WANs cover the largest geographic areas but have more maintenance costs and slower speeds than LANs.

Uploaded by

AtiQul Rafi
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 11

INTRODUCTION TO COMPUTER

PROGRAMMING (CSE-271)
PREPARED BY
MD. ATIQUL ISLAM RIZVI
LECTURER, DEPT. OF CSE, CUET.
Factors Affecting Processing Speed
 Registers

 RAM

 The System Clock

 The Bus

 Cache Memory
Factors Affecting Processing Speed -
Registers
The CPU contains a number of small memory areas, called
registers, which store data and instructions while the CPU processes
them.

The size of the registers (also called word size) determines the
amount of data with which the computer can work at a one time.

Today, most PCs have 64-bit registers, mean the CPU can process
eight bytes of data at one time.
Factors Affecting Processing Speed - RAM
 The amount of RAM in a PC has a direct affect on the system's
speed

 The more RAM a PC has, the more program instructions and


data can be held in memory, which is faster than storage on disk.

 If a PC does not have enough memory to run a program, it must


move data between RAM and the hard disk frequently. This
process, called swapping, can greatly slow a PC's performance.
Factors Affecting Processing Speed – System
Clock
 The computer's system clock sets the pace for the CPU.

 A single "tick" of the clock is the time required to turn a transistor off and
back on. This is called a clock cycle.

 Clock cycles are measured in Hertz (Hz), a measure of cycles per second. If a
computer has a clock speed of 300 MHz, then its system clock "ticks" 300
million times every second.

 The faster a PC's clock runs, the more instructions the PC can execute each
second.
Factors Affecting Processing Speed – Bus

 A bus is a path between the components of a computer. Data and instructions


travel along these paths.

 The data bus width determines how many bits can be transmitted between the
CPU and other devices.

 The address bus runs only between the CPU and RAM, and carries nothing but
memory addresses for the CPU to use.

 Peripheral devices are connected to the CPU by an expansion bus.


Factors Affecting Processing Speed – Cache
Memory
 Cache memory is high-speed memory that holds the most recent data and
instructions that have been loaded by the CPU.

 Cache is located directly on the CPU or between the CPU and RAM, making it
faster than normal RAM.

 CPU-resident cache is called Level-1 (L1) cache. External cache is called Level-2
(L2) cache.

 The amount of cache memory has a tremendous impact on the computer's speed.
Computer Network
 A computer network, or simply a network, is a collection of computers and other
hardware components interconnected by communication channels that allow
sharing of resources and information.
LAN MAN WAN
Local Area Network Metropolitan Area Wide Area Network
Network
Covers local areas only Cover a larger geographic covers large geographic
area than LAN areas
Less maintenance cost Competitive price More maintenance cost
Faster than WAN Higher speed Less speed than LAN
Hardware focus on sharing Hardware focus on data Hardware focus on
resources transmission communication

You might also like