Exitexam 2015
Exitexam 2015
School Of Informatics
Department Of Information Technology
Model Exam (Exit exam) for IT 4th Year
Students
Course Title: Event Driven Programming
Aprial 2023
Choose the best answer from the given alternatives and put your
answer of choice on the space provided
1. ONE is not the correct variable declaration in vb.net
A. dim 2x as integer
B.dim integer
D. All
A. T^2-4ac
B. T sqrt 2-4ac
C. T ^2-4*a*c
D. none
A. else if ladder
B. case to
C. case is
D. while wend
4. The programs do not follow sequential logic, instead, the user can
press keys and click on various buttons and boxes in a window
A. Object
B. Event procedure
C. Over loading
D. Encapsulation
C. Be easy to operate
D. All
A. Built in function
B. Base Class Library
C. Standard library
D. All
A. Combo box
B. Text box
C. Label
D. All
10. The _________ is the execution engine that handles running
applications.
11. The _____________control is used to group options where the user can
only select only one.
A. Check box
B. Option Button
C. Frame
D. Tool box
12. The __________control is used to group controls and provides a
means of sub-dividing the user interface visually.
A. Frame
B. Form
C. Window
D.A& B
A.EXECUTION
B. Design
C. Break
D. Run
A. Command Button
B. option button
C. Properties window
D. Tool box
15. The __________ is a combination of a Text Box and a List Box
control.
A. Combo Box
B. Frame
C. Radio button
D. Option button
A. Timer
B. Frame
C. Radio button
D. Tool box
17. The following are the rules when naming the variables in Visual Basic
A. Procedure
B. Class
C. Object
D. Properties
A. Class
B.Function
C. Inheritance
D. Method
20. In VB.NET the type of relational operator that represents not equal to is
A. !
B. !=
C. < >
D. B & C
23. ___________ offers a link between front end interfaces and the back
end database.
A. Language Integrated Query
B. ADO.NET
C.QUERY
D. Front end
24. The ________________ can be divided into two components :the data
source and the client application
A. ADO.NET architecture
C. Front end
D. None
25. ______________is the name for a set of technologies based on the
integration of query capabilities directly in to vb.net languages.
A. Front end
B. Language Integrated Query
C.SQL
D. Visual Basic
A. Interpreter
B. Compiler
C. Assembler
D. All
31. Clicking on a button can be considered as an
A. event procedures
B. exception handling
C. trigger
D. all
32. "Textbox1.Text=z" means
D. B&C
33. Every “VB” application needs to have a trigger for its tasks
A. True
B. False
C. Sometimes it is necessary
D. None
34.______________________________ is used to mark interface elements in
visual Basic.
A. Form
B. Window
C. Button
D. None
35. ______ is the group of commands or instructions to be executed when some
event occurs.
A. Event
B. Event procedure
C. button
D. Trigger
36. Visual basic belongs to ________________programming paradigm.
A. Sequential
B. Event driven
C. Object based
D. B&C
D. All
A. CLR
B. API
C. ADO
D. NONE
A. Check box
B. Windows presentation Foundation
C. Frame
D. Radio button
40. in vb.net the place where the developer writes the program
specifically termed as
A. IDE
B. Project Explorer Window
C. Application Program Interface
D. Code Editor Window
41. A project that is used for creating application with windows user
interface
A. Class library
B. Console
C. Windows Form Application
D. Dynamic Link library(DLL)
TextBox1.TextChanged
End Sub
End Class
A. sub procedure
C. Event handler
D. Method
43. The event triggers when
A. Class library
B. Windows Form Application
C. Dynamic Link library(DLL)
D. console
45. Used to declare variables within a module but the variable is only available
to procedures
A. Public
B. Private
C.REDIM
D.STATIC
46. Used to declare variables in procedures. Each time the procedure is called,
the data stored in variables declared with this keyword are reset
A. private
B. Dim
C. Static
D. public
A. private
B. Dim
C. Static
D. public
48. Used to declare variables within a module. The variable is available to all
procedures in the project.
A. private
B. Dim
C. Static
D. None
49. In the following sample code if the user inputs the mark value
101 the output of the application could be
A. Declares a square array of double precision values with 5 rows and 5 columns.
B. Declares array which contains 25 elements
C. Declare array which contains 25 rows
D. A & B
51. ________ provide a way to transfer control from one part of a program to
another in Vb.net
A. Lopping
B. Exception handling
C. Array
D. All
52. Which one of the following is TRUE regarding the array?
A. Be easy to expandable
B. Have a good complex interface
D. Have appropriate security controls against miss -use of data and application
A. Visual Basic
B. Visual c++
C. Java
D. All
A. Event handler
B. Event
C. Event loop
D. A & C