answersLogoWhite

0

library ieee;

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What does watchdog means in terms of technically?

watchdog timer is a 16 bit counter that resets the processor when it rolls over to zero. The processor can reset the counter or turn it off, but, correctly used, it will reset the processor in case of a code crash


What is the Vhdl code of rake receiver?

vhdl is a hardware definition languega to be run on a dsp. it describes circuits, a logical hardware structure. a rake receiver is a piece of hardware that enables every WCDMA-receiver (e i a mobile working with the umts standard) to handel a cdma-coded bit sequence. i know... cant describe it in an easier way.... ;)


What is the difference between 16 bit compilers and 32 bit compilers in C?

16 bit compilers compile the program into 16-bit machine code that will run on a computer with a 16-bit processor. 16-bit machine code will run on a 32-bit processor, but 32-bit machine code will not run on a 16-bit processor. 32-bit machine code is usually faster than 16-bit machine code.-DJ CraigNoteWith 16 bit compiler the type-sizes (in bits) are the following: short, int: 16long: 32long long: (no such type)pointer: 16/32 (but even 32 means only 1MB address-space on 8086)With 32 bit compiler the object-sizes (in bits) are the following:short: 16int, long: 32long long: 64pointer: 32With 64 bit compiler the object-sizes (in bits) are the following:short: 16int: 32long: 32 or 64 (!)long long: 64pointer: 64[While the above values are generally correct, they may vary for specific Operating Systems. Please check your compiler's documentation for the default sizes of standard types]Note: C language itself doesn't say anything about "16 bit compilers" and "32 bit compilers"


A 32-bit processor has?

A 32-bit processor has ans(a) (a) 32 registers (b) 32 I/O devices (c) 32 Mb of RAM


Can you use a 32-bit processor to install the Hyper-V role as long as it supports virtualization extensions?

No, you cannot use a 32-bit processor to install the Hyper-V role. Hyper-V requires a 64-bit processor with Second Level Address Translation (SLAT) and virtualization extensions, which are not supported on 32-bit architectures. Therefore, only 64-bit systems can run Hyper-V effectively.

Related Questions

What is Bit And Bit vector in VHDL programming?

These are predefined words in VHDL standards. Bit indicates that the data type is a bit i. e. 0 or 1. A bit_vector is an array of bits. example: a: in bit; b: in bit_vector(1 downto 0);


Based on what criteria a processor is said to be some x-bit processor?

Generally, the bit size of a processor is indicated by the size of the accumulator, which is, most times but not always, the same as the internal data bus size. The 8086/8088 processor, for instance, is a 16 bit processor. The 8085 is an 8 bit processor. The 80386 is a 32 bit processor. The Q6600 Core2 Quad is a 64 bit processor. (These are just examples.)


What is STD logic in vhdl?

In VHDL, std_logic is a data type. It is assigned to input and / or output variables. It means that the variable is a standard logic type i. e. a logic bit which accepts or provides one bit data, either 1 or 0.


Why segment is 64k in microprocessor?

Because the processor is a 16 bit processor, and 64k is what you can address with a 16 bit processor.


Dual core technology uses 64 bit processor or 32 bit processor?

Both. The Intel Core Duo was a 32-bit dual-core processor. The Intel Core 2 Duo is a 64-bit processor.


Is a Q6600 processor 32 bit or 64 bit?

Q6600 is a 64 bit processor, but it can execute in 16 and 32 bit modes.


Explain one limitation of a 16-bit processor to a 64-bit processor?

One limitation of a 16 bit processor, compared to a 64 bit processor, is computing speed. A 16 bit process can process 2 bytes (8 bits = 1 byte) of information per clock cycle. While a 64 bit processor can process 8 bytes of information per clock cycle, making the 64 bit processor four times faster than a 16 bit processor.


What does watchdog means in terms of technically?

watchdog timer is a 16 bit counter that resets the processor when it rolls over to zero. The processor can reset the counter or turn it off, but, correctly used, it will reset the processor in case of a code crash


Why is 8088 processor described as a 16-bit processor?

because its word length is 16 bit


What is the Vhdl code of rake receiver?

vhdl is a hardware definition languega to be run on a dsp. it describes circuits, a logical hardware structure. a rake receiver is a piece of hardware that enables every WCDMA-receiver (e i a mobile working with the umts standard) to handel a cdma-coded bit sequence. i know... cant describe it in an easier way.... ;)


What are the compatibility issues of the 32bit and 64bit processor?

what are the compitibility issues of 32-bit and 64-bit processor


How many bits 386SX processor?

The 386SX is a 32 bit processor running on a 16 bit bus.