100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

CSIS 212 Final Exam ALL ANSWERS 100% CORRECT AID GRADE A+

Rating
-
Sold
-
Pages
8
Grade
A+
Uploaded on
12-07-2022
Written in
2021/2022

Which statement below could be used to simulate the outputs of tossing a quarter to get heads or tails? Suppose randomNumbers is a SecureRandom object. Selected Answer: randomNInt(2); • Question 2 3 out of 3 points Overloaded methods always have the same . Selected Answer: method name • Question 3 3 out of 3 points The identifiers in an enumeration . Selected Answer: must be unique. • Question 4 3 out of 3 points Declaring main as static allows the JVM to invoke main . Selected Answer: without creating an instance of the class in which main is declared. • Question 5 3 out of 3 points Variables should be declared as fields only if . Selected Answer: they are required for use in more than one method or their values must be saved between calls to the class’s methods • Question 6 3 out of 3 points The package contains classes for manipulating all of the following items except . Selected Answer: classes • Question 7 3 out of 3 points Which set of statements totals the items in each row of two-dimensional array items, and displays each row’s total? Selected Answer: for (int row = 0; row < h; row++) { int total = 0; for (int column = 0; column < items[row].length; column++) { total += items[row][column]; Sf("Row %d's total is %d%n", row, total); } • Question 8 Which of the following statements is false? 3 out of 3 points Selected Answer: When an argument is passed by reference, the called method can access the argument’s value in the caller directly but cannot modify it. • Question 9 A programmer must do the following before using an array: 3 out of 3 points Selected Answer: declare then create the array. • Question 10

Show more Read less
Institution
Course









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Study
Course

Document information

Uploaded on
July 12, 2022
Number of pages
8
Written in
2021/2022
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

CSIS 212 Final Exam ALL ANSWERS


100% CORRECT AID GRADE A+

Which statement below could be used to simulate the outputs of tossing a quarter to
get heads or tails? Suppose randomNumbers is a SecureRandom object.
Selected randomNumbers.nextInt(2);
Answer:
• Question 2
3 out of 3 points

Overloaded methods always have the same .
Selected method name
Answer:
• Question 3
3 out of 3 points

The identifiers in an enumeration .
Selected must be unique.
Answer:
• Question 4
3 out of 3 points

Declaring main as static allows the JVM to invoke main .
Selected without creating an instance of the class in which main is declared.
Answer:
• Question 5
3 out of 3 points

Variables should be declared as fields only if .

, Selected they are required for use in more than one method or their values must be
Answer: saved between calls to the class’s methods
• Question 6
3 out of 3 points

The java.text package contains classes for manipulating all of the following items
except .
Selected classes
Answer:
• Question 7
3 out of 3 points

Which set of statements totals the items in each row of two-dimensional array items, and
displays each row’s total?


Selected
Answer: for (int row = 0; row < items.length; row++) {
int total = 0;


for (int column = 0; column < items[row].length;
column++) {
total += items[row][column];


System.out.printf("Row %d's total is %d%n", row,
total);
}
• Question 8
3 out of 3 points

Which of the following statements is false?
Selected When an argument is passed by reference, the called method can
Answer:
access the argument’s value in the caller directly but cannot modify it.
• Question 9
3 out of 3 points

A programmer must do the following before using an array:
Selected declare then create the array.
Answer:
• Question 10
0 out of 3 points

How many Book objects are created by the following statement?
Book[] books = new Book[10];
Selected None of the above.
Answer:
• Question 11

Get to know the seller

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.
Allan100 Rasmussen College
Follow You need to be logged in order to follow users or courses
Sold
644
Member since
4 year
Number of followers
605
Documents
3263
Last sold
2 months ago

3.5

92 reviews

5
36
4
17
3
15
2
5
1
19

Recently viewed by you

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

Frequently asked questions