0% found this document useful (0 votes)
8 views8 pages

Microprocessors: Functions and Types

The document discusses microprocessors, which are integrated circuits that perform computer processing functions. It defines microprocessors and describes their components, operation, advantages, common terms, and classifications. Specifically, it compares RISC and CISC architectures, noting that RISC uses simpler instructions for faster processing while CISC uses more complex instructions to reduce program size.

Uploaded by

Iris Corpuz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views8 pages

Microprocessors: Functions and Types

The document discusses microprocessors, which are integrated circuits that perform computer processing functions. It defines microprocessors and describes their components, operation, advantages, common terms, and classifications. Specifically, it compares RISC and CISC architectures, noting that RISC uses simpler instructions for faster processing while CISC uses more complex instructions to reduce program size.

Uploaded by

Iris Corpuz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

UNIVERSITY OF CAGAYAN VALLEY

Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

Course Code : CRIM E2


Course Title : LIVING IN THE IT ERA

PRELIM PERIODIC COVERAGE

MODULE No. 04
TITLE: MICROPROCESSORS
INTRODUCTION The microprocessor is the central unit of a computer
system that performs arithmetic and logic operations,
which generally include adding, subtracting,
transferring numbers from one area to another, and
comparing two numbers. It's often known simply as a
processor, a central processing unit, or as a logic
chip. It's essentially the engine or the brain of the
computer that goes into motion when the computer is
switched on. It's a programmable, multipurpose device
that incorporates the functions of a CPU (central
processing unit) on a single IC (integrated circuit).
LEARNING ➢ Discuss the developments of microprocessors.
OUTCOMES ➢ Differentiate Intel from AMD microprocessors.
LEARNING ➢ Define microprocessor.
OBJECTIVES ➢ Identify the categories of microprocessors.
➢ Describe the different classifications of
microprocessors.
➢ Enumerate the common terms used in a microprocessor.

Discussion/Situational analysis/Content Etc.:

What is a Microprocessor?

A microprocessor is an integrated circuit (IC) which incorporates core


functions of a computer’s central processing unit (CPU). It is a programmable
multipurpose silicon chip, clock driven, register based, accepts binary data
as input and provides output after processing it as per the instructions
stored in the memory.

Block Diagram of a Computer

Page 1
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

Why we need a Microprocessor?

A microprocessor is similar to our human brain, it can be trained to do


anything. It can be programmed to do anything we want based on its instruction
set and capabilities. Sometimes solutions are very complex, circuits also
become very complex if we try to solve it without programming.
Here is my analogy. Imagine you want to make a big building. Usage of BRICKS
will make the construction process simple and cost effective. And it will
also give you the freedom to make the building in shape and size what you
like. Instruction set in a microprocessor are the bricks which you can use
to solve your problem. By using those instructions, you can easily solve
complex program.

How does a Microprocessor work?

A processor is the brain of a computer which basically consists of


Arithmetical and Logical Unit (ALU), Control Unit and Register Array. As the
name indicates ALU performs all arithmetic and logical operations on the
data received from input devices or memory. Register array consists of a
series of registers like accumulator (A), B, C, D etc. which acts as temporary
fast access memory locations for processing data. As the name indicates,
control unit controls the flow of instructions and data throughout the
system.

So basically, a microprocessor takes input from input devices, process it


as per instructions given in the memory and produces output.

Advantages of a Microprocessor

• Low Cost

Microprocessors are available at low cost due to integrated circuit


technology. Which will reduce the cost of a computer system.

• High Speed

Microprocessor chips can work at very high speed due to the technology
involved in it. It is capable of executing millions of instructions
per second.

• Small Size

Due to very large scale and ultra-large-scale integration technology,


a microprocessor is fabricated in a very less footprint. This will
reduce the size of the entire computer system.

• Versatile

Microprocessors are very versatile; the same chip can be used for a
number of applications by simply changing the program (instructions
stored in the memory).

Page 2
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

• Low Power Consumption

Microprocessors are usually manufactured using metal oxide


semiconductor technology, in which MOSFETs (Metal Oxide Semiconductor
Field Effect Transistors) are working in saturation and cut off modes.
So, the power consumption is very low compared to others.

