answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Hybrid processors that can process 32 bits or 64 bits are known by what term?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Word size of todays processors is bits or bits?

32, 64


What is the data path size of the front-side bus of the Pentium family of processors?

64 bits. The word size of Pentium processors is 32 bits. 64 bits and i have an intell


What is the data path size of the front side bus of the Pentium family of processors?

64 bits wide


What is theword size of todays processors?

Modern computers usually have a word size of 16, 32, or 64 bits.


The largest number of bits the processor can process in one operation?

The largest number of bits a CPU can process is word size. A CPU's Word Size is the largest number of bits the CPU can process in one operation.


What are 4 bits?

A group of four bits is known as a nibble.


What is a bit- in computer terms is it a character- in language terms is it a syllable?

A bit is the smallest piece of data that a computer (digital) can process. Several bits make up a byte. It started out as 4 bit and 8 bit processors. The earlest processers commercially available were 8 bit capable now there are 128 bit and possible in the near future. With each increase in bits also increased the instruction set that went with those processors. 8 Bits could up to 255 instructions in the operating set. The bit is to the byte as the letter is to a word.


The number of bits processed in a single instruction is known as?

8 Bits


What term does Intel use to describe a processor technology that uses all 64-bits processing?

IA64 they are also called x64 processors.


Bits of metal removed in the grinding process?

filings


The memory stores binary information in group of bits called?

a group of 8 bits is known as byte and a group of 4bits is known as nibble..


What is maximum number of bits a CPU can process at once?

That will depend on both the architecture and implementation of the CPU.The maximum number of bits that a CPU may process at once usually depends on its "register" size, but there are many other variables that influence and change this limit for a specific CPU. For example, a 64 bit processor may operate on 64 bits at once. Some processors may also have subprocessors that can handle even more bits at once, but those are usually not included in the processor's "bit size". As an example, Intel processors have MMX instructions that can handle up to 64 bits simultaneously, although the primary CPU is 32 bit. The largest known processor at the time of this answer operates on 128 bits at once, and there are rumors of even larger bit-processors on the horizon, although their power is largely unnecessary at this time. Some processors also have multiple parallel function units that can be running at the same time (e.g. integer units, floating point units, load/store unit) each of which processes a word of the appropriate number of bits for its data type simultaneously with all the other function units, this dramatically increases the possible number of bits processed at one time with no increase in "register" size. There have also been CPU architectures with large word sizes but some implementations of those architectures processed the bits in smaller groups to save cost (e.g. IBM System 360/30 like all System 360s had a 32 bit register size but processed it only 8 bits at once). Many early computers used serial ALU implementations, one that I know of had a 48 bit "register" size (stored in a continuously recirculating memory) but processed that only 1 bit at a time in the serial ALU (2 bits at a time when executing its square root instruction, but it still had to wait 2 bit times to get those 2 bits from the recirculating memory, so there was no speed increase).