NEW
Font size
WorksheetsProgramming Concepts Quiz
Total questions: 19
Worksheet time: 10mins
A list of steps to finish a task. 完成任务的一系列步骤。
Algorithm 算法
Bug 漏洞
Debugging 调试
Sequencing 顺序
Part of a program that does not work correctly. 程序中运行不正常的部分。
Code 代码
Program 程序
Bug 漏洞
Loop 循环
Finding and fixing problems in an algorithm or program. 查找并修复算法或程序中的问题。
Programming 编程
Debugging 调试
Behavior 行为
Function 函数
Putting commands in the correct order so that computers can read the commands. 按正确顺序排列命令,以便计算机读取。
Persistence 持久性
Event 事件
Sequencing 顺序
Modify 修改
The ability of data to remain available and unchanged over time, even after the program that created it has stopped running. 数据在创建它的程序停止运行后,仍然能够保持可用且不变的能力。
Persistence 持久性
Selection 选择结构
Program 程序
Sprite 精灵
The art of creating a program. 创建程序的艺术。
Sprite 精灵
Programming 编程
Event 事件
Behavior 行为
The action of doing something over and over again. 重复执行某个操作。
Modify 修改
Event 事件
Loop 循环
Angle 角度
A graphic on the screen with a location, size, and appearance. 屏幕上的图形,具有位置、大小和外观。
Sprite 精灵
Function 函数
Program 程序
Selection 选择结构
A conditional statement that executes one block of code if a condition is true and another block if the condition is false. 一种条件语句,如果条件为真则执行一个代码块,否则执行另一个代码块。
if...then...else... 如果...那么...否则...
Loop 循环
Event 事件
Modify 修改
A control structure that allows a program to choose different paths of execution based on a condition. 一种控制结构,根据条件选择不同的执行路径。
Program 程序
Selection 选择结构
Angle 角度
Code 代码
Blocks of code designed to perform a particular task. 用于执行特定任务的代码块。
Angle 角度
Function 函数
Modify 修改
Sprite 精灵
To write instructions for a computer. 为计算机编写指令。
Debugging 调试
Angle 角度
Code 代码
Loop 循环
An algorithm that has been coded into something that a machine can run. 被编写成可由机器运行的算法。
Event 事件
Program 程序
Angle 角度
Behavior 行为
Command used to repeat code until a condition is met. 一种命令或控制结构,用于多次执行一段代码,直到满足指定条件为止。
Angle 角度
Repeat 重复
Bug 漏洞
Persistence 持久性
An action that a sprite performs continuously until it’s told to stop. 角色持续执行的动作,直到被告知停止。
Behavior 行为
Modify 修改
Persistence 持久性
Selection 选择结构
Make partial or minor changes to something, typically to improve it. 对某物进行部分或轻微更改,通常是为了改进。
Modify 修改
Code 代码
Persistence 持久性
Program 程序
An action that causes something to happen. 引发某种行为的动作。
Loop 循环
Event 事件
Angle 角度
Debugging 调试
Where two sides of a shape come together, measured in degrees. 形状的两边相交的地方,用度数来衡量。
Sprite 精灵
Angle 角度
Modify 修改
Sequencing 顺序
A control structure that selects one of many possible blocks of code to execute based on the value of a variable. 一种根据变量的值选择执行多个代码块中一个的控制结构。
Sprite 精灵
Angle 角度
case of ... match options... end case 多分支选择结构 / 分支语句
Debugging 调试
