1. 1.The C is a language that needs to be ___________.
  2. a. Compiler b. Interpreted c. Both a and b d. None of these
  3. Answer: a. Compiler
  4. Explanation:
  5. The C is a language that needs to be Compiler.
  6. 2.The C++ is a language that needs to be ___________.
  7. a. Interpreted b. Compiler c. Both a and b d. None of these
  8. Answer: b. Compiler
  9. Explanation:
  10. The C++ is a language that needs to be Compiler.
  11. 3. The JAVA is a language that needs to be ___________.
  12. a. Compiler b. Interpreted c. Both a and b d. None of these
  13. Answer: C. Both a and b
  14. Explanation:
  15. The JAVA is a language that gets interpreted and compiled.
  16. 4. Which language doesn’t support multithreading programming ___________.
  17. a. C b. JAVA c. C++ d. Both C and C++
  18. Answer: d. Both C and C++
  19. Explanation:
  20. Both C and C++ language doesn’t support multithreading programming.
  21. 5. Which language support multithreading programming ___________.
  22. a. C b. JAVA c. C++ d. Both C and C++
  23. Answer: b. JAVA
  24. Explanation:
  25. JAVA language support multithreading programming.
  26. 6. Which language have facility to create and implement the graphical user interface?
  27. a. JAVA b. C c. C++ d. None of these
  28. Answer: a. JAVA
  29. Explanation:
  30. JAVA language have facility to create and implement the graphical user interface.
  31. 7. In C and C++ database handling is very _______________.
  32. a. Easy b. Moderate c. Complex d. Both a and b
  33. Answer: c. Complex
  34. Explanation:
  35. In C and C++ database handling is very Complex.
  36. 8. Java servlets can be created which can interact with the databases like _______________.
  37. a. MS – Access b. Oracle c. MySQL d. All of the above
  38. Answer: d. All of the above
  39. Explanation:
  40. Java servlets can be created which can interact with the databases like MS – Access, Oracle, MySQL and so on.
  41. 9. Which programming language can not be embedded in any scripting language?
  42. a. Python and JAVA b. C c. C++ d. Both b and c
  43. Answer: d. Both b and c
  44. Explanation:
  45. C and C++ programming language can not be embedded in any scripting language.
  46. 10. Which language doesn’t have any exception handling mechanism ?
  47. a. JAVA b. C c. C++ d. Kotlin
  48. Answer: b. C
  49. Explanation:
  50. C does not have any exception handling mechanism.
  51. 11. The C++ has exception handling mechanism using ______________ block.
  52. a. try – catch b. try – catch and throw c. None of these
  53. Answer: a. try – catch
  54. Explanation:
  55. The C++ has exception handling mechanism using try – catch block.
  56. 12. The JAVA has exception handling mechanism using ______________ bock.
  57. a. try – catch b. try – catch and throw c. None of these
  58. Answer: b. try – catch and throw
  59. Explanation:
  60. The JAVA has exception handling mechanism using try – catch and throw bock.
  61. 13. Which language supports multiple inheritance?
  62. a. C and JAVA b. C and C++ c. C++ d. None of these
  63. Answer: c. C++
  64. Explanation:
  65. C++ supports multiple inheritance. It is an Object oriented programming language.
  66. 14. C++ programming language is an _____________.
  67. a. Procedure oriented programming b. Object oriented programming c. Both a and b d. None of these
  68. Answer: b. Object oriented programming
  69. Explanation:
  70. C++ supports multiple inheritance. It is an Object oriented programming language.
  71. 15. JAVA programming language is an _____________.
  72. a. Object oriented programming b. Procedure oriented programming c. Both a and b d. None of these
  73. Answer: a. Object oriented programming
  74. Explanation:
  75. JAVA doesn’t support multiple inheritance however it makes use of interface. It is an Object oriented programming language.
  76. 16. C programming language is an _____________.
  77. a. Procedure oriented programming b. Object oriented programming c. Both a and b d. None of these
  78. Answer: a. Procedure oriented programming
  79. Explanation:
  80. C doesn’t supports any object oriented programming language concept. It is a Procedure oriented programming language.
  81. 17. Which language we can use the pointers?
  82. a. C b. C++ c. JAVA d. Both a and b
  83. Answer: d. Both a and b
  84. Explanation:
  85. In C and C++ we can use the pointers.
  86. 18. Which language doesn’t support the concept of templet?
  87. a. JAVA b. C c. C++ d. Both a and c
  88. Answer: a. JAVA
  89. Explanation:
  90. Java doesn’t support the concept of templates.
  91. 19. Which programming language we can write without class?
  92. a. C b. JAVA c. C++ d. None of these
  93. Answer: c. C++
  94. Explanation:
  95. In C++ we can write a program without a class.
  96. 20. In which language structure concept used.
  97. a. JAVA b. C c. C++ d. None of these
  98. Answer: b. C
  99. Explanation:
  100. In C there is no class. The structure is used instead of that.
  101. 21. JAVA is ___________ and more ____________.
  102. a. Simple and Reliable b. Safe and Reliable c. Not safe d. None of these
  103. Answer: b. Safe and Reliable
  104. Explanation:
  105. JAVA is safe and more reliable.
  106. 22. C can be compiled with _____________ of compilers.
  107. a. Unique compiler b. Variety of compiler c. Both a and b d. Use interpreter
  108. Answer: b. Variety of compiler
  109. Explanation:
  110. C can be compiled with variety of compilers.
  111. 23. C programming language is platform ______________.
  112. a. Dependent b. Independent c. Both a and b d. None of these
  113. Answer: a. Dependent
  114. Explanation:
  115. C programming language is platform dependent.
  116. 24. JAVA programming language is platform ______________.
  117. a. Dependent b. Independent c. Both a and b d. None of these
  118. Answer: b. Independent
  119. Explanation:
  120. JAVA programming language is platform independent.
  121. 25. C++ programming language is platform ______________.
  122. a. Independent b. Dependent c. Both a and b d. None of these
  123. Answer: a. Dependent
  124. Explanation:
  125. C++ programming language is platform dependent.

Leave a Reply

Your email address will not be published. Required fields are marked *