Summary: Introduction To Java Programming : Comprehensive Version | 9780132936521 | Y Daniel Liang
- This + 400k other summaries
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding
Read the summary and the most important questions on Introduction to Java programming : comprehensive version | 9780132936521 | Y. Daniel Liang.
-
1 Introduction to Computers, Programs, and Java
-
1.2 What Is a Computer?
This is a preview. There are 10 more flashcards available for chapter 1.2
Show more cards here -
How are computer components connected
By A subsystem called a bus.
-
1.2.4 Storage Devices
This is a preview. There are 2 more flashcards available for chapter 1.2.4
Show more cards here -
What happens to ram mem when pc is turned of
It is lost ( it is volatile form)
-
1.2.5 Input and Output Devices
-
What are the input and output deveices
input:
keyboard
mice
Output:
monitorprinter
-
1.2.6 Communication Devices
This is a preview. There are 3 more flashcards available for chapter 1.2.6
Show more cards here -
what forms of network communications is availeble
- modem 56000 bps
- DSL sigital subscription line ( 20 fast as modem )
- Cable deliverd by the same company as the tv usually
- LAN ( locAL area network ) usually 1000/100 mb via the nic (network interface card)
- Wireless networks
-
What are hardware and software?
Hardware are the visible components of a computer. Software is not visible and runs in the computer it gives the pc instructions.
-
What unit is used to measure CPU speed?
Ghz 1 herts 1 pulse per second
-
What is a bit? What is a byte?
a bit is a 1 or 0 a byte is 8 bits
-
What is memory for? What does RAM stand for? Why is memory called RAM?
Memory is for storing data. Read acces mem it is called like that because the cpu puts hit data there before processng and puls it out if its needed
-
What unit is used to measure memory size?
Gigb
-
What unit is used to measure disk size?
Giga byte
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
Topics related to Summary: Introduction To Java Programming : Comprehensive Version
-
Introduction to Computers, Programs, and Java - Programming Languages - High-Level Language
-
Introduction to Computers, Programs, and Java - Operating Systems
-
Introduction to Computers, Programs, and Java - The Java language Specification, API,JDK, and IDE
-
Introduction to Computers, Programs, and Java - A Simple Java Prgram
-
Introduction to Computers, Programs, and Java - Creating, Compiling, and Executing a Java Program