System programming
Topic: Types of Error
Branch: INFORMATION TECHNOLOGY
Presented by: Patel Sunny (1404501160032)
Acharya Mansi (150450116001)
Payal Kaklotar (160450116004)
GUIDED BY:- Jignasha Patel
Druven prajapati
Content
■ Types of error
I. System error
II. Runtime error
III. Stop error
IV. Device manager error
V. Post code error
VI. Application error
Operating System Errors
■ Aside from the common computer errors, computers also can have
different Operating System (OS) errors. OS errors can be classified into
various categories, such as:
■ A syntax error is an error in the source code of a program. Since
computer programs must follow strict syntax to compile correctly, any
aspects of the code that do not conform to the syntax of the
programming language will produce a syntax error.
SYNTAX ERROR
1. System errors
■ These are moderately dangerous types of errors among those that can pop
up on your PC. System errors are caused by malfunctioning hardware
components, corrupted operating system modules, etc.
2. Runtime errors
■ Runtime errors are caused by corrupted or malfunctioning system files or
software executables. Most runtime errors cause the application that
caused it to shut down. However, more serious runtime errors may cause
the system to become unstable or unresponsive, leaving you with no choice
but to reach for the Reset button.
■ A runtime error is a program error that occurs while the
program is running. The term is often used in contrast
to other types of program errors, such assyntax errors
and compile time errors.
■ There are many different types of runtime errors. One
example is a logic error, which produces the
wrongoutput. For example, a miscalculation in the
source code or a spreadsheet program may produce the
wrong result when a user enters a formula into a cell.
RUNTIME ERROR
3. Stop errors
■ Stop errors are caused by corrupted hardware, especially malfunctioning
RAM modules and bad sectors on hard disks. Stop errors can be difficult to
resolve at times.
■ A logic error (or logical error) is a mistake in a
program's source code that results in incorrect or
unexpected behavior. It is a type of runtime error that
may simply produce the wrong output or may cause a
program to crash while running.
■ Many different types of programming mistakes can
cause logic errors. For example, assigning a value to the
wrong variable may cause a series of unexpected
program errors
LOGICAL ERROR
4. Device Manager Errors
■ These are usually caused by corrupted driver files or malfunctioning
hardware components. In case of the former cause, the problem is usually
solved simply by reinstalling or updating the drivers. However, the latter
cause can often be solved only by replacing hardware components.
5. POST code errors
■ POST code errors are caused by malfunctioning hardware components, and
are characterized by short beep sounds from the tiny internal speaker of
your motherboard. POST code errors occur when you press the power
button to turn on your PC..
6. Application errors
■ These can be caused at any point of time. As the name suggests, these are
caused by applications while those are running. These are usually caused by
glitches in the program code itself. These are usually resolved by updating
the program to its latest version.

types of error

  • 1.
    System programming Topic: Typesof Error Branch: INFORMATION TECHNOLOGY Presented by: Patel Sunny (1404501160032) Acharya Mansi (150450116001) Payal Kaklotar (160450116004) GUIDED BY:- Jignasha Patel Druven prajapati
  • 2.
    Content ■ Types oferror I. System error II. Runtime error III. Stop error IV. Device manager error V. Post code error VI. Application error
  • 3.
    Operating System Errors ■Aside from the common computer errors, computers also can have different Operating System (OS) errors. OS errors can be classified into various categories, such as:
  • 4.
    ■ A syntaxerror is an error in the source code of a program. Since computer programs must follow strict syntax to compile correctly, any aspects of the code that do not conform to the syntax of the programming language will produce a syntax error. SYNTAX ERROR
  • 5.
    1. System errors ■These are moderately dangerous types of errors among those that can pop up on your PC. System errors are caused by malfunctioning hardware components, corrupted operating system modules, etc.
  • 6.
    2. Runtime errors ■Runtime errors are caused by corrupted or malfunctioning system files or software executables. Most runtime errors cause the application that caused it to shut down. However, more serious runtime errors may cause the system to become unstable or unresponsive, leaving you with no choice but to reach for the Reset button.
  • 7.
    ■ A runtimeerror is a program error that occurs while the program is running. The term is often used in contrast to other types of program errors, such assyntax errors and compile time errors. ■ There are many different types of runtime errors. One example is a logic error, which produces the wrongoutput. For example, a miscalculation in the source code or a spreadsheet program may produce the wrong result when a user enters a formula into a cell. RUNTIME ERROR
  • 8.
    3. Stop errors ■Stop errors are caused by corrupted hardware, especially malfunctioning RAM modules and bad sectors on hard disks. Stop errors can be difficult to resolve at times.
  • 9.
    ■ A logicerror (or logical error) is a mistake in a program's source code that results in incorrect or unexpected behavior. It is a type of runtime error that may simply produce the wrong output or may cause a program to crash while running. ■ Many different types of programming mistakes can cause logic errors. For example, assigning a value to the wrong variable may cause a series of unexpected program errors LOGICAL ERROR
  • 10.
    4. Device ManagerErrors ■ These are usually caused by corrupted driver files or malfunctioning hardware components. In case of the former cause, the problem is usually solved simply by reinstalling or updating the drivers. However, the latter cause can often be solved only by replacing hardware components.
  • 11.
    5. POST codeerrors ■ POST code errors are caused by malfunctioning hardware components, and are characterized by short beep sounds from the tiny internal speaker of your motherboard. POST code errors occur when you press the power button to turn on your PC..
  • 12.
    6. Application errors ■These can be caused at any point of time. As the name suggests, these are caused by applications while those are running. These are usually caused by glitches in the program code itself. These are usually resolved by updating the program to its latest version.