Search Header Logo
Coding

Coding

Assessment

Presentation

Computers

4th - 9th Grade

Easy

Created by

Zoie Davis

Used 1+ times

FREE Resource

1 Slide • 53 Questions

1

Coding

Slide image

2

Multiple Choice

COMMENT

1

a box where we type our code

2

a code line ignored by the computer; used as notes

3

exact spelling, symbols, and order of the code

4

a set of step by step instructions that does a specific task

3

Multiple Choice

INPUT

1

a set of step by step instructions that does a specific task

2

information a program receives from a user

3

Stores the value on the right (y) in the variable on the left (x)

4

Used instead of spaces in variable names

4

Multiple Choice

A loop that continues to repeat while a condition is true.

1

While loop

2

algorithm

3

loop

4

sequencing

5

Multiple Choice

What is a function?

1

a set of objects and their targets in CodeMonkey

2

a set of keyboard shortcuts used in CoffeeScript

3

a set of elements in an array

4

a set of instructions that performs a specific task

6

Multiple Choice

Loops are useful because they allow us

1

specify exact distances between objects

2

translate English into CoffeeScript

3

turn to specific objects

4

execute patterns of code without typing them all out

7

Multiple Choice

Which of these is an example of an event

1

Play music

2

When S key is pressed move 20 steps

3

If touching edge change color effect by 25

4

Say "Hello!"

8

Multiple Choice

To code, you need a text editor.

1

True

2

False

9

Multiple Choice

HTML, CSS, and JavaScript are the only codes.

1

True

2

False

10

Multiple Choice

Google Chrome, Firefox, and Safari are examples of what?

1

Code

2

Browser homepages

3

Internet browsers

4

Toasters

11

Multiple Choice

ALL code starts with <html>.

1

True

2

False

12

Multiple Choice

Choose three correct types of codes.

1

HTML, CSS, JavaScript

2

Google Docs, Google Slides, Google Forms

3

HTMK, CDD, Java

4

Snake, C--, Jaba

13

Multiple Choice

There may be a stereotypical code "look" Black hoodie, sneakers, glasses and shaggy hair. And if you get a job as a computer programmer, you could dress like that too, but you can also reject the stereotype. Cowboy boots and a bolo tie? Sweatpants? T shirt and shorts year round? Tie dye and sequins? The point is that most computer programmers don't have to dress formally for work in suits and ties or skirts. They can wear whatever they're most comfortable in.


The author of this passage would most likely agree with which of the following statements?

1

computer programmers never dress according to the stereotypical look of black hoodie, sneakers, glasses and shaggy hair

2

computer programmers have more freedom to wear what they want to wear than many other professionals have.

14

Multiple Choice

What is coding?

1

something used to develop computer programs

2

a form of "language" used to communicate computer actions

3

an essential part to everything we do online

4

All of these

15

Multiple Choice

True or False: A web browser translates text-based HTML into a graphical web page.
1
True
2
False

16

Multiple Choice

Does coding help students learn other skills like communication or math?

1

Yes

2

No

17

Multiple Choice

What is it called when you put commands in order for your animation to follow?

1

Sequencing

2

Blocks

3

Costume Change

4

Variable Blocks

18

Multiple Choice

What are the instructions called a computer will follow?

1

Command

2

Loop

3

Scratch

4

Debugging

19

Multiple Choice

Question image

With Scratch we can make... ?

1

Games

2

Stories

3

Animation

4

All

20

Multiple Choice

In order from the smallest to the largest, the sizes of data are ________

1

kilobyte, gigabyte, terabyte, megabyte

2

gigabyte, kilobyte, megabyte, terabyte

3

kilobyte, megabyte, gigabyte, terabyte

21

Multiple Choice

Question image

When ___ pressed, the bunny will ____.

1

pointer, run

2

pointer, hide

3

H key, hide

4

H key, run

22

Multiple Choice

Question image

All the movements are being controlled by ____.

1

your mind

2

the force

3

different buttons

4

Ms. Diaz

23

Multiple Choice

Question image

When the plane is clicked the ___ will change.

1

Score

2

Position

3

Rank

4

Color

24

Multiple Choice

Question image

How do you read this sentence?

1

When the Plane Button is clicked, the plane will move right.

2

When the Move Button is clicked, the plane will move left.

3

When the Fly Button is clicked, the plane will move right.

4

When the plane is clicked, the plane will move right.

25

Multiple Choice

Question image

These codes will ____ as many times as they are told.

1

move

2

pause

3

restart

