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

TEST BANK FOR INTRODUCTION TO JAVA PROGRAMMING AND DATA STRUCTURES COMPREHENSIVE VERSION, 12TH EDITION, Y. DANIEL LIANG

Rating
-
Sold
-
Pages
402
Grade
A+
Uploaded on
11-03-2025
Written in
2024/2025

1. is the physical aspect of the computer that can be seen. a. Hardware b. Software c. Operating system d. Application program Key:a See the first paragraph in Section 1.2. # Section 1.2.1 What is a Computer? 2. is the brain of a computer. a. Hardware b. CPU c. Memory d. Disk Key:b See the first paragraph in Section 1.2.1. # 3. The speed of the CPU may be measured in . a. megabytes b. gigabytes c. megahertz d. gigahertz Key:cd See the third paragraph in Section 1.2.1. 1 megahertz equals 1 million pulses per second and 1 gigahertz is 1000 megahertz. # Section 1.2.2 Bits and Bytes 4. Why do computers use zeros and ones? a. because combinations of zeros and ones can represent any numbers and characters. b. because digital devices have two stable states and it is natural to use one state for 0 and the other for 1. c. because binary numbers are simplest. d. because binary numbers are the bases upon which all other number systems are built. Key:b See the second paragraph in Section 1.2.2. # 5. One byte has bits. a. 4 b. 8 c. 12 d. 16 Key:b See the thrid paragraph in Section 1.2.2. # 5. One gigabyte is approximately bytes. a. 1 million b. 10 million c. 1 billion d. 1 trillion Key:c See the fifth paragraph in Section 1.2.2. # Section 1.2.3 Memory 6. A program and its data must be moved into the computer's before they can be executed by the CPU. a. memory b. hard disk c. CPU d. CD-ROM Key:a See the first paragraph in Section 1.2.3. # Section 1.2.4 Storage Devices 6. A computer's is volatile; that is, any information stored in it is lost when the system's power is turned off. a. memory b. hard disk c. flash stick d. CD-ROM Key:a See the first paragraph in Section 1.2.4. # 6. Which of the following are storage devices? a. portable disk b. hard disk c. flash stick d. CD-ROM Key:abcd See the second paragraph in Section 1.2.4. # Section 1.2.5 Input and Output Devices 7. The specifies the number of pixels in horizontal and vertical dimensions of the display device. a. screen resolution b. pixel c. dot pitch d. monitor Key:a See the third last paragraph in Section 1.2.5. # Section 1.2.6 Communications Devices 7. is a device to connect a computer to a local area network (LAN). a. Regular modem b. DSL c. Cable modem d. NIC Key:d See the bullet items in Section 1.2.6. # Section 1.3 Program Languages 8. are instructions to the computer. a. Hardware b. Software c. Programs d. Keyboards Key:bc See the Key Point in Section 1.3. # 9. Computer can execute the code in . a. machine language b. assembly language c. high-level language d. none of the above Key:a See the first paragraph in Section 1.3.1. # 10. translates high-level language program into machine language program. a. An assembler b. A compiler c. CPU d. The operating system Key:b See the first paragraph after Table 1.1 in Section 1.3.3. # Section 1.4 Operating Systems 11. is an operating system. a. Java b. C++ c. Windows d. Visual Basic e. Ada Key:c See the first paragraph in Section 1.4. # 12. is a program that runs on a computer to manage and control a computer's activities. a. Operating system b. Java c. Modem d. Interpreter e. Compiler Key:a See the first paragraph in Section 1.4. # Section 1.5 Java, World Wide Web, and Beyond 14. Due to security reasons, Java cannot run from a Web browser in the new version of Java. a. applications b. applets c. servlets d. Micro Edition programs Key:b See the last paragraph in Section 1.5. # 15. is not an object-oriented programming language. a. Java b. C++ c. C d. C# e. Python Key:c See Table 1.1 in Section 1.3.1. # 16. is interpreted. a. Java b. C++ c. C d. Ada e. Pascal Key:a See the second paragraph in Section 1.5. # 17. is architecture-neutral. a. Java b. C++ c. C d. Ada e. Pascal Key:a See the second paragraph in Section 1.5. # Section 1.6 The Java Language Specification, API, JDK, and IDE 18. is a technical definition of the language that includes the syntax and semantics of the Java programming language. a. Java language specification b. Java API c. Java JDK d. Java IDE Key:a See the last paragraph in Section 1.6. # 19. contains predefined classes and interfaces for developing Java programs. a. Java language specification b. Java API c. Java JDK d. Java IDE Key:b See the last paragraph in Section 1.6. # 20. consists of a set of separate programs for developing and testing Java programs, each of which is invoked from a command line. a. Java language specification b. Java API c. Java JDK d. Java IDE Key:c See the last paragraph in Section 1.6. # 21. provides an integrated development environment (IDE) for rapidly developing Java programs. Editing, compiling, building, debugging, and online help

Show more Read less
Institution
JAVA PROGRAMMING
Course
JAVA PROGRAMMING

Content preview

