
AP CS A Quiz: Unit 1
Authored by Karen Kikuchi
Computers
10th - 12th Grade
Used 598+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is NOT a Java primitive type
double
float
int
String
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements is true about variables?
The memory associated with a variable of a primitive type holds an actual primitive value.
When a variable is declared final, its value can only be changed through a direct reassignment.
A variable originally created as an int can be changed to store a double through casting.
All of these choices are true
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the value of x after this code runs?
int x = 5;
x = 10;
x = 4;
5
10
4
true
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the proper syntax to declare and initialize a variable called
temperature
to have the value
70.4?
int temperature = 70.4;
double temperature = 70.4;
temperature = 70.4;
temperature = (double) 70.4
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result of this expression?
(int) (2 + 1 / 3 + 1)
2
3
3.33
4
0
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which expression returns the one’s place of an integer x like 23?
x % 10
x / 10
x % 100
x + 1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the value of myInteger after this line of code is executed?
int myInteger = (int) 5.6;
6
5.6
5
9
0
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
21 questions
Visual Basic Assessment
Quiz
•
11th - 12th Grade
20 questions
Evaluación Primer Periodo Excel
Quiz
•
10th Grade
20 questions
C/ C++
Quiz
•
12th Grade
20 questions
Excel Spreadsheet Fun (2nd)
Quiz
•
10th - 12th Grade
20 questions
Python básico
Quiz
•
9th - 12th Grade
15 questions
After Effect Intoduction
Quiz
•
10th Grade - University
20 questions
COMPRAR UNA LAPTOP
Quiz
•
10th Grade
20 questions
สื่อสิ่งพิมพ์ V.1
Quiz
•
12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade