What percentage of your AP Exam is the Create Task?
30 Percent.
What is a variable?
Memory location that stores a value and is a fundamental unit of storage in a program.
int x=64;
System.out.println(x)
What will print?
64
What will print?
int x = 5;
int y = 6;
System.out.println(x + y); // Print the value of x + y
11
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
Will the AP Exam be administered in paper or digital form?
Digital.
When was North Springs established?
1963
What does this expression evaluates to?
2 / (5 % 3)
1
What will print?
String firstName = "John ";
String lastName = "Doe";
String fullName = firstName + lastName;
System.out.println(fullName);
John Doe
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.
What is the highest score you can receive on the AP Exam?
5
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.
What will print?
System.out.println("Hello World!");
Hello World!
Every Java program has a class name which must match the filename
True or False
True
Who is the largest advertiser?
Amazon is one of the world's largest advertisers
What date should you have 80% of your Create task completed?
Before leaving for Winter Break.
What is a method in Java?
A method is a block of code within a class that performs a specific task.
What is a string variable?
String - stores text, such as "Hello".
String values are surrounded by double quotes
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.
Who has the best slogan?
Just do it: Nike's slogan is considered one of the best of all time.
Can you work with another person on the Create task?
Yes
What is a Float variable in Java.
A keyword is used to define a floating point number variable.
What happens when you initialize a variable?
You give it value.
Java works on different platforms (Windows, Mac, Linux, Raspberry Pi)
True or False
True
What is the best college in the world?
Harvard University