1 / 15

信息技术 Information Technology

信息技术 Information Technology. 尝试体验. To Experience. 用计算机程序解决问题 Problem Solving With Program. 什么是程序?. What is Program?.   程序就是实现某一功能的计算机能够识别的 指令序列 。   程序设计语言有 Pascal 、 C 、 Java 、 Visual Basic 、“沈语言”、“易语言”等。. a = InputBox(" 请输入矩形的长 ") b = InputBox(" 请输入矩形的宽 ") Print a * b. 什么是算法?.

solada
Download Presentation

信息技术 Information Technology

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. 信息技术 Information Technology

  2. 尝试体验 To Experience

  3. 用计算机程序解决问题 Problem SolvingWith Program

  4. 什么是程序? What is Program?   程序就是实现某一功能的计算机能够识别的指令序列。   程序设计语言有Pascal、C、Java、Visual Basic 、“沈语言”、“易语言”等。 a = InputBox("请输入矩形的长") b = InputBox("请输入矩形的宽") Print a * b

  5. 什么是算法? What is Algorithm?   算法就是解决问题的方法和步骤。 算法是程序设计的核心和灵魂。 计算矩形面积的算法:  ①输入矩形的长  ②输入矩形的宽  ③输出矩形的面积为长乘以宽

  6. 什么是算法? What is Algorithm? 菜谱 石耳炖鸡 1、将石耳浸发、洗净 2、将黄山药去皮,切成薄片,用开水烫一下捞起,洗净 3、将鸡肉浸入冷水中取出,再放入60度左右的热水中烫一下 4、将鸡肉放在汽锅中,加入石耳、山药片、鸡清汤、葱、姜等,盖上锅盖 5、用旺火蒸1.5小时左右取出,淋上熟鸡油即成

  7. 什么是算法? What is Algorithm? 乐谱

  8. 计算机解决问题的一般过程 The Process of Problem Solving 分 析 问 题 设 计 算 法 编 写 程 序 调 试 运 行 检 测 结 果 Print 2*3.14*r a = InputBox("请输入矩形的长") b = InputBox("请输入矩形的宽") Print a * b ①输入矩形的长 ②输入矩形的宽 ③输出矩形的面积为长乘以宽 Printf a*b

  9. 实践操作 To Practice 对“计算器”进行密码保护。 • 分析问题: • 设计算法: • 编写程序: • 调试运行: • 检测结果:

  10. 课堂练习 To Exercise   打开桌面上的“课堂练习.exe”,完成其中的练习。

  11. 课堂小结 Summary 1、程序就是指实现某一功能的计算机能够识别的指令序列。 2、算法是求解问题的方法和步骤。 3、计算机解决问题的一般过程:分析问题、设计算法、编写程序、运行调试、检测结果。

  12. 改变世界 Change the World 比尔·盖茨

  13. 改变世界 Change the World 史蒂夫·乔布斯

  14. 改变世界 Change the World   未来......

  15. 改变世界 Change the World 在当今这样一个计算机和数字设备如此普及的社会中,掌握算法和程序设计就掌握了一种改变世界的力量!

More Related