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
Similar Resources on Wayground
20 questions
Unit 5 Flashcard - Loops & Lists (code.org)

Flashcard
•
10th - 12th Grade
22 questions
Review JavaScript

Flashcard
•
11th Grade - University
20 questions
WordPress Review 1

Flashcard
•
9th - 12th Grade
20 questions
European Day of Languages

Flashcard
•
9th - 12th Grade
20 questions
Javascript Basics

Flashcard
•
7th Grade - University
15 questions
AP CSP Unit 4

Flashcard
•
10th - 12th Grade
23 questions
hello kitty Flashcard

Flashcard
•
KG - University
21 questions
Java Loops

Flashcard
•
KG
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade