SlideShare a Scribd company logo
2
Most read
6
Most read
8
Most read
Computer Architecture 
The Configuration of a Microcomputer 
Taminul Islam | ID: 181-15-11116 
 
 
 
 
Introduction 
A Microcomputer is nothing but a digital computer with microprocessor as CPU, 
memory & Input/Output devices. A microcomputer is generally having a 
microprocessor also called as Control Processing Unit (CPU) is the brain of a 
microcomputer which performs all the operation including controlling all the 
components of a computer where ALU performs the arithmetic and logical 
operations, array of register to store operation & the control unit to provide timing 
and signalling. It is also having memory to store all the entered data of a system. I/O 
devices more specifically Input devices give input to the computer and output 
devices show output from the computer to the users.  
 
There can be many types of microcomputer like Desktop computers, Laptops, 
Personal Digital Assistant (PDA), smart phones, tables etc. A microcomputer is 
widely used & fastest growing computer which is generally uses for entertainment, 
education and work purposes [1]. The first Microcomputer named The ​Altair 8800​, 
invented by ​Ed Roberts​ and produced by Micro Instrumentation and Telemetry 
Systems (MITS) which had no operating system, but did recognize commands 
entered via a row of switches [2].  
 
Description 
Microcomputers are generally made possible by advances in electronic devices 
which manage to the development of large scale integrated circuits and these 
advances made it possible to place the total microprocessor of a computer into a 
single chip. Basically all computers have the same basic architecture. They have (i) 
Central Processing Unit (CPU), (ii) Input Devices, (iii) Output Devices, and (iv) 
Memory. 
Microprocessor :​ A microprocessor also called as a CPU (Central processing Unit) is 
the brain of a microcomputer which performs all the operations including 
controlling all the components of a computer. It is simply a chip located inside the 
motherboard of a computer. Processing, Controlling and Executing is done by the 
microprocessor. Now I am writing assignments through the command of my brain. 
Like this example microprocessor is also the brain of a microcomputer who is 
capable of processing data where it contains 0 and 1 digits. It takes the data then 
decode & finally execute instructions into the operations.  
Microprocessor system is generally configured by connecting an n/2-bit memory 
and I/O to an n-bit microprocessor. It has a (i) read/write controller for 
enabling/disabling a read/write control signal for accessing the memory, (ii) An 
address latch counter for latching and updating the address, (iii) A bus converter for 
converting the data bus through which the data is transferred, and finally (iv) a 
timing generator which contains a detector for detecting that the instruction 
executed by the microprocessor is a word transfer instruction. When the 
microprocessor executes the word transfer instruction for the memory and 
Input/Output, the read/write control signal is enabled and disabled to perform two 
access cycles. The word transfer instruction can be automatically converted to two 
transfer instructions [3]. ​The AMD Ryzen 9 3900X is the best microprocessor till 
today. It’s more powerful & speedy than any other processors. Intel Core i9-9900K 
is standing at the 2nd position. [4] 
ALU:  
Arithmetic Logic Unit is abbreviated as ALU is ​a digital circuit which is used to 
perform basic arithmetic and logic operations (Examples of arithmetic operations 
are addition, subtraction, multiplication, and division & examples of logical 
operations are comparisons of values such as NOT, AND, and OR). It represents the 
fundamental building block of the microprocessor of a computer. Nowadays, 
modern CPUs contain very powerful and complex ALUs. [5] 
Register:  
A register is one small set of data holding places that are part of the microcomputer 
processor which can hold instruction, storage address, or any kind of data like as a 
bit sequence or individual characters. Register has to be more enough to take & 
hold an instruction. In a 64-bit computer, the length will be a register is 64 bits but 
there are also smaller registers titled half-registers - for shorter instructions. 
Registers may have different names depending on the processor design and 
language rules ​[6]​. It is generally a temporary storage location for performing 
instructions of data. Data will be stored here temporary, after complete operation 
data will be erased from the processor chip. 
Input Devices:  
A microcomputer is turned on first with empty memory. Before it can start 
processing any data, the data has to get into the memory of the microcomputer. 
There are basically four common methods of “how data entered in to the 
microcomputer” 
➔ Data is typed by the keyboard. 
➔ Information takes in from secondary storage devices such as floppy disks, 
hard disks, or tape drives. 
➔ Data can be collected by the interface devices such as analog to digital 
converters. 
➔ Data is inputted into the computer from drawing devices like a digitizer 
(drawing pad), a mouse, or a light pen. [7] 
Maximum data is entered into the microcomputer by typing on the keyboard. 
Output Devices: 
After having completed the work of the microcomputer we (user) have to see the 
output. Generally microcomputer sends data to the output devices like video 
monitors, printers, plotters, and secondary storage devices for viewing the result. 
Almost every microcomputer is using the video monitor as a main output device. 
There are two types of monitors are available which have used in microcomputer: 
● Cathode Ray Tube (CRT) monitors 
● Liquid Crystal Display (LCD) monitors. 
Besides there are more output devices which are directly related to the 
microcomputer such as printers, projectors, plotters, headphones, sound card, 
speakers etc [8].  
Memory: 
Memory is a very important component of a microcomputer. It uses memory to 
store the programs that control its operation, to store data waiting for processing, 
and to store the results of operations performed by the microprocessor. A 
microcomputer can’t do any operation without storing any data. That's why we can 
say that, it is incapable to work any operation without any memory. Generally there 
are two types of memory- 
1. Primary Memory: 
Primary memory, or primary storage is a memory which can be directly 
addressable by the microprocessor. It contains an IC called memory chips. Each 
memory location is assigned an address which is a number. The microprocessor 
uses these addresses to keep information stored in memory. It works very fast. 
There are two types of primary memory. [7] 
(i) RAM (Random Access Memory) which is the memory in a computer that is 
accessible to the user to store data. It is used to store user programs that control 
what the microprocessor is doing . RAM is a volatile memory which means that 
everything stored in RAM is lost when the power is turned off. 
(ii) ROM (Read Only Memory) is a nonvolatile memory, retaining the information 
stored in it even when the power is turned off. Generally It is used to store the 
instructions a microcomputer needs to get itself started after you turn on the 
power. ROM can be used to store other programs supplied by the manufacturer as 
well as programs stored in ROM are sometimes referred to as firmware. [7] 
2. Secondary Memory: 
Secondary memory or Secondary storage is a nonvolatile storage device which are 
usually mechanical in nature and therefore. are much slower at transferring data to 
the CPU. The most familiar secondary storage device is the floppy disk usually 
known as Disk. ​Examples of secondary storage devices, Read-Only Memory (ROM),
hard disk drives (HDD), magnetic tapes and other types of internal/external storage
media.Secondary memory is slower than primary memory. [9] 
Firmware: 
Firmware is a specific kind of software which connects between Hardware and 
Software Application. 
Hardware - where we can touch, software - which is a bunch of coding. So, how can 
connect these two different things? Firmware is the solution, which is a bridge 
between these two things. 
BIOS is an Example of Firmware. 
Types of Microcomputer 
There are many types of microcomputer in this generation. We are very much 
familiar with Desktop ​computer which is a personal computer with heavyweight &
it is used a one location and one person including LCD Screen, CPU, Keyboard,
Mouse, and UPS. Laptop, Smartphone, Tablet, NoteBook also very good
example of microcomputer [10]
Conclusion 
Microcomputer is a very familiar in this generation. We are using everyday 
microcomputers. This study will help to know about the configuration of a microcomputer. 
From this study, readers will know how a microcomputer is designed, how it is worked, 
what are the important components of a microcomputer. Components, Processes, Types of 
microcomputer have also been discussed here. This study is a summary of a 
microcomputer. There have also a lot of information left about the microcomputer that are 
not present here.
References 
[1]https://www.researchgate.net/publication/323880534_Lecture_1_Introduction_to
_Microcomputer_Microprocessor​ (October 11, 2017)
[2] ​https://turbofuture.com/computers/A-Brief-History-of-the-Micro-Computer 
(October 27, 2016) 
[3] Takenaka, T. (1989). ​U.S. Patent No. 4,860,198​. Washington, DC: U.S. Patent and 
Trademark Office. 
[4] https://www.techradar.com/news/best-processors ( Bill Thomas. May, 2020) 
[5]https://study.com/academy/lesson/arithmetic-logic-unit-alu-definition-design-fun
ction.html (Paul Zandbergen . 2016) 
[6] https://whatis.techtarget.com/definition/register (Margaret Rouse. December, 
2019) 
[7] http://oregonstate.edu/instruct/ch590/lessons/lesson1.html (Oregon State 
University. 2006) 
[8] https://www.computerhope.com/jargon/o/outputde.htm ( Computer Hope. 
November, 2019) 
[9] https://www.techopedia.com/definition/2280/secondary-memory (February 22, 
2017) 
[10] https://quicklearncomputer.com/types-of-microcomputers/ (Avinash Pandey. 
April 2020) 

