1 / 7

第四章 —— 信息的加工与表达 ( 下 )

第四章 —— 信息的加工与表达 ( 下 ). 4.1 用计算机程序解决问题. 4.1.1 认识计算机与程序. 计算机主要包括输入设备、处理器、存储器、输出设备. 计算机是一种数字化电子设备,电路采用 二进制数字编码 表示和控制,工作时每段电路只有两种状态, 可用 0 、 1 对应表示。 机器语言(低级) 高级语言. 体验程序作用及其编制环境. 例:通过 “ 加密 .vbp ” 将 “ kk.txt ” 加密成 “ k1.txt ” ;再通过 ” 解密 .vbp ” k1.txt ” 解密成为 ” k2.txt ”. 编制计算机程序解决问题的基本过程.

tonya
Download Presentation

第四章 —— 信息的加工与表达 ( 下 )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 第四章——信息的加工与表达(下)

  2. 4.1 用计算机程序解决问题

  3. 4.1.1 认识计算机与程序 计算机主要包括输入设备、处理器、存储器、输出设备

  4. 计算机是一种数字化电子设备,电路采用二进制数字编码表示和控制,工作时每段电路只有两种状态,可用0、1对应表示。计算机是一种数字化电子设备,电路采用二进制数字编码表示和控制,工作时每段电路只有两种状态,可用0、1对应表示。 机器语言(低级) 高级语言

  5. 体验程序作用及其编制环境 例:通过“加密.vbp”将“kk.txt”加密成“k1.txt”;再通过”解密.vbp”k1.txt”解密成为”k2.txt”

  6. 编制计算机程序解决问题的基本过程 设计算法:解决问题的详细方法和步骤

  7. 编程中涉及到的几个概念 常量、变量、数据类型 运算符、函数与表达式 语句

More Related