AP CSA Unit 1 Review

Flashcard
•
Computers
•
10th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Consider the following code segment.
System.out.println("W");
System.out.println("X");
System.out.print("Y");
System.out.print("Z");
What is printed as a result of executing the code segment?
Back
W
X
YZ
2.
FLASHCARD QUESTION
Front
Consider the following code segment:
String str = "AP";
str += "CS " + 1 + 2;
System.out.println(str);
What is printed as a result of executing the code segment?
Back
APCS 12
3.
FLASHCARD QUESTION
Front
What is the expected output? Options: -1, 0, 1, 17, 18
Back
17
4.
FLASHCARD QUESTION
Front
Is the following identifier legal or illegal?
MyFirstProgram
Back
legal
5.
FLASHCARD QUESTION
Front
If x = 4, x++ =?
Back
5
6.
FLASHCARD QUESTION
Front
if int a = 10, what does b = if b= 15/4
Back
3
7.
FLASHCARD QUESTION
Front
In integer division, what happens to the decimal, such as int a = 25/10, where the answer would be 2.5?
Back
the decimal is dropped
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
AP Computer Science Principles - Module 3 Review

Flashcard
•
10th - 12th Grade
13 questions
CSAwesome: 1.2 - Java Basics HW Review

Flashcard
•
11th - 12th Grade
10 questions
Python Data Structures

Flashcard
•
10th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
10 questions
Java Programming Basics

Flashcard
•
9th - 12th Grade
12 questions
java while loop

Flashcard
•
9th - 12th Grade
14 questions
Python If Else Statements

Flashcard
•
9th - 12th Grade
17 questions
Python Operators and Expressions

Flashcard
•
10th 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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade