第21910题 单选题
给定初始成绩列表与Scratch脚本,运行程序后成绩列表的第四项是多少?

初始成绩列表(1基索引)

索引 成绩
1 45
2 23
3 67
4 34
5 92
6 13

执行脚本逻辑

当绿旗被点击时,依次执行以下操作:

  1. 将「成绩」列表的第4项替换为55
  2. 删除「成绩」列表的第3项
  3. 在「成绩」列表的第4项前插入88
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析