0% found this document useful (0 votes)
79 views6 pages

First Periodical Test - Ict Iii: Leganes National High School

This document is a 50-item multiple choice test on ICT III (Information and Communications Technology) for Grade 9 students. It covers topics like basic electrical concepts, variables in C++ programming, data types, flowcharts, renewable energy sources, and different types of software. The test instructions state it is for one hour and students should write their answers on paper.

Uploaded by

Dorindah Dalisay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views6 pages

First Periodical Test - Ict Iii: Leganes National High School

This document is a 50-item multiple choice test on ICT III (Information and Communications Technology) for Grade 9 students. It covers topics like basic electrical concepts, variables in C++ programming, data types, flowcharts, renewable energy sources, and different types of software. The test instructions state it is for one hour and students should write their answers on paper.

Uploaded by

Dorindah Dalisay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Republic of the Philippines

Department of Education
Region VI – Western Visayas
SCHOOLS DIVISION OF ILOILO
La Paz, Iloilo City

LEGANES NATIONAL HIGH SCHOOL


FIRST PERIODICAL TEST– ICT III

General Instructions: This is a 50-item test, read each direction written in every type of test, write all your answers on your
paper. This test is good only for one hour. Good luck!
I - MULTIPLE CHOICE: Read each item carefully and write only the CAPITAL letter of your choice.
1. What is the difference between a conductor and an insulator?
A. An insulator allows electricity to flow through it easily and a conductor does not
B. An insulator is magnetic and a conductor is not
C. A conductor allows electricity to flow through it easily and an insulator does not.
D. A conductor is magnetic and an insulator is not.
2. Which of the following special symbol allowed in a variable name?
A. * (Asterisk) C.; (Semi-colon)
B. | (Pipeline) D. _ (Underscore)
3. What are the two types of electrical charges?
A. short and long C. high and low
B. positive and negative D. slow and fast
4. A C++ variable cannot start with?
A. A letter C. A special symbol
B. A number D. Both B and C
5. Which is NOT an insulator?
A. Wool C. Plastic
B. Copper D. Glass
6. A great conductor of energy is _______.
A. wood C. plastic
B. metal D. cloth
7. The energy generated from the sun.
A. wind C. hydro
B. nuclear D. solar
8. Hydropower is _______.
A. Energy from moving water, such as flowing through a dam.
B. Energy from hot water, like hot springs.
C. Energy from wind, such as using wind turbines.
D. Energy from oil, such as burning gasoline in cars.
9. Diamond shaped symbol is used in flowcharts to show the __________.
A. Decision C. Error
B. Statement D. Process
10. The assignment operator x < 3.5 means __________.
A. x is less than 3.5 C. x is more than 3.5
B. value of x cannot exceed 3.5 D. x is given the value 3.5
11. The Oval symbol represents __________.
A. Input/Output C. Decision
B. Process D. Termination
12. The Rhombus/Rhomboid symbol represents __________.
A.Input/Output C. Decision
B. Process D. Termination
13. Symbol used in flowchart such as rectangle represents __________.
A.Input/Output C. Decision
B. Process D. Termination
14. Link with another part of program or connectors in flowchart are shown in __________.
A.Rhombus C.Circle
B. Rectangle D. Oval
15. What is the result of the calculation 6+4%4*3?
A. 6 C.12
B. 10 D. 54

ICT III (Grade 9-SSC) Page 1