• Less Heat Generation

Compared to vacuum tube devices, semiconductor devices won’t emit that


much heat.

• Reliable

Microprocessors are very reliable; failure rate is very less as


semiconductor technology is used.

• Portable

Devices or computer system made with microprocessors can be made


portable due to the small size and low power consumption.

Common Terms used in a Microprocessor

Here are some common terms that we will use in microprocessor field.

Bus

A bus is a set of conductors intended to transmit data, address or control


information to different elements in a microprocessor. Usually a
microprocessor will have 3 types of buses: Data Bus, Control Bus and Address
Bus. An 8-bit processor will be using 8-bit wide bus.

Instruction Set

Instruction set is the group of commands that a microprocessor can


understand. So, instruction set is an interface between hardware and software
(program). An instruction commands the processor to switch relevant
transistors for doing some processing in data. For example: ADD A, B; is
used to add two numbers stored in the register A and B.

Word Length

Word Length is the number of bits in the internal data bus of a processor
or it is the number of bits a processor can process at a time. For example,
an 8-bit processor will have an 8-bit data bus, 8-bit registers and will do
8-bit processing at a time. For doing higher bits (32-bit, 16-bit)
operations, it will split that into a series of 8-bit operations.

Page 3
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

Cache Memory

Cache memory is a random-access memory that is integrated into the processor.


So, the processor can access data in the cache memory more quickly than from
a regular RAM. It is also known as CPU Memory. Cache memory is used to store
data or instructions that are frequently referenced by the software or
program during the operation. So, it will increase the overall speed of the
operation.

Clock Speed

Microprocessors uses a clock signal to control the rate at which instructions


are executed, synchronize other internal components and to control the data
transfer between them. So, clock speed refers to the speed at which a
microprocessor executes instructions. It is usually measured in Hertz and
are expressed in megahertz (MHz), gigahertz (GHz) etc.

Classification of Microprocessors

Based on Word Length

Based on the word length of a processor we can have 8-bit, 16-bit, 32-bit
and 64-bit processors.

RISC – Reduced Instruction Set Computer

RISC is a type of microprocessor architecture which uses small, general


purpose and highly optimized instruction set rather than more specialized
set of instructions found in others. RISC offers high performance over its
opposing architecture CISC (see below). In a processor, execution of each
instruction requires a special circuit to load and process the data. So, by
reducing instructions, the processor will be using simple circuits and faster
in operation.

• Simple instruction set


• Larger program
• Consists of large number of registers
• Simple processor circuitry (small number of transistors)
• More RAM usage
• Fixed length instructions
• Simple addressing modes
• Usually fixed number of clock cycles for executing one instruction

CISC – Complex Instruction Set Computer

CISC is the opposing microprocessor architecture for RISC. It is made to


reduce the number of instructions per program, ignoring the number of cycles
per instruction. So complex instructions are directly made into hardware
making the processor complex and slower in operation.

Page 4
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

This architecture is actually designed to reduce the cost of memory by


reducing the program length.

• Complex instruction set


• Smaller program
• Less number of registers
• Complex processor circuitry (a greater number of transistors)
• Little RAM usage
• Variable length instructions
• Variety of addressing modes
• Variable number of clock cycles for each instruction

Special Purpose Processors

There are some processors which are designed to handle some specific
functions.

• DSP – Digital Signal Processors


• Coprocessors – processors used along with a main processor (8087
math-coprocessor used with 8086)
• Input/Output processors
• Transputer – Transistor Computer: Microprocessor with its own
local memory

Examples:

• Intel 4004 – The First Microprocessor


• Intel 8085
• Intel 8086
• Intel Pentium 4
• Intel Core i7
• AMD Athlon

The Microprocessor as a Turning Point for Modern Computing

CPUs used to be enormous. It wasn't until the 1960s that designers were
attempting to integrate the functions of a CPU onto microprocessor units.
It was the successful development of the microprocessor that led to the home
computer. General purpose microprocessors are what allows our computers to
be used for text editing, multimedia display, computation, and communication
over the Internet. Because of how fast, small, and energy-efficient they
are, they have been integral to the development of everyday technology,
including appliances, smartphones, and more. Since the microprocessor
basically changed the world, it's worth understanding what it is and how it
functions!

