JavaScript Basics
Time limit: 0
Quiz Summary
0 of 6 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Quiz complete. Results are being recorded.
Results
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 6
1. Question
What does this code create?
ellipse (x,y,w,h);
CorrectIncorrect -
Question 2 of 6
2. Question
What do these two lines of code do?
background(0, 255, 242);
fill(255, 242, 0);
CorrectIncorrect -
Question 3 of 6
3. Question
In JavaScript, how do you create a variable?
CorrectIncorrect -
Question 4 of 6
4. Question
How do you creat a function?
CorrectIncorrect -
Question 5 of 6
5. Question
What does it mean when you type:
x++;
CorrectIncorrect -
Question 6 of 6
6. Question
How can the mouse effect the position of an object?
CorrectIncorrect