Test Bank For Java How To Program Early Objects 9th Edition Paul Deitel
Test Bank For Java How To Program Early Objects 9th Edition Paul Deitel
Test Bank For Java How To Program Early Objects 9th Edition Paul Deitel
1.1 Q2: Which edition of Java is geared toward developing large-scale, distributed networking applications and web-
based applications?
a. Standard Edition.
b. Industrial Edition.
c. Enterprise Edition.
d. Micro Edition.
ANS: c. Enterprise Edition.
1.3 Q2: Which of the following data items are arranged from the smallest to the largest in the data hierarchy.
a. records, characters, fields, bits, files.
b. bits, files, fields, records, characters.
c. fields, characters, bits, files, records.
d. bits, characters, fields, records, files.
ANS: d. bits, characters, fields, records, files.
1. 6 Q2: ________ models software in terms similar to those that people use to describe real-world objects.
Java How to Program, 9/e Multiple Choice Test Bank 3 of 5
a. Object-oriented programming
b. Object-oriented design
c. Procedural programming
d. None of the above
ANS: b. Object-oriented design.
1.7 Q2: Which of the following is not a key organization in the open-source community?
a. Apache.
b. SourceForge.
c. Firefox.
d. Eclipse.
ANS: c. Firefox (it's a web browser made by the open source organization Mozilla).
1.8 Q2: Which of the following languages is used primarily for scientific and engineering applications?
a. Fortran.
b. COBOL.
c. Pascal.
d. Basic.
ANS: a. Fortran.
1.8 Q3: Which language was developed by Microsoft in the early 1990s to simplify the development of Windows
applications?
a. Visual C#.
b. Python.
c. Objective-C.
d. Visual Basic.
ANS: d. Visual Basic.
1.9 Q2: Which of the following statements about Java Class Libraries is false:
a. Java class libraries consist of classes that consist of methods that perform tasks.
b. Java class libraries are also known as Java APIs (Application Programming Interfaces).
c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes.
d. Java class libraries are not portable
ANS: d. Java class libraries are not portable. (Java class libraries are portable.)
1.9 Q3: The .class extension on a file means that the file:
a. Contains java source code
b. Contains HTML
c. is produced by the Java compiler (javac).
d. None of the above.
ANS: c. Is produced by the Java compiler (javac).
1.11 Q2: Which of the following companies is widely regarded at the "signature" company of Web 2.0 ?
a. Foursquare.
b. Facebook.
c. Google.
d. Groupon.
ANS: c. Google.
1.12 Q2: Which software product release category is "generally feature complete and supposedly bug free, and ready
for use by the community?"
a. Alpha.
b. Beta.
c. Release candidate.
d. Continuous beta.
ANS: c. Release candidate.