answersLogoWhite

0


Best Answer

An x86-based OS processes 32 bits at a time.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

32 bits at a time

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

64bits

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 7 How many bits does an x86-based operating system process at one time?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is x86 operating system equal to 32 bits?

They are both the same


Which operating system supports 64 bits?

Windows 7 (64-bit), Ubuntu, and I Think Macs


What is an operating system patch?

An operating system is made up of many pieces of code, sometimes "bugs" or errors are found to exist in bits of this code. Once these have been found, they are then corrected and a replacement for the code is sent out "as a patch" to people who have the operating system installed.


How much bits does UNIX supports?

Most modern UNIX systems run as a 64-bit Operating System.


How many bits is the playstation?

I think 32 bits but it really doesn't matter because I heard the ps3 has a 32 bit operating system and the wii has a 32/64 bit so bits have no meaning anymore


Does Microsoft database Access 2010 work in XP operating system?

It's compatible with Windows XP SP3 (32 bits) and operating systems of 64 bits like Windows XP Pro x64 or Windows Server 2003/2003 R2 are not supported.


How many bits does your laptop have?

The easiest way to find out how many bits your laptop has is to open the system info in the control panel. First click the "Start" button on your desktop, then go to control panel and click "system." All your computer's operating specifications.


How do you calculate the page table size in operation system?

The number of bits in the offset field is determined by the page size. ... Calculate the number of bits in the page number and offset fields of a logical address. ... must have a page table base register that is accessible by the operating system.


What is meaning 16 bit machine?

A 16 bit computer is one where the internal registers in the computer's CPU are made from 16 wires in parallel. Computer registers, in the main, started with 8bits, grew to 16 bits, then to 32 bits and now are mainly 64 bits wide. You need an operating system 'made' for each 'bit' size. For instance Microsoft's Windows 7 operating system is currently available in both 32 and 64 bit versions. The more the bits available the larger the value of an integer number that can be processed by the CUP in a single clock cycle.


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.


How can you tell if your OS is 64 or 32 bits?

Open the Start Menu and click on All Programs-> Accessories -> System Tools and finally click on System Information. Look in the System Summary and you will find every single details of information about your Windows Operating System.


What is a 16-bit operating system?

Basically, the difference lies in the way the program process information : 2 bytes at a time for 16 bits, 4 for 32 bits. Older system usually use a 16 bits processor (often with a 32 bits "virtual" capacity), while newer system all use 32 bits processors that can input 4 bytes of information per clock beat for processing. During a single cycle of the CPU processor, a 16-bit program can send 16 bits of instructions to the CPU. A 32-bit program can send twice as many (32 bits) of instructions during a single cycle. Therefore, 32-bit programs are often able to run faster than 16-bit programs but because the speed of a program is effected by so many other factors, a 32-bit program is unlikely to be twice as fast as a 16-bit program