Search : in
By :

Processor and its types

Last answer on Oct 21, 2009 7:53:08 pm BST king, on Jul 6, 2008 5:12:42 pm BST 
 Report this message to moderators

Details about the processor starting from pentium 1 to newly discovered processor until now...and also hoew its work,its cost and its advantages

Best answers for « processor and its types » in :
[Linux] Displaying information about your processor Show [Linux] Displaying information about your processor To view information on your micro-processor (CPU), type in the following command: cat /proc/cpuinfo To view a specific information, such as processor model, use the following type...
Multicore CPU: how to disable a core ShowMulticore CPU: how to disable a core Procedure when using Windows Procedure when using Linux: For overclocking adepts it’s quite useful to be able to determine whether a core is working properly during rise in frequencies or for...
CPU is overheating- temperature problem ShowCPU is overheating- temperature problem Knowing the temperature of my processor Intel Processors AMD processor temperatures If your CPU is overheating, it can cause reboots on the computer, instabilities, or even destroy the processor...
Adjusting your websites to fit all types of resolution ShowAdjusting your websites to fit all types of resolution "How to adjust my site to the visitor's resolution and what resolution to choose?" Simply apply a relative width (= that changes with the size of the window and screen of the...
Download Mz Cpu Accelerator ShowMz Cpu Accelerator is a utility to overclock the processor but a utility manager priority processes. It automatically attributes a high priority and resources to the programs being put in the background and the Windows taskbar. Advantage The...
Download CPUz ShowCPU-Z is free software collecting information on the main elements of the computer: Processor Name and number Core stepping. Package. Voltage. Internal and external clocks, multiplier. Set of instructions supported. Cache...
Processor ShowIntroduction The processor (CPU, for Central Processing Unit) is the computer's brain. It allows the processing of numeric data, meaning information entered in binary form, and the execution of instructions stored in memory. The first...
Types of computers ShowTypes of computers There are several families of computers, depending on their format: Mainframes, computers which a great deal of computing power, enormous input-output capabilities and high level of reliability. Mainframes are used by large...
Types of networks ShowDifferent types of networks Different types of (private) networks are distinguished based on their size (in terms of the number of machines), their data transfer speed, and their reach. Private networks are networks that belong to a single...

1

jamesyap34, on Jul 7, 2008 9:45:32 am BST
  • +8

Hi

the history of micro processor has been the evolution of computers today

Long ago the first computers build had a processors that could have been the of same dimension of a house and with technology and development it has been reduce nowadays it has been so reduce that we have pocket Pcs

Nowdays we hear about Intel processor for pc is has been founded by Rpbert Noyce Chartered Ted Hoffs application research department in 1969



Processing Power -Computers have changed their ability in a reduce dimension


Becoming more and more faster and manuable




Actually the cost of processor depends on it capability to process information and orders


On the actual market your can provide yourself a pentium 4 processor with only 200Dollars

Reply to jamesyap34

2

noor, on Jan 21, 2009 11:34:21 am GMT
  • +18

Plz inform me about the processor tkypes

Reply to noor

4

NINA MBA, on Oct 2, 2009 2:47:14 pm BST
  • +9

Whaty are the different types of computer processors?

Reply to NINA MBA

5

lee, on Oct 8, 2009 5:34:24 pm BST

Hi..

Reply to lee

3

Wana, on Aug 7, 2009 1:17:30 pm BST
  • +26

What are the two types of processors?

Reply to Wana

6

mannu, on Oct 10, 2009 7:20:27 am BST
  • +2

There r basically two type of processor
cisc and risc

Reply to mannu

7

 Adnan, on Oct 21, 2009 7:53:08 pm BST

Types of Computers
RISC , CISC and DISC

1)Reduced Instruction Set Computers (RISC)
2)Complex Instruction Set computers (CISC)
3)Dynamic Instruction Set Computers (DISC)


1) In RISC, Most of the burden is on the compiler. As the compilers are getting intelligent with the time so its better to put everything on compilers. There are very few instructions in the instruction set of RISC. ALU with Branch Instructions are enough to make any program and to implement any algorithm.

2)Hardware is always faster than software.. Its better to implement algos in hardware to achieve fast output. There are lot of instructions in the instruction set of CISC computers. these are really complex architectures. Intel 's Processor Family is CISC based.


3)In DISC, Few instructions are introduced which initilizes the processor. We can change/swap the hardware or its size on run time basis which may needed for executing some particular instructions.

Reply to Adnan