answersLogoWhite

0

ACPI is a function of the hardware and the BIOS. Most Pentium II motherboards do have ACPI, but you cannot add ACPI to a system that does not. If you cannot get ACPI to work, check to see if it is enabled in the BIOS.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What is a circuit board that plugs into a slot 1 and has but has a socket on it called?

A circuit board that plugs into a Slot 1 and has a socket on it is commonly referred to as a "Slot 1 adapter" or "Slot 1 motherboard adapter." This type of adapter allows for the installation of processors or other components that are not natively compatible with the Slot 1 interface, providing flexibility in upgrading or modifying the system. These adapters were particularly used during the era of Intel's Pentium II and III processors.


What is Ml2 lithography?

ii hAve nO iideA


What years was the a bolt ii made in belgium?

The A BOLT II was introduced in 1994. They were never made in Belgium, and are all made in Japan.


C program for knapsack algorithm?

#include<stdio.h> #include<conio.h> int w[10],p[10],v[10][10],n,i,j,cap,x[10]={0}; int max(int i,int j) { return ((i>j)?i:j); } int knap(int i,int j) { int value; if(v[i][j]<0) { if(j<w[i]) value=knap(i-1,j); else value=max(knap(i-1,j),p[i]+knap(i-1,j-w[i])); v[i][j]=value; } return(v[i][j]); } void main() { int profit,count=0; clrscr(); printf("\nEnter the number of elements\n"); scanf("%d",&n); printf("Enter the profit and weights of the elements\n"); for(i=1;i<=n;i++) { printf("For item no %d\n",i); scanf("%d%d",&p[i],&w[i]); } printf("\nEnter the capacity \n"); scanf("%d",&cap); for(i=0;i<=n;i++) for(j=0;j<=cap;j++) if((i==0)(j==0)) v[i][j]=0; else v[i][j]=-1; profit=knap(n,cap); i=n; j=cap; while(j!=0&&i!=0) { if(v[i][j]!=v[i-1][j]) { x[i]=1; j=j-w[i]; i--; } else i--; } printf("Items included are\n"); printf("Sl.no\tweight\tprofit\n"); for(i=1;i<=n;i++) if(x[i]) printf("%d\t%d\t%d\n",++count,w[i],p[i]); printf("Total profit = %d\n",profit); getch(); }


What do you mean by category 1 and category 2 in miniratna psu?

The Basic difference between a Category I & Category II Mini Ratna Company is that a category II mini ratna company can make a capital expenditure of Rs 250 crore or 50% of the net worth, whichever is less, without seeking the permission of the government. On the contrary, the board of category I mini ratna company can make a capital expenditure of Rs 500 crore or 100% of its net worth, whichever is less, on its own." Similarly, the board of a category I mini ratna company can take an independent decision to invest Rs 500 crore in joint ventures and subsidiaries. For category II mini ratnas, the investment limit has been capped at Rs 250 crore.

Related Questions

When was Pentium II created?

Pentium II was created in 1997.


Did the Intel Pentium II come in a socket?

No. The Pentium II was only available in a Slot 1 cartridge, with the exception of the Pentium II Overdrive, which was made as an upgrade to Socket 8 motherboards. Pentium II-based Celerons, however, were the first processors available for Socket 370, which was later used for Pentium IIIs.


Is the Intel Pentium more powerful than the Intel Pentium II?

On the contrary


Identify the correct sequence of CPUs?

Pentium II, Athlon XP, Pentium 4 Celeron, Pentium Extreme Edition


What is the difference between an Intel Pentium II and an Intel Pentium III?

The Intel Pentium II was released in a Slot 1 package, while the Pentium Pro used socket 8. Adapters were available to use Pentium Pros in Slot 1 motherboards, and a version of the Pentium II was released for Socket 8.The Intel Pentium II includes MMX instructions, while the Pentium Pro does not.The Intel Pentium II has improved performance in 16-bit applications. 32-bit applications were not affected quite as much.


Is a 233 MHz Pentium II faster than a AMD athlontmXP 3200?

No. The Pentium II is much older than an Athlon XP 3200, by about six years. The Athlon XP was designed to compete with early Pentium 4s.


The sec cartridge is a feature of which processor?

Pentium II


What type of technology did the Pentium II incorporate?

computers


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).


How does a Pentium II processor attach to the motherboard?

socket 9


What is the clock speed of a Pentium II?

This varies from 233mhz to 450mhz


Why was the Intel Celeron introduced when the Intel Pentium III was introduced?

It wasn't. It was introduced back when the Pentium II was introduced. The Celeron was created because the L2 cache chips used in the Pentium II were rather expensive, and they wanted to provide a low-end alternative.