answersLogoWhite

0

📱

Microsoft Xbox

Video game system released in 2001. It was then succeeded by the Xbox 360 in 2005 which makes use of the Xbox Live service.

5,786 Questions

Is an xbox hard drive hard drive necessary?

It is your disition. If you use data a lot, then yes. If you don't play a lot and don't use a lot of data, then no.

The German soldier gear in World War 2?

See related links below for pictures of the Wermacht Field Gear. I could not find any lists.

Fix one red light on Xbox?

If its just one could be as simple as cleaning out the dust from it unplug clean plugs and then hook everything up

If it doesnt come on it might have red light of death

what happend was you xbox overheated and it melted the CPU chip on your board, well didnt melt the chip but the solder around it there for it made soldering bridge connecting by melting 2 different component slots of solder into 1 so you will have to take it apart and resolder it. Or you can send it to Microsoft and they can fix it for ya for some $$$ out of your pocket but mostly they just give you new one and you loose all you data and saves so i did mine my self.

You tube has guy named gilski he shows how to fix ps3 and xbox red and yellow lights of death

Why does the xbox controller shut off?

If the batteries are dead it will shut off or if you havn't charged it it will go off and you need to charge it.

Is the monkey bomb glitch in nazi zombies actual or is it modified?

I is real i did it and survived till round 38 on my ps3 and it nearly gave me every trophy , i got board after a whitle and quit the game but it gave me about 70,000 points because all the zombies just keep walking towards it and it let me upgrade almost every weapon on the zombies mod !

Distinct ways 5 computers in circular network can connect with computer 1 connected to computer 3 and computer 2 cannot be connected to computer5?

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 $

How do you turn on an original Xbox?

If it is the original xbox there is a small button and if it is the xbox 360 there is a big button which is under where you put the disc in

How many fans does new xbox 360 have?

just the 1 fan this time and its not at the rear of the console its its on the side.

however this is not a problem as the fan is better than the original 2 at the rear and also the new 360 has a new processor that runs 45nm which runs a lot cooler than the original..

Xbox 360 plays DVDs but not games?

Try clearing the cache seems to fix most disc reading issues.

1. Go to My Xbox, and then select System Settings

2. Select Memory.

3. Highlight any storage device, and then press Y on your controller

4. Select Clear System Cache.

5. When prompted to confirm storage device maintenance, select Yes.

Xbox is stolen?

That question makes no sense.

What does the new xbox 360 heat sink do?

The same thing the old heatsink did. distrabute the heat away from the CPU and GPU to help avoid overheatind

How do you find the Enclave remnant power armor in Fallout New Vegas?

You need to recruit 'arcade gannon' as a companion, he is found at the 'ol mormon fort' in freeside. After you do this you must take him to certain to certain points in the game which will remind him of his days in the enclave. Eg the crashed vertibird, reppconn headquarters. Note that when you take him there he will make a comment and open a dialogue conversation. Every time you get him to do this you earn a trust point , and you need 5 trust points for him to trust you and offer you the needed quest 'for aund lang syne'. Other places to earn points are taking him to dr Thomas hildern at camp mccaran. After simply saying hello to hildern then good bye , Arcade Gannon will open another dialogue conversation. Another place is Ceasers fort , soon as you enter the fort he will ask why we are here, replying with lets just here him out will earn you a point. After completing the quest 'The white wash' , if you blamed the death of corporal white on the Scorpion gang , you will get another trust point. Lastly make a good impression on the followers of the apocolypse by doing tasks and he will trust you enough to give you his side quest 'for auld Lang syne' and you can take it from there :)

Where do you find Christine in Fallout New Vegas old world blues?

Sadly you cant find her there but you do find a holotape or disc w/e in old world blues of her speaking when held captive by the think tank robots as she is escaping along with elijah

What is the best offer with halo?

at gamestation Halo 3 ODST with limited edition controller and Halo Reach Beta Access

On transformers the game on xbox 360 where do you tipe in g1 characters?

exuse me but there are no g1 characters in transformers the game. Only transformers 2 the game