answersLogoWhite

0

Pentium 4 use risc or cisc?

Updated: 12/20/2022
User Avatar

Wiki User

10y ago

Best Answer

CISC

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Pentium 4 use risc or cisc?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is Pentium 4 a cisc or risc?

RISC


Please can someone give me the answera) Identify any FOUR 4 drawbacks of a CISC processor compared to a RISC processor?

In CISC, the instruction set is very large that can be used for complex operations while in RISC the instruction set is reduced, and most of these instructions are very primitive. CISC computer's execution time is very high whereas RISC computer's execution time is very less. In, CISC code expansion is not a problem while in RISC code expansion may create a problem. In CISC, decoding of instructions is complex whereas, in RISC, the decoding of instructions is simple. CISC requires external memory for calculations, but RISC requires external memory for calculations. CISC has only a single register set while RISC has multiple register sets are present.


What is the main difference between RISC and CISC in computer architecture?

Reduced Instruction Set Computer (RISC) vs. Complex Instruction Set Computer (CISC). (1) CISC computers typically require more than one clock cycle to execute a given instruction (2) RISC computers typically require only one clock cycle to execute a given instruction That said, a CISC "opcode" can often perform more than a RISC "opcode". This results in much shorter code for CISC machines which is much easier to read and maintain. That said, CISC computers often have "dead cycles" in which the processor isn't doing anything useful, or is performing a redundant command. As an example, if one tries to do a MULT memoryLoc1, memoryLoc2, register followed by an ADD memoryLoc1, memoryLoc2, anotherRegister, then a CISC machine must access main memory (or cache) 4 times and perform 2 computations and two moves from the ALU to a register. A RISC machine (while requiring more, but simpler, instructions) would never need to go out to memory for the additional 2 times since the information was already retrieved. Memory access can be a very time expensive operation. All in all, RISC code is much more optimize-able and significant performance improvements can be realized over CISC.


How do you determine if your processor is RISC or CISC?

RISC (reduced instruction set computer) and CISC (complex instruction set computer) are two major types of processor architecture. These styles differ in the way that they handle incoming instructions, making it difficult to compare the clock speeds of the two types, as a 2.0ghz RISC processor will be faster or slower than a 2.0ghz CISC processor depending on the structure of individual applications. Knowing which type of processor you have is accomplished by knowing which company made your processor.Related Searches:Gaming ProcessorCredit Card ProcessorDifficulty:EasyInstructions1 Open the "Start" menu.2 Press "Run."3 Type in "msinfo32" and press "Enter."4 Click "System Summary" and read the "Processor" tab. If your processor is made by Intel you have a RISC processor. If it was made by AMD you have a CISC processor.


Pentium 4 packages use what 2 sockets?

Pentium 4 sockets were sockets numbers Socket 423 for early Pentium 4's. Then socket 478 for Pentium 4, Pentium 4 Extreme Edition and Celeron and socket T (LGA 775) for Pentium 4, Pentium D dual core, Celeron D and Pentium Extreme Edition.


Can you use Pentium 4 on a desktop?

no


What is the difference between an Intel Pentium 3 and an Intel Pentium 4?

