皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
Christmas is on December 25th. It’s my favorite 26 . In the morning my parents often 27 the house. My brother and I often 28 the Christmas tree with lights. Then we put a star 29 the top(顶部) of the tree. In the evening, everything is 30 . We sit at the table and eat turkey(火鸡) for Christmas 31 . After the meal, my brother and I watch TV. We often wait for Father Christmas 32 we want to 33 presents from him. Father Christmas always knows 34 I want. Next year I’m going to the cinema with 35 parents. I want to have a different Christmas Day. 小题1: A.festival B.luck C.work D.sport 小题2: A.clean B.plan C.bring D.take 小题3: A.paint B.decorate C.have D.paint 小题4: A.in B.under C.on D.behind 小题5: A.big B.round C.bad D.ready 小题6: A.breakfast B.dinner C.lunch D.hotdog 小题7: A.because B.or C.so D.but 小题8: A.buy B.take C.get D.give 小题9: A.who B.what C.when D.where 小题10: A.his B.their C.her D.my
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】在国外用()来统称“ABCBBCCBC”的人群。
A.
香蕉人
B.
华侨
C.
奥利奥
D.
鸡蛋人
【简答题】下面的程序执行后的输出为_____。 #include main() { int i=5,m=1; for(;i>=0;i--) m*=i; printf("%d\n",m); }
【简答题】下面的程序执行后的输出为________。 #include main() { int s=0,k; for(k=7;k>4;k--) { switch(k) { case 1: case 4: case 7: s++;break; case 2: case 3: case 6: break; case 0: case 5: s+=2;break; } } printf(“s=%d”,s); }
【单选题】下列说法中,1铺得很平的一张白纸是一个平面;2一个平面的面积可以等于6cm2;3平面是矩形或平行四边形的形状。其中说法正确的个数是( )
A.
0个
B.
1个
C.
2个
D.
3个
【简答题】下面的程序执行后的输出为_______。 #include main() { int i,sum; for(i=1;i<6;i++)sum+=i; printf(“%d\n”,sum); }
【单选题】下列说法:(1)铺得很平的一张白纸是一个平面;(2)一个平面的面积可以等于6平方米;(3)平面是矩形或平行四边形的形状;(4)两个平面叠在一起比一个平面厚。其中正确的个数为
A.
3
B.
2
C.
1
D.
0
【判断题】数据清单中各单元格数据前后不应输入空格,以免影响排序和搜索。
A.
正确
B.
错误
【单选题】在国外用( )来统称被称作“ABC、BBC、CBC”的人群。
A.
香蕉人
B.
华侨
C.
奥利奥
D.
鸡蛋人
【判断题】印刷时,油墨所受的剪切力越大,则印迹边缘越清晰。( )
A.
正确
B.
错误
【简答题】下面的程序执行后的输出为________。 #include main() { int s=0,k; for(k=7;k>4;k--) { switch(k) { case 1: case 4: case 7: s++;break; case 2: case 3: case 6: break; case 0: case 5: s+=2;break; } } printf(“s=%d”,s); }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题