Java Fundamentals

Quiz
•
Computers
•
12th Grade
•
Easy
Marlowe Marquez
Used 26+ times
FREE Resource
24 questions
Show all answers
1.
REORDER QUESTION
1 min • 5 pts
Reorder the following Java program structure
public class HelloWorld{
public static void main (String [ ] args) {
System.out.println("Hello World from Java");
package helloworld;
}
}
2.
CLASSIFICATION QUESTION
3 mins • 20 pts
Groups:
(a) Arithmetic Operators
,
(b) Assignment Operators
,
(c) Comparison Operators
,
(d) Logical Operators
+
+=
-=
%
!=
/
/=
>=
||
<=
>
%=
&&
*
==
<
!
*=
-
++
3.
DRAG AND DROP QUESTION
1 min • 5 pts
Drag the following missing parts of for loop to its correct place in order to display numbers from 1 to 10. for ( (a) x<=10; (b) ){
System. (c) println( (d) ) (e)
4.
MATCH QUESTION
1 min • 5 pts
Match the following
5
"abc"
true
5.2
'a'
5.
DRAG AND DROP QUESTION
1 min • 5 pts
Print "Hello World" if x is greater than y.
(a) x (b) 50 (c) y = 10;
(d) (x (e) y) {
System.out.println("Hello World");
}
6.
DRAG AND DROP QUESTION
1 min • 5 pts
Insert the missing parts to complete the following switch statement. (a) day = 2;
switch ( (b) ) {
(c) 1: System.out.println("Saturday");
(d)
case (e) : System.out.println("Sunday");
break;
}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who invented Java Programming?
Create a free account and access millions of resources
Similar Resources on Wayground
29 questions
JavaScript

Quiz
•
9th - 12th Grade
22 questions
App Inventor Basics Quiz

Quiz
•
9th - 12th Grade
24 questions
Javascript Basics

Quiz
•
7th Grade - University
27 questions
Java Applications and Concepts Quiz

Quiz
•
12th Grade
20 questions
Bid Data: Day 2

Quiz
•
KG - Professional Dev...
24 questions
Topic D - Types of programming and mark up languages

Quiz
•
12th Grade
22 questions
NV: Java Interface Quiz

Quiz
•
12th Grade
20 questions
JavaScript Basics CodeHS

Quiz
•
7th - 12th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade