3. How do we interact with computers? Flashcards
1
Q
What is debugging?
A
It is finding and correcting “bugs” or errors, within a program. Bugs may be caused by a typo or by one not following the rules or format of the programming language.
2
Q
What is a driver inside a computer?
A
A program that tells the computer how to interact with a piece of hardware or software
3
Q
What is troubleshooting?
A
Solving a problem using a step-by-step or a systematic approach
4
Q
How is troubleshooting different from debugging?
A
Troubleshooting is the general process for fixing problems, but debugging specifically has to do with finding and fixing errors in a program (the code)
5
Q
A