A _____Bios automatically assigns the necessary
configuration information (IRQ's I/O addresses, and DMAS) to
devices and avoid conflicts.
Answers were Sorted based on User's Feedback
Answer / 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 |
A _____ cpu is a cpu that has a speed greater than the speed that was originally intended for the processor.
What is the main disadvantage of user level threads?
How do I check my cpu threads?
Can we overload run method of thread?
What is kernel level thread?
What are the benefits of multithreading?
What are the process states in linux?
What are threads in c?
What is the biggest advantage of implementing threads in user space?
How many threads can you run?
What does 4 cores and 4 threads mean?
Are goroutines threads?