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

Republic of the Philippines

Department of Education
Region IV – A CALABARZON
Division of San Pedro
SAN PEDRO RELOCATION CENTER NATIONAL HIGH SCHOOL - Main
City of San Pedro, Laguna

PRE TEST IN PROGRAMMING

NAME: SCORE:

GR. & SEC.: DATE:

I. MULTIPLE CHOICE. Read and write the letter of the correct answer on the space provided.

1. HTML is a programming language because…


a. It marks up b. It is not a c. It processes d. None from the
data within programming data and gives given
tags language output
2. The word between opening and closing tag is called…
a. content b. container c. element d. attribute
3. Identify the error from the given code:
a. The class b. Value of src is c. There should be d. None
should start incorrect no ending tag
with dot (.)
4. Which of the following does not belong to the group? <div> <p> <pre> <img> <body>
a. <div> b. <pre> c. <body> d. <img>
5. url(“file path”) is the value of what property?
a. src b. background- c. href d. background-
image picture
6. What will be the output of this code?
a. b. c. d.

7. <li> is for <ol> while ______ is for <dt>.


a. <ul> b. <db> c. <dd> d. <dl>
8. As best practice, where you should save your image files?
a. root folder b. html folder c. img folder d. css folder
9. When listing steps in cooking, which one is the best to use?
a. <ol> b. <ul> c. <dl> d. <ml>
10. What is missing in the given code?
a. Ending tag b. attribute c. value d. none
11. What property specifies the name of property to be changed?
a. Transition b. Transition- c. Transition-style d. Transition-
property name
12. Which of the following defines when the transition effect will start.
a. Transition- b. Transition- c. Transition-style d. Transition-
duration property delay
13. It defines whether an animation should be played forwards, backwards or in alternate cycles.
a. Animation-fill- b. Animation-play- c. Animation- d. Animation-
mode state direction duration
14. Its specifies the number of times an animation should be played.
a. Animation- b. Animation- c. Animation- d. Animation-
count iteration iteration-count count-iteration
15. Possible values of this property are linear, ease-in, ease-out.
a. Animation- b. Animation- c. Animation-play- d. Animation-
style timing-function state transition

16. This property defines how long an animation should take to complete one cycle.
a. animation- b. animation- c. animation-delay d. animation-
play-state timing-function duration

17. Specifies the name of the keyframe you want to bind your selector with?
a. animation b. animation-name c. @keyframes d. Animation-
frame
18. This property refers to the style of element when animation is not playing.
a. Animation- b. Animation-paly- c. Animation- d. Animation-fill-
timing- state direction mode
function
19. With this property, you can stop the execution of animation.
a. animation- b. animation- c. animation-delay d. animation-
play-state timing-function duration

20. This property can be used to alter many other CSS properties such as color, background-color, height,
or width.
a. Transform b. Transition c. Animation d. All of the
above

KTC:
1. B
2. A
3. C
4. D
5. B
6. B
7. D
8. A
9. A
10. D
11. B
12. D
13. C
14. C
15. B
16. D
17. B
18. D
19. A
20. C

You might also like