More Related Content

PDF
Memory Organization.pdf
PPT
Computer Structure Slides
PDF
Chapter04 processor and memory
PDF
Memory Organization of a Computer System
PPTX
CH01 - Computer Organization & Architecture - 10e_Stallings.pptx
PPTX
Evolution of processors
PPTX
Fundamental units of computer
PPTX
Memory organisation ppt final presentation
Memory Organization.pdf
Computer Structure Slides
Chapter04 processor and memory
Memory Organization of a Computer System
CH01 - Computer Organization & Architecture - 10e_Stallings.pptx
Evolution of processors
Fundamental units of computer
Memory organisation ppt final presentation

What's hot (20)

PPTX
Operating system presentation
PPT
Fundamental of Computers
PPTX
Primary memory (main memory)
PPTX
Computer Fundamental
PPTX
Characteristics of computer.pptx
PPT
Computer hardware component. ppt
PPTX
Computer devices
PPTX
Functions Of Operating Systems
PPTX
Introduction to computer Powerpoint Presentation
PPT
Types of computer
PPTX
Computer Presentation
PPSX
Introduction to mobile application
PPT
Types of memory
PPTX
PPT ON COMPUTER NETWORK AND IT'S TYPES.
PDF
Introduction to Operating Systems
PPTX
Introduction to internet
PPTX
Primary Storage Devices
PPT
Computer Applications Notes Grade 6
PPTX
PPTX
APPLICATIONS OF COMPUTER
Operating system presentation
Fundamental of Computers
Primary memory (main memory)
Computer Fundamental
Characteristics of computer.pptx
Computer hardware component. ppt
Computer devices
Functions Of Operating Systems
Introduction to computer Powerpoint Presentation
Types of computer
Computer Presentation
Introduction to mobile application
Types of memory
PPT ON COMPUTER NETWORK AND IT'S TYPES.
Introduction to Operating Systems
Introduction to internet
Primary Storage Devices
Computer Applications Notes Grade 6
APPLICATIONS OF COMPUTER
Ad

