JavaScript Console & Graphics Review
Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What function will output the text "Hello"? Options: output("Hello");, add("Hello");, printLine("Hello");, println("Hello");
Back
println("Hello");
Answer explanation
The function 'println("Hello");' is the correct choice as it outputs the text 'Hello' to the console, typically adding a newline after. The other options do not correspond to standard output functions in most programming languages.
2.
FLASHCARD QUESTION
Front
What function would you use if you want to ask a user for an integer? Options: readLine(), readString(), readInt(), readFloat()
Back
readInt()
Answer explanation
To ask a user for an integer, the correct function is readInt(). This function specifically reads and converts user input into an integer type, while the other options do not serve this purpose.
3.
FLASHCARD QUESTION
Front
What is the correct syntax for asking a user for their name? Options: var name = readLine("What is your name?");, var name; printLn("What is your name?");, readLine("What is your name?");, var name = "What is your name?"
Back
var name = readLine("What is your name?");
Answer explanation
The correct syntax for asking a user for their name is 'var name = readLine("What is your name?");'. This line declares a variable 'name' and assigns it the value returned by the readLine function, which prompts the user.
4.
FLASHCARD QUESTION
Front
What do we call the information that goes in between the parentheses when we call a function? Example: println("Hello")
Back
argument(s)
Answer explanation
The information inside the parentheses when calling a function is called 'arguments'. In the example println("Hello"), "Hello" is the argument passed to the println function.
5.
FLASHCARD QUESTION
Front
What is an integer?
Back
A whole number, either positive or negative
Answer explanation
An integer is defined as a whole number that can be either positive or negative, such as -3, 0, or 5. This distinguishes it from fractions or decimal numbers, making the first choice the correct answer.
6.
FLASHCARD QUESTION
Front
What is the punctuation that we always use around strings?
Back
Double quotes ""
Answer explanation
In programming, strings are typically enclosed in double quotes ". This is a standard convention in many languages, making "Double quotes" the correct choice for surrounding strings.
7.
FLASHCARD QUESTION
Front
What is a float?
Back
A number with a fraction expressed as a decimal
Answer explanation
A float is defined as a number that includes a fraction, represented in decimal form. This distinguishes it from whole numbers, which do not have fractional parts.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
25 questions
Soccer Teams
Flashcard
•
KG - University
14 questions
2025 S3/4 CCKS Nutrients
Flashcard
•
8th Grade - University
14 questions
Negative Exponents
Flashcard
•
8th Grade - University
26 questions
S3 Spreadsheets
Flashcard
•
9th - 12th Grade
15 questions
Plant Structure and Function Review
Flashcard
•
9th - 12th Grade
13 questions
[AP CSP] Binary Conversion
Flashcard
•
9th - 12th Grade
20 questions
Soal latihan persamaan reaksi kimia
Flashcard
•
10th Grade
19 questions
Respiratory System and Gas Exchange
Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade