You are on page 1of 2

Instructions: Kindly fill-up with necessary information in the space provided.

PLUMPTON NICHOLE IC2ME


E
Section:

Student’s Name:
(Last Name First 2020-2021
Name Middle School Year:
Initial)
Track/Strand Technical Vocational and 🞅 11
Livelihood (TVL) 🞅 12
Grade Level
Information and 🞅 1st Quarter
Quarter:
Communication Technology 🞅 2nd Quarter
(ICT) 🞅 3rd Quarter
Specialization 🞅 4th Quarter
PROGRAMMING
Subject: CP1212
Subject Code:

Teacher: SIR IEAN 11


Week(s) Covered:

DO NOT FORGET TO SAVE YOUR FILE AS :

<lastname_coursecode_section_Weekno_quarter_ANSNo.docx> Example: delacruz_CP1212_ICT2MA_Week1_1stQuarter_ANS1.docx

* You may write below this line.

Quiz 11.1

Instructions: Write your answer on the Answer Sheet (AS) provided in this module.

Definition of terms. (2 points-each)

1. Exceptional Handling

- Is one of the powerful mechanism to handle the runtime errors so that the normal flow of the
application can be maintained.

2. Exception

- In java, an exception is an event that disrupts the normal flow of the program.

3. Checked Exceptions

- The classes which directly inherit throwable class except runtime exception and error are known
as checked exceptions.

4. Unchecked Exceptions

- The classes which inherit runtime exception are known as unchecked exceptions.

5. Assertion
- Systems cannot be tested to be 100% perfect

You might also like