Java Reference
In-Depth Information
Summary of Key Concepts
A computer system consists of hardware and software that work in
concert to help us solve problems.
The CPU reads the program instructions from main memory, executing
them one at a time until the program ends.
The operating system provides a user interface and manages computer
resources.
As far as the user is concerned, the interface is the program.
Digital computers store information by breaking it into pieces and repre-
senting each piece as a number.
Binary is used to store and move information in a computer because the
devices that store and manipulate binary data are inexpensive and reliable.
There are exactly 2 N permutations of N bits. Therefore, N bits can repre-
sent up to 2 N unique items.
The core of a computer is made up of main memory, which stores pro-
grams and data, and the CPU, which executes program instructions one at
a time.
An address is a unique number associated with a memory location.
Main memory is volatile, meaning the stored information is maintained
only as long as electric power is supplied.
The surface of a CD has both smooth areas and small pits. A pit repre-
sents a binary 1 and a smooth area represents a binary 0.
A rewritable CD simulates the pits and smooth areas of a regular CD by
using a coating that can be made amorphous or crystalline as needed.
The fetch-decode-execute cycle forms the foundation of computer
processing.
A network consists of two or more computers connected together so that
they can exchange information.
Sharing a communication line creates delays, but it is cost effective and
simplifies adding new computers to the network.
A local-area network (LAN) is an effective way to share information and
resources throughout an organization.
The Internet is a wide-area network (WAN) that spans the globe.
Every computer connected to the Internet has an IP address that uniquely
identifies it.
Search WWH ::




Custom Search