Java Programming Flashcard - unit 1a

Flashcard
•
Information Technology (IT)
•
9th Grade
•
Hard
Wayground 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
15 questions
Graphing Linear Equations

Flashcard
•
8th - 9th Grade
14 questions
Standard Form & Intercepts

Flashcard
•
8th Grade
19 questions
Input/Output

Flashcard
•
7th - 8th Grade
15 questions
Loops Python

Flashcard
•
9th Grade
21 questions
Tuần 26- Ôn tập Python - Trắc nghiệm

Flashcard
•
10th Grade
20 questions
Intro to Classes C++

Flashcard
•
KG
16 questions
Loops Flashcard

Flashcard
•
9th - 12th Grade
14 questions
CodeHS: Unit6 - JavaScript Basics

Flashcard
•
9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Information Technology (IT)
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
20 questions
Biomolecules

Quiz
•
9th Grade