search
HomeCommon ProblemWhat does a microcomputer hardware system consist of?
What does a microcomputer hardware system consist of?Aug 22, 2022 am 10:53 AM
computerHardware systemMicrocomputer hardware system

The hardware system consists of 5 parts: 1. Calculator, whose main function is to calculate and process data and information; 2. Controller, which is the nerve center of the computer and directs all components in the whole machine to automatically coordinate their work. ; 3. Memory is the memory system of the computer. It can not only save information, but also accept different information in the computer system and read the saved information; 4. Input device, used to combine raw data and programs that process these numbers. Input into the computer; 5. Output device, used to receive computer data output display, printing, sound, control peripheral device operations, etc.

What does a microcomputer hardware system consist of?

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

Since the invention of the first computer ENIAC, computer system technology has developed greatly, but the basic structure of the computer hardware system has not changed, and it still belongs to the von Neumann system computer.

The so-called computer hardware refers to the various physical devices that make up a computer, that is, the actual physical devices that are visible and tangible that we introduced in "Understanding Computers". It includes the computer's host computer and peripheral devices.

The computer hardware system still consists of five major functional components: arithmetic unit, controller, memory, input device and output device.

1. Operator

The main function of the operator in computer hardware is to calculate and process data and information. The arithmetic unit includes the following parts: general register, status register, accumulator and key arithmetic logic unit (ALU). The operator can perform arithmetic calculations (addition, subtraction, multiplication and division) and logical operations (AND or NOT).

The basic functions of the Arithmetic Logic Operation Unit (ALU) are the four arithmetic operations of addition, subtraction, multiplication, and division, logical operations such as AND, OR, NOT, and XOR, as well as operations such as shifts and complements. When the computer is running, the operations and types of operations of the arithmetic units are determined by the controller. The data processed by the operator comes from the memory; the processed result data is usually sent back to the memory or temporarily stored in the operator. Together with the Control Unit, it forms the core part of the CPU.

The calculator is a functional component in the computer that processes data. Data processing mainly includes arithmetic operations on data and logical operations on logical data. Therefore, realizing arithmetic and logical operations on data is the core function of the arithmetic unit.

2. Controller

The controller and arithmetic unit together form the central processing unit (CPU).

The controller is the nerve center of the computer, directing all components in the entire machine to automatically coordinate their work. Under the control of the controller, the computer can automatically perform a series of operations according to the steps set by the program to complete specific tasks.

The controller can be regarded as the brain and command center of the computer. It allows the various components of the computer to complete instructions in an orderly manner by integrating and analyzing relevant data and information.

The main components inside the controller are as follows:

①Instruction register: stores instructions obtained from the memory.

②Decoder: Translates the operation code in the instruction into a control signal.

③ Timing beat generator: Generates timing pulse beat signals to make the computer work rhythmically and orderly.

④Operation control components: combine control signals to control each component to complete the corresponding operation.

⑤Instruction counter: Calculate and point out the address of the next instruction.

3. Memory

As the name suggests, memory is the memory system of the computer and the notepad in the computer system. Unlike a notepad, the memory can not only save information, but also accept different information in the computer system and read the saved information.

Memory consists of main memory and auxiliary memory. Main memory is commonly known as memory and is divided into two parts: RAM and ROM. Auxiliary storage is external storage, but when the computer processes information in external storage, it must first exchange information between internal and external storage.

The working method of main memory is to store or read various types of information according to the address of the storage unit, collectively referred to as access memory. The carrier that collects storage units in the main memory is called a memory bank. Each unit in the memory bank can store information represented by a string of binary codes. The total number of bits of this information is called the word length of a storage unit. There is a one-to-one correspondence between the address of the storage unit and the information stored in it. There is only one unit address, which is fixed, but the information stored in it can be replaced.

The binary code indicating each unit is called the address code. When looking for a certain unit, first give its address code. The register that temporarily stores this address code is called the memory address register (MAR). In order to store information taken out from the storage unit of the main memory or information to be stored in a certain storage unit, a memory data register (MDR) is also set up.

4. Input devices

Input devices and output devices are key devices for human-computer interaction.

Input device: A device that inputs data and information to the computer. It is a bridge between computers and users or other devices. Input devices are one of the main devices for information exchange between users and computer systems. Keyboards, mice, cameras, scanners, light pens, handwriting input tablets, joysticks, voice input devices, etc. are all input devices.

Input device (InputDevice) is a device for human or external interaction with the computer. It is used to input raw data and programs for processing these numbers into the computer. Computers can receive a variety of data, which can be numerical data or various non-numeric data, such as graphics, images, sounds, etc., which can be input into the computer through different types of input devices for processing. Storage, processing and output.

The emergence of input devices such as mice and keyboards has brought about earth-shaking changes to computers. There are two main types of existing mice: optical mice and mechanical mice. Through the mouse, we can easily position coordinates on the computer screen, and can operate graphics and software processing well, providing the greatest convenience for humans. The keyboard is also a very important input device. Most of the computer instructions are entered through the keyboard.

5. Output device

The output device (Output Device) is the terminal device of the computer hardware system, used to receive the output display, printing, sound, and control of computer data. Peripheral device operation, etc. It also expresses various calculation result data or information in the form of numbers, characters, images, sounds, etc.

Its characteristic is that it can display computer information in the form of pictures, which is very intuitive.

