100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Data Abstraction and Problem Solving with Java Walls and Mirrors, Prichard - Complete test bank - exam questions - quizzes (updated 2022)

Beoordeling
-
Verkocht
-
Pagina's
196
Cijfer
A+
Geüpload op
25-02-2022
Geschreven in
2021/2022

Description: - Test bank with practice exam questions and their answers - Compatible with different editions (newer and older) - Various difficulty levels from easy to extremely hard - The complete book is covered (All chapters) - Questions you can expect to see: Multiple choice questions, Problem solving, essays, Fill in the blanks, and True/False. - This test bank is a great tool to get ready for your next test *** If you have any questions or special request feel free to send a private message

Meer zien Lees minder

Voorbeeld van de inhoud

Chapter 1: Review of Java Fundamentals



Multiple Choice Questions:




1) Which of the following is an example of a wrapper class?

a) Double

b) int

c) String

d) System

Answer: a.



2) In order to declare a named constant, the declaration must use which Java keyword?

a) final

b) int

c) static

d) void

Answer: a.



3) If x is a variable of type int, what is the largest possible value of the expression (x % 5) ?

a) 1

b) 4

c) 5

d) 231 – 1

Answer: b.



4) What is the meaning of the declaration: String [][] a = new String [60][80]; ?

, a) Create an array of 60 strings, each of size 80 characters.

b) Create an array of 80 strings, each of size 60 characters.

c) Create a two-dimensional array of strings with 60 columns and 80 rows.

d) Create a two-dimensional array of strings with 60 rows and 80 columns.

Answer: d.



5) Which of the following loop headers will arrange for the loop body to execute exactly 10 times?

a) for (int i = 1; i < 10; ++i)

b) for (int i = 0; i <= 10; ++i)

c) for (int i = –5; i < 5; ++i)

d) for (int i = 2; i < 20; ++i)

Answer: c.



6) What type of Java statement allows you to use classes contained in other packages?

a) an access statement

b) a class statement

c) an import statement

d) a package statement

Answer: c.



7) Which access modifier, used when defining a method, indicates that only one such method is
available for all instances of the class?

a) final

b) private

c) protected

d) static

Answer: d.

,8) Suppose c1 and c2 are objects of the class Circle. A Circle has a single data member, its radius.
The Circle class has a default constructor (implemented correctly), but no other methods have
been defined in the implementation of the Circle class. What will happen when we try to execute
this code?

Circle c1 = new Circle(12.0);

Circle c2 = new Circle(12.0);

boolean same = (c1.equals(c2));

a) The code will not compile because equals( ) has not been implemented in Circle.

b) The value of same will be true.

c) The value of same will be false.

Answer: c.



9) Suppose a String variable s is initialized to the value “inheritance”. What value is returned by
the call s.substring(2, 5) ?

a) nher

b) nheri

c) her

d) heri

Answer: c.



10) Which type of loop is guaranteed to execute its body at least once?

a) do-while

b) for

c) switch

d) while

Answer: a.



11) Which of these expressions is illegal in Java?

a) x++ 5

, b) x =+ 5

c) x += 5

d) x == 5

Answer: a.



12) Suppose s is of type String. What would it mean if s.lastIndexOf(s.charAt(0)) returns the
value 1?

a) The first character appears once in the string.

b) The first two characters in the string are identical.

c) The length of the string is 2.

d) The second character of the string is ‘0’.

Answer: b.



13) If s1 is of type String, what does s1.compareTo(s1) return?

a) zero

b) true

c) false

d) Cannot be determined without knowing the value of s1.

Answer: a.



14) How many constructors can a class have?

a) Exactly one

b) At least one but no more than three

c) Exactly the same as the number of data members

d) There is no restriction on the number of constructors

Answer: d.

Documentinformatie

Geüpload op
25 februari 2022
Aantal pagina's
196
Geschreven in
2021/2022
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
TestBanks2022 Harvard University
Bekijk profiel
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
2162
Lid sinds
4 jaar
Aantal volgers
1702
Documenten
2241
Laatst verkocht
1 uur geleden

4.0

350 beoordelingen

5
189
4
59
3
46
2
18
1
38

Populaire documenten

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via Bancontact, iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo eenvoudig kan het zijn.”

Alisha Student

Veelgestelde vragen