what does ‘Bus Error’ mean?

Answer Posted / bhaskar

In computing, a bus error is generally an attempt to access memory that the CPU cannot physically address. Bus errors can also be caused by any general device fault that the computer detects. A bus error rarely means that computer hardware is physically broken - it is normally caused by a bug in a program's source code.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it cc or c in a letter?

563


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1428


What is a file descriptor in c?

562


Explain how do you search data in a data file using random access method?

696


What do you mean by dynamic memory allocation in c? What functions are used?

655






What is difference between structure and union in c?

544


Explain that why C is procedural?

656


Is this program statement valid? INT = 10.50;

686


What are the different types of C instructions?

678


What is the use of bit field?

640


Is exit(status) truly equivalent to returning the same status from main?

585


How is null defined in c?

652


What is header file definition?

567


In C programming, how do you insert quote characters (‘ and “) into the output screen?

895


What is the difference between text and binary modes?

643