1. Java Virtual Machine is an _______ a) Machine code b) Compiler c) Byte code d) Interpreter 2. When high level language program is converted to machine level, it is known as? a) Object code b) Source code c) Program code d) None 3. Which statement is true about Java? a) Java is a sequence-dependent programming language b) Java is a platform-independent programming language c) Java is a platform-dependent programming language d) Java is a code dependent programming language 4. A java program that can be developed and executed by the users, is known as applet. a) True b) False 5. Which is most suited to Blue J? a) A window-based platform b) A DOS based platform c) Both (a) and (b) d) Neither (a) nor (b) 6. Compiler converts java source to: a) Program code b) Object code c) Byte code d) None of these 7. Which term is used to correct error in a program? a) Error removing b) Bug c) Debugging d) None of these 8. Java is developed by _______ a) Robert James b) James Gosling c) Bjarne Stroustrup d) None 9. Comment lines in java program is written as: a) /* ……. */ b) // c) /* ……. /* d) Both (a) and (b) 10. Which of the following is true according to java programming? a) Only lower-case letters are distinguished. b) Upper and lower-case letters are ignored c) Upper and lower-case letters are distinguished. d) None 11. The initial name of java was. a) Oak b) Kotlin c) Scala d) Java SE 12. Choose the non-reserved out. a) public b) character c) break d) private 13. Which of the following package is required to find the square root of a number. a) Java.lang b) Java.math c) Java.txt d) Java.net 14. Which of these cannot be used for a variable name in Java? a) Identifier & Keyword b) Identifier c) Keyword d) None