Capitalization does NOT matter with Java.
Java Program Parts

Quiz
•
Computers
•
9th Grade
•
Medium
Ariel Brumfield
Used 10+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True!
False!
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When coding with Java,
System.out.println("Go Java!");
is the same code as
system.out.println("Go Java!");
True!
False!
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The semicolon
;
is used like a period at the end of a coding sentence.
True!
False!
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is {
System.out.println("This is a literal print.");
System.out.print("Yea!");
System.out.println("Go Java!");
}
the same code as
{ System.out.println("This is a literal print."); System.out.print("Yea!"); System.out.println("Go Java!"); }
Yes
No
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is {
System.out.println("This is a literal print.");
System.out.print("Yea!");
System.out.println("Go Java!");
}
"better" coding than
{ System.out.println("This is a literal print."); System.out.print("Yea!"); System.out.println("Go Java!"); }
It is a more efficient use of space
It is much easier to read, change, and debug
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Do the spaces and new lines (enters) in the code change anything about what the program does or looks like?
Yes, the program runs differently because of spaces and enters in the code.
No, Yes, the program completely ignores spaces and enters in the code.
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
/*************************************
*Project: Day1Lab
*Programmer: Mrs. B.
*Date: October 2, 2023
*Program Name: Hello.java
**************************************/
What is this?
A change log
A link to the input output Java subfolder
The main method
The name of the program
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
uCertify Chapter 1 Test

Quiz
•
9th - 12th Grade
18 questions
Python basics

Quiz
•
7th - 10th Grade
19 questions
Unit 4: Operators in Java

Quiz
•
9th - 10th Grade
21 questions
CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

Quiz
•
9th - 12th Grade
25 questions
JavaScript Console & Graphics Review

Quiz
•
9th - 12th Grade
22 questions
MSS CSEC Intro

Quiz
•
9th - 12th Grade
17 questions
AP CS Test 0 Module 1

Quiz
•
9th - 12th Grade
20 questions
Quarter 3 Final Exam: Functions and Parameters

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University