16. What is the result of the calculation (6+4)%6*3?
A. 6 C.12
B. 10 D. 54
17. The flowchart diagram symbol which represents data flows is the _________.
A. Square C.Circle
B. Arrow D. Oval
18. What is electricity a form of?
A. Light C. Energy
B. Strength D. Static
19. Electricity is made when _______ are moving.
A. atoms C.charge
B. electrons D. electricity
20. Which of the following is the correct class of the object cout?
A. iostream C.ostream
B. istream D. ifstream
21. Which one is not a correct variable type in C++?
A. float C.real
B. int D. double
22. What type of energy does an oven produce?
A. light C. heat
B. light and heat D. Sound
23. Which of the following is valid name for variable?
A. int C.num1
B. #hugot D.On Hand
24. C++ was originally developed by?
A. Bell Gates C.Donald Knuth
B.BjarneStroustrup D. Sir Richard Handlee
25. What object can change electrical energy into light energy?
A. A candle C. A fire
B. A lamp D. A radio
26. What is the output of this program?
int a;
a = 5+3*5;
cout<< a;
A. 35 C.20
B. 25 D. 30
27. A C++ code line ends with ___________.
A. * (Asterisk) C. ; (Semi-colon)
B. | (Pipeline) D. _ (Underscore)
28. Suppose we have defined
int num1=50, num2=50;
The value of the expression (num1==num2) is ___________.
A. true C.50
B. false D. 0
29. Which of the following is the correct statement?
A. Variable name must start with symbol C. Variable name must have white space character
B. Variable name must start with digit D. Keyword cannot be a variable name
30. What is the correct value to return to the operating system upon the successful completion of a program?
A.-1 C. 1
B. 0 D. Programs do not return a value
31. The body of a C++ function is surrounded by ___________.
A.{ } C.( )
B. [ ] D. <>
32. Which of the following forms of renewable energy uses the sun’s energy most directly?
A. biomass fuel C. solar heating
B. geothermal energy D. a hydrogen fuel cell
33. One problem with ______ energy is that it produces radioactive waste.
A. Nuclear C. Solar
B. Tidal D. Wind
34. When will the cin can start processing of input?
A. After pressing enter key C. After pressing F4
B. By pressing spacebar D. After enter data in the keyboard

ICT III (Grade 9-SSC) Page 2


35. What type of software is anti-virus software?
A. System Software C. Application Software
B. Utility Software D. Operating System
36. Which type of Software provides a trial version of application to the public.
A. Freeware C. Web-based software
B. Shareware D. Educational software
37. Which type of Software allows the user to perform its own task?
A. Relative Programs C. Utility Software
B. Application Software D. OS
38. Keywords are also called ______.
A. Preprocessor C. Operators
B. Reserved words D. Punctuation marks
39. Sequence of characters delimited by quotation marks(“ “)is called ______.
A. int C. string
B. char D. double
40. The symbol \n is used for ______.
A. cout C. new line
B. cin D. space
41. There are various versions of Windows software. What type of software is Windows?
A. Operating System Software C. Utility Software
B. Application Software D. Web Software
42. C was developed by ______.
A. Dennis Ritchie C. Bjarne Stroustrup
B. Ada Lovelace D. James Gosling
43. What is another name for application software?
A. System Software C. Browser
B. Program D. Utility
44. Which of the following denote incorrect data type in C++?
A. Real C. Float
B. Double D. Int
45. What is a diagrammatic representation that illustrates the sequence of operations to be performed to get the solution of a
problem?
A. Algorithm C. Pseudocode
B. Flowchart D. Programming

II–NAMING: Name the following elements of the C++ program.

1. %
2. \
3. int
4. char
5. /n

“Don’t stress. Do your best. Forget the rest. “


Anonymous

Prepared by: Approved by:

DORINDAH E. DALISAY SOCORRO S. JONTARCIEGO


Teacher I Head Teacher I-TLE Dept.

ICT III (Grade 9-SSC) Page 3


Republic of the Philippines
Department of Education
Region VI – Iloilo
DIVISION OF ILOILO
La Paz, Iloilo City

LEGANES NATIONAL HIGH SCHOOL


FIRST PERIODICAL EXAMINATION – ICT II

ANSWER KEY

ICT III (Grade 9-SSC) Page 4


I - MULTIPLE CHOICE: 10. Decrement
1. C
2. D III –FLOWCHARTING:
3. A
4. D Start
5. A
6. D
7. B Enter
8. A x,y
9. A
10. A
Compute
11. D
Sum = x+y
12. A
13. B
14. C
If Print
15. A Sum==10 “sum = B
16. C
17. B
18. C
19. B If Print
Sum>100 “sum>
20. A
21. C
22. A
23. C Print
“sum< A
24. B
25. A B
A
26. C
Start
27. C
28. A
29. D
30. A

II – NAMING:
1. Modulo/Modulus
2. AND
3. Increment
4. OR
5. Equality
6. Assignment/Initializing
7. Greater than
8. Less than or equal
9. Not equal

ICT III (Grade 9-SSC) Page 5


ICT - III Page 6

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy