TGT APCSA

Quiz
•
Computers
•
11th Grade
•
Easy
VIRENA MERLA
Used 12+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What are the primitive data types?
int, double, boolean
int,double,boolean, String
int, float, boolean
integer, boolean, doubly
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What does the following code print?
System.out.print("9 ");
System.out.println("+ 5 = 14");
error
9 + 5 = 14
9
+ 5 = 14
9+5+14
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What’s the difference between System.out.println and System.out.print?
They do the same thing - no differences
print adds a return character at the end, while println does not
println adds a return character at the end, while print does not.
println creates a tab at the end while print does not
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is 8 % 3?
2
0
1
3
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What does modulo do?
returns the dividend
divides the numbers
returns the remainder
divides with an integer result
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What does it mean for a value to be declared as final?
final is not in java
It can only be changed
It cannot be changed.
it is the final answer to the problem
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What does the following code do?
chips *= 7;
"chips" is equal to 7
Multiplies the value of "chips" by 1 and stores the result in "chips"
Adds 7 to "chips"
Multiplies the value of "chips" by 7 and stores the result in "chips".
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
UTS SMT Genap PBO 11 RPL

Quiz
•
11th Grade
20 questions
كائنات بلغة جافا الفئة كتاب

Quiz
•
10th Grade - University
15 questions
Progamming - Java Syntax

Quiz
•
11th - 12th Grade
15 questions
Multimedia Fundamentals

Quiz
•
9th - 12th Grade
15 questions
Java Math

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

Quiz
•
9th - 12th Grade
22 questions
AP CSA Primitive Types Practice

Quiz
•
11th Grade
25 questions
Chapter 2 Review

Quiz
•
10th - 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