A _____Bios automatically assigns the necessary
configuration information (IRQ's I/O addresses, and DMAS) to
devices and avoid conflicts.
Answer Posted / bluehole
BIOS Has a set of routine to initialize the Bare hardware.
If "automatically assign" means initialization then the
proposition is right. Else... The BIOS inits the system
resources and stores the values in NVRAM(CMOS) the screen
you see for configuring the SYSTEM parameter is a depict of
CMOS/NVRAM not the BIOS.
When you configure the System, the post-BIOS routines read
those and prepares the system for start-up.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the process states in linux?
What is pthread in linux?
What does thread mean in slang?
What are linux kernel threads?
Are goroutines thread safe?
What are threads cpu?
What does threads mean when downloading?
Why are threads useful?
How many threads can run on a single processor?
Why are threads expensive?
Why context switching is faster in threads?
What are the two types of threads?
How does thread pool keeps the thread alive?
What does 4 cores and 4 threads mean?
What is the biggest advantage of implementing threads in user space?