Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 5 pages
Exam (elaborations)

AP COMPUTER SCIENCE A UNIT 1 EXAM |ACCURATE ANSWERS

Document preview thumbnail
Preview 2 out of 5 pages

Assuming that scan is a properly initialized Scanner variable, which of the following correctly inputs a String? - ACCURATE ANSWERS String val = Line(); Consider the following code: int x = -3; x--; Sln(x); What is output? - ACCURATE ANSWERS -4 Which of the following data types would be most appropriate to use when recording whether a switch is in the "on" or "off" position? - ACCURATE ANSWERS boolean Which of the following is NOT a primitive data type? - ACCURATE ANSWERS String What is output by the following code? int a = 91; Sln(a / 2); - ACCURATE ANSWERS 45 Which of the following is a legal variable name in Java? - ACCURATE ANSWERS ans What is (6 % 2) * 7? - ACCURATE ANSWERS 0 Which of the following would properly create A and B as integer variables? - ACCURATE ANSWERS int A; int B; Wh

Content preview

AP COMPUTER SCIENCE A UNIT 1
EXAM |ACCURATE ANSWERS

Assuming that scan is a properly initialized Scanner variable, which of
the following correctly inputs a String? - ACCURATE ANSWERS✔✔
String val = scan.nextLine();


Consider the following code:
int x = -3;
x--;
System.out.println(x);


What is output? - ACCURATE ANSWERS✔✔ -4


Which of the following data types would be most appropriate to use
when recording whether a switch is in the "on" or "off" position? -
ACCURATE ANSWERS✔✔ boolean


Which of the following is NOT a primitive data type? - ACCURATE
ANSWERS✔✔ String


What is output by the following code?
int a = 91;
System.out.println(a / 2); - ACCURATE ANSWERS✔✔ 45

, Which of the following is a legal variable name in Java? - ACCURATE
ANSWERS✔✔ ans


What is (6 % 2) * 7? - ACCURATE ANSWERS✔✔ 0


Which of the following would properly create A and B as integer
variables? - ACCURATE ANSWERS✔✔ int A;
int B;


Which of the following correctly stores the word umbrella in a variable
called stuff? - ACCURATE ANSWERS✔✔ String stuff = "umbrella";


Consider the following code:
int c = 3 - 37 % 2;
System.out.println(c);


What is output? - ACCURATE ANSWERS✔✔ 2


Consider the following code:
int x = 9;
int y = 6;
System.out.println( (x*y)/x );

Document information

Uploaded on
August 31, 2024
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$10.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
EXAMLINKS
3.1
(17)
Sold
67
Followers
6
Items
3534
Last sold
6 days ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions