answersLogoWhite

0

What else can I help you with?

Continue Learning about Math & Arithmetic

What type of error can not be detected by the compiler?

Most commonly this would be a logical error, such as coding an incorrect calculation. However, depending on the compiler and language, other errors may not be detected at compile time.


What is the error percentage rate if 12 errors are detected in the preparation of 400 prescriptions?

(100/400) * 12 = 3


What type of error will occur if a program attempts to do an integer division by zero?

If a program attempts to perform integer division by zero, it will result in a runtime error, often referred to as a "division by zero" error. This typically causes the program to crash or terminate unexpectedly since division by zero is mathematically undefined. The specific error message may vary depending on the programming language or environment being used. In some cases, it can also trigger an exception that must be handled to prevent the program from stopping.


Why did pascal invted first cactuleor?

Pascal invented the first mechanical calculator, called the Pascaline, to help his father in his work as a tax collector. The device was designed to perform addition and subtraction quickly and accurately, reducing the possibility of human error. Pascal's invention revolutionized the field of mathematics and laid the foundation for future developments in computing technology.


A utiltiy that autimatically launches when an application problem occurs it generates a report that you can then send to the device developers to help them solve the problem?

DR WATSON Dr. Watson for Windows is a program error debugger that gathers information about your computer when an error (or user-mode fault) occurs with a program. Technical support groups can use the information that Dr. Watson obtains and logs to diagnose a program error.

Related Questions

What is the difference between fatal errors and nonfatal error?

A fatal error would highlight a problem with your program. A nonfatal error can't be detected by the program and may produce incorrect results.


Missing semicolon in c program is a compile time error?

It's a syntax error, which is detected during compilation, yes.


When erroneous data are detected by computer program controls the error report should be reviewed and followed up by whom?

data control group


How do you delete the detected virus after the scan?

Anti-virus software program itself deletes the infected files after running the scan and detecting fault error files.


What is execution in time logic error?

In programming, logic errors can occur if code has not been written in a manner that results in a program completing functions as expected. When an attempt to run/execute a program commences and a program encounters errors resulting from code that had not been compiled and translated as expected (such as in cases that lines of code may not be in the correct order), then a run time error could occur.


How compile c program in editplus give you the steps?

You can use the gross c compiler and the file will just be compiled with no error. Or microsoft C++ Would work too if one's computer runs on windows.


What is the difference between a semantic error and logic error?

An error in the logic of a program means that the output of the program is faulty (eg the program tell you 2+2=5). An error in semantics in a program means that the program statements are not constructed properly and the usual result of this is that the program will not compile.


What is linker error?

An error detected (or perhaps caused) by the linker. Examples: unresolved symbol, duplicated symbol.


What is the difference btween compilation and execution?

They are similarmake = create somethingcompile = implies you are using other things and putting them together to create something eg. lists for reference something made can have been compiled, but might notsomething compiled is also made


What is a compiler in c program?

The compiler is software that allows any high-level language to be translated into the machine language, compilers are language specific, i.e. C language has its own compiler which will translate the code written in C language to the machine language, compiler for Java will do the same task for the Java code


What type of error can not be detected by the compiler?

Most commonly this would be a logical error, such as coding an incorrect calculation. However, depending on the compiler and language, other errors may not be detected at compile time.


What error is caught when the program execute?

runtime error