Podcast
Questions and Answers
What is the general structure of MSDOS?
What is the general structure of MSDOS?
- Shell, Firmware
- BIOS, Firmware
- Kernel, BIOS
- Kernel, Shell (correct)
What is the difference between ANSI C and C++?
What is the difference between ANSI C and C++?
- ANSI C is a procedural language, while C++ is an object-oriented language (correct)
- ANSI C is platform-dependent, while C++ is platform-independent
- ANSI C does not support functions, while C++ does
- ANSI C does not support arrays, while C++ does
What is the role of BIOS in an operating system?
What is the role of BIOS in an operating system?
- BIOS handles the file system
- BIOS provides low-level hardware initialization (correct)
- BIOS controls the user interface
- BIOS manages the virtual memory