NEW
Font size
Worksheets2nd Summative SOFTWARE 10
Total questions: 50
Worksheet time: 25mins
What language is used inside the computer?
Assembly Language
Fifth Generation Language
Machine Language
Natural Language
What is a tool that allows user to develop Windows (Graphic User Interface – GUI) applications?
C++
Java
HTML
VB
What are the programs that the programmer has to design and write every single step to do a certain task or solve a particular problem?
Object-Oriented Languages
Procedure-Oriented Languages
Programming Languages
Program Logic Formulation
What is a programming style that uses objects to design an application or program?
Object-Oriented Programming
Procedure-Oriented Languages
Programming Languages
Program Logic Formulation
Which one is a violation or error due to wrong spelling, symbols, spacing and other factors that made a code unacceptable?
Logic Error
Runtime Error
Syntax Error
System Error
Which one is a program bug that causes the application to produce an incorrect or undesired output?
Logic Error
Runtime Error
Syntax Error
System Error
What is a set of step-by-step instructions that tells or directs the computer of what to do?
Flowchart
Program
Pseudocode
Software
How would you identify the files that an end user will run in the computer?
Application Files
Executable Files
Program Files
Solution Files
What error is detected during the execution of the program or when the program is running?
Logical Error
Runtime Error
Syntax Error
System Error
What is the components where the programmer can input the codes?
Code View
Code Window
Form Window
Explorer Window
Which of the following contains controls that can be used in creating a program application?
Menu Bar
Properties Window
Tool Bar
Tool Box
What is the control that provides a way of grouping related controls on a form?
Combo Box
Frame
List Box
Textbox
What is a graphical representation used in designing or planning the solution to a problem?
Algorithm
Flowchart
Pseudocode
Software
Which of the following is represented by different symbols and is linked by arrows displaying the process or flow?
Algorithm
Flowchart
Pseudocode
Software
Which of the following represents the steps where information are entered by the user?
Data
Decision
Process
Terminator
How would you define an assembly language?
a human languages such as English, Chinese
a language inside the computer
a next level programming that uses mnemonics
used mainly in artificial intelligence
What is the main idea of debugging?
the process of compiling errors
the process of displaying errors
the process of hiding errors
the process of removing errors
How would you generalize visual basic?
allows you to develop application in computer
allows you to develop application in CUI
allows you to develop application in GUI
allows you to develop application in real time
What is the main function of checkbox?
accepts user input
allows user to select only one choice
allows user to select more than one item
display information or message
What is the main function of option button?
accepts user input
allows user to select only one choice
allows user to select more than one item
display information or message
What property is set if the button is not clickable and appears in gray?
set to enabled
set to false
set to true
set to visible
What is the function of the command button in the form?
used to carry out specified action
used to display images
used to display messages and enters text
used to display yes/no action
What will happen if you insert a textbox button in the form?
it will display a list of items
it will display a text that user cannot modify
it will display a true or false option
it will display message that user can modify
How will you describe the function of the checkbox?
allows entering text on a form at runtime
displays a drop-down list of various items
display a list of items which user can select
indicates if the particular condition is on or off
How would you contrast Name from Caption?
Name addresses the actual caption while caption can only be set by changing the index
Name declares the variable of an object while Caption changes the label of an object
Name is the permanent name of the object while caption is temporary
Name is temporary while caption is permanent
What symbol is used to represent the direction of the program in flowchart?
Input
Decision
Flow Lines
Preparation
Which of the following does not belong to the group?
Documentation
Implementation
Plan the Solution
Test the Program
This is a blank form that shows automatically when starting a visual basic program.
Menu bar
Toolbox
Properties Window
Windows Form
Which of the following flowchart symbol represents the logical test that is answerable by yes or no?
Data
Decision
Direction
Process
Which of the following flowchart symbol represents memory for repetition of action?
Decision
Preparation
Process
Terminator
How would you change the background of the textbox?
Properties – Backcolor
Properties - Bgcolor
Properties – Fontcolor
Properties - Forecolor
What action will you perform in finalizing you visual basic program?
Ctrl + F5
File – Make Project1.exe
File – Save Project As
Run the Program
What are the steps in saving a new visual basic file?
Ctrl + S
File - Save
File – Save Project As – Save
File – Save Project – Open Folder - Save
What will you set in the property window if you want to resize the image?
Border Style
Startup Position
Stretch
Style
How could you develop a function in the visual basic that can be used to control and manage time?
used of clock
used of timer control
used of timer operator
used of timer tags
Which of the following symbols is used to connect the flowchart to another part of the same page?
Off-Page Connector
On-Page Connector
Off-Page Lines
On-Page Lines
Which of the following allows the programmer to represent program logic in textual form?
Algorithm
Flowchart
Pseudocode
Software
What do you mean by .exe file?
it means exemption
it means executable
it means exemplary
it means exempted
What explanation do you have for break time in visual basic?
time spent in planning the program
time spent in checking, debugging, etc.
time spent when a user runs an application
time spent in writing and designing codes
What explanation do you have for design time in visual basic?
time spent in planning the program
time spent in checking, debugging, etc.
time spent when a user runs an application
time spent in writing and designing codes
What explanation do you have for run time in visual basic?
time spent in planning the program
time spent in checking, debugging, etc.
time spent when a user runs an application
time spent in writing and designing codes
Why is it important to train the user once the program has been implemented?
it is required by the company
to avoid bugs and errors during execution
to track and maintain the products / services
to store documents and avoid misuse of data’s
What is anything capable of making a decision?
Program
Program Logic Formulation
Programming Language
Standard Language
What is the interval of the timer set in your date and time application?
0
60
100
1000
What is the first step in program development cycle?
Coding the Program
Documentation
Identifying the Problem
Planning the Solution
Which control is used for specifying intervals?
Label
ListBox
OLE
Timer
What control is responsible for accepting user input?
ListBox
Label
TextBox
Command
Predict the outcome if Text1.Text = “ “ or Text2.Text = “ “ Then MsgBox “Incomplete Info”, vbInformation + VbOKonly, “EXAM” Else Form2.Show Form1.Hide End If End Sub?
Form1 access denied
Form1 will appear, Form2 will hide
Form2 will appear if complete info is entered
Message box will appear
Why do you think “The Properties Window” plays an important role in the development of visual basic applications?
it changes how the objects looks
it set program related option like Program
it opens programs stored in the hard drive
it allows the developer to graphically design program components
What are the objects present in your stopwatch program?
1 label, 3 commands, 1 timer
3 labels, 1 command, 1 timer
3 labels, 3 commands, 1 timer
1 label, 1 command, 1 timer
