JavaScript Test

Quiz
•
Computers
•
12th Grade
•
Easy
Megan Cunningham
Used 1+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the proper syntax to draw a circle on the screen in JavaScript?
var = new Circle (20);
var = Circle(circleDraw();)
createCircle();
var = new circle(20);
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command is used to concatenate text and display it in JavaScript?
print("Text " + " Text")
"Text " + " Text"
println("Text " + " Text");
show("Text " + " Text")
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the naming convention where the first letter is lower case and each subsequent start of a word is upper case?
UpperCamelCase
lowerCamelCase
snake_case
kebab-case
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Callback Function in JavaScript?
A function that returns a value
A function that is called when a variable is declared
A function passed as a parameter to another function to be called later
A function that prints a line to the user
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the getWidth() function return in JavaScript?
The height of the graphics canvas
The width of the graphics canvas
The area of the graphics canvas
The perimeter of the graphics canvas
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the study of computational thinking and the step-by-step process to a computer called?
Information Technology
Computer Science
Algorithmic Thinking
Software Thinking
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of Input Output (I/O) in programming?
To perform basic mathematical tasks
To send and receive data from a computer hardware component, device, or network
To manage the flow of information into and out of a program
To store data permanently
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
AIB_2Q

Quiz
•
12th Grade
15 questions
CSE_CodeHS_intro_python_unit_3_5

Quiz
•
9th - 12th Grade
22 questions
Basic Boolean Logic Practice

Quiz
•
9th - 12th Grade
20 questions
AP CSP Unit 6

Quiz
•
10th - 12th Grade
15 questions
PCEP Section 2a: Make decisions with if instruction

Quiz
•
12th Grade
20 questions
Unit 5 Quiz - Loops & Lists (code.org)

Quiz
•
10th - 12th Grade
15 questions
Unit 3: Interactive Animations and Games - Lessons 3-6

Quiz
•
6th Grade - University
21 questions
Python-Checkpoint revision

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade