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
Why do we use threads?
Can threading stop hair growth?
Do threads run in parallel?
how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?
How many threads can a cpu run?
What does 4 cores 8 threads mean?
What does 4 cores and 4 threads mean?
Is face threading safe?
How do I check my cpu threads?
Can we start two threads at a time?
Why context switching is faster in threads?
What are threads in c?
How does thread pool keeps the thread alive?
Do threads have pids?
Are goroutines thread safe?