Unit 1 APCSA

Quiz
•
Computers
•
9th Grade - University
•
Medium
Thomas Wright
Used 11+ times
FREE Resource
32 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which of the following is not a primitive type?
int
double
String
boolean
char
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
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 • 5 pts
What is the value of x after this code runs
int x = 5;
x = 10;
x*=2;
x+=3;
23
3
33
13
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What is the value of x after this code runs
int x = 5;
x = 10;
x = 4;
5
10
4
true
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
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;
dbl temperature = 70.4;
temperature = (double)70.4
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
What is the result of this expression?
(int) (5 + 2 / 3 + 1)
5
6
6.67
7
0
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which expression returns the 1’s place of an integer x?
x % 10
x / 10
x % 100
x + 1
x / 100
Create a free account and access millions of resources
Similar Resources on Wayground
31 questions
Quarter 2 Interim Practice

Quiz
•
9th Grade
30 questions
Techlon's Code Marathon 2023

Quiz
•
12th Grade
30 questions
C Programming Quiz (Entry for Data Structures)

Quiz
•
University
30 questions
Year 9 Michaelmas Revision

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

Quiz
•
9th - 12th Grade
35 questions
APCSA Unit 4 test

Quiz
•
9th Grade
30 questions
PBO kelas XI

Quiz
•
11th Grade
32 questions
Java Basico

Quiz
•
University
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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade