Вы находитесь на странице: 1из 3

LA VERDAD CHRISTIAN COLLEGE, INC.

Sampaloc, Apalit, Pampanga, 2016

CHAPTER TEST
A.Y. 2019-2020
Visual Basic.NET
11-ICT
Part I. Choose the letter of the correct answer from the choices provided after each question.

1. He is widely recognized as “The Father of Visual BASIC”


A. John G. Kemeny B. Thomas E. Kurtz C Alan Cooper D. Tim Berners Lee
.
2. Microsoft’s strategy of software that provides services to people any time, any place, on any device.
A. .Net Framework B. .Com Framework C VB.Net D. VB.com
.
3. Applications that run on a web server and communicate with other applications. It uses a series of
protocols to respond to different requests.
A. Network Services B. Web Framework C Web Services D. Local Application
.
4. Described as the “execution engine” of .NET. IT provides the environment within which the programs
run.
A. CLR B. CLS C CLV D. CLL
.
5. Describes a set of features that different languages have in common. It defines the minimum standards
that .NET language compilers must conform to
A. CLR B. CLS C CLV D. CLL
.
6. Basic runtime entities in an object-oriented system. When a program is executed, objects interact with
each other by adding sending messages
A. Object B. Class C Data D. Information
.
7. Process by which objects can acquire the properties of objects of other class
A. Abstraction B. Encapsulation C Inheritance D. Polymorphism
.
8. Begins with single quote (‘) character and following statements that are ignored by the compiler
A. Statement B. Comment C Data Type D. Variables
.
9. Are used to store data. These are declared with Dim keyword.
A. Statement B. Comment C Data Type D. Variables
.
10. A graphical (GUI) class library included as a part of Microsoft .NET Framework, providing a platform
to write rich client applications for desktop, laptop, and tablet PCs.
A. Form Controls B. Windows Form C Properties D. Events
.
11. Displays a message window, also known as a dialog box, which presents a message to the user. It is a
modal window, blocking other actions in the application until the user closes it
A. Combo Box B. Comment Box C Message Box D. Text Box
.
12. Special characters which performs a function on one or more operands. A code element that performs
an operation on one or mode code elements that hold values.
A. Variables B. Operators C Expressions D. Events
.
13. A complete instruction. It can contain keywords, operators, variables, literals, expressions, and
constants.
A. Statement B. Comment C Data Type D. Operators
.
14. Refers to the act of representing essential features without including the background details or
explanation.
A. Abstraction B. Encapsulation C Inheritance D. Polymorphism
.
15. Class that gives inheritance to other classes (parent class)
A. Subclass B. Superclass C Static D. Polymorphism
.

Part II. Identify the data type of the following: (Data types should be written in full and not abbreviated)

16. ‘b’ : ________________


17. “Hello There” : ________________
18. 1999 : ________________
19. 0922122.334857 : ________________
20. 10-09-2008 : ________________
21. True : ________________
22. -9.322 : ________________
23. !false : _________________
24. ‘z’ : _________________
25. “goodbye” : _________________

Part III. Enumeration

2 Types of Statement Concatenation Operators


26. _________________ 36. _________________
27. _________________ 37. _________________
Common Access Identifiers Logical/Bitwise Operators
28. _________________ 38. _________________
29. _________________ 39. _________________
30. _________________ 40. _________________
Arithmetic Operators
31. _________________
32. _________________
Comparison/ Relational Operators
33. _________________
34. _________________
35. _________________

Part IV. Programming (41-50)


create a form that will accept an input 1-12 from user corresponding to a Month in a Year. and an Input Year
e.g. 2012, 2013, 2014 etc.

if the user inputs number less than 1 / more than 12 in months, print "invalid input".

If user inputs,

2, in month and 2016 in Year, print "February" and "february 2016 has 29 days"

Вам также может понравиться