Similar to The Basic Configuration of a Microcomputer (20)

PPTX
11 cs unit 1 one shot_240427_202128 (1) (1).pptx
PDF
Microprocessor System qwefqwgqwgqwgqwgqegew
PPT
I. Introduction to Microprocessor System.ppt
PPT
Origin of Microprocessor and Classification of Microprocessor
PDF
Microprocessors evolution introduction to microprocessor
PPTX
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
PDF
Basic+machine+organization
PPTX
8085 Microprocessor - Ramesh Gaonkar.pdf-27 (1).pptx
PDF
Microcontroller part 1
PPT
Three Central Processing Unit
PPTX
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
PPTX
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
PPT
Lecture 3 - Processors, Memory and I/O devices
PPTX
Presentation 1.pptx
PPT
microprocessor architecture
PPTX
Typical configuration of Computer.pptx
PPTX
computer funda.pptx
PPTX
Introduction to computers
PPTX
CPU (Central processing unit)
PPTX
introduction to Microprocessors and history.pptx
11 cs unit 1 one shot_240427_202128 (1) (1).pptx
Microprocessor System qwefqwgqwgqwgqwgqegew
I. Introduction to Microprocessor System.ppt
Origin of Microprocessor and Classification of Microprocessor
Microprocessors evolution introduction to microprocessor
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
Basic+machine+organization
8085 Microprocessor - Ramesh Gaonkar.pdf-27 (1).pptx
Microcontroller part 1
Three Central Processing Unit
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
Lecture 3 - Processors, Memory and I/O devices
Presentation 1.pptx
microprocessor architecture
Typical configuration of Computer.pptx
computer funda.pptx
Introduction to computers
CPU (Central processing unit)
introduction to Microprocessors and history.pptx
Ad

