Problem Solving with C++ (9th Edition)
Problem Solving with C++ (9th Edition)
9th Edition
ISBN: 9780133591743
Author: Walter Savitch
Publisher: PEARSON
Question
Book Icon
Chapter 1.4, Problem 22STE
Program Plan Intro

Programming mistakes:

  • A fault in a program denotes a bug and process of elimination of bugs is termed as debugging.
  • A bug denotes an error, failure or fault in a program that causes it to generate improper result.
  • The process of fixing bugs is termed as debugging.
  • Some of computer systems are able to deter, detect or auto correct different computer bugs during operations.
  • The bugs arise from errors made in source code of program.
  • The bugs can cause program to freeze computer in terms of processing.

Blurred answer
Students have asked these similar questions
How would you go about diagnosing and fixing an issue with a computer's error code?
When a logical error occurs?
Explain the limitations of computers in terms of software errors as well as some of the reasons for these errors.

Chapter 1 Solutions

Problem Solving with C++ (9th Edition)