⟩ A _____Bios automatically assigns the necessaryconfiguration information (IRQs I/O addresses, and DMAS) to devices and avoid conflicts?
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.