wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS_Intro_AE_Spelling_Bee

Total questions: 68

Worksheet time: 27mins

Name
Class
Date
1.

You’re coding and need a “box” to hold something for later. 中文提示:变量。 Spell the word for that box.

(a)  

2.

Look at this: `age = 16` → 16 is the (a)   (值). What’s the word?

3.

Before you can use `score`, you have to (a)   it first. 中文:声明。 Spell the verb.

4.

Teacher line: “Create it and give it a first value right away.”(初始化)Spell the word that means “give a first value.”

(a)  

5.

`points = 10; points = 20;` — you (a)   a new value to the same variable.(赋值)Spell the verb.

6.

No quotes = bugs. Text like "hello" needs ________ ________.(引号)

(a)  

7.

True/False only. That data type is called a (a)   .(布林值)

8.

Naming style: `myFavoriteGame` — first word lowercase, later words start with capital letters. Spell the style name exactly (case-sensitive).(驼峰命名法的一种)

(a)  

9.

Some special reserved words in JavaScript can’t be used as variable names. That kind of word is a (a)   .(关键词)

10.

If you write `let x;` and stop there… x is still (a)   .(未初始化)Spell the adjective.

11.

The program pops up a box asking the user to type something. That action is called a (a)   .(提示)

12.

Don’t lose the user’s answer— (a)   it in a variable.(存储)Spell the verb.

13.

Users type it in; the program receives it. That’s (a)   . 中文:输入。

14.

What the program shows on screen (like a result) is the (a)   .(输出)

15.

"Hello" + "Roy" → you didn’t add numbers; you (a)   strings.(拼接)Spell the verb.

16.

In math terms, 3 is an (a)   (not 3.5). Spell it.(整数)

17.

In "Hi", the double quotes are called ________ ________.(引号)

(a)  

18.

Forgot one quote and your code breaks immediately. That’s a ________ ________.(语法错误)

(a)  

19.

When a program reacts to what the user types, it becomes (a)   .(互动的)

20.

User types `5` → the program does something back. It will (a)   .(回应)Spell the verb.

21.

− × ÷ … these belong to (a)   .(算术)Spell the adjective.

22.

The symbol that *does* the math, like `+` or `*`, is an (a)   .(运算符)

23.

`2 ** 5` — the 5 is the (a)   (指数). Spell it.

24.

Divide and keep the leftover part (the remainder). That idea is (a)   .(取模)

25.

A value you don’t want to change—like `const PI = 3.14`—is a (a)   .(常量)

26.

If $1 = £0.79, the number 0.79 is the ________ ________.(汇率)

(a)  

27.

7 ÷ 2 = 3 with 1 left over. That leftover is the (a)   .(余数)

28.

“Let’s ________ ________ into 4 teams.” Spell the two-word phrase.(分成若干部分)

(a)  

29.

In code, `i++` means i goes up by 1. That action is called (a)   .(增加)

30.

`Math.floor(4.9)` gives 4 — it will ________ ________.(向下取整)

(a)  

31.

In graphics, the blank drawing area you start with is the (a)   .(画布)

32.

(0,0) at the top-left… that whole setup is the ________ ________.(坐标系)

(a)  

33.

Where something is on the screen = its (a)   .(位置)

34.

Width and height are “things an object has.” In code we call those a (a)   .(属性)

35.

Circle math: center → edge distance. That’s the (a)   .(半径)

36.

Case matters: the function name is written with a lowercase s and uppercase C. Spell it exactly (no spaces).(设置颜色)

(a)  

37.

Same idea again: when you store something (even a graphic) in a named box, it’s a (a)   .(变量)

38.

For rectangles, the position is often ________ ________ the top-left corner. Spell the two-word phrase.(以……为测量起点)

(a)  

39.

Circle + text together = you (a)   them.(结合)Spell the verb.

40.

If you add the circle to the canvas, it will (a)   on the screen.(出现)Spell the verb.

41.

"You're as beautiful as a rose" is an example of (a)   .

42.

"you're a rose" is an example of (a)   .

43.

Allen always adds (a)   to Amy's artwork.

44.

It was the best of times, it was the worst of times. It is (a)   .

45.

How cute is that panda? Is an example of (a)   question.

46.

Mr. B is British is simply not (a)   .

47.

(a)   is the color of sadness.

48.

(a)   is the second month of the year.

49.

Global warming is destroying the (a)   .

50.

It is better to give than to (a)   .

51.

It's the (a)   of the end.

52.

A debate is just a fancy (a)   .

53.

Getting what you need is necessary. Getting what you want is a (a)   .

54.

I (a)   cannot eat spicy food.

55.

It isn't over (a)   the fat lady sings.

56.

I'm not sure that ever (a)   . It must be the Mandela effect.

57.

Before you do the laundry, be sure to (a)   the whites and colors.

58.

There are four lines in each (a)   .

59.

Because I could not wait for death was a great (a)   .

60.

When the moon hits your eye like a big pizza pie, that's (a)   .

61.

I like writing poems but I hate (a)   .

62.

The carraige held but just ourselves, and (a)   .

63.

Quoth the Raven, (a)   .

64.

The words blue, crew, Chengdu, and few all (a)   .

65.

The music has a strong beat and a great (a)   .

66.

(a)   means to throw someone out a window.

67.

King Tut was an (a)   .

68.

I can't believe the Australian lost against birds in the Great (a)   War.