Skip to main content

Posts

Showing posts with the label Answers

Embedded system page with popular questions

Popular questions: (find your question and click to view) 1. Write the differences between microprocessor and micro-controller.   2. Differentiate between big-endian processor and little-endian processors.   3. Write the differences between RISC and CISC.   4. Write the differences between GPP and ASIP.   5. what is an embedded system? Write the different applications of embedded systems.   6. Explain the classification of embedded systems based on Generation. Give an example for each.   7. Write a short note on: Relay, Stepper motor, UART, RS-232   8. Explain the components of a typical embedded system in detail.   9. State the differences between CPLDs and FPGAs.   10. Write the differences between Harvard and Von-Neumann Processor Architecture.   11. Explain the characteristics of embedded systems in detail.   12. Write short notes on: MTBF, MTTR.   13. Explain functional block diagram of washing mach...

Java page with popular questions

Popular questions: (Find your questions and click to view)  1. Write a short note on Java virtual machine (JVM).   2. Write a program in java to add two matrix.   3. Write a program to print the sum of all numbers greater than 100 and less than 200 and that are divisible by 7.   4. Explain following features of java. A. Portable b. Robust and Secure c. Dynamic d. Distributed e. Multithreaded   5. What is a constructor? Explain with an example how to overload a constructor.   6. Explain various control statements in java.   7. Write a program in java to find transpose of a matrix.   8. Explain type casting with an example.   9. Describe with example the way of designing and importing a package in a class.     10. Explain any five String class functions with an example.   11. What is an exception? How do we define a try and a catch block?   12. List and explain some of th...