1 / 6

第十三课: 程序设计循环语句

○. 高一信息技术课程. LB. 第十三课: 程序设计循环语句. 教学方案. 循环语句. 程序结构. 进入: http://192.168.2.1/qb/index.htm 阅读: 第 05 课 —— 第 06 课. ○. 高一信息技术课程. LB. 程序设计循环语句. 开始. 教学方案. cls'xun huan for i= 1 to 10 print i; next end. 1 到 10 循环. 输出变量 i. Y. I<10?. N. 结束. ○. 高一信息技术课程. LB. 程序设计循环语句. 开始. 教学方案.

willow
Télécharger la présentation

第十三课: 程序设计循环语句

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. 高一信息技术课程 LB 第十三课:程序设计循环语句 教学方案 循环语句 程序结构 进入:http://192.168.2.1/qb/index.htm 阅读:第05课——第06课 本课件可在 www.linbin.zj.com 中下载

  2. 高一信息技术课程 LB 程序设计循环语句 开始 教学方案 cls'xun huan for i= 1 to 10 print i; next end 1到10循环 输出变量i Y I<10? N 结束 本课件可在 www.linbin.zj.com 中下载

  3. 高一信息技术课程 LB 程序设计循环语句 开始 教学方案 cls'do xun huan do input "chengji"; chj s= s + chj loop while chj> 0 print "zongfen="; s end 输入chj S=s+chj Chj>0 Y N 输出S 结束 本课件可在 www.linbin.zj.com 中下载

  4. 高一信息技术课程 LB 程序结构 教学方案 循环结构 判断框与其下面的处理框以及流程线形成一个“环”。当判断框中的条件满足时,处理框和判断框将继续执行,直到条件不满足为止。这种形式称为循环结构。 本课件可在 www.linbin.zj.com 中下载

  5. 高一信息技术课程 LB 程序结构 教学方案 分支结构: 在流程图中,判断框与其下面的两个处理框和流程线构成了选择结构,也称分支结构,这种结构是根据条件来选择执行不同的分支。 顺序结构: 程序各个步骤是依次顺序执行的,就叫顺序结构。 本课件可在 www.linbin.zj.com 中下载

  6. 高一信息技术课程 LB 作业要求 教学方案 http://www.xskt.hsyfg.net/ 资料下载中,下载循环 上传到:循环 本课件可在 www.linbin.zj.com 中下载

More Related