
APCS UNIT 1

Quiz
•
Computers
•
12th Grade
•
Easy
Maura Duffy
Used 22+ times
FREE Resource
39 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code segment.
What is printed as a result of executing the code segment?
Hello!!!
Hello System.out.println!!!
Hello
!!!
Hello System.out.println
!!!
Nothing is printed because the text "System.out.println" cannot appear inside a print statement.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following changes can be made so that the code segment produces the intended output?
Changing print to println in line 1 only
Changing print to println in line 2 only
Changing print to println in line 3 only
Changing print to println in lines 2 and 3 only
Changing print to println in lines 1, 2, 3, and 4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line of code, if any, causes an error?
Line 1
Line 2
Line 3
Line 4
The segment works as intended
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed as a result of executing the code segment?
APCSA
APCS
A
AP
CSA
AP
CS
A
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which change, if any, can be made so that the code segment produces the intended output?
In line 1, print should be changed to println.
In lines 2 and 3, println should be changed to print.
The statement System.out.println() should be inserted between lines 2 and 3.
In lines 1, 2, and 3, the text that appears in parentheses should be enclosed in quotation marks.
No change is needed; the code segment works correctly as is.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed as a result of executing the code segment?
*
**
***
****
*
**
*******
*
*****
****
***
***
****
***
*******
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following variable declarations are most appropriate to replace
/* missing declarations */ in this code segment?
int pi = 3.14159;
int d = 1.5;
final int c;
final int pi = 3.14159;
int d = 1.5;
int c;
final double pi = 3.14159;
double d = 1.5;
double c;
double pi = 3.14159;
double d = 1.5;
final double c = 0.0;
final double pi = 3.14159;
final double d = 1.5;
final double c = 0.0;
Create a free account and access millions of resources
Similar Resources on Wayground
42 questions
IT Fun 1.0 Concepts and Terms

Quiz
•
11th - 12th Grade
34 questions
Computer Science I Midterm Review (AKHS)

Quiz
•
9th - 12th Grade
40 questions
TEKNIK KOMPUTER JARINGAN

Quiz
•
12th Grade
36 questions
OCR MCQ's Data Validation and Authentication Quiz

Quiz
•
9th - 12th Grade
40 questions
10th Grade 10 - IT Programming - 2nd Cycle Exam

Quiz
•
10th Grade - University
40 questions
Revision Quiz 1

Quiz
•
12th Grade
34 questions
CB30: Unit 2 Test Review

Quiz
•
9th - 12th Grade
39 questions
CS Recape 2

Quiz
•
11th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade