You are on page 1of 4

COLEGIO DE DAGUPAN

Arellano St., Dagupan City


PRELIM EXAMINATION
ITE ELEC02 - ITE ELECTIVE 02 (VISUAL BASIC 2010)
SET 01

PLEASE WRITE YOUR NAME HERE ↓


Instructions: Name: Sales, Andrei Justine V.
Turn off your cell phone/s. Use of CP is not allowed during exam. Course, Year and Block: 41-ITE-01
Write ALL YOUR ANSWERS legibly on your TEST BOOKLET. Subject Code & Description: ITELEC3
Use blue or black pen only. Strictly: NO ERASURE. ITE ELECTIVE 2
READ and FOLLOW the DIRECTIONS carefully! Date: October 9, 2020

I. Colegio de Dagupan’s Philosophy, Vision, Mission, and Objectives. Kindly


indicate the missing words in our PVMO. In addition, please provide a
concise explanation (maximum of a sentence)about each of the parts.

Colegio De Dagupan’s Philosophy, Vision, Mission and Objectives

Philosophy
The institution believes that through education, man’s God given gifts are
discovered and developed for His personal fulfillment and community uplift.
Concise Explanation: education helps us to discover and hone our skills that
God had given to us.
Vision
It envisions to create a community to the challenges of the changing world.
Concise Explanation: To be productive and a problem solver on community
problems and challenges.
Mission
It is tasked to prepare individuals with the best that education can offer in a
manner that is consistent with the needs of society.
Concise Explanation: to be
Objectives
1. To inculcate critical thinking.
Concise Explanation: can think effectively even in pressured times.
2. To provide competent human resources in various fields.
Concise Explanation: to be more competitive in any kind of work.
3. To uphold discipline, justice and equality.
Concise Explanation: these three qualities are needed to be a
professional.
4. To improve man’s quality of life through research and community services.
Concise Explanation: research is needed to know what the needs of the
community are.

True/False
Indicate whether the statement is true or false.

False 1. Use italics and underlining to emphasize information on a display screen and make it easier to read.

False 2. The Properties window lists the names of the files included in the application you are creating.

False 3. A Boolean variable is initialized to the value True if no initial value is stated when the variable is declared.

False 4. When the form object's MinimizeBox property is set to False, the Minimize button is removed from the form's
title bar.

True 5. You can use the Format function to improve the appearance of the numbers displayed in an interface.

True 6. When you click on the Auto Hide button on a window, the window is minimized and appears as a tab on the edge
of the IDE.

True 7. You should never use a dark color background or a light color font.

PRELIM EXAMINATION Page 1 of 4


COLEGIO DE DAGUPAN
Arellano St., Dagupan City
PRELIM EXAMINATION
ITE ELEC02 - ITE ELECTIVE 02 (VISUAL BASIC 2010)
SET 01
True 8. When using book title capitalization, you capitalize the first letter in each word, except for articles, conjunctions,
and prepositions that do not occur at either the beginning or the end of the text.

False 9. Pseudocode uses standardized symbols to show the logical steps in a solution to a programming project.

True 10. To print the program code, the Code Editor window must be the active, or current window.

Multiple Choice
Identify the choice that best completes the statement or answers the question.

F 11. A ____ is the general shape of the characters in the text.


a. format d indention
.
b edit e. splash
.
c. property f. font
B 12. A label control's ____ property determines the value that appears inside the control.
a. Index d Values
.
b Text e. Caption
.
c. Label f. Name
E 13. The ____ of a variable determines where in the application’s code a variable can be used.
a. dimension d extent
.
b extend e. scope
.
c. whole f. type
B 14. The ____ function can be used to improve the appearance of the numbers displayed on a screen.
a. Change d Display
.
b Format e. Code
.
c. Set f. Arrange
E 15. The last step in planning an OO application is to ____.
a. identify the objects to which tasks will be assigned
b identify the objects the application
.
c. identify the tasks the application needs to perform
d identify the sketch of the interface
.
e. draw a sketch of the user interface
f. identify the event required to trigger an object into performing its assigned tasks

C 16. The character used to create an access key by inserting it into a text property is ____.
a. _ d <
.
b * e. ^
.
c. & f. ~
F 17. Date variables are automatically set to which value when created?
a. 1/1/0000 12:00:00 AM d 1/2/0002 12:00:00 AM
.
b 1/3/0003 12:00:00 AM e. 1/1/2000 12:00:00 AM
.
c. 1/1/1980 12:00:00 AM f. 1/1/0001 12:00:00 AM
E 18. A variable name must begin with a letter or a(n) ____.
a. asterisk (*) d equal (=)
.
b percent sign (%) e. underscore (_)
.
c. exclamation mark (!) f. ampersand (&)

PRELIM EXAMINATION Page 2 of 4


COLEGIO DE DAGUPAN
Arellano St., Dagupan City
PRELIM EXAMINATION
ITE ELEC02 - ITE ELECTIVE 02 (VISUAL BASIC 2010)
SET 01
D 19. The Windows ____ window allows you to create the graphical user interface for your application.
a. Form Attribute d Form Designer
.
b Enhancer e. Property
.
c. Designer f. Solution Designer
E 20. The Solution Explorer window ____.
a. displays items that you can use when d displays properties
creating a project .
b none of the above e. displays a list of the projects contained in the
. current solution
c. displays data connections and servers f. displays the classes, methods, and properties
included in a solution
D 21. In Windows applications, pressing the ____ and Tab keys simultaneously will move the focus backward.
a. Ctrl + Shift d Shift
.
b Ctrl + Alt e. Alt
.
c. Ctrl f. Return + Alt
F 22. You create a named constant using the ____ statement.
a. ConstantFixed d Contant
.
b Con e. Perm
.
c. Fixed f. Const
D 23. The position of the form on the screen when an application first starts is controlled by setting the ____ property.
a. Index d StartPosition
.
b Size e. Position
.
c. Location f. Name
D 24. When you want the application to end when the user clicks the Exit button, you write the following code: ____.
a. Me.Stop() d Me.Close()
.
b Me.Extend ( ) e. Me.Finish ( )
.
c. Me.End() f. Me.Terminate()

B 25. The number of different colors used on a form should be limited to ____ colors exclusive of black, white, and
gray.
a. two d five
.
b three e. Six
.
c. four f. Seven
C 26. A variable that was not assigned a specific data type is assigned the ____ data type.
a. Boolean d Str
.
b Obj e. Char
.
c. Object f. String
A 27. Every numeric data type in Visual Basic has a ____ method that can be used to convert a string to that numeric
data type.
a. TryParse d Format
.
b Value e. Number
.
c. SetVal f. Convert
A 28. The location of a control on the screen can be modified by changing the X and Y properties measured in pixels.
The X value is measured from the ____.
a. center d bottom border
.

PRELIM EXAMINATION Page 3 of 4


COLEGIO DE DAGUPAN
Arellano St., Dagupan City
PRELIM EXAMINATION
ITE ELEC02 - ITE ELECTIVE 02 (VISUAL BASIC 2010)
SET 01
b none of the above e. top border
.
c. right border f. left border

B 29. When a button is selected, the computer processes the code contained in the button’s ____ event procedure.
a. Submit d On
.
b Click e. Tick
.
c. Checked f. Press
C 30. You can change the background color of a text box by setting its ____ property.
a. ForeColor d BackColor
.
b SideColor e. SetColor
.
c. BackGround f. Color

Prepared By:

DAVID JOHN MANUEL, CCNA


SITE INSTRUCTOR

PRELIM EXAMINATION Page 4 of 4

You might also like