NEW
Font size
Worksheetsjavascript - khan academy
Total questions: 11
Worksheet time: 6mins
What programming language are we learning?
HTML
JAVASCRIPT
JAVA
BASICS
What follows a command?
()
();
//
//;
Javascript is the language of most modern ______ browsers.
application
web
fast
hard
You want to draw a circle, which command is written correctly?
circle();
ellipse();
//circle
//ellipse
The (x, y, w, h) in a command are called "parameters".
True
False
The 'X' parameter
moves the object left and right
moves the objectup and down
changes with width
changes the height
The 'Y' parameter
moves the object left and right
moves the object up and down
makes the object wider or thinner
makes the object taller or smaller
The 'W' parameter
moves the object left and right
moves the object up and down
makes the object thicker or thinner
makes the object taller or shorter
The 'H' parameter
moves the object left and right
moves the object up and down
makes the object wider or thinner
makes the object taller or shorter
What symbols do you use to write a comment in your code?
()
;
//
\\
When using the RECT command, the 'X' and 'Y' parameters control the upper left hand corner of the the rectangle.
True
False
