
Basic Java Programming Pre-test

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

11 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which method is used to print Hello World in Java?
Back
System.out.println("Hello World");
2.
FLASHCARD QUESTION
Front
How to create a variable with the numeric value 5? Options: x = 5;, num x = 5, float x = 5;, int x = 5;
Back
int x = 5;
3.
FLASHCARD QUESTION
Front
Which of these statements about Data Types is FALSE?
int stores whole numbers,
double stores fractional numbers,
boolean stores true or false values,
char store a sequence of characters
Back
char store a sequence of characters
4.
FLASHCARD QUESTION
Front
Which library is used to receive input?
Back
java.util.Scanner;
5.
FLASHCARD QUESTION
Front
What is the correct way of using if conditions in Java? Options: if (x = 10), if (x == 10), if (x === 10), if (x != 10)
Back
if (x == 10)
6.
FLASHCARD QUESTION
Front
What is the correct way to start a while loop in Java? Options: while x > y {, while (x > y), while x > y:, x > y while {
Back
while (x > y)
7.
FLASHCARD QUESTION
Front
Which is the correct way of using a For Loop? Options: for (int i==0;i<10;i++), for (m=10;m>10;m--), for (j<1;j=10;j++), for (int k==0;i<=10;i--), for (int l++;l=1;l<10)
Back
for (m=10;m>10;m--)
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
AP Computer Science A Flashcard

Flashcard
•
12th Grade
15 questions
AP Computer Science A Review 1

Flashcard
•
10th - 12th Grade
11 questions
Java Boolean Statements

Flashcard
•
11th Grade
5 questions
Arrays

Flashcard
•
11th Grade
10 questions
Methods and conditional warm up 1

Flashcard
•
10th Grade
11 questions
for and while loops level 2

Flashcard
•
9th - 12th Grade
13 questions
Functions and Parameters

Flashcard
•
9th - 12th Grade
7 questions
LUYỆN TẬP TÍCH PHÂN (TỪNG PHẦN)

Flashcard
•
12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade