📜  计算机-组件

📅  最后修改于: 2021-01-13 09:51:01             🧑  作者: Mango


所有类型的计算机都遵循相同的基本逻辑结构,并执行以下五个基本操作,以将原始输入数据转换为对用户有用的信息。

S.No. Operation Description
1 Take Input The process of entering data and instructions into the computer system.
2 Store Data Saving data and instructions so that they are available for processing as and when required.
3 Processing Data Performing arithmetic, and logical operations on data in order to convert them into useful information.
4 Output Information The process of producing useful information or results for the user, such as a printed report or visual display.
5 Control the workflow Directs the manner and sequence in which all of the above operations are performed.

电脑架构

输入单位

本单元包含一些设备,借助这些设备我们可以将数据输入计算机。该单元在用户和计算机之间创建链接。输入设备将信息转换为计算机可以理解的形式。

CPU(中央处理器)

CPU被认为是计算机的大脑。 CPU执行所有类型的数据处理操作。它存储数据,中间结果和指令(程序)。它控制着计算机所有部分的操作。

CPU本身具有以下三个组件-

  • ALU(算术逻辑单元)
  • 记忆体
  • 控制单元

输出单位

输出单元由设备组成,借助这些设备,我们可以从计算机中获取信息。本单元是计算机和用户之间的链接。输出设备将计算机的输出转换为用户可以理解的形式。