Page 5
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

Intel Microprocessor

Intel is the world’s largest manufacturer of PC microprocessors and the


holder of the x86 processor architecture patent.

Intel 4004, released in 1971, was one of the first microprocessors ever
produced. x86 is the series of Intel microprocessor families that began with
the 80286 microprocessors. Often called simply the 286, 80286 was a 16-bit
microprocessor chip introduced in 1982. The 80286 introduced a new generation
of microprocessors with memory management. It also offered more than twice
as much performance per clock cycle as the 8086 or 8088. It quickly became
popular and could be found in many machines into the 1990s. In 1985, Intel
introduced the successor to the 80286, the 80386 (386), a 32-bit processor.
The Pentium, first offered in 1993, quickly replaced Intel's subsequent 486
as the microchip-of-choice for PCs.

Itanium was Intel's first microprocessor based on the 64-bit architecture


known as IA-64. The Intel Core series, which launched in 2006, includes
Sandy Bridge, Ivy Bridge and Haswell processors. In 2013, Intel announced
Quark, an embedded system-on-a-chip (SoC) processor design intended for
smaller mobile devices like wearable computers.

The company has also produced embedded processors, SRAM, DRAM, flash,
integrated circuits (IC), network interface controllers, and motherboard and
graphics chipsets. Intel competes primarily with AMD, the world’s second-
largest manufacturer of processors.

Gordon Moore, famous for Moores law, and Robert Noyce, co-inventor of the
IC, founded Intel in 1968. The company is headquartered in Santa Clara,
California.

Advanced Micro Devices (AMD) Microprocessor

In 1969, Jerry Sanders and Edwin Turney started up a company which would
produce products such as processors, microprocessors, and motherboard
chipsets. The company they started was called Advanced Micro Devices or AMD.
The processors AMD produced consisted of basic components, the ALU, or
Arithmetic Logic Unit and the Control Unit. AMD was incorporated in 1969 but
their first processor like component didn't release until 1970 with the
Am2501 logic counter. At this point, the company was still public but that
changed in 1972. When the 1980s came around, AMD started to take off because
two main reasons. The first was AMD had expanded their producing facilities
to other states, which made the company much larger. The second reason was
IBM, in 1982, offered AMD a contract with Intel giving AMD the rights to
make the 8086 and the 8088 processors. This pact lasted until 1986 when the
demand and sales of AMD chips plummeted. This led AMD to research
microprocessors that were going be able to be compatible with network and
communication chips as well as IBM computers.

The 90s were a very important time period for AMD because with the release
of the Am386 chip, they broke the monopoly that Intel had on the CPU market.

Page 6
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

Compaq struck a long-term deal with AMD in 1994 to supply the AMD 486 chips
in Compaq computers. In 1997 AMD had a breakthrough making a microprocessor
that would be affordable for the average every day home user. The price of
a personal computer was now below $1,000 with the release of the AMD-K6
microprocessor. AMD was also the first processor to be brand to make a
seventh-generation processor for Microsoft windows computing in 1999 with
the AMD Athlon MP processor. That same processor was the first to break the
1GHz barrier in processors in 2000. AMD continued to up their processors but
the next major move didn't happen until 2006 when AMD bought ATI Technologies
Inc, which gave AMD into 3d graphics chips the next year AMD introduced the
ATI Radeon HD 2000 graphic processors. These processors were used in both
PCs and Mobile phones.

AMD VS. Intel

A. Market Share

When it comes to processors, there are only two main choices, AMD and Intel.
These two power houses in the processor business have been at it for over
40 years. The two companies were opened a year after each other, Intel in
1968 and AMD in 1969.

B. AMD compared Intel

1. Power Consumption

The first is power consumption. AMD had the initial advantage because the
Pentium 4 processors had a 150-watt TDP. When the duo core processors came
out, Intel tried changed to a 75-watt TDP but that did nothing. Comparing
the Intel Core 2 Duo Processor and the AMD Sempron the AMD processor, AMD
used 7 less watts of power less than the Intel version.

