diff --git "a/29\351\203\221\347\216\211\347\216\262/\347\254\224\350\256\260/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\2002.md" "b/29\351\203\221\347\216\211\347\216\262/\347\254\224\350\256\260/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\2002.md" new file mode 100644 index 0000000000000000000000000000000000000000..39beeb01bc49c4720aa98b6a48c11fcf6e80bfea --- /dev/null +++ "b/29\351\203\221\347\216\211\347\216\262/\347\254\224\350\256\260/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\2002.md" @@ -0,0 +1,68 @@ +# 计算机基础2 + +CPU性能指标: + +- 频率(核心速度,主频越高,运行速度越快) + + - 主频:正常的工作速度 + - 睿频:打工人自动调节工作速度 + - 超频:加速 + +- 线程(分身数,提高换核心的资源使用效率) + +- 核心(干活人数) + + + +显卡(负责绘制电脑图像的硬件)性能指标: + +- 流处理器(画师) + +- 架构:画师水平 +- 核心频率:画师画画的速度 +- 显存位宽:每次运多少数据到显存容量中 +- 显存频率:每秒运输多少次 +- 显存容量 + +显卡分为 + +- 集成显卡:将显示芯片等一系列部件集成在主板上 + +核芯显卡:集成在CPU内部,日常够用 + +- 独立显卡:可满足高级需求,Hdmi/DP/USB-C线得插在显卡上 + +内存:暂时存放数据的地方,从硬盘处获取数据,只有在电脑开机时上班,与CPU进行数据交换 + +- 容量 + - 8g:普通用户 + - 16g:游戏玩家 + - 32g:专业需求 +- 频率 + +​ DDR(双倍速率同步动态随机存储器):内存的一种 + +- 时序(延迟多少) + +- 内存颗粒 + + ##### 双击打找一个软件和文件,是从硬盘将数据文件读到内存,CPU才可以去从内存中拿 数据 + + 1. 打开的文件,正在运行的软件 (内存中存放) + + 2. 没保存的Word + + 3. 你们常见直接打开压缩包,其实也是暂时的放入了内存中,有临时文件的概念。 你没有另存为一个文件到硬盘 + + 4. 解压缩 + + 数据存储:内存, + +### 作业 + +##### 有内存就有外存。啥是外存? + +1. DDR :内存的一种 +2. 内存颗粒 :内存颗粒是计算机内存模块上的小型芯片,用于存储数据和程序 +3. 外存设备:辅助存储器,通常是磁性介质或光盘,像[硬盘](https://link.zhihu.com/?target=https%3A//baike.baidu.com/item/%E7%A1%AC%E7%9B%98),[软盘](https://link.zhihu.com/?target=https%3A//baike.baidu.com/item/%E8%BD%AF%E7%9B%98),[磁带](https://link.zhihu.com/?target=https%3A//baike.baidu.com/item/%E7%A3%81%E5%B8%A6),[CD](https://link.zhihu.com/?target=https%3A//baike.baidu.com/item/CD)等,能长期保存信息,并且不依赖于电来保存信息,由机械部件带动。 + diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 0aa1d7f3a26e310ef5bd4fabdfeeb7589855e6dc..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# 计算机基础 - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 197bf21ce412f396daa4119d8da34545ecfdbbbe..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# 计算机基础 - -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)