100% tevredenheidsgarantie Direct beschikbaar na je betaling Online lezen of als PDF Geen vaste maandelijkse kosten 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

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

Beoordeling
-
Verkocht
-
Pagina's
402
Cijfer
A+
Geüpload op
11-03-2025
Geschreven 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

Meer zien Lees minder
Instelling
JAVA PROGRAMMING
Vak
JAVA PROGRAMMING

Voorbeeld van de inhoud

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.

Geschreven voor

Instelling
JAVA PROGRAMMING
Vak
JAVA PROGRAMMING

Documentinformatie

Geüpload op
11 maart 2025
Aantal pagina's
402
Geschreven in
2024/2025
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€26,59
Krijg toegang tot het volledige document:

100% tevredenheidsgarantie
Direct beschikbaar na je betaling
Online lezen of als PDF
Geen vaste maandelijkse kosten

Maak kennis met de verkoper
Seller avatar
TestMastery

Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
TestMastery West Virgina University
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
74
Lid sinds
1 jaar
Aantal volgers
4
Documenten
41
Laatst verkocht
1 maand geleden
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 beoordelingen

5
0
4
0
3
0
2
0
1
0

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 iDeal of creditcard en download je PDF-document meteen.

Student with book image

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

Alisha Student

Veelgestelde vragen