2. Price vs. Performance

The second category is price vs. performance and again AMD has an edge.
Intel has their Quadcore and Core2 Duo processors which perform great but
the prices were always high. Recently Intel has closed the gap because the
prices have been dropping but still haven't caught up to AMD.

3. 3d Gaming

The third category is 3d gaming, and yet again AMD has had the advantage.
Comparing AMD's 64 bit and the Pentium 4 computers it wasn't even a contest
when it came to gaming and AMD won hands down. Again Intel, with the advent
of the Quadcore and Core 2 Duo processors, the gap has narrowed because
these processors can support dual video card where the AMD Athlon 64 can't.

Page 7
UNIVERSITY OF CAGAYAN VALLEY
Tuguegarao City

School of Criminology
Second Semester, S.Y. 2020
--2021

4. Graphics

The fourth criteria would be graphics and it has the same aspects as the 3d
gaming category. AMD started out on top but with Intel's Quadcore and Core2
Duo processors the gap has narrowed.

5. MP3 and Video Encoding

The fifth category is MP3 and video encoding where it shows the same pattern
as the above categories. To the average user today both companies offer the
same speed and quality of encoding.

6. Cooling and Productivity

The next to last category is cooling and productivity. Intel holds a definite
advance with better cooling features and better heat sinks.

7. Office Productivity and Multitasking

The last category is office productivity and multitasking. This is an even


match until multitasking is put into the picture; the AMD 64-bit processors
had a distinct advantage. But again, with the advent of the Quadcore and
Core 2 Duo processors from Intel this category is completely even.

References:

[Link]
[Link]
[Link]
[Link]
work
[Link]
[Link]
Prepared by:

Prepared by:

IT Instructors

Page 8

Common questions

Powered by AI

Microprocessors have facilitated the transition from large, bulky CPUs to compact and efficient devices by integrating the CPU's core functions onto a single integrated circuit. This integration significantly reduced the size and manufacturing cost of processors . The use of very large-scale and ultra-large-scale integration technology allows for creating smaller form factors while enhancing the processing power and speed of devices, enabling modern technology to become more portable and versatile . As a result, devices such as personal computers, smartphones, and appliances have become more compact and energy-efficient, supporting a wider range of applications and increasing their accessibility to the average consumer . The microprocessor's role in improving energy efficiency and reducing heat generation further supports the trend towards miniaturization and enhanced functionality in today's technology .

Cache memory improves microprocessor performance by allowing faster access to frequently referenced data or instructions, as it is integrated directly into the processor, bypassing the slower regular RAM access . This rapid access speeds up the execution of instructions and overall processing, enhancing the performance significantly . Cache memory stores data that is likely to be used repeatedly by the CPU, reducing the time and energy expended on data retrieval and allowing for quicker execution of programs . It is essential for modern CPUs, as it optimizes the processor's efficiency and effectiveness, enabling it to handle complex tasks smoothly and swiftly .

When comparing AMD and Intel microprocessors, power consumption, performance, and price are key factors to consider. AMD initially had an advantage in power consumption, as its processors historically consumed less power compared to Intel's Pentium 4 series . In terms of price versus performance, AMD has typically offered a competitive edge with more affordable options for equivalent levels of performance, although Intel has been closing this gap with competitive pricing on newer models . Performance factors, particularly in areas like 3D gaming and graphics, saw AMD leading earlier, but Intel's advancements in Quadcore and Core 2 Duo processors narrowed these gaps significantly by offering improved support for dual video cards and better cooling features .

Microprocessors offer several advantages over older computer technologies, making them suitable for portable and reliable systems. They are cost-effective due to integrated circuit technology, which reduces the overall cost of computer systems . Their high speed allows them to execute millions of instructions per second, contributing to efficient performance across various applications . Microprocessors are compact, owing to very large-scale integration, which minimizes the system's footprint, thereby enhancing portability . Additionally, they consume less power and generate less heat compared to older vacuum tube devices, making them ideal for portable devices that require long battery life and reliable performance . Their versatility allows the same chip to perform diverse tasks simply by changing the program, further enhancing their usability in different applications .

