3rd Periodical Exam FINAL

You might also like

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

Colegio San Nicolas de Tolentino-Recoletos

(Formerly University of Negros Occidental – Recoletos de Talisay)


S. LIZARES STREET, TALISAY CITY NEGROS OCCIDENTAL, PHILIPPINES
High School Department 2023-2024
3rd Periodical Exam
Computer 10
Name: ________________________________________________ Date: ______________________
Year and Section: _______________________________________ Score: _____________________

GENERAL INSTRUCTIONS:
1. ALL ANSWERS MUST BE IN CAPITAL LETTERS

TEST I. MULTIPLE CHOICE


A. DIRECTION: CHOOSE THE LETTER OF THE CORRECT ANSWER. WRITE YOUR
ANSWER ON THE SPACE PROVIDED BEFORE THE NUMBER. (1 POINT EACH)

_____________1. The segment of code that gets executed repeatedly.


A. Iteration/Cycle B. Loop Variable C. Body of the Loop

______________2. There is usually a condition that controls the continuation or termination of a loop.
A. Loop Variable B. Loop Condition C. Iteration/Cycle

______________3. There is usually one variable that is used in forming the loop condition.
A. Loop Variable B. Loop Condition C. Iteration/Cycle

______________4. Each time the statements in the loop body get executed is referred to as one ________.
A. Body of the Loop B. Loop Condition C. Iteration/Cycle

______________5. These statements are executed for an indefinite number of times while a condition is true, or
until a condition becomes true.
A. For-Next Statement B. Loop Structures C. Do-Loop Structures

______________6. Statements that are executed while the condition in a Do-Loop statement is true.
A. Do-Loop Structures B. Do-Until Statements C. While-Wend Statements

_______________7. Statements that are executed while the condition in a Do-Loop statement is False.
A. While-Wend Structures B. Do-Loop Structures C. Do-Until Statements

_______________8. Statement that can replace the Do While Loop in a Do-Loop statement.
A. Nested Loop Statement B. While-Wend Statements C. Do-Loop Statements

_______________9. There will be times when you need to put a loop within a loop.
A. Nested Loop Statements B. While-Wend Statements C. Do-Loop Statements

_______________10. It is used to repeat statements or a series of statements while the value of the counter is
within the start-to-end value.
A. Do-Loop Statements B. Do-Until Statements C. For-Next Statements

_______________11. These are also used in computer graphics programming, such as animation. Many frames
are displayed within a loop showing an animation. They are also used when programming
microprocessors and computing numerical series.
A. Keywords B. Loops C. Visual

_______________12. It serves as the beginning of the statement.


A. If Then B. If C. Else
_______________13. It serves as the connection to the next statement if the condition is found to be false.
A. Else B. If C. <condition>

_______________14. The statement to be executed if the condition is found to be false.


A. <statement/s 2> B. <statement/s 1> C. <statement/s 2

_______________15. It serves as the ending of the If - Then - Else structure.


A. End B. If End C. End If

_______________16. The statement to be executed if the condition is found to be true.


A. <statement/1 s> B. <statement/s 1> C. <statement/ss 1>

_______________17. It is used when there are several conditions. It is easier to understand, follow logically,
and presentation than a series of Nested Ifs.
A. Select-Case Statement B. Nested If Statement C. If-Then-Else Statement

_______________18. It is used when there are three or more possible outcomes.


A. If-Then-Else Statement B. Select-Case Statement C. Nested If Statement

_______________19. It tests the value of a certain condition.


A. Select-Case Statement B. If-Then-Else Statement C. Nested If Statement

_______________20. This statement is used to repeat statements or a series of statements while the value of the
counter is within the start-to-end value.
A. While-Wend B. Do Loop C. Do-Until

TEST II. MODIFIED TRUE OR FALSE


DIRECTION: Draw Check (R) to the TRUE TABLE if the statement is correct. If the answer is FALSE
Change the IDENTIFIED Word/Statements to make it correct Write your answer to the FALSE TABLE.
(2 points each)

QUESTION TRUE FALSE

1. If the condition is true, the statement between If and Else If will


be executed.

2. Loops have many applications in computer programming.

3. Loop structure are statements that are executed while the


condition in a Do-Loop statement is false.

4. There will be times when you don’t need to put a loop within a
loop.

5. Loops are not used in computer graphics programming, such as


animation.
TEST III. APPLICATION
DIRECTION: ENUMERATE ATLEAST TWO CONDITIONAL STATEMENTS. AND GIVE ONE EXAMPLE
OF EACH STATEMENT. USE THE SPACE PROVIDED BELOW. (10 POINTS EACH)

GOD BLESS YOU! 

Prepared by: Fidel T. Sardonidos Jr.,LPT

You might also like