NEW
Font size
WorksheetsIntroduction to Programming
Total questions: 10
Worksheet time: 5mins
What is programming?
a set of related activities
someone who knows how to program
giving the computer a set of commands
a language where the codes are written in text
Programming is the same thing as coding.
True
False
What is a "bug" in programming?
an error in a code
a scratch on the screen
something is wrong with the computer
none of the above
What is "debugging" in programming?
a programming language of the web
an error in a code
giving the computer a set of commands
the process of finding and fixing errors in programming
Block coding is when the codes are written in text.
True
False
Which of these Karel commands are written correctly?
move;
turnLeft();
putball
takeit();
Each Karel command ends with a () and a ;.
True
False
Which line(s) contains the bug?
1 and 3
3 only
5 only
3 and 5
What do you use when you want to teach Karel a new command?
a bug
a function
block coding
you have to write more codes
What lines would you replace with the turnRight function?
Lines 4 & 5
Lines 7 - 9
Lines 8 - 10
Lines 4 & 5 and lines 8 - 10