Common output devices include monitors, printers, plotters, image output systems, voice output systems, magnetic recording equipment, etc.

These five parts cooperate with each other and work together.

Its simple working principle is that first the input device receives external information (program and data), the controller issues instructions to send the data into the (internal) memory, and then issues an instruction fetch command to the internal memory. . Under the instruction fetch command, program instructions are sent to the controller one by one. The controller decodes the instruction and issues storage, fetching and operation commands to the memory and arithmetic unit according to the operation requirements of the instruction. The arithmetic unit calculates and stores the calculation results in the memory. Finally, under the action of the fetch and output commands issued by the controller, the calculation results are output through the output device.

The electronic circuits and physical devices used in computer systems are visible and tangible entities, such as central processing unit (CPU), memory, external devices (input and output devices, I/O devices ) and buses, etc.

For more related knowledge, please visit the FAQ column!

The above is the detailed content of What does a microcomputer hardware system consist of?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
根据计算机网络覆盖范围,可将计算机网络分为哪几类根据计算机网络覆盖范围,可将计算机网络分为哪几类Jul 12, 2022 pm 05:13 PM

根据计算机网络覆盖范围,可将计算机网络分为三类:1、局域网(LAN),是一种在小区域内使用的,由多台计算机组成的网络,覆盖范围通常局限在10千米范围之内;2、广域网(WAN),是一种远程网,涉及长距离的通信,覆盖范围可以是个国家或多个国家,甚至整个世界;3、城域网(MAN),其网络覆盖范围通常可以延伸到整个城市,借助通信光纤将多个局域网联通公用城市网络形成大型网络。

微机的字长是4个字节这意味着什么微机的字长是4个字节这意味着什么Jul 08, 2022 pm 12:04 PM

微机的字长是4个字节意味着:在CPU中整体传输和处理的二进制数为32位。因为一个字节是8位长(字长),所以4个字节就是32位了,也就是说cpu中能够同时处理32位的二进制数据。在计算机领域,字是用来表示一次性处理事务的固定长度;一个字的位数,即字长,是计算机一次可处理的二进制数字的数目。

计算机系统的内部总线主要可以分为哪些计算机系统的内部总线主要可以分为哪些Jul 11, 2022 pm 02:38 PM

计算机系统的内部总线主要可以分为5类:1、数据总线,在CPU与RAM之间来回传送需要处理或是需要储存的数据;2、地址总线,用来指定在RAM之中储存的数据的地址;3、控制总线,将微处理器控制单元的信号,传送到周边设备;4、扩展总线,是外部设备和计算机主机进行数据通信的总线,例如ISA总线,PCI总线;5、局部总线,取代更高速数据传输的扩展总线。

在计算机网络中使用MODEM时,它的功能是什么在计算机网络中使用MODEM时,它的功能是什么Jul 11, 2022 pm 12:02 PM

MODEM的功能为“实现模拟信号与数字信号之间的相互转换”。MODEM的中文名为“调制解调器”,它可以在发送端通过调制将数字信号转换成通信线路上传输的模拟信号,在接收端通过解调再将模拟信号转换为数字信号。

世界上第一台计算机的电子元器件是啥世界上第一台计算机的电子元器件是啥Jul 05, 2022 am 10:37 AM

世界上第一台计算机的电子元器件是“电子真空管”。世界上第一台计算机是“阿塔纳索夫-贝瑞计算机”,通常简称ABC计算机,采用电子真空管作为电子元件;该计算机电路系统中装有300个电子真空管执行数字计算与逻辑运算,机器使用电容器来进行数值存储,数据输入采用打孔读卡方法,还采用了二进位制。

开机后计算机首先进行设备检测称为什么开机后计算机首先进行设备检测称为什么Jul 08, 2022 pm 05:22 PM

开机后计算机首先进行设备检测称为“系统自检”。系统自检也称“加电自检”或“post自检”,是指计算机系统,接通电源,自动运行主板BIOS芯片固化程序的行为,包括对CPU、系统主板、基本内存、扩展内存、系统ROM BIOS等器件的测试。自检中如发现有错误,将按两种情况处理:1、对于严重故障(致命性故障)则停机;2、对于非严重故障则给出提示或声音报警信号,等待用户处理。

微型计算机硬件系统的基本组成有哪些微型计算机硬件系统的基本组成有哪些Dec 25, 2020 pm 02:53 PM

微型计算机硬件系统的基本组成有CPU、存储器、输入设备和输出设备。微型计算机硬件系统包含了5个重要的组成部分:运算器、控制器、存储器、输入设备、输出设备;而控制器和运算器共同组成了中央处理器(CPU)。运算器主要功能是对数据和信息进行运算和加工;控制器可以看作计算机的大脑和指挥中心,它通过整合分析相关的数据和信息,可以让计算机的各个组成部分有序地完成指令。

用户用计算机高级语言编写的程序通常称为什么用户用计算机高级语言编写的程序通常称为什么Jul 13, 2022 pm 02:09 PM

用户用计算机高级语言编写的程序通常称为“源程序”。源程序是指未编译的按照一定的程序设计语言规范(高级语言)书写的文本文件,是一系列人类可读的计算机语言指令。计算机源程序的最终目的是将人类可读的文本翻译成为计算机可以执行的二进制指令,这种过程叫做编译,通过编译器完成。

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!