answersLogoWhite

0


Best Answer

A general-purpose machine that processes data according to a set of instructions that are stored internally either temporarily or permanently. The computer and all equipment attached to it are called hardware. The instructions that tell it what to do are called "software." A set of instructions that perform a particular task is called a "program" or "software program."

What a Computer Does

The instructions in the program direct the computer to input, process and output as follows:

Input/Output

The computer can selectively retrieve data into its main memory (RAM) from any peripheral device (terminal, disk, tape, etc.) connected to it. After processing the data internally, the computer can send a copy of the results from its memory out to any peripheral device. The more memory it has, the more programs and data it can work with at the same time.

Storage

By outputting data onto a magnetic disk or tape, the computer is able to store data permanently and retrieve it when required. A system's size is based on how much disk storage it has. The more disk, the more data are immediately available.

Processing (The 3 C's)

The computer performs all processing by "calculating," "comparing" and "copying" the data stored in its memory (RAM).

Calculate

The computer can perform any mathematical operation on data by adding, subtracting, multiplying and dividing one set with another.

Compare

The computer can analyze and evaluate data by matching it with sets of known data that are included in the program or called in from storage.

Copy

The computer can move data around to create any kind of report or listing in any order.

Calculate, Compare and Copy

By calculating, comparing and copying, the computer accomplishes all forms of data processing. For example, records are sorted into a new order by comparing two records at a time and copying the record with the lower value in front of the one with the higher value.

The computer finds one customer out of thousands by comparing the requested account number to each record in the file. The query statement: SUM SALARY FOR TITLE = "NURSE" causes the computer to compare the title field in each record for NURSE and then add (calculate) the salary field for each match.

In word processing, inserting and deleting text is accomplished by copying characters from one place to another.

Remember The 3 C's

If you wonder whether the computer can solve a problem, identify your data on paper. If it can be calculated, compared and copied on paper, it can be processed in the computer.

The 3 C's - Finding Things This example counts all California records in the database by comparing each record with "CA." Every record in the database is read into memory. The memory locations that state is written into are compared with the letters "CA" in the program. If they are equal, a "1" is added to the California counter. The second record is written into the same memory bytes as the first record, and the field is compared again. This process is performed until the last record has been examined. The 3 C's - Displaying and Printing Data are stored as contiguous fields in the database with no blanks in between. The data are displayed and printed the way we like to see it by writing the data into memory and copying the characters into the desired order. The date in this example is printed through a "picture," which is a set of characters that acts as a filter. Each character in the date is compared to a corresponding character in the picture, and the one copied as output is determined by the rules. Pictures can be implemented in software or in hardware. The 3 C's - Sorting Sorting (resequencing) data is accomplished by comparing each item of data with the others and copying it into the appropriate order. Of course, there is a ton of calculating going on to keep track of what is being compared. Years ago, when databases were stored on tape, the speed of a vendor's sort program was a powerful marketing feature. All transactions had to be sorted into account number sequence in order to be processed. In today's online systems, data are often indexed. Instead of sorting the actual data records themselves, the much smaller indexes are sorted. The 3 C's - Editing The magic of word processing is nothing more than copying text. In this example, in order for the "O" to be inserted into the word, the remaining characters are copied one memory location (byte) to the right to make room for it. Deleting is copying in reverse. As in all data processing, there is a whole lot of calculating and comparing going on to keep track of where the text is stored in memory.

The Stored Program Concept

The computer's ability to call in instructions and follow them is known as the "stored program concept." Instructions are copied into memory from a disk, tape or other source before any data can be processed. The computer is directed to start with the first instruction in the program. It copies the instruction from memory into its control unit circuit and matches it against its built-in set of instructions. If the instruction is valid, the processor carries it out. If not, the computer comes to an abnormal end (see http://www.answers.com/topic/crash-16).

The computer executes instructions sequentially until it finds a GOTO instruction that tells it to go to a different place in the program. It can execute billions of instructions per second, using the same program logic on each new set of data brought in.

Operations Overlap

Input/output and processing are made to overlap. While one program is waiting for input from one user, the operating system (master control program) directs the computer to process data in another program. Large computers allow many input/output operations to occur simultaneously with processing.

It can take hundreds of thousands of discrete machine steps to perform very routine tasks. Your computer could easily execute several million instructions to put a requested record on screen for you.

Computer Generations

First-generation computers, starting with the UNIVAC I in 1951, used vacuum tubes, and their memories were made of thin tubes of liquid Mercury and magnetic drums.

Second-generation systems in the late 1950s replaced tubes with transistors and used magnetic cores for memories (IBM 1401, Honeywell 800). Size was reduced and reliability was significantly improved.

Third-generation computers, beginning in the mid-1960s, used the first integrated circuits (IBM 360, CDC 6400) and the first operating systems and DBMSs. Online systems were widely developed, although most processing was still batch oriented using punch cards and magnetic tapes.

Starting in the mid-1970s, the fourth generation brought us computers made entirely of chips. It spawned the microprocessor and personal computer. It introduced distributed processing and office automation. Query languages, report writers and spreadsheets put large numbers of people in touch with the computer for the first time. Even with the hundreds of millions of people using computers every day, we are still in the fourth generation. Some skill is still required to use the computer even if only to surf the Web and send e-mail.

The fifth generation implies faster hardware and more sophisticated software that uses Artificial Intelligence (AI) routinely. Natural language recognition is a major component of the fifth generation. When you can have a reasonably intelligent conversation with the average computer, you will be in the fifth generation, perhaps in the 2015-2020 time frame.

The Beginning of Commercial Computing In the early 1950s, the UNIVAC I ushered in the computer age. This picture was taken in Frankfurt, Germany in 1956 and shows the console on the right, a little more than half the CPU on the left and the tape drives in the background. The Installation This picture, taken in 1956, shows half the CPU of the UNIVAC I. Imagine yourself watching this awesome sight and someone says to you, "in 20 years, everything you see being wheeled up the ramp will fit on the tip of your finger." Would you have believed it?

Types of Computers

Computers can be as small as a chip or as large as a truck. The difference is in the amount of work they do within the same time frame. Its power is based on many factors, including word size and the speed of its CPU, memory and peripherals. Following is a "rough" guide to system cost.

Type of Approximate Cost Computer In 2006 US $ Chips Microcontroller (MCU) (4, 8, 32, 16-bit) $1 - $150 Microprocessor chip (4, 8, 16, 32, 64-bit) $5 - $1K Client Systems Desktop/laptop client (32, 64-bit) $400 - $6K Workstation (32, 64-bit) $5K - $25K Server Systems Low end server (32, 64-bit) $2K - 5K Midrange server (32, 64-bit) $15K - 250K High-end server/mainframe (32, 64-bit) $500K - $3M Supercomputer (64-bit) $1M - $5M K = thousand $ M = million $

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Distinct ways 5 computers in circular network can connect with computer 1 connected to computer 3 and computer 2 cannot be connected to computer5?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between circular linklist and linklist?

In a circular linked list every node is connected to another node. In a non-circular linked list. There are definitely starting and ending nodes are lacking an incoming and outgoing link, respectively.


Does a cylinder have a parallel base?

A cylinder has two parallel, usually circular bases connected by a curved surface.


A 3D figure with two parallel congruent circular bases connected by a curved lateral surface?

Cylinder


What does corro mean in spanish?

'group of gossipers or spectators' 'circular space' Perhaps also connected with 'correr' = to run


Does the circular line on the London underground meet every other line?

Yes, parts of every underground line on the tube network use stations that are also used by the circular line, and are therefore connected.


What is the meaning of the placenta?

Placenta is a circular organ connected to the uterus in the women which helps to nourish the feutus through umbical cord.


What are the knitting needles called which are connected and how do you use them?

They are called circular needles and they are used in exactly the same way as straight needles.


What is a curved or ringed formation?

A ringed formation occurs when two segments become connected with each other. In order for a curved shape to be achieved, each connected segment needs to be mirrored in a circular motion.


What are three circular passages each in a different plane of space?

The name 'manifold' is used to describe such a construct. Assuming that the three circular spaces are indeed connected. The three planes need not be orthogonal - that is at right angles to each other.


How do bycycles move?

Answer: This is the most rough answer I could give you. Mainly because I know nothing about bikes. :P The pedals are connected to a circular component. That is connected to a bike chain, which is finally connected to the wheels. When you turn the pedals, the circular component turns, which spins the chain, and ultimately spinning the wheel. Think of a conveyer belt. You know how when the circles turn it makes the flat surface turn? That is basically how the pedal/chain/wheel thing works. Hope it helped


What is a beam compass?

A beam compass is a device for creating circular curves, with a central pivot pin and an outer curb scribing point, connected by a horizontal beam.


How can you put an iPod in a basketball hoop?

you put the iPod in the circular portal that the net is connected to then cup yours hands under it so you catch it that way it doesn't break