More from Taminul Islam (16)

PPTX
Cardiovascular Disease Prediction Using Machine Learning Approaches.pptx
PPTX
Is Simulation Blessing or Curse?
PPTX
Hello cox's bazar
PPTX
Paper Presentation
PPTX
Human vs computer
PPTX
Efficient way of searching Google
PPTX
Mechanics
PPTX
Google Home Mini
PPTX
Breadth First Search
PPTX
PPTX
Solution of Traffic Jam
PPTX
Telecommunication Sector in Bangladesh
PPTX
Breath First Search
PPTX
Bangladesh in the world of cricket
PPTX
Artificial Intelligence
PPTX
Present Tense Presentation
Cardiovascular Disease Prediction Using Machine Learning Approaches.pptx
Is Simulation Blessing or Curse?
Hello cox's bazar
Paper Presentation
Human vs computer
Efficient way of searching Google
Mechanics
Google Home Mini
Breadth First Search
Solution of Traffic Jam
Telecommunication Sector in Bangladesh
Breath First Search
Bangladesh in the world of cricket
Artificial Intelligence
Present Tense Presentation

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Basic Mud Logging Guide for educational purpose
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Cell Structure & Organelles in detailed.
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Final Presentation General Medicine 03-08-2024.pptx
PPH.pptx obstetrics and gynecology in nursing
Basic Mud Logging Guide for educational purpose
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
2.FourierTransform-ShortQuestionswithAnswers.pdf
Insiders guide to clinical Medicine.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
VCE English Exam - Section C Student Revision Booklet
Renaissance Architecture: A Journey from Faith to Humanism
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Cell Structure & Organelles in detailed.
Pharmacology of Heart Failure /Pharmacotherapy of CHF

