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
Do threads get their own pid?
Is face threading safe?
How does thread pool keeps the thread alive?
Can hyper threading hurt performance?
Does hyperthreading reduce performance?
Do threads share memory?
Does thread count matter cpu?
Can a thread have multiple processes?
Are threads processes?
Do threads count as cores?
What is a thread os?
Is threading harmful?
how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?
What is a lightweight thread?
How do you create a thread?