Basic AP Information
Java Vocab
Basic Programming
Basic Programming II
Computer Science
100

What percentage of your AP Exam is the Create Task?

30 Percent.

100

What is a variable?

Memory location that stores a value and is a fundamental unit of storage in a program.

100

int x=64;

System.out.println(x)

What will print?

64

100

What will print?

int x = 5;
int y = 6;
System.out.println(x + y); // Print the value of x + y

11

100

Who is Bill Gates?

William Henry Gates III is an American businessman best known for co-founding the software company Microsoft with his childhood friend Paul Allen

200

Will the AP Exam be administered in paper or digital form?

Digital.

200

When was North Springs established?

1963

200

What does this expression evaluates to?

2 / (5 % 3)

1

200

What will print?

String firstName = "John ";
String lastName = "Doe";
String fullName = firstName + lastName;
System.out.println(fullName);

John Doe

200

What is the latest Iphone?

The latest iPhone is the iPhone 16, which was announced on September 9, 2024 and began shipping on September 20, 2024.

300

What is the highest score you can receive on the AP Exam?

5

300

What is a Class in Java?

A class is a blueprint or a template for creating objects. It defines the structure and behavior that its objects will have.

300

What will print?

System.out.println("Hello World!");

Hello World!

300

Every Java program has a class name which must match the filename

True or False

 

True

300

Who is the largest advertiser?

Amazon is one of the world's largest advertisers

400

What date should you have 80% of your Create task completed?

Before leaving for Winter Break.

400

What is a method in Java?

A method is a block of code within a class that performs a specific task.

400

What is a string variable?

String - stores text, such as "Hello". 

String values are surrounded by double quotes

400

The curly braces {} marks the end of a block of code.

False

The curly braces {} marks the beginning and the end of a block of code.

400

Who has the best slogan?

Just do it: Nike's slogan is considered one of the best of all time. 






500

Can you work with another person on the Create task?

Yes

500

What is a Float variable in Java.

A keyword is used to define a floating point number variable.

500

What happens when you initialize a variable?

You give it value.

500

Java works on different platforms (Windows, Mac, Linux, Raspberry Pi)

True or False




True

500

What is the best college in the world?

Harvard University

M
e
n
u