The Basic Configuration of a Microcomputer

  • 1. Computer Architecture  The Configuration of a Microcomputer  Taminul Islam | ID: 181-15-11116          Introduction  A Microcomputer is nothing but a digital computer with microprocessor as CPU,  memory & Input/Output devices. A microcomputer is generally having a  microprocessor also called as Control Processing Unit (CPU) is the brain of a  microcomputer which performs all the operation including controlling all the  components of a computer where ALU performs the arithmetic and logical  operations, array of register to store operation & the control unit to provide timing  and signalling. It is also having memory to store all the entered data of a system. I/O 
  • 2. devices more specifically Input devices give input to the computer and output  devices show output from the computer to the users.     There can be many types of microcomputer like Desktop computers, Laptops,  Personal Digital Assistant (PDA), smart phones, tables etc. A microcomputer is  widely used & fastest growing computer which is generally uses for entertainment,  education and work purposes [1]. The first Microcomputer named The ​Altair 8800​,  invented by ​Ed Roberts​ and produced by Micro Instrumentation and Telemetry  Systems (MITS) which had no operating system, but did recognize commands  entered via a row of switches [2].     Description  Microcomputers are generally made possible by advances in electronic devices  which manage to the development of large scale integrated circuits and these  advances made it possible to place the total microprocessor of a computer into a  single chip. Basically all computers have the same basic architecture. They have (i) 
  • 3. Central Processing Unit (CPU), (ii) Input Devices, (iii) Output Devices, and (iv)  Memory.  Microprocessor :​ A microprocessor also called as a CPU (Central processing Unit) is  the brain of a microcomputer which performs all the operations including  controlling all the components of a computer. It is simply a chip located inside the  motherboard of a computer. Processing, Controlling and Executing is done by the  microprocessor. Now I am writing assignments through the command of my brain.  Like this example microprocessor is also the brain of a microcomputer who is  capable of processing data where it contains 0 and 1 digits. It takes the data then  decode & finally execute instructions into the operations.   Microprocessor system is generally configured by connecting an n/2-bit memory  and I/O to an n-bit microprocessor. It has a (i) read/write controller for  enabling/disabling a read/write control signal for accessing the memory, (ii) An  address latch counter for latching and updating the address, (iii) A bus converter for  converting the data bus through which the data is transferred, and finally (iv) a  timing generator which contains a detector for detecting that the instruction  executed by the microprocessor is a word transfer instruction. When the  microprocessor executes the word transfer instruction for the memory and  Input/Output, the read/write control signal is enabled and disabled to perform two  access cycles. The word transfer instruction can be automatically converted to two  transfer instructions [3]. ​The AMD Ryzen 9 3900X is the best microprocessor till  today. It’s more powerful & speedy than any other processors. Intel Core i9-9900K  is standing at the 2nd position. [4]  ALU:   Arithmetic Logic Unit is abbreviated as ALU is ​a digital circuit which is used to  perform basic arithmetic and logic operations (Examples of arithmetic operations  are addition, subtraction, multiplication, and division & examples of logical 
  • 4. operations are comparisons of values such as NOT, AND, and OR). It represents the  fundamental building block of the microprocessor of a computer. Nowadays,  modern CPUs contain very powerful and complex ALUs. [5]  Register:   A register is one small set of data holding places that are part of the microcomputer  processor which can hold instruction, storage address, or any kind of data like as a  bit sequence or individual characters. Register has to be more enough to take &  hold an instruction. In a 64-bit computer, the length will be a register is 64 bits but  there are also smaller registers titled half-registers - for shorter instructions.  Registers may have different names depending on the processor design and  language rules ​[6]​. It is generally a temporary storage location for performing  instructions of data. Data will be stored here temporary, after complete operation  data will be erased from the processor chip.  Input Devices:   A microcomputer is turned on first with empty memory. Before it can start  processing any data, the data has to get into the memory of the microcomputer.  There are basically four common methods of “how data entered in to the  microcomputer”  ➔ Data is typed by the keyboard.  ➔ Information takes in from secondary storage devices such as floppy disks,  hard disks, or tape drives.  ➔ Data can be collected by the interface devices such as analog to digital  converters.  ➔ Data is inputted into the computer from drawing devices like a digitizer  (drawing pad), a mouse, or a light pen. [7] 
  • 5. Maximum data is entered into the microcomputer by typing on the keyboard.  Output Devices:  After having completed the work of the microcomputer we (user) have to see the  output. Generally microcomputer sends data to the output devices like video  monitors, printers, plotters, and secondary storage devices for viewing the result.  Almost every microcomputer is using the video monitor as a main output device.  There are two types of monitors are available which have used in microcomputer:  ● Cathode Ray Tube (CRT) monitors  ● Liquid Crystal Display (LCD) monitors.  Besides there are more output devices which are directly related to the  microcomputer such as printers, projectors, plotters, headphones, sound card,  speakers etc [8].   Memory:  Memory is a very important component of a microcomputer. It uses memory to  store the programs that control its operation, to store data waiting for processing,  and to store the results of operations performed by the microprocessor. A  microcomputer can’t do any operation without storing any data. That's why we can  say that, it is incapable to work any operation without any memory. Generally there  are two types of memory-  1. Primary Memory:  Primary memory, or primary storage is a memory which can be directly  addressable by the microprocessor. It contains an IC called memory chips. Each  memory location is assigned an address which is a number. The microprocessor 
  • 6. uses these addresses to keep information stored in memory. It works very fast.  There are two types of primary memory. [7]  (i) RAM (Random Access Memory) which is the memory in a computer that is  accessible to the user to store data. It is used to store user programs that control  what the microprocessor is doing . RAM is a volatile memory which means that  everything stored in RAM is lost when the power is turned off.  (ii) ROM (Read Only Memory) is a nonvolatile memory, retaining the information  stored in it even when the power is turned off. Generally It is used to store the  instructions a microcomputer needs to get itself started after you turn on the  power. ROM can be used to store other programs supplied by the manufacturer as  well as programs stored in ROM are sometimes referred to as firmware. [7]  2. Secondary Memory:  Secondary memory or Secondary storage is a nonvolatile storage device which are  usually mechanical in nature and therefore. are much slower at transferring data to  the CPU. The most familiar secondary storage device is the floppy disk usually  known as Disk. ​Examples of secondary storage devices, Read-Only Memory (ROM), hard disk drives (HDD), magnetic tapes and other types of internal/external storage media.Secondary memory is slower than primary memory. [9]  Firmware:  Firmware is a specific kind of software which connects between Hardware and  Software Application.  Hardware - where we can touch, software - which is a bunch of coding. So, how can  connect these two different things? Firmware is the solution, which is a bridge  between these two things.  BIOS is an Example of Firmware. 
  • 7. Types of Microcomputer  There are many types of microcomputer in this generation. We are very much  familiar with Desktop ​computer which is a personal computer with heavyweight & it is used a one location and one person including LCD Screen, CPU, Keyboard, Mouse, and UPS. Laptop, Smartphone, Tablet, NoteBook also very good example of microcomputer [10] Conclusion  Microcomputer is a very familiar in this generation. We are using everyday  microcomputers. This study will help to know about the configuration of a microcomputer.  From this study, readers will know how a microcomputer is designed, how it is worked,  what are the important components of a microcomputer. Components, Processes, Types of  microcomputer have also been discussed here. This study is a summary of a  microcomputer. There have also a lot of information left about the microcomputer that are  not present here. References  [1]https://www.researchgate.net/publication/323880534_Lecture_1_Introduction_to _Microcomputer_Microprocessor​ (October 11, 2017) [2] ​https://turbofuture.com/computers/A-Brief-History-of-the-Micro-Computer  (October 27, 2016)  [3] Takenaka, T. (1989). ​U.S. Patent No. 4,860,198​. Washington, DC: U.S. Patent and  Trademark Office.  [4] https://www.techradar.com/news/best-processors ( Bill Thomas. May, 2020)  [5]https://study.com/academy/lesson/arithmetic-logic-unit-alu-definition-design-fun ction.html (Paul Zandbergen . 2016) 
  • 8. [6] https://whatis.techtarget.com/definition/register (Margaret Rouse. December,  2019)  [7] http://oregonstate.edu/instruct/ch590/lessons/lesson1.html (Oregon State  University. 2006)  [8] https://www.computerhope.com/jargon/o/outputde.htm ( Computer Hope.  November, 2019)  [9] https://www.techopedia.com/definition/2280/secondary-memory (February 22,  2017)  [10] https://quicklearncomputer.com/types-of-microcomputers/ (Avinash Pandey.  April 2020)