wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming Concepts Quiz

Total questions: 19

Worksheet time: 10mins

Name
Class
Date
1.

A list of steps to finish a task. 完成任务的一系列步骤。

a)

Algorithm 算法

b)

Bug 漏洞

c)

Debugging 调试

d)

Sequencing 顺序

2.

Part of a program that does not work correctly. 程序中运行不正常的部分。

a)

Code 代码

b)

Program 程序

c)

Bug 漏洞

d)

Loop 循环

3.

Finding and fixing problems in an algorithm or program. 查找并修复算法或程序中的问题。

a)

Programming 编程

b)

Debugging 调试

c)

Behavior 行为

d)

Function 函数

4.

Putting commands in the correct order so that computers can read the commands. 按正确顺序排列命令,以便计算机读取。

a)

Persistence 持久性

b)

Event 事件

c)

Sequencing 顺序

d)

Modify 修改

5.

The ability of data to remain available and unchanged over time, even after the program that created it has stopped running. 数据在创建它的程序停止运行后,仍然能够保持可用且不变的能力。

a)

Persistence 持久性

b)

Selection 选择结构

c)

Program 程序

d)

Sprite 精灵

6.

The art of creating a program. 创建程序的艺术。

a)

Sprite 精灵

b)

Programming 编程

c)

Event 事件

d)

Behavior 行为

7.

The action of doing something over and over again. 重复执行某个操作。

a)

Modify 修改

b)

Event 事件

c)

Loop 循环

d)

Angle 角度

8.

A graphic on the screen with a location, size, and appearance. 屏幕上的图形,具有位置、大小和外观。

a)

Sprite 精灵

b)

Function 函数

c)

Program 程序

d)

Selection 选择结构

9.

A conditional statement that executes one block of code if a condition is true and another block if the condition is false. 一种条件语句,如果条件为真则执行一个代码块,否则执行另一个代码块。

a)

if...then...else... 如果...那么...否则...

b)

Loop 循环

c)

Event 事件

d)

Modify 修改

10.

A control structure that allows a program to choose different paths of execution based on a condition. 一种控制结构,根据条件选择不同的执行路径。

a)

Program 程序

b)

Selection 选择结构

c)

Angle 角度

d)

Code 代码

11.

Blocks of code designed to perform a particular task. 用于执行特定任务的代码块。

a)

Angle 角度

b)

Function 函数

c)

Modify 修改

d)

Sprite 精灵

12.

To write instructions for a computer. 为计算机编写指令。

a)

Debugging 调试

b)

Angle 角度

c)

Code 代码

d)

Loop 循环

13.

An algorithm that has been coded into something that a machine can run. 被编写成可由机器运行的算法。

a)

Event 事件

b)

Program 程序

c)

Angle 角度

d)

Behavior 行为

14.

Command used to repeat code until a condition is met. 一种命令或控制结构,用于多次执行一段代码,直到满足指定条件为止。

a)

Angle 角度

b)

Repeat 重复

c)

Bug 漏洞

d)

Persistence 持久性

15.

An action that a sprite performs continuously until it’s told to stop. 角色持续执行的动作,直到被告知停止。

a)

Behavior 行为

b)

Modify 修改

c)

Persistence 持久性

d)

Selection 选择结构

16.

Make partial or minor changes to something, typically to improve it. 对某物进行部分或轻微更改,通常是为了改进。

a)

Modify 修改

b)

Code 代码

c)

Persistence 持久性

d)

Program 程序

17.

An action that causes something to happen. 引发某种行为的动作。

a)

Loop 循环

b)

Event 事件

c)

Angle 角度

d)

Debugging 调试

18.

Where two sides of a shape come together, measured in degrees. 形状的两边相交的地方,用度数来衡量。

a)

Sprite 精灵

b)

Angle 角度

c)

Modify 修改

d)

Sequencing 顺序

19.

A control structure that selects one of many possible blocks of code to execute based on the value of a variable. 一种根据变量的值选择执行多个代码块中一个的控制结构。

a)

Sprite 精灵

b)

Angle 角度

c)

case of ... match options... end case 多分支选择结构 / 分支语句

d)

Debugging 调试