AP CSA Unit One Review

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

23 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following answer choices display the correct format for a Java main class?
Options:
public static void main(String [] args),
public void main static(String [] args),
public static main static(String [] args);
public static void main static(Int [] args),
public static main static(String {} args);
Back
public static void main(String [] args)
2.
FLASHCARD QUESTION
Front
Which of the following answer choices shows the output of the following snippet of code?
System.out.print(“Welcome back”);
System.out.println(“IA!”);
System.out.println(“Hope you had a great summer!”);
Back
Welcome backIA
Hope you had a great summer!
3.
FLASHCARD QUESTION
Front
Which of the following is NOT a Java Primitive Data Type: String, double, integer, char, boolean?
Back
String
4.
FLASHCARD QUESTION
Front
True or False: This code will run with no errors
public class QuizOne
{
public static void main(String[]args)
{
System.out.println(“Today is Monday”)
}
}
Back
False
5.
FLASHCARD QUESTION
Front
Which of the following lines of code will print “Hello IA” to the console: System.out.print(“Hello IA”), System.out.println(“Hello IA”);, System.outprint(Hello IA);, System.out.println(Hello IA)
Back
System.out.println(“Hello IA”);
6.
FLASHCARD QUESTION
Front
Assuming this code has a main class and runs with no errors, what will be the output on the console:
double z = 6.7;
int x = 4;
int y = 8;
z = x/y;
System.out.println(z);
Back
0.0
7.
FLASHCARD QUESTION
Front
What is the primary use of the Scanner class in Java?
Back
To read input of primitive data types and strings
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Array(3)

Flashcard
•
10th Grade
11 questions
Java String Objects & Methods

Flashcard
•
12th Grade
20 questions
Java Programming Flashcard - unit 1 c

Flashcard
•
9th Grade
20 questions
Unit 3 Python TEST

Flashcard
•
11th - 12th Grade
17 questions
AP CSA Unit 3 Review

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

Flashcard
•
11th - 12th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
22 questions
Final Review Part 3

Flashcard
•
11th 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