WorksheetsPre-Test in Advanced Programming
Total questions: 50
Worksheet time: 25mins
is a third-generation event-driven programming language from Microsoft known for its Component Object Model (COM) programming model first released in 1991 and declared legacy during 2008.
Java Programming
Visual Studio
Visual Basic
JavaScript
is a third-generation event-driven programming language from Microsoft known for its Component Object Model (COM) programming model first released in 1991 and declared legacy during 2008.
Java Programming
Visual Studio
Visual Basic
JavaScript
What does "GUI" mean?
Graphical User Interface
Gradient Uninterrupted Interface
Gradual Unified Interface
Graphical Unified Interface
It is the standard control for accepting input from the user as well as to display the output.
Label
Button
Textbox
Picture Box
A control that lets you place descriptive text , where the text does not need to be changed by the user.
Textbox
Date Time Picker
List Box
Label
is one of the most important controls as it is used to execute commands.
Command Button
CheckBox
Label
Textbox
It is one of the controls that is used to handle graphics.
Image Source
Link Label
Picture Box
GUI
Presents a list of items where the user can click and select the items from the list.
CheckBox
ListBox
TextBox
LinkBox
It is used to display a drop-down list of various items.
ListBox
CheckBox
TextBox
ComboBox
Lets the user selects or unselects an option.
CheckBox
RadioButton
ListBox
ComboBox
When an option box is selected, its value is set to “______” and when it is unselected; its value is set to “_______”.
True and False
Yes and No
I / O
Check and X
It is a type of graphical user interface element that allows the user to choose only one of a predefined set of options.
Command Button
Radio Button
CheckBox
ComboBox
It refers to an extensive system used for declaring variables or functions of different types.
Controls
Object
Data Types
Variables
It is useful to declare and allocate the storage space for one or more variables.
Dim
Var
Int
String
A binary variable, having two possible values called “true” and “false.”.
String
Integer
Float
Boolean
It is a primitive data type with the size of exactly one byte.
String
Char
Double
Short
It is a datum of integral data type, a data type that represents some range of mathematical integers.
Double
Float
Short
Integer
It is a data type in computer science whose range is greater (sometimes even double) than that of the standard data type integer.
Long
Short
Integer
Double
It is traditionally a sequence of characters, either as a literal constant or as some kind of variable.
Integer
Float
Dim
String
What is the proper syntax used in VB?
Dim Integer x = 5
Dim String as Name
Dim age as Integer
Dim String = name
Check which syntax is correct in declaring a variable.
Dim age = 5 as Integer
Dim fname as String
Dim platenum as Integer
Dim lastname as Reyes
Check which syntax is correct in declaring a variable.
Dim grade as Integer = 85
Dim math = 76
Dim String = MiddleInitial
Dim lastname as String = "REYES"
It allows you to define the data type in the declaration statement.
While
Else
As
If
These are the predefined set of reserved words that have special meaning for the compiler.
Keyword
Keyphrase
Keycode
Keypass
These are the self-explanatory notes to provide detailed information about the code which we wrote in our applications.
Comment
Dictation
Input
Output
It is a programming element that specifies what kind of operation needs to perform on operands or variables.
Variables
Declarations
Operator
Decision
It consists of programs designed to perform a specific task or application.
Utility Software
Application Software
OS
System Utility
This stage involves the process of gathering information in order to identify the specifications of a program.
Analyzing the program requirements
Designing the Solution
Testing the Program
Documenting the Program
This stage involves the process of updating the program code in order for the program to become continually useful.
Designing the interface
Documenting the Program
Maintaining the Program
Designing the Solution
This stage involves selecting and organizing the elements of the user interface.
Designing the Interface
Designing the Solution
Coding the Program
Documenting the Program
This stage involves the process of designing the algorithm of the program
Coding the Program
Designing the Solution
Designing the Interface
Maintaining the Program
This stage involves the process of detecting and eliminating errors in the program.
Testing the Program
Maintaining the Program
Analyzing the Program
Documenting the Program
This stage involves the tasks of reviewing the program code to identify all the dead codes.
Testing the Program
Maintaining the Program
Analyzing the Program
Documenting the Program
This stage involves the process of translating the algorithm into the program codes of the selected programming language.
Designing the Solution
Designing the Interface
Coding the Solution
Testing the Program
It consists of programs that control or maintain the operation of the computer.
OS
Utility Software
System Software
Application Software
It is a collection of programs.
Data
Program
Instruction
Software
It is a collection of data.
Program
Software
Data
Instruction
It is a collection of instruction
Software
Data
Program
Instruction
These are raw figures entered into a computer.
Data
Instruction
Software
Program
It directs the order by which the program instructions are executed.
Programming Structure
Flowchart
Pseudocode
Control Structure
How many types of structures are there?
2
3
4
5
It is a program logic that directs the computer to execute one instructions after the other.
Selection
Sequence
Alteration
Repetition
It directs the computer to repeat one or more instructions.
Sequence
Selection
Alteration
Repetition
Other term for repetition control.
Endless
Infinite
Decision
Iteration
It allows the program to make decision or comparison and select one of the two paths based on the result of the condition.
Alteration
Selection
Iteration
Repetition
Other term for selection structure.
Decision
Iteration
Endless
Endless
The ______ statement checks in the module for usage of any
undeclared variables and reports an error to the user.
looping
iteration
Dim
External
_____ use to store alphanumeric values. A variable length string can store approximately 4 billion characters.
String
Boolean
variant
date
____ variables are not reinitialized each time visual basic invokes a procedure and thus retains or preserves value even when a procedure ends
Static
dynamic
virtual
private
Which term used in Visual Basic pertaining to Application?
Object
Project
Property
Application
