SlideShare a Scribd company logo
2
Most read
4
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

What's hot (20)

PPT
Intel Core i7 Processors
Anagh Vijayvargia
 
PPT
File system
Harleen Johal
 
PDF
Introduction to XHTML
Hend Al-Khalifa
 
PPT
COMPUTER MEMORY : TYPES & FUNCTIONS
Angel Mary George
 
PPT
Disk scheduling
NEERAJ BAGHEL
 
PPT
Computer architecture
Rishabha Garg
 
DOCX
Social and legal issues in i
Hassan Nasir
 
PPTX
Threads (operating System)
Prakhar Maurya
 
PPTX
Control unit
Piyush Rochwani
 
PPTX
CISC & RISC Architecture
Suvendu Kumar Dash
 
PPTX
Process management os concept
priyadeosarkar91
 
PPTX
File System in Operating System
Meghaj Mallick
 
PPT
Memory hierarchy
Mahesh Kumar Attri
 
PPS
Virtual memory
Anuj Modi
 
PDF
Raspberry Pi
Selvaraj Seerangan
 
DOCX
Wsn Wireless Hart Architecture,Mechanism,Components
aroosa khan
 
PPTX
File concept and access method
rajshreemuthiah
 
PPTX
Thread scheduling in Operating Systems
Nitish Gulati
 
PPTX
Sensor node hardware and network architecture
Vidhi603146
 
PPTX
IoT Enabling Technologies
Prakash Honnur
 
Intel Core i7 Processors
Anagh Vijayvargia
 
File system
Harleen Johal
 
Introduction to XHTML
Hend Al-Khalifa
 
COMPUTER MEMORY : TYPES & FUNCTIONS
Angel Mary George
 
Disk scheduling
NEERAJ BAGHEL
 
Computer architecture
Rishabha Garg
 
Social and legal issues in i
Hassan Nasir
 
Threads (operating System)
Prakhar Maurya
 
Control unit
Piyush Rochwani
 
CISC & RISC Architecture
Suvendu Kumar Dash
 
Process management os concept
priyadeosarkar91
 
File System in Operating System
Meghaj Mallick
 
Memory hierarchy
Mahesh Kumar Attri
 
Virtual memory
Anuj Modi
 
Raspberry Pi
Selvaraj Seerangan
 
Wsn Wireless Hart Architecture,Mechanism,Components
aroosa khan
 
File concept and access method
rajshreemuthiah
 
Thread scheduling in Operating Systems
Nitish Gulati
 
Sensor node hardware and network architecture
Vidhi603146
 
IoT Enabling Technologies
Prakash Honnur
 

Similar to The Basic Configuration of a Microcomputer (20)

PPTX
11 cs unit 1 one shot_240427_202128 (1) (1).pptx
gitashreenayak4
 
PDF
Microprocessor System qwefqwgqwgqwgqwgqegew
ObbiHandira
 
PPT
I. Introduction to Microprocessor System.ppt
HAriesOa1
 
PPT
Origin of Microprocessor and Classification of Microprocessor
Vijay Kumar
 
PDF
Microprocessors evolution introduction to microprocessor
Vijay Kumar
 
PPTX
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
jatin batra
 
PDF
Basic+machine+organization
Bilal Maqbool ツ
 
PPTX
8085 Microprocessor - Ramesh Gaonkar.pdf-27 (1).pptx
sruti009988
 
PDF
Microcontroller part 1
Keroles karam khalil
 
PPT
Three Central Processing Unit
MISY
 
PPTX
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
AnbazhaganSelvanatha
 
PPTX
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
AnbazhaganSelvanatha
 
PPT
Lecture 3 - Processors, Memory and I/O devices
Md. Imran Hossain Showrov
 
PPTX
Presentation 1.pptx
Murthy86
 
PPT
microprocessor architecture
Nadeem Hilal Wani
 
PPTX
Typical configuration of Computer.pptx
preethika kv
 
PPTX
computer funda.pptx
Murthy86
 
PPTX
Introduction to computers
Chenna Reddy
 
PPTX
CPU (Central processing unit)
Razu Rahman
 
PPTX
introduction to Microprocessors and history.pptx
ShaimasafaaldinBahaa1
 
11 cs unit 1 one shot_240427_202128 (1) (1).pptx
gitashreenayak4
 
Microprocessor System qwefqwgqwgqwgqwgqegew
ObbiHandira
 
I. Introduction to Microprocessor System.ppt
HAriesOa1
 
Origin of Microprocessor and Classification of Microprocessor
Vijay Kumar
 
Microprocessors evolution introduction to microprocessor
Vijay Kumar
 
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
jatin batra
 
Basic+machine+organization
Bilal Maqbool ツ
 
8085 Microprocessor - Ramesh Gaonkar.pdf-27 (1).pptx
sruti009988
 
Microcontroller part 1
Keroles karam khalil
 
Three Central Processing Unit
MISY
 
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
AnbazhaganSelvanatha
 
MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1 MPMC UNIT 1
AnbazhaganSelvanatha
 
Lecture 3 - Processors, Memory and I/O devices
Md. Imran Hossain Showrov
 
Presentation 1.pptx
Murthy86
 
microprocessor architecture
Nadeem Hilal Wani
 
Typical configuration of Computer.pptx
preethika kv
 
computer funda.pptx
Murthy86
 
Introduction to computers
Chenna Reddy
 
CPU (Central processing unit)
Razu Rahman
 
introduction to Microprocessors and history.pptx
ShaimasafaaldinBahaa1
 
Ad

More from Taminul Islam (16)

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

Recently uploaded (20)

PPTX
Gall bladder, Small intestine and Large intestine.pptx
rekhapositivity
 
PPTX
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
PPTX
Presentation: Climate Citizenship Digital Education
Karl Donert
 
PDF
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
PDF
1, 2, 3… E MAIS UM CICLO CHEGA AO FIM!.pdf
Colégio Santa Teresinha
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PDF
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PDF
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
PPTX
How to Manage Access Rights & User Types in Odoo 18
Celine George
 
PPTX
How to Manage Promotions in Odoo 18 Sales
Celine George
 
PPTX
Views on Education of Indian Thinkers J.Krishnamurthy..pptx
ShrutiMahanta1
 
PDF
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PPTX
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
PDF
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
Latest Features in Odoo 18 - Odoo slides
Celine George
 
PPTX
Nutri-QUIZ-Bee-Elementary.pptx...................
ferdinandsanbuenaven
 
PPTX
Explorando Recursos do Summer '25: Dicas Essenciais - 02
Mauricio Alexandre Silva
 
Gall bladder, Small intestine and Large intestine.pptx
rekhapositivity
 
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
Presentation: Climate Citizenship Digital Education
Karl Donert
 
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
1, 2, 3… E MAIS UM CICLO CHEGA AO FIM!.pdf
Colégio Santa Teresinha
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
How to Manage Access Rights & User Types in Odoo 18
Celine George
 
How to Manage Promotions in Odoo 18 Sales
Celine George
 
Views on Education of Indian Thinkers J.Krishnamurthy..pptx
ShrutiMahanta1
 
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
Latest Features in Odoo 18 - Odoo slides
Celine George
 
Nutri-QUIZ-Bee-Elementary.pptx...................
ferdinandsanbuenaven
 
Explorando Recursos do Summer '25: Dicas Essenciais - 02
Mauricio Alexandre Silva
 

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)