4

repeat

26

Multiple Choice

Question image

This kind of code is called a _____.

1

A Step Chain

2

A Sequence

3

A Line

27

Multiple Choice

Conditionals are...
1
ways to clean your hair.
2
what it is like outside.
3
statements that only run under certain conditions.
4
red birds that fly around.

28

Multiple Choice

In coding an event is what?
1
An action that causes something to happen.
2
An item on your calendar.
3
A way to move air.
4
A device that blows air into your computer.

29

Multiple Choice

If I say the word "Algorithm" I am talking about what?
1
When we all go to a store called Rithim.
2
Algae that can DANCE!!!
3
A new dance move.
4
A list of steps you follow to finish a task.

30

Multiple Choice

What is a "Bit"?
1
A small amount.
2
What you did to your sandwich.
3
1 digit of binary code.
4
Something a horse chews on.

31

Multiple Choice

Information. Often, quantities, characters, or symbols that are the inputs and outputs of computer programs.

1

algorithm

2

binary

3

block-based programming

4

computer science

5

data

32

Multiple Choice

An If/Else statement is

1

a command that tells the computer to repeat an action

2

a normal computer function

3

a decision between 2 things

33

Multiple Choice

Question image
In 2013 the "Hour of Code" was developed by
1
Jack Dorsey
2
Bill Gates
3
Hadi Partov
4
Steve Jobs

34

Multiple Choice

Question image
What is a sequence?
1
Is the correct order of commands
2
Is the correct order of fuctions
3
Is the correct order of manipulatives

35

Multiple Choice

Question image
What is Binary Code?
1
Is a language that only the Java script code can use
2
A mathematical language that uses 1 & O's
3
Is a computer language that use 1-10 numbers to code

36

Multiple Choice

Question image
The language computer speaks is called...
1
Bipolar Code
2
Code bilateral
3
Binary code

37

Multiple Choice

Putting commands in correct order so computers can read the commands.

1

sequencing

2

program

3

variable

4

conditionals

38

Multiple Choice

An action that causes something to happen

1

ASCII

2

Event

3

BINARY

4

Bit

39

Multiple Choice

The common programming structure that implements "conditional statements"

1

Bug

2

Debugging

3

If-Statement

40

Multiple Choice

Any programming language that lets users create programs by manipulating “blocks” or graphical programming elements, rather than writing code using text.

1

Command

2

Run Program

3

Algorithm

4

Block-based programming language

41

Multiple Choice

What is a one or zero called in coding?
1
Byte
2
Code
3
Switch
4
Bit

42

Multiple Choice

Question image

When you tell the computer to repeat a command or step over and over and over and over and over and over and over and over and over and... oh yeah, over again as many times as you tell to repeat.

1

Deja Vu

2

Loop

3

Repeating

4

Being annoying

43

Multiple Choice

Algorithms are used to plan the steps to complete a variety of tasks, not just those for computers

1

TRUE

2

FALSE

44

Multiple Choice

What is an algorithm?

1

A set of instructions.

2

A piece of Software.

3

External Hardware

4

A medical condition

45

Multiple Choice

A coder is to a computer as a teacher is to

1

Book

2

Principal

3

Blackboard

4

Student

46

Multiple Choice

Question image

Code is...

1

when it's not warm.

2

the dog from Garfield.

3

a song or poem dedicated to someone.

4

specific instructions in a computer program.

47

Multiple Choice

How many bits are in a byte?
1
1
2
2
3
4
4
8

48

Multiple Choice

What are statements that only run under certain conditions?
1
Code
2
Loop
3
Conditionals
4
Binary

49

Multiple Choice

What is an algorithm that has been coded into something that can be run by a machine?
1
Algorithm
2
Program
3
Bug
4
Code

50

Multiple Choice

What is the action of doing something over and over again?
1
Loop
2
Persistence
3
Program
4
Code

51

Multiple Choice

What is finding and fixing errors in programs?
1
Debugging
2
Program
3
Bug
4
Code

52

Multiple Choice

What is one or more commands or algorithms designed to be carried out by a computer?
1
Algorithm
2
Program
3
Bug
4
Code

53

Multiple Choice

What is an error in a program that prevents the program from running as expected?
1
Algorithm
2
Program
3
Bug
4
Code

54

Multiple Choice

What is a list of steps you can follow to finish a task?
1
Algorithm
2
Program
3
Bug
4
Code
pattern-tertiary

Coding

Slide image

Show answer

Auto Play

Slide 1 / 54

SLIDE