From b72cd658be0a7e8976324e4e23c0c3504dce80a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=85=A8=E9=BD=90?= <3154267312@qq.com> Date: Thu, 29 Feb 2024 21:22:52 +0800 Subject: [PATCH] =?UTF-8?q?20240229=E4=BB=98=E5=85=A8=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...254\344\270\200\346\254\241\344\275\234\344\270\232.md" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "\344\273\230\345\205\250\351\275\220/20240229 \344\273\230\345\205\250\351\275\220 \347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" diff --git "a/\344\273\230\345\205\250\351\275\220/20240229 \344\273\230\345\205\250\351\275\220 \347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" "b/\344\273\230\345\205\250\351\275\220/20240229 \344\273\230\345\205\250\351\275\220 \347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" new file mode 100644 index 0000000..4b76edc --- /dev/null +++ "b/\344\273\230\345\205\250\351\275\220/20240229 \344\273\230\345\205\250\351\275\220 \347\254\254\344\270\200\346\254\241\344\275\234\344\270\232.md" @@ -0,0 +1,7 @@ +1.一个完整的计算机系统是由硬件和软件组成。 + + 2.硬件主要由三部分组成:cpu,内存,硬盘; + +3.cpu主要厂家为intel,amd,arm; + +4.位(bit):计算机存储数据的最小单元(0、1) \ No newline at end of file -- Gitee