NEW
Font size
WorksheetsComputer Programming & JavaScript
Total questions: 16
Worksheet time: 10mins
What does the "fill" command do
put letters in the shape
put pictures in the shape
put color in the shape
put code in the shape
What programming language did we learn in class this week?
Karel
Java
JavaScript
Visual Basic
In computer programming, what is an algorithm?
A sequence of instructions
A computer programming language
A problem in the software
A placeholder for a piece of information that can change
ellipse(212, 206, 283, 318);
ellipse(212, 235, 100, 73);
ellipse(150, 150, 30, 30);
ellipse(278, 150, 30, 30);
The code above represents a snowman with two eyes and a nose. The code that represents the nose is:
ellipse(150, 150, 30, 30);
ellipse(212, 206, 283, 318);
ellipse(278, 150, 30, 30);
ellipse(212, 235, 100, 73);
Color is defined by these three colors
Red, purple, orange
Red, Blue, Green
Green, Blue, Orange
What is a computer program?
a collection of instructions that performs a specific task when executed by a computer
Something you can use to write a document
refers to physically or automatically adding data to a system
input
output
coding
bug
Data generated by a computer
input
output
bug
loop
Which of the following is an example of an output device?
mouse
keyboard
printer
Which of the following is an example of an input device?
speakers
monitor
keyboard
printer
