第12172题 判断题
判断以下两个Scratch程序是否都能让角色说出"A B C"

两个Scratch程序对比图

方法①程序逻辑

  • 绿旗触发脚本:
    1. 当绿旗被点击
    2. 说「A」2秒
    3. 广播「消息1」
    4. 说「C」2秒
  • 消息触发脚本:
    1. 当接收到「消息1」
    2. 说「B」2秒

      方法②程序逻辑

  • 绿旗触发脚本:
    1. 当绿旗被点击
    2. 说「A」2秒
    3. 广播「消息1」并等待
    4. 说「C」2秒
  • 消息触发脚本:与方法①完全一致,接收「消息1」后说「B」2秒
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析