Qs I got wrong Flashcards
1
Q
`functions of BIOS
A
- load OS
- performs self diagnostic tests on hardware
- checks for hardware connected to the computer
- provides basic user interface where some settings can be accessed
2
Q
benefits of high level languages
A
- High-level languages have built-in functions;
- High-level languages can be less machine dependent/more portable; •
• It is (usually) quicker to develop code in high-level languages;
• It is easier to find mistakes in code;
• The code is easier to understand;
• It is easier to structure code in high-level languages;
3
Q
defensive programming
A
anticipating issues while writing the code