第24561题 单选题
默认小猫角色执行给定Scratch程序,舞台上最终会显示多少只小猫?

程序逻辑如下:

  1. 当绿旗被点击时,小猫移到坐标x:-200、y:0的位置
  2. 将变量i初始化为1
  3. 重复执行直到i>10:
    • 克隆自己
    • 移动40步
    • 将变量i增加1

Scratch程序

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析