answersLogoWhite

0

What else can I help you with?

Related Questions

Do all motherboards require adapter cards to provide capabilities such as sound and video?

The mother boards is where all this cards are connected. sound, graphics etc... all connect in the mother board so the answer is yes.


Can you mix DDR300 with DDR330 memory?

It depends on the capabilities of the motherboard. Some motherboards require that all RAM cards operate at the same speed, while others don't. In cases where differing speeds are allowed, all RAM cards operate at the speed of the slowest card, however.


Why do motherboards have so many resistors?

Motherboards use so many resistors because they are sensitive PCBs, often with many low voltage ICs; some of these will run on less than half a volt. Some capacitors require current-protection also.


What does the CD driver card do?

CDROM drives dont normally require a "driver card" as they are IDE devices which plug into the motherboards built-in IDE controller.


What is the verb of necessary?

The verb form is to necessitate.


What does Bowel training require?

Trust and patience are necessary


When it may be necessary to ask for stationary receipts?

When you require them


Why is it necessary to require skills in a pastry shop?

Required skills are necessary in any business to make a profit


Do Australian citizens require a visa for Romania?

The visa is not necessary.


What organisms require oxygen to live and reproduce?

Organisms that require oxygen for survival and reproduction are aerobes. These include most plants, animals, fungi, and many types of bacteria. Oxygen is necessary for these organisms to carry out cellular respiration, which produces energy for their growth and metabolic activities.


Is it necessary to include the copyright symbol and year?

On your own work, no: notification is not required for protection. When referring to others' work, it depends on the situation; most bibliographic styles require the year without the symbol.


What is difference between include and require in php?

include will continue executing the script even with errors while require will produce a fatal error and stop the script. Note: if you put include/require 'grandpa.php' in 'father.php' and then include 'father.php' in 'son.php' and also put include/require 'grandpa.php' in 'son.php' then both require & include will produce errors. Best thing to add is include_once or require_once in your code as it will only add the file once and will override other include_once or require_once