
Semester 1 Review 1

Quiz
•
Computers
•
12th Grade
•
Medium
Jeffrey Smith
Used 3+ times
FREE Resource
28 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Give the output (type error if there is an error):
int x = 5 % 3;
System.out.print(x);
2.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Give the ouput:
double x = 5 / 3;
System.out.println(x);
3.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Give the ouput:
double x = (double)7 / 2;
System.out.println(x);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sterling silver is pure silver.
True
False
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Give the output:
System.out.println(5 + 2 * 3);
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is returned?
String s = "123";
if(s == "123")
return true;
return false;
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is returned?
String s1 = new String("apple");
String s2 = new String("apple");
if(s1 == s2)
return true;
return false;
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
ict5_mt_w5-6_q2

Quiz
•
12th Grade - University
30 questions
SAINS KOMPUTER

Quiz
•
4th - 12th Grade
25 questions
Python - Unit Test 2

Quiz
•
9th Grade - University
25 questions
Senior - Python Assessment 1

Quiz
•
9th - 12th Grade
32 questions
Unit 1 APCSA

Quiz
•
9th Grade - University
26 questions
JENIS DATA (ASAS SAINS KOMPUTER TINGKATAN 2) Cikgu Munirah

Quiz
•
12th Grade
25 questions
SAINS KOMPUTER TINGKATAN 4-1.5 AMALAN TERBAIK PENGATURCARAAN

Quiz
•
7th - 12th Grade
27 questions
Stream Java

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