Tell me what could be the reasons for a system to have gone blank and how would you debug it?
Answer / Deepti Rani
A system going blank can be due to power issues, hardware malfunctions, software bugs, or communication problems. To debug, follow these steps: 1) Check power supply and ensure proper voltage levels, 2) Perform visual inspection for any physical damage on the hardware components, 3) Analyze the error logs if available, 4) Isolate the problem by testing individual parts of the system, 5) If it's a software issue, use debugging tools to identify the root cause, and 6) Address the issue based on your findings.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does the addition of service orientation change systems? When is it appropriate to use?
How to create a child process in linux?
Explain what are the uses of the keyword static?
What's risc architecture?
What is the main function of multiplexed address/data bus?
What are the essential components of embedded system?
What is the order of calling for the constructors and destructors in case of objects of inherited classes?
In 8085 microprocessor READY signal does.which of the following is incorrect statements [a]It is input to the microprocessor [b] It sequences the instructions
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
What is continuous integration? Have you used it and why is it important?
What is difference between using a macro and inline function?
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?