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 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 is a stage II aircraft?

Stage II aircraft should actually be referred to as Chapter II aircraft in relation the noise certification standards contained in Chapter II of Annex 16 Environmental Protection, Volume I- Aircraft Noise to the Convention on International Civil Aviation as adopted by the Council of ICAO (International Civil Aviation Organisation) Examples include un-modified DC9 and Boeing 727 aircraft


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.


The sec cartridge is a feature of which processor?

Pentium II


What type of technology did the Pentium II incorporate?

computers


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.


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


What is the clock speed of a Pentium II?

This varies from 233mhz to 450mhz


How does a Pentium II processor attach to the motherboard?

socket 9


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.