TEST BANK FOR
INTRODUCTION TO
JAVA
PROGRAMMING
AND DATA
STRUCTURES
COMPREHENSIVE
VERSION, 12TH
EDITION, Y. DANIEL
LIANG

,Chapter 1 Introduction to Computers, Programs, and Java

Section 1.2 What is a Computer?
1. is the physical aspect of the computer that can be seen.
a. Hardware
b. Software
c. Operating system
d. Application program
Key:a See the first paragraph in Section 1.2.

#
Section 1.2.1 What is a Computer?
2. is the brain of a computer.
a. Hardware
b. CPU
c. Memory
d. Disk
Key:b See the first paragraph in Section 1.2.1.

#
3. The speed of the CPU may be measured in .
a. megabytes
b. gigabytes
c. megahertz
d. gigahertz
Key:cd See the third paragraph in Section 1.2.1. 1 megahertz equals 1 million pulses per second and 1 gigahertz is
1000 megahertz.

#
Section 1.2.2 Bits and Bytes
4. Why do computers use zeros and ones?
a. because combinations of zeros and ones can represent any numbers and characters.
b. because digital devices have two stable states and it is natural to use one state for 0 and the other for 1.
c. because binary numbers are simplest.
d. because binary numbers are the bases upon which all other number systems are built.
Key:b See the second paragraph in Section 1.2.2.

#
5. One byte has bits.
a. 4
b. 8
c. 12
d. 16
Key:b See the thrid paragraph in Section 1.2.2.

#
5. One gigabyte is approximately bytes.
a. 1 million
b. 10 million
c. 1 billion
d. 1 trillion
Key:c See the fifth paragraph in Section 1.2.2.

,#
Section 1.2.3 Memory
6. A program and its data must be moved into the computer's before they can be executed by the CPU.
a. memory
b. hard disk
c. CPU
d. CD-ROM
Key:a See the first paragraph in Section 1.2.3.

#
Section 1.2.4 Storage Devices
6. A computer's is volatile; that is, any information stored in it is lost when the system's power is turned off.
a. memory
b. hard disk
c. flash stick
d. CD-ROM
Key:a See the first paragraph in Section 1.2.4.

#
6. Which of the following are storage devices?
a. portable disk
b. hard disk
c. flash stick
d. CD-ROM
Key:abcd See the second paragraph in Section 1.2.4.

#
Section 1.2.5 Input and Output Devices
7. The specifies the number of pixels in horizontal and vertical dimensions of the display device.
a. screen resolution
b. pixel
c. dot pitch
d. monitor
Key:a See the third last paragraph in Section 1.2.5.

#
Section 1.2.6 Communications Devices
7. is a device to connect a computer to a local area network (LAN).
a. Regular modem
b. DSL
c. Cable modem
d. NIC
Key:d See the bullet items in Section 1.2.6.

#
Section 1.3 Program Languages
8. are instructions to the computer.
a. Hardware
b. Software
c. Programs
d. Keyboards
Key:bc See the Key Point in Section 1.3.

#

, 9. Computer can execute the code in .
a. machine language
b. assembly language
c. high-level language
d. none of the above
Key:a See the first paragraph in Section 1.3.1.

#
10. translates high-level language program into machine language program.
a. An assembler
b. A compiler
c. CPU
d. The operating system
Key:b See the first paragraph after Table 1.1 in Section 1.3.3.

#
Section 1.4 Operating Systems
11. is an operating system.
a. Java
b. C++
c. Windows
d. Visual Basic
e. Ada
Key:c See the first paragraph in Section 1.4.

#
12. is a program that runs on a computer to manage and control a computer's activities.
a. Operating system
b. Java
c. Modem
d. Interpreter
e. Compiler
Key:a See the first paragraph in Section 1.4.

#
Section 1.5 Java, World Wide Web, and Beyond
14. Due to security reasons, Java cannot run from a Web browser in the new version of Java.
a. applications
b. applets
c. servlets
d. Micro Edition programs
Key:b See the last paragraph in Section 1.5.

#
15. is not an object-oriented programming language.
a. Java
b. C++
c. C
d. C#
e. Python
Key:c See Table 1.1 in Section 1.3.1.

#
16. is interpreted.

Written for

Institution
JAVA PROGRAMMING
Course
JAVA PROGRAMMING

Document information

Uploaded on
March 11, 2025
Number of pages
402
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$29.99
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
TestMastery

Also available in package deal

Thumbnail
Package deal
TEST BANK BUNDLE 2025
-
1 33 2025
$ 899.70 More info

Get to know the seller

Seller avatar
TestMastery West Virgina University
View profile
Follow You need to be logged in order to follow users or courses
Sold
74
Member since
1 year
Number of followers
4
Documents
41
Last sold
1 month ago
TEST BANK WORLD

TESTBANKWORLD provides the best test banks at the most affordable prices. Download our test banks instantly and pass your nursing classes with ease. Search our store page and browse through hundreds of other nursing test banks for your classes. Exam hub is offering best study/ revision materials for every study After you purchase your document download it instantly in PDF form

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

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