Penitum4 Vs PowerPC 750/970The IA-32 family and the Power/PowerPC family are two processor families that started off with two different design philosophies. The IA-32 processor's ISA was originally based on the philosophy of CISC (Complex Instruction Set Computing) and PowerPC was based on RISC (Reduced Instruction Set Computing). So, in the earlier 90s, the RISC based processors whichwere more suitable for pipelining and produced a better throughput because of the following reasons• More registers that are visible to the program than in the CISC machines like IA-32. So, we have fewer memory access for data• Relatively smaller instruction set (and a fixed length instruction encoding) which also leads to a lesser effort in decoding than the IA-32 family, instructions of which can be of variable length.• With a fixed instruction length and with a careful designed instruction cache line, RISC machines also lead to a more predictable instruction cache performance than CISCprocessorsBut there are other advantages that CISC processors had like the following.• With complex instructions, a CISC machine might be able to do a set of simpleinstructions by execution only one instruction in its ISA; but traditional RISC machines would need a few instructions to do the same. This means that CISC processors would have better code density that their RISC counterparts.• More addressing modes normally provided by the CISC processors mean that not only we have a more flexible way; but this further helps in reducing the number of instructions (atleast in the user program) needed to perform an operation. This is more important as most of the CISC machines like Intel's are accumulator based machines.With improvement in semiconductor process technologies, more transistors could be packed into a die of the same size. This enabled the RISC machines to bring in the basic CISC idea of having instructions that perform more than on simple operation. And it also enabled traditional CISC processors include some of RISC characteristics. Some like the Pentium Pro and its successorshave become a RISC machine at the core; but a CISC machine at the ISA level. Chronologically, the design of Pentium 4 is sandwiched between the designs of Power PC 750 (its closer relative with some enhancements is in Power Mac G4) and Power PC 970 (Power Mac G5). Now, let as compare the processors that represents the world's most popular desktops viz., x86 PC and ApplePower Mac.As mentioned earlier, the micro-architecture of the Pentium4 processor looks the same as a RISC machine. But one of the most notable differences between the two processors in question is the depth of the pipeline. The Pentium4 pipeline is a 20-stage pipeline as compared to essentially a 4- stage pipeline in PowerPC750. It would be interesting to note that the latest PowerPC970 has atleast 15 stages in its integer pipeline to 25 stages for its SIMD (AltiVec / Velocity Engine) pipeline. And one of the main reasons that PowerPC970 (which is a 64-bit processor) has been designed this way is apparently for reaching higher clock speeds and to close its gap with Pentium 4.One of the significant advantages that the RISC processors had over the CISC processors is the ease of decoding instructions. This is now no longer valid with Pentium4 around and with Power PC adding some complex instructions to its ISA. As noted before with the NetBurst microarchitecture, with the instruction decoder decoupled from the main pipeline through the use the trace cache, that advantage that RISC enjoyed has been nullified. Interestingly, the Power PC 970 processor dedicates the first 9 stages of its pipeline for fetch and decode. But Pentium 4 uses only the first 4 Stages for its fetch and decode. This is made possible by the use of trace cache in Pentium 4. Also, the PPC970 processor breaks complex instructions in to instructions that can he executed in a single cycle. This would look just like Pentium Pro and its IA-32 successors dividing the instructions provided by their ISA into μ-ops for execution. But we feel that for very high frequency designs such division of instructions, be it CISC or RISC architecture based processor, is going to inevitable in the future.PowerPC750 also tries to access the operands when issuing the instructions or when in the reservation stations. But Pentium4 access the register file for operand fetch only after the dispatch. This increases the size of a line in the reservation station for PowerPC750. It will be interesting to see this part of the implementation in PowerPC 970 which can have as much as 215 instructions in-flight compared to the 126 in-flight instructions in Pentium 4. PowerPC also introduced another interesting approach to branching. In PowerPC750, the branch prediction unit can be given some hints as a part of the branch instruction itself to specify the most likely option (is the branch taken or not?). It also has a special branch processing unit (BPU) unlike the Pentium4. That BPU is also capable of resolving branches very early and this helps us to recover the mis-prediction pipeline faster. PowerPC 970 extends this even further witha 3 separate 16K branch prediction buffer compared to the 4K branch prediction buffer in Pentium 4.PowerPC had and still does use individual reservation stations for each EU. But Pentium 4 uses a separate queue for memory loads and stores and another queue for all other kinds of instructions. It should also be noted that Pentium 4 takes a longer time to schedule and dispatch (5 stages) to the EUs.PowerPC still enjoys a particular advantage of Pentium 4. PPC has lots of user visible registers and this can reduce the memory access considerably as procedure or function local variables can mostly be kept in the registers itself. Of course, wider registers (64 bit) in PPC 970 means that structures of that size can now be stored in a single register. The introduction of Hammer, whichhas 64 bit extensions to x86, by AMD would mean that we would begin to have Intel like machines with 64 bit registers. But we feel that Intel is not likely to make a 64 bit version successor to Pentium 4; but rather promote an Itanium 2 derivative like Deerfield. Pentium 4 has a strict FIFO order of dispatch from a queue. This means that if an instruction in the front of the queue cannot be dispatched, then the scheduler and dispatcher would not look further down in that queue. But because the loads and stores are implemented in the separatequeue, the operations which could cause the most latency (memory loads) can execute faster. But PowerPC 750 on the other hand issue looking at only 2 entries in the queue and the reservation stations hold the entries for each EU. This means that when PowerPC really relies on executing the instructions in parallel, Pentium 4 relies on the deep pipeline behaviour within the executionunits. And the rapid execution core in Pentium 4 helps this cause as well.As we can see, PowerPC not only attacked the performance problem with a deep pipeline matching Pentium 4's; but also has more EUs than Pentium4. So, it packs more power in the hardware. Something that PowerPC could add in the future for making full use of the resources is on-chip multi threading (SMT). POWER5 processor is supposed to have that. So, we can hope the successor of PPC970 to have that.ConclusionThe two micro-processor families described here really compete for the top spot in modern highperformance desktops and workstations. The latest 64 bit PowerPC and the Pentium 4 seem to bevery close in terms of performance. PowerPC 970 was not only designed to run at higher speeds;but they are also designed for graphics and media applications by providing a power Altivecengine. But Intel aims to run all applications better with its hyper-threading technology andproviding optimal amount of hardware resources. But, if Intel continues for long to be backwardcompatible to IA-32, future design's performance might be constrained by this need for backwardcompatibility. So, we might begin to see the PowerPC processors on Apple Power Macsoutperforming Pentium 4 in the years to come.


Difference between Pentium 3 and Pentium 4?

pentium 4 more faster


Is the Intel Pentium 4 much faster than the Intel Pentium II?

As a whole, the Pentium 4 has a higher maximum performance than a Pentium III. The Pentium III performs the same as or better than Pentium 4 at the same clock speed, but the Pentium 4 has a higher max clock speed (which the Pentium 4 was designed for).


Which CPU runs at the highest speed between classic Pentium Pentium III Pentium 4 or Pentium 4 with HT technology?

Pentium 4 with HT technology runs at the highest speed.


Can you change the processor in an IBM Thinkpad A30 from an Intel Pentium III to an Intel Pentium 4?

No, the Pentium 3 and Pentium 4 are not only samples of 2 completely different architectures, but also use a different socket so a change between the 2 on the same motherboard is impossible.


What is deference of Pentium 3 and Pentium 4?

Pentium 4 is more powerful, and has SSE2 instructions. It is powered with HT technology.