Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

SCHOOL OF ST. JOSEPH THE WORKER INC.

Formerly LYCEUM OF ECHAGUE


Echague, Isabela
Website: www.ssjw-loe.edu.ph Email Address:SSJW49@yahoo.com
Tel. No. (078) 305-9171
S. Y. 2023-2024
FIRST MONTHLY EXAMINATION
in
Score
Computer 10

Name: ___________________________________________________________

Grade and Section: _________________________________________________

Test I. Identification: 1-5

Direction: Identify which benefits of Java Program is being referred to in the following. Choose your answer
from the box below and write it on the blank provided before the number.

simple secure used in networking

reliable free dynamic

____________________1. The Java programming language was designed to make OOP easier.

____________________2. Java already excludes some components that are error-prone.

____________________3. Java makes it possible to reuse previously written programs to lessen the
workload of a programmer.

____________________4. Java has many classes to facilitate Internet communications.

____________________5. Java ensures that a program can go only where it was designed to go.

Test II. Matching Type: 6-15


Direction: Match the Java related concepts with their corresponding meanings.

____6. Java a. a type of error that can be encountered during the execution of a
compiled Java Program
____7. Object –Oriented Programming b. a type of error that can be encountered while compiling your code

____8. Class c. These are ready-made chunks of code that can be used and reused in
many application.
____9. Object d. the software that executes compiled Java codes

____10. Encapsulation e. defines all the common variables and methods of a particular set of
objects
____11. Library f. an instance of a class

e. defines all the common variables and methods of a particular set of


____12. IntelliJ/ BlueJ
objects
____13. Runtime error f. an instance of a class
____14. Compile-time error g. the process of combining data and function to form a class or object

____15. Java Virtual Machine h. a programming paradigm that was conceived to model real world objects

i. an object-oriented programming language that can be downloaded http://


www. Java

j. a free IDE of the program discussed in this book that can be downloaded
from https:// www.jetbrains.com/idea/

Test III. True or False: 16-30


Direction: Take a look at the following statements below. Write True on the blank provided if the statements is
true, otherwise write False.
_____16.The java programming language makes object- oriented programming easier.
_____17. Programmers should be careful in writing code for Java since it is almost impossible to anticipate and
handle errors in Java programs.
_____18. It is possible to reuse Java classes previously written for other projects.
_____19. The Java Virtual Machine on your computer can load and execute Java classes stored on a different
computer.
_____20. The Java Virtual Machine can access and modify any file on your computer.
_____21. Java can be downloaded from the Internet for free.
_____22. It is possible for a Java class compiled in a Macintosh to be executed on a PC provided that the Java
Virtual Machine is properly installed.
_____23. The Java programming language is case-sensitive.
_____24. To compile a Java application using the JDK, we use the java command.
_____25. When a Java source code is compiled, a new file with the *.java extension will be created.
_____26. A java program can consist of one or more classes.
_____27. Comments are lines of code that are read by the Java compiler but are ignored as commands.
_____28. Comments that begin with two slash symbols (//) can span multiple lines.
_____29. Classes declared as public can be accessed by other classes.
_____30. An open brace ({ ) after the class declaration is used to indicate the start of the scope of the class.

Prepared by:

Rosana A. Avila
Computer Teacher

Checked by:

Mabel P. Dimaandal
JHS Academic Coordinator

Noted by:

Teresita N. Pagador, MAEd.


School Principal

You might also like