You are on page 1of 2

Regina Carla D.

Brosas
BSIT 2-B

I.
1-2. What is OOP?
*Object-oriented programming
3-4. What is GUI?
*Graphical User Interface
4-5. What is Visual Studio?
*Visual Studio is a software development IDE from Microsoft. It allows developers to
create applications for the Windows platform.
6-7.Who developed Visual Basic?
*Microsoft
8-9. Applications can be developed using Visual Basic tool?
*Graphical User Interface
10-11. instruction tells the computer to close the current form in Visual Basic?
*Me.Close()
12-13. Used to display a message box in Visual Basic?
*MessageBox.Show
14-15. If you keep a variable undeclared, it is automatically taken as to data type in Visual Basic?
* Object

II.MULTIPLE CHOICE
16. Which of the following is commonly used to perform an immediate action when clicked in Visual
Studio?
a) Button control
b) Close
c) End
d) Exit
*A- button control
17.Which of the following displays the list of projects contained in the Visual Basic current solution?
a) List Window
b) Project Window
c) Catalogue Window
d) Solution Explorer Window
*D- Solution Explorer Window
18. Which of the following is the default name assigned to the label control in Visual Basic?
a) Label1
b) DefaultLabel
c) Label0
d) NewLabel
*A Label1

19. In visual basic language what are the rules of a programming language called?
a) Grammar
b) Order
c) Syntax
d) Rules
* C- Syntax
20. In Visual Basic, which of the following keyword tells the computer to pass the variable’s address
rather than its contents?
a) ByAdd
b) ByPoint
c) ByRef
d) ByVal
*C-ByRef
III. TRUE OR FALSE
21.GUI (pronounced as “gooey”)
22. Examples of objects are forms and controls
23. Properties tell something about or control the behavior of an object, such as its name, color, size, or
location.
24. A class is a template or blueprint used to create a new object
25. The Integrated Development Environment consists of various tools, including form designer,
editor, compiler, debugger, object browser, and a Help facility.

IV.IN YOUR OWN DEFINITION


26-30. OOP stands for?
30-35. What is Procedural Languages?
36-40. Sketch the Hello World form for planning.
41-45. Why IT?
46-50. Full name of your teacher in OOP.

You might also like