AP Computer Science A Flashcard

Flashcard
•
Computers
•
12th Grade
•
Medium
+20
Standards-aligned
Wayground Content
Used 2+ times
FREE Resource
Student preview

14 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What are the primitive data types in Java?
Back
boolean, byte, short, int, long, float, double, char
Tags
VAR.1.C.1
2.
FLASHCARD QUESTION
Front
What is the difference between int and double data types in Java?
Back
The main difference between int and double data types in Java is their precision.
Tags
VAR.1.C.1
3.
FLASHCARD QUESTION
Front
How do you declare a variable of type boolean in Java?
Back
boolean variableName
Tags
VAR.1.C
4.
FLASHCARD QUESTION
Front
What are the three control structures in Java?
Back
Sequential, Selection, Iteration
Tags
CON.2.C.1
CON.2.A.2
IOC.1
5.
FLASHCARD QUESTION
Front
What is the purpose of the if statement in Java?
Back
The purpose of the if statement in Java is to perform a conditional execution of a block of code.
Tags
CON.2.A.2
CON.2.A.3
6.
FLASHCARD QUESTION
Front
What is an array in Java?
Back
An array in Java is a data structure that allows you to store multiple values of the same type in a single variable.
Tags
VAR.2.A
VAR.2.A.1
VAR.2.A.3
VAR.2.A.2
VAR.2.A.4
7.
FLASHCARD QUESTION
Front
How do you declare and initialize an array in Java? Options: int numbers = new int[5];, int[] numbers = {1, 2, 3, 4, 5};, int[] numbers = new int[] {1, 2, 3, 4, 5};, int[] numbers = new int[5];
Back
int[] numbers = new int[5];
Tags
VAR.2.A
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
java variables 1

Flashcard
•
9th - 12th Grade
10 questions
Java Exception Handling

Flashcard
•
11th - 12th Grade
6 questions
Java Class and Object Concepts

Flashcard
•
12th Grade
9 questions
Java Methods

Flashcard
•
12th Grade
10 questions
Chương 3: Hệ Thống I/O

Flashcard
•
University
8 questions
Methods

Flashcard
•
University
17 questions
AP CSA Review Game — “Java Survival Skills”

Flashcard
•
12th Grade
13 questions
IST_OPENING Final Exam Review 12.04

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