answersLogoWhite

0

📱

Microprocessors

A microprocessor is the heart of any computer, whether it is a server, a desktop machine, or a laptop. This single chip contains the arithmetic, control, and logic circuitry necessary to interpret and execute computer programs.

2,578 Questions

What processor will not work with a Socket 7 motherboard?

Many processors will not work on a Socket 7 motherboard. Providing a full list of every processor that is notcompatible with a Socket 7 board would be impossible.

How to Convert hex to bcd through an assembly program?

check this link for the code:

http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/12-bit-HEX-to-BCD-Convertor.html

http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/8-bit-HEX-to-BCD-convertor.html
A: The conversion is simple really a group of FOUR bits are usually the best method to simplify a BCD of four bits in hexadecimal. Example 1111 is just written F If it was written in octal the bits will be 3 as 111 or 7. As BCD becomes longer and longer these two methods were used to simplify the code a128 bits in BCD will be 8 zeros and ones or simply FF in octal notation it becomes 277

What do preoperative instructions include?

information about reserving blood products for surgery.taking or discontinuing medications before the surgery.eating and drinking before surgery.limiting activities before surgery.preparing items to bring to the hospital the day of surgery.

How many bus cycles are required for an unconditional or a conditional jump instruction in 8086 microprocessor to be executed?

when conditional jump instruction is executed it has 10 m/c cycles bt when nt executed it has 7 m/c cycles....while unconditional jump instruction has 10 m/c cycles...

Will dual core processors be obsolete in the near future?

Technology is rapidly changing to anything is possible. Quad-core processors are next it will be sometime before quad-core processors become the market norm and dual core processors become obsolete.

Why CISC chips are relatively slow per instruction?

Short answer: CISC instructions consist of several RISC instructions. That makes CISC slower (per instruction) compared to RISC.

Compared to other architectures, CISC processors have relatively powerful instructions, which used run so called microprograms. For each instruction, the corresponding microprogram has to be fetched and executed, which is considerably slower than just using 'real' hardware instructions (compare RISC). According to wikipedia, microprogrammed processors are no longer common. Instead, a special unit resolves CISC instructions to RISC instructions.

Data encoder description?

Data encoder is a device or software program that converts information from one code or format into another. This may also perform several tasks related to entry, collection and dissemination of data.

Processor core frequency is measured in whAT?

Hertz is the measurement of cycles per second. The range that microprocessors use for personal computers are currently:

Megahertz

Gigahertz

How can you get a printer to print out what you want it to print out?

Power up printer, hook up usb or turn on wireless , go to Control Panel - Intstall new printer - seach for printerr- install lastest driver- accept default- print a test page- good to go.

Don't forget the paper and ink.

Why does the beep sound come when you switch on the CPU?

When the typical PC compatible computer is first turned on it runs through a series of self tests called the "Power On Self Test", or "POST" for short.

The original designers didn't know that there would always be a monitor or other kind of display device, so the standard was that the POST would sound a series ob "beeps" to identify the results of the POST.

A single, short "beep", generally means everything is okay.

note the link at the bottom of this page. It should guide you to a location that lists the POST "beep codes".

Which Intel and AMD processors support SMP?

The most popular entry level SMP systems use the x86 instruction set architecture and are based on Intel's Xeon, Pentium D, Core Duo & Core 2 Duo based processors and AMD's athlon64 X2, Quad FX or Opteron 200 & 2000 Series.

What is an alternative for a CPU?

There is no alternative for a CPU - Central Processing Unit. It's the brains of the computer. Without it, there's no control point on the motherboard.

What is the difference between microprocessors and CPUs?

Difference Between Microprocessors and CPUsAll CPUs are microprocessors. All microprocessors are not CPUs. CPU stands for "Central Processing Unit" but it is not the only microprocessor in a modern computer system. Others include the GPU (graphics), Northbridge (memory and bus control), Southbridge (ATA bus control), and a multitude of other small processors for tasks such as controlling the read-heads in a hard drive, how to process sound, and other non-trivial tasks.

Another Answer

The CPU (Central Processing Unit) is the core of any computer, while the microprocessor refers to the whole functional chip that is inserted into a motherboard. The CPU is the sub architecture of the microprocessor that interprets the program instructions and cascade triggers the sub-functions of each instruction.

Set up of multiple monitor in one CPU?

If you have multiple monitor ports the set up is easy, just plug in the other one. Without alternate ports you would probably need to have some sort of splitter set up for the monitor port or find another connection for the monitor, like USB.

What is machine cycle and the steps to draw timing diagram?

A machine cycle is three or more T cycles used to perform a memory / IO read or write, or an interrupt acknowedge

  1. Draw a square clock oscillator waveform of at least 3 cycles, more if you want to show READY timing.
  2. Each T cycle starts at the falling edge of clock, with the first T cycle starting with ALE.
  3. Draw an ALE pulse, one half clock cycle, inverted and slightly delayed from clock.
  4. Approximately 1/3 into ALE, draw the IO/M-, S0, S1, and A8-A15 lines becoming valid. They stay valid for the duration of the cycle.
  5. Approximately 1/3 into ALE, draw the AD0-AD7 lines becoming valid as A0-A7. Note that external logic must strobe these lines on the falling edge of ALE. The AD0-AD7 lines remain valid for about 1 clock cycle.
  6. On the second T cycle, draw the RD-, WR-, or INTA- lines becoming valid. The determination is known in advance if one looks at IO/M-, S0, and S1. They are valid for 1.5 clock cycles, except see READY logic below.
  7. Show the READY line being sampled in the rising edge of clock after ALE falls. If READY is false at that point, T2 will be repeated until READY is sampled true.
  8. As noted AD0-AD7 float 1/2 clock cycle after ALE. 1/2 clock cycle later, they become D0-D7, and drive for WR- or stay floating for RD- or INTA-.
  9. External logic is expected to strobe D0-D7 data at the rising edge of WR-. D0-D7 will remain valid for 1/2 clock beyond WR-.
  10. External logic is expected to drive D0-D7 during RD- or INTA-. The processor will strobe D0-D7 1/2 clock cycle before the rising edge of RD- or INTA-.
  11. Note: Address to read data valid timing is 2 clock cycles, and address to write data valid timing is 2.5 clock cycles. The difference is due to who controls the AD0-AD7 bus, and when it gets strobed.
  12. 1/2 clock cycle after RD-, WR-, or INTA-, at the rising edge of clock, the machine cycle ends. Depending on whether or not internal processing must be done, ALE may or may not be emitted, starting another machine cycle.
  13. HOLD is sampled on the falling edge of clock in the third T cycle. If recognized, HLDA is asserted 1/2 clock cycle later, 1/2 clock cycle later, the whole control bus floats so another bus master can take over.

How do you determine if CPU or GPU separated from the PS3 motherboard?

You will get the Yellow Light of Death. Usually the best way to tell if the RSX is separated from the board is when you turn on your PS3 the machine will make a "humm" noise as it shuts down to the red blinking light. If it YLODS without the humming noise then it is definitely a bad power supply but 90% of the time a YLOD is caused by the RSX separated from the board.