6.GoC 第六课
Goc 第6课-五彩纷呈的花朵 粤教B六年级下册

for(int i=0;i<12;i++) {
p.fd(150).rt(360/12); }
for(int i=0;i<N;i++) {
p.fd(150).rt(360/N); }
正七边形
正十二边形
正N边形小试牛刀:画正三角形和十二边形任务要求:新建两个GoC程序,分别绘制正 三角形和正十二边形,每条边的长度自定
大显身手
魔幻变色花
魔幻变色花
魔幻花园里,不仅有漂亮的太阳花,可爱的牵牛 花,百变花神还培育了很多没见过的奇异花朵。
项既有花趣的又海极洋具里挑,战不的仅任有务漂,亮同的学太们阳有花没,有可 爱信的心牵完成牛!花,还有很多没见过的奇异花朵。
GoC程序绘制的花朵
太阳花
牵牛花 奇异的花朵
第6课
五彩纷呈的花朵
寻找规律
寻找规律
for(int i=0;i<3;i++) {
p.fd(150).rt(120); }
120=360/3
分解
正十二边形
大显身手
正三角形
分解
正十二边形
课堂小结
绘制双色花
绘制双色花
Get新技能,用好新法宝
新法宝:画圆与圆心的变化。
p.o(50); //画半径为50的圆,画笔所在位置就是圆心
int main() {
p.show().speed(4).c(14); p.o(50); //先画半径为50的圆 p.fd(120);//画笔向前走120个坐标单位 p.rt(150);//画笔右转150度 p.o(50); //再画半径为50的圆 return 0; }
粤教版(B版)信息技术六年级下册 第6课 五彩纷呈的花 课件

循环语句是一把神 器,只要在循环体 里 修改旋转角度,能 给图形呈现神奇的 变化
程序命令
p.c(13); for(int i=1;i<=300;i++) { p.o(50);//画半径为50 的圆 p.fd(100); p.rt(150);//向右旋转 150度 }
p.c(14); for(int i=1;i<=300;i++) { p.o(50);//画半径为50的圆 p.fd(100); p.rt(130);//向右旋转130度 }
先画一个正十二边形 再每条边外侧加一个
正三角形
打开GOC编程软件,新建”太阳花“程序文
并输入下列程序,绘制漂亮的太阳花。
程序命令
画图效果
int main( ) {
p.show().speed(5).c(14); int N=12; for(int i=0;i<N;i++) { //===画外侧三角形=== p.fd(30).lt(120); p.fd(30).lt(120); p.fd(30).lt(120); //===画中间N边形的边 p.fd(30); p.rt(360/N); } return(); }
正N边形,每次旋转 角度的计算公式:
360/n
程序片段: for(int i=0;i<3;i++) { p.fd(100); p.rt(360/3); }
程序片段: for(int i=0;i<3;i++) { p.fd(100); p.rt(360/12); }
先画一个正十二边形 再每条边外侧加一个
画图效果
程序命令
p.c(6); for(int i=1;i<=300;i++) { p.o(50);//画半径为50 的圆 p.fd(100); p.rt(50);//向右旋转50 度 }
粤教版六年级Goc编程第2课

wait(100); 等待100秒,可以为小数
画出一段虚线
p.speed(3); p.hide(); p.rt(90); p.fd(50); p.up(); p.fd(30); p.down(); p.fd(50);
画出信号线
p.speed(5);
40
30 20
p.hide(); //第一条 //第二条线 //第三条线 //第四条线 p.down(); p.down(); p.down(); p.down();
p.show(); 显示画笔 p.hide(); 隐藏画笔
案例1
p.speed(3); p.show(); p.fd(50);
案例2
p.speed(5); p.hide(); p.fd(100);
p.up(); 把画笔悬空, 之后笔移动不会划线
p.down();把画笔落下, 之后笔移动会正常划线
第2课
JS
CSS PHP
躲避怪兽
p.fd(100); 前进100步
p.rt(45); 右转45度
p.lt(60); 左转60度
p.bk(100); 后退100步
翻开书本P10,打开画图软件
GOC软件中输入代码,验证你的答案
p.speed(1); p.speed(10);
设置画笔速度为1,最慢1,最快10
p.fd(10); p.fd(20); p.fd(30); p.fd(40);
10 10
p.up(); p.up(); p.bk(10); p.bk(20);
p.up(); p.bk(;
p.rt(90); p.rt(90); p.rt(90); p.rt(90);
p.fd(10); p.fd(10); p.fd(10); p.fd(10);
小学六年级上册第九次英语第2单元期末试卷(含答案含解析)

小学六年级上册英语第2单元期末试卷(含答案含解析)英语试题一、综合题(本题有50小题,每小题2分,共100分.每小题不选、错误,均不给分)1.I __________ (visit) the museum last weekend. It __________ (be) very interesting.I __________ (see) many old paintings and sculptures. My brother __________ (like) the dinosaur exhibit, and I __________ (like) the ancient pottery. We __________ (spend) the whole afternoon there.2.David is playing soccer with his friends. They are having a great time. David kicks the ball __________ and his friend Mark tries to __________ it. The game is very__________, and everyone is running and trying to score goals. Finally, David scores the winning __________ and everyone cheers.3.I usually ______ (wake) up at 6:30 AM. After I ______ (brush) my teeth, I ______ (eat) breakfast with my family. My brother ______ (like) to eat cereal, but I ______ (prefer) toast with butter and jam. After breakfast, we ______ (go) to school by bus. My school ______ (be) just a few blocks away, so the bus ride ______ (not take) too long.4.Which of these is something you can wear on your head?A. HatB. GlovesC. ShoesD. Scarf5.Which of these is a family member?A. DogB. FatherC. ChairD. Ball6.We are __________ to the zoo now.A. goingB. goC. goesD. went7.Which number comes after 9?A. 7B. 8C. 10D. 118.We _______ to study English every day.9.Fill in the blanks with the correct pronouns: This is my book, and that one is_______ (she). The book on the table is _______ (I), but the one on the shelf is _______ (he). Can you give _______ (I) the one from the table?10.Which of these is a number?A. DogB. ChairC. SevenD. Spoon11.Which one is a time of day?A. JanuaryB. MorningC. DecemberD. Wednesdayst week, we __________ (have) a class trip to the museum. We __________ (learn) a lot about history and __________ (see) many interesting exhibits. The museum __________ (be) very large, and we __________ (spend) three hours there. After the trip, we __________ (take) a bus back to school.13.Which one is used for writing?A. KnifeB. PenC. SpoonD. Plate14.What do you use to cut paper?A. ForkB. SpoonC. ScissorsD. Knife15.Which of these is a place where you can borrow books?A. BankB. LibraryC. SchoolD. Park16.We ________ (watch) a movie last night.17.Which of these is a sweet fruit?A. LemonB. StrawberryC. TomatoD. Cucumber18.Which of these is used to measure weight?A. RulerB. KnifeC. ScaleD. Spoon19.How many months are in a year?A. 12B. 10C. 15D. 2420.I have a big family. There are five people in my family: my parents, my older brother, my younger sister, and me. My brother is 12 years old, and he loves to play __. He practices every afternoon after school. My sister is only 5 years old, but she likes to draw pictures of animals. On weekends, we always spend time together, playing games or going to the park. It’s fun to be with my family!21.Which of the following is a shape?A. DogB. SquareC. YellowD. Chair22.I __________ (1) my homework after school every day. It __________ (2) me about 30 minutes to finish it. Sometimes, I __________ (3) my homework at the kitchen table, and other times, I __________ (4) it in my room.23.Which of these is a season?A. SpringB. FridayC. JanuaryD. School24.I ________ (see) my friends at school every day.25.Which of these is used to open a door?A. KeyB. SpoonC. PlateD. Chair26.Which one is a color?A. DogB. GreenC. AppleD. Table27.Which of these is a weather condition?A. SnowB. CarC. TableD. Spoon28.We are going to have a picnic this weekend. We will bring a __, some sandwiches, and a __ for drinks. My sister is going to bring some __ to share with everyone. We will go to the __ park because it’s very big and has a lot of trees.29.Which of these is a place to cook food?A. BathroomB. KitchenC. BedroomD. Garden30.Which of these is a mode of transportation?A. TableB. CarC. TreeD. House31.I ______ (like) to play soccer after school. My friends and I ______ (meet) at the park every day. Yesterday, we ______ (play) a match, and I ______ (score) a goal. Everyone ______ (cheer) for me. It ______ (be) a fun day, and I ______ (feel) very happy.32.Which sentence is correct?A. There is many books on the table.B. There are many books on the table.C. There is a many books on the table.D. There are a book on the table.33.Which of these is a shape?A. TableB. CircleC. ChairD. Bed34.I __________ (be) very happy yesterday because it __________ (be) my birthday. I __________ (invite) my friends to my house, and we __________ (play) games all afternoon. We __________ (eat) cake and __________ (sing) happy birthday songs. It__________ (be) the best birthday I __________ (ever) have.35.Which of these is a tool?A. SpoonB. KnifeC. PlateD. Fork36.The book is ______ the shelf.A. onB. inC. atD. by37.Which of these is an animal that lives in the water?A. DogB. FishC. BirdD. Cat38.What do we use to write on a blackboard?A. ChalkB. PencilC. PenD. Marker39.Which of these is a sweet fruit?A. LemonB. OrangeC. AppleD. Carrot40.Sarah is reading a book about animals. She is learning about the __________ (1), which live in the ocean. Sarah also likes to read about __________ (2), which live in the forest and like to climb trees. The book talks about the different __________ (3) animals need to live, such as food and water. Sarah finds it interesting to learn about __________ (4) and how they take care of their young. Her favorite animal is the __________ (5), because it is very cute and playful.41.I _______ a new book yesterday.st night, my family ______ (watch) a movie together. The movie ______ (be) about a young girl who ______ (travel) to space. We ______ (think) it ______ (be) very exciting, and we all ______ (enjoy) it a lot. After the movie, we ______ (talk) about our favorite parts.43.Which one is used for writing?A. KnifeB. ForkC. PenD. Plate44.Jack and his family are going on a road trip. They pack their __________ (suitcases) and put them in the __________ (car). Jack’s dad checks the __________ (map) to find the best __________ (route) for their trip. They stop at a __________ (gas station) to fill up the car with __________ (gas).45.Tom has a pet dog named Max. Every morning, Tom takes Max for a __________ (1) in the park. Max loves to __________ (2) around and play with other dogs. After the walk, Tom gives Max his __________ (3) to eat. Max loves to eat __________ (4), but he doesn’t like vegetables. Tom then plays __________ (5) with Max in the garden.46.I _______ a sandwich for lunch.A. eatB. eatsC. eatingD. ate47.In the evening, my family and I like to sit together and watch ______. Our favorite show is a ______ show about animals. After the show, we usually have a ______ or some snacks. It’s a fu n way to end the day.48.My father __________ (work) as a teacher. He __________ (teach) English at a high school. Every day, he __________ (go) to school by car. He __________ (love) his job because he __________ (enjoy) helping students.49.They _______ (work) in the garden now.50.Which of these animals is known for saying "Woof"?A. DogB. CatC. DuckD. Sheep(答案及解释)。
冀教版八年级上册英语 Unit 1 Lesson 6 Jenny's Week 授课课件

考点精讲
返回
中
考
在 B线
3
:
LastweekVivian_______adressforhermotherwithherfir
st-monthsalary.
A. buyB. boughtC. willbuyD. wouldbuy
考点精讲
④SheandIlovetoshopforclothes!
考点4 SheandI... 我和她…… (1)使用语境:在英语中, 为了表示说话者对别人的尊 敬, 当第一人称I和其他人称同时作主语时, 通常把第一人 称I置后;若表示做错事或闯祸时, 则应先说自己再说别 人。 (2)两个或两个以上的单数人称代词的排列顺序常为 “你、他/她、我” 。要把“我” 放在后面, 以表示对他 人的尊敬。而在表达复数“我们、你们、他们” 时,则和 汉语的习惯相同。
IhadthepleasureoftalkingtoMary—agirlfromHongKong. ⑤
课文呈现
HerEnglishisverygood.
SheinvitedmetogotothemovieswithhernextSu
nday. ⑥Mary'sparentsworkinalocalrestaurant.
他们在上次的足球比赛中击败了一班。
win 后 面 跟 表 比 赛 项 目 或 奖 项 (thefirstprize, thegoldmedal) 的 词 。
考点精讲
返回
中
考
在
线
2
:
A—Great!
Ourwomen’svolleyballteam_________thegoldmedalint
heRioOlympicGamesonSaturday!
六年级信息技术期末测试GoC部分(含答案)

六年级信息技术(GoC部分)期末测试班级:姓名:学号:分数:一、单选题(共8题,每题5分,满分40分)。
1.GoC软件的界面中,担任“翻译员”,告诉我们输入的代码指挥成功了还是失败了的是下面的哪个窗口?( B )A.文件标签B.编译信息窗口C. 编辑窗口2.goc源文件的后缀名是什么?( C )A.Goc_01.appB. Goc_01.bppC. Goc_01.cpp3.前进100个坐标单位命令是( C )。
A. p.fd(100)B. p fd(100);C. p.fd(100);4.要画如右图的台阶,最便捷的方式是( B );A. 顺序语句B. 循环语句C.条件判断语句5.int a, a可能是下列哪个数字?( A )A. 3 B 0.3 C. -36.下列哪个命令用于设置画笔的大小?( C )A. P. o(5);B. p.size(6);C. P. c(5);7.下面这段程序绘制图形是( C )。
8.下面哪个语句是双分支if语句?( A )。
A. B. C.二、填空题(共5题,每题8分,满分40分)。
1.颜色设置命令与直行命令、转向命令是我们编写程序时最常使用的三种命令,我们称之为“GoC三剑客”。
2.调整笔移动、旋转的速度为最快速度的程序命令是 p.speed(10); 。
3.for(int i=0,i<3;i++)是循环命令的执行首语句;if语句是条件判断语句,用来判定所给定的条件是否满足。
4.求余数运算时,我们可以用 i%5 来表示求整数i除以5的余数。
5.表示将100赋值给变量x,程序命令写为x=100,其中赋值符号为“=”;判断左右数值是否相等的符号我们用“==”。
三、编写下列程序(共2题,每题10分,满分20分)。
1.请编写程序画出正十二边形(如图,边长为:100)的程序。
int main( ){For(int i=0;i<12;i++){P.fd(100).rt(360/12);}return 0;}2.请根据文字提示,编写程序画出五色棒棒糖。
八年级上册英语unit6同步练习(含答案)

Unit6 I’m going to study computer science.第一课时Section A(1a-2c)建础训练一、单项选择。
( )1.Her father is a(n) in a big factory.A.pilotB.engineerC.actorD.scientist( )2.If you are going to be an actor,you have to .A.take acting lessonsB.take act lessonsC.take acting lessonD.take act lesson( )3.Is she pilot or engineer?A.an;anB.a;anC.a; aD.an;a( )4.My uncle was born in Hong Kong,but he in Guangzhou.A.growB.grewC.grow upD.grew up( )5.My cousin is good at he wants to be a when he grows up.A.cook;cookB.cook;cookerC.cooking;cookD.cooking;cooker( )6. are you going to be a singer?-I'm going to practice singing every day.A.WhatB.HowC.WhenD.Where二、根据句意及首字母提示完成单词。
1.His father is an e ,he can build beautiful buildings.2.She can play thee piano beautifully,she is a p .3.The boy likes planes,he is going to be a p .4.Bob is ill,he should see a d .5.He can also drive a car,he is a bus d .6.My brother likes science very much,he wants to be a s in the future.三、按要求完成句子。
人教六上第六单元第6课时C部分 story timePPT精美版

× 1.It’s a windy day.
Zip: Oh! Zoom, what are you doing here?
√ 2. Mary feels cold, Zoom :I’m making popcorn.
Zip: Where is he? I'm a little worried now. 二、阅读短文,判断句子对错对的打“√",错的打“x"。 跟读录音,组与组之间分角色朗读,上台表演 Her mother asks Mary,“Wha'swrong?"“I feel very cold and I have a headache.
√ 4. They are going to see a doctor It's a snowy day in wimer.
Zip: Oh! Zoom, what are you doing here? Zoom :I’m making popcorn. It takes too long. 朗读句子,将卡片按正确的顺序贴在黑板上。 I am still waiting. I should go and check. How do you feel?
英语六年级 上册
Unit 6
How do you feel?
第6课时 C部分 story time
Warm-up 1.日常会话
Hi,boys and girls! Zoom and Zip are watching TV.Something interesting happens.Do you Want to know it?
Zoom: I’ll go and make some
Zip: He must be making Zip: Where is he? I'm a lots of popcorn. Yum! little worried now. I'll go
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
奇幻之旅第六天
二、变量表格
类似于手机的简单通讯录,一个姓名对应保存一个号码。程 序也有个“通讯录”---变量表,一个变量名对应储存一个值。 比如程序4.2中,可以认为变量表里有一项:
数值120就储存在这张表里(变量表在计算机内存中,看不见L)。 变量的储存原理很重要!它表明,程序4.2中出现pen.fd(len )的 地方,不是把len换成数字120,而是在变量表中查找len的值。
len=200,就可以画边长200的图形,程序变化很方便。
样例程序片段4.2
图形
int main(){ len=120; //len赋值为120 pen.fd(len); pen.rt(120); pen.fd(len); pen.rt(120); pen.fd(len); pen.rt(120); pen.fd(len); pen.rt(90); pen.fd(len); pen.rt(90); pen.fd(len); pen.rt(90); pen.fd(len); pen.rt(90);
return0; }
说明:赋值语句 “len=len+20;”中,先计 算右边的表达式 “len+20”,调用表达式 中的变量len是50,计算结 果为70;再赋值给左边的 len,即填“变量表”,len 项被修改为70。
奇幻之旅第六天
int <变量名> ; 注:int是integer的缩写。 即在变量表中添加一个变量名,它的值的类型是整数。
样例程序4.1
图形
int main(){ pen.fd(120); pen.rt(120); pen.fd(120); pen.rt(120); pen.fd(120); pen.rt(120); pen.fd(120); pen.rt(90); pen.fd(120); pen.rt(90); pen.fd(120); pen.rt(90); pen.fd(120); pen.rt(90);
变量名
类型
值
len
整数
120
奇幻之旅第六天
三、变量的赋值和调用
C++中赋值语句的格式为: <变量名> = <表达式> ;
赋值语句样例
len=120+100;
解释
就是把右边计算结果 220赋值给len。以后 调用变量len时,值为 220。
奇幻之旅第六天
四、变量是可变的
利用赋值语句,可以随时“填表”来修改变量表的内容。
奇幻之旅第六天
五、算术表达式
C++语言中,算术表达式是由常量、变量、函数、圆 括号、运算符等组成。运算符加、减、乘、除分别用 字符“+”,“-”,“*”,“/”表示。
灯湖小学 信息学第二课堂
奇幻之旅第六天
六、沙场点兵
早期计算机屏幕上显示的文字都是由点阵组成的,字体放
大时每个点是一个小矩形,有锯齿状,不美观。现在的计算机
return0; }
程序中有2个缺点。首先, 程序中的数字120有些是边长、 有些是角度,让人眼花缭乱;
其次,如果想改变图形的大小
尺寸,比如边长变为200,要修 改程序中的7个120,比较麻烦。
奇幻之旅第六天
如果用一个单词len表示边长(length),则程序4.1变成如下:
显然,程序的可读性大大改善。另外,只要把len=120改为
下面样例程序片段4.3中len赋值了3次。
样例程序片段4.3
图形
int main(){ len=50; pen.fd( len ); pen.rt(90); len=len+20; pen.fd( len ); pen.rt(90); len=len+40; pen.fd( len ); pen.rt(90);
系统里字体多是“矢量”,字体放很大也平滑。下面通过编写
画“V”字的程序,了解一下“矢量”是怎么回事。
任务:
提示:
画出下面形状的“V”字。a赋值不同的值,将 只用一个整数型变量a;
画出不ቤተ መጻሕፍቲ ባይዱ大小的“V”。
使用pen.size( )命令函数。
a=1时图形:
a=10时图形:
奇幻之旅第六天 ——GoC绘图
神奇且强大的变量
奇幻之旅第六天 神奇且强大的变量
一、什么是变量?
——变量是高级程序设计语言最基础的概念之一。 C++中有几种基本变量类型,以后将逐步学习。本课 介绍变量的基本概念和整数型变量的定义和使用。
奇幻之旅第六天
先来看一下画边长是120的正三角形和矩形的程序: