Java Programming Flashcard - unit 1a

Flashcard
•
Information Technology (IT)
•
9th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

22 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following correctly declares an integer variable in Java? Options: int num = 3;, int num <- 3;, integer num = 3;, int num == 3;
Back
int num = 3;
2.
FLASHCARD QUESTION
Front
Which statement will correctly print "Hello, World!" to the console in Java? Options: print("Hello, World!");, println("Hello, World!");, System.out.println("Hello, World!");, System.print.out("Hello, World!");
Back
System.out.println("Hello, World!");
3.
FLASHCARD QUESTION
Front
What is the correct statement to import the Scanner class in Java?
Back
import java.util.Scanner;
4.
FLASHCARD QUESTION
Front
What is the correct way to create a Scanner object to read user input?
Back
Scanner sc = new Scanner(System.in);
5.
FLASHCARD QUESTION
Front
Which method is used to read an integer input from a Scanner object? Options: nextLine(), nextInt(), getInt(), readInt()
Back
nextInt()
6.
FLASHCARD QUESTION
Front
Which of the following correctly assigns the value 10 to the variable x, in Java? Options: x == 10;, x = 10;, int x <- 10;
Back
x = 10;
7.
FLASHCARD QUESTION
Front
Which of the following correctly concatenates two strings str1 and str2? Options: str3 = str1.concat(str2);, str3 = str1 + str2;, Both a and b, None of the above
Back
str3 = str1 + str2;
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Java Values and Data Types Flashcard

Flashcard
•
9th Grade
16 questions
Angle Relationships

Flashcard
•
9th Grade
15 questions
X and Y Intercepts

Flashcard
•
9th Grade
18 questions
Java Program Parts

Flashcard
•
9th Grade
22 questions
Basic Java -1

Flashcard
•
8th Grade
12 questions
C programming review Flashcard

Flashcard
•
9th Grade
16 questions
JavaScript Basics

Flashcard
•
9th Grade
21 questions
Javascript in Khan 1116

Flashcard
•
10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade