- 1.The C is a language that needs to be ___________.
- a. Compiler b. Interpreted c. Both a and b d. None of these
- Answer: a. Compiler
- Explanation:
- The C is a language that needs to be Compiler.
- 2.The C++ is a language that needs to be ___________.
- a. Interpreted b. Compiler c. Both a and b d. None of these
- Answer: b. Compiler
- Explanation:
- The C++ is a language that needs to be Compiler.
- 3. The JAVA is a language that needs to be ___________.
- a. Compiler b. Interpreted c. Both a and b d. None of these
- Answer: C. Both a and b
- Explanation:
- The JAVA is a language that gets interpreted and compiled.
- 4. Which language doesn’t support multithreading programming ___________.
- a. C b. JAVA c. C++ d. Both C and C++
- Answer: d. Both C and C++
- Explanation:
- Both C and C++ language doesn’t support multithreading programming.
- 5. Which language support multithreading programming ___________.
- a. C b. JAVA c. C++ d. Both C and C++
- Answer: b. JAVA
- Explanation:
- JAVA language support multithreading programming.
- 6. Which language have facility to create and implement the graphical user interface?
- a. JAVA b. C c. C++ d. None of these
- Answer: a. JAVA
- Explanation:
- JAVA language have facility to create and implement the graphical user interface.
- 7. In C and C++ database handling is very _______________.
- a. Easy b. Moderate c. Complex d. Both a and b
- Answer: c. Complex
- Explanation:
- In C and C++ database handling is very Complex.
- 8. Java servlets can be created which can interact with the databases like _______________.
- a. MS – Access b. Oracle c. MySQL d. All of the above
- Answer: d. All of the above
- Explanation:
- Java servlets can be created which can interact with the databases like MS – Access, Oracle, MySQL and so on.
- 9. Which programming language can not be embedded in any scripting language?
- a. Python and JAVA b. C c. C++ d. Both b and c
- Answer: d. Both b and c
- Explanation:
- C and C++ programming language can not be embedded in any scripting language.
- 10. Which language doesn’t have any exception handling mechanism ?
- a. JAVA b. C c. C++ d. Kotlin
- Answer: b. C
- Explanation:
- C does not have any exception handling mechanism.
- 11. The C++ has exception handling mechanism using ______________ block.
- a. try – catch b. try – catch and throw c. None of these
- Answer: a. try – catch
- Explanation:
- The C++ has exception handling mechanism using try – catch block.
- 12. The JAVA has exception handling mechanism using ______________ bock.
- a. try – catch b. try – catch and throw c. None of these
- Answer: b. try – catch and throw
- Explanation:
- The JAVA has exception handling mechanism using try – catch and throw bock.
- 13. Which language supports multiple inheritance?
- a. C and JAVA b. C and C++ c. C++ d. None of these
- Answer: c. C++
- Explanation:
- C++ supports multiple inheritance. It is an Object oriented programming language.
- 14. C++ programming language is an _____________.
- a. Procedure oriented programming b. Object oriented programming c. Both a and b d. None of these
- Answer: b. Object oriented programming
- Explanation:
- C++ supports multiple inheritance. It is an Object oriented programming language.
- 15. JAVA programming language is an _____________.
- a. Object oriented programming b. Procedure oriented programming c. Both a and b d. None of these
- Answer: a. Object oriented programming
- Explanation:
- JAVA doesn’t support multiple inheritance however it makes use of interface. It is an Object oriented programming language.
- 16. C programming language is an _____________.
- a. Procedure oriented programming b. Object oriented programming c. Both a and b d. None of these
- Answer: a. Procedure oriented programming
- Explanation:
- C doesn’t supports any object oriented programming language concept. It is a Procedure oriented programming language.
- 17. Which language we can use the pointers?
- a. C b. C++ c. JAVA d. Both a and b
- Answer: d. Both a and b
- Explanation:
- In C and C++ we can use the pointers.
- 18. Which language doesn’t support the concept of templet?
- a. JAVA b. C c. C++ d. Both a and c
- Answer: a. JAVA
- Explanation:
- Java doesn’t support the concept of templates.
- 19. Which programming language we can write without class?
- a. C b. JAVA c. C++ d. None of these
- Answer: c. C++
- Explanation:
- In C++ we can write a program without a class.
- 20. In which language structure concept used.
- a. JAVA b. C c. C++ d. None of these
- Answer: b. C
- Explanation:
- In C there is no class. The structure is used instead of that.
- 21. JAVA is ___________ and more ____________.
- a. Simple and Reliable b. Safe and Reliable c. Not safe d. None of these
- Answer: b. Safe and Reliable
- Explanation:
- JAVA is safe and more reliable.
- 22. C can be compiled with _____________ of compilers.
- a. Unique compiler b. Variety of compiler c. Both a and b d. Use interpreter
- Answer: b. Variety of compiler
- Explanation:
- C can be compiled with variety of compilers.
- 23. C programming language is platform ______________.
- a. Dependent b. Independent c. Both a and b d. None of these
- Answer: a. Dependent
- Explanation:
- C programming language is platform dependent.
- 24. JAVA programming language is platform ______________.
- a. Dependent b. Independent c. Both a and b d. None of these
- Answer: b. Independent
- Explanation:
- JAVA programming language is platform independent.
- 25. C++ programming language is platform ______________.
- a. Independent b. Dependent c. Both a and b d. None of these
- Answer: a. Dependent
- Explanation:
- C++ programming language is platform dependent.