The components within a microprocessor have distinct functional roles essential for processing operations. The Arithmetic and Logic Unit (ALU) is responsible for performing arithmetic operations like addition and subtraction as well as logical operations such as AND, OR, and NOT, crucial for decision-making processes within the CPU . The Control Unit directs the flow of data and instructions across the processor, ensuring that operations are executed in the correct sequence and synchronizing tasks between different components . The Register Array consists of multiple registers like the accumulator, which serve as temporary storage locations for quick data access during processing, thus enhancing the CPU's efficiency and speed . Together, these components facilitate the computing processes, from executing instructions to managing data transfer and storage .

RISC (Reduced Instruction Set Computer) and CISC (Complex Instruction Set Computer) architectures differ fundamentally in their approach to processor instruction sets. RISC focuses on a small, general-purpose, and highly optimized instruction set with simple circuits, which enhances speed and performance. Consequently, execution of instructions typically uses a fixed number of clock cycles, leading to consistent and efficient processor operation . In contrast, CISC architecture comprises a larger, more complex set of instructions embedded in hardware, which reduces the number of instructions per program but increases the complexity and processing cycles required for each instruction, making CISC processors slower compared to RISC in terms of overall speed . These differences influence how processors perform tasks, with RISC having the advantage in high-performance environments, while CISC offers more complex and capability-rich instruction options suited to lower-cost memory and reduced program length .

Clock speed impacts microprocessor performance by determining how fast a processor can execute instructions per second. Measured in Hertz (MHz, GHz), it reflects the number of cycles a processor can perform in one second . A higher clock speed generally indicates a greater capability to process data quickly, which is critical for applications requiring rapid calculations and real-time processing . It signifies the processor's potential performance across tasks, with faster clock speeds translating to quicker instruction completion, leading to enhanced system responsiveness and efficiency. However, it should be noted that higher clock speed alone does not guarantee better real-world performance, as factors like processor architecture, cache sizes, and instruction sets also play critical roles .

Intel's development of microprocessors began with the Intel 4004 in 1971, one of the first microprocessors ever produced, paving the way for the modern digital computer era . In 1982, Intel released the 80286, introducing memory management and more than doubling the performance per clock cycle compared to its predecessors . The 80386, introduced in 1985, was a 32-bit processor that further enhanced computing capabilities . With the introduction of the Pentium in 1993, Intel set a new standard for personal computing power . The Intel Core series, launched in 2006, brought significant improvements in efficiency and processing power with architectures like Sandy Bridge and Ivy Bridge, culminating in even more advanced processors like Haswell . Each generation brought incremental innovations in speed, capability, and energy efficiency, collectively propelling technological progress and broadening the applications of personal computing .

The development of microprocessors marked a significant turning point in modern computing by enabling the creation of smaller, faster, and more energy-efficient devices. These processors allowed for the integration of the entire CPU of a computer onto a single chip, which led to the development of personal computers and revolutionized the capabilities of technology available to consumers, facilitating innovations in text editing, multimedia display, computation, and communication over the Internet . As a result, microprocessors became integral to various everyday technologies, including home appliances, smartphones, and wearable devices, significantly altering how people interact with technology .

The primary differences between AMD and Intel in terms of design philosophy and market strategy are influenced by their approaches to balancing cost, performance, and innovation. AMD has traditionally focused on providing cost-effective solutions, which cater to budget-conscious consumers and offer competitive performance relative to price . This strategy makes AMD attractive for users looking for affordability without significantly compromising on performance. Intel, on the other hand, emphasizes advanced technology and innovation, often leading in terms of new architecture designs and high-performance offerings, seen in their consistent technological advances from their Quadcore to Core series processors . This focus suits consumers seeking cutting-edge technology and high performance, sometimes at a premium price . These strategic differences influence consumer choice based on individual priorities such as budget constraints, performance requirements, and brand loyalty. AMD's focus on value contrasts with Intel's commitment to leading-edge advancement, defining their respective market positions .

You might also like