Font size
WorksheetsGrade9_T1
Total questions: 100
Worksheet time: 50mins
The program documentation is writing down all the steps taken to solve a problem.
True
False
Problem solving is the steps, activities, and processes to be done to reach an output or objective.
True
False
Algorithm is a set of procedures arranged logically for solving a specific problem.
True
False
Program code is diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.
True
False
The problem means that an objective or output is required to reach.
True
False
The program documentation is a set of procedures arranged logically for solving a specific problem.
True
False
The symbol (diamond shape) is used to represent a decision process in flowcharts.
True
False
The symbol (oval shape) is used to represent start and end of flowchart.
True
False
Flowcharts are diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.
True
False
A symbol (parallelogram shape) is used to represent a data entry process.
True
False
Flowcharts help in better documentation of the program especially if the program is complex.
True
False
In calculations, trend lines are used.
True
False
Branching processes cannot be represented by flowcharts.
True
False
The number of branchings must not exceed 4 in flowcharts.
True
False
The number of branching times should not exceed one.
True
False
Through flow charts, branching processes can be represented.
True
False
The number of iterations in the loop must not exceed three times.
True
False
Flowcharts can represent iterations.
True
False
In loops, the use of iterations increases the steps of the solution.
True
False
In the loop, the number of iterations depends on the amount of increment of the counter variable.
True
False
VB.Net is a high-level programming language.
True
False
Compilers are programmers that translate commands and instructions written by the programmer from the high level language into machine language.
True
False
Compilers in Framework.Net are considered the environment of runtime for applications which are produced in VB.net language.
True
False
VB.NET is a machine language.
True
False
The VB.net language can't be used in producing Windows applications.
True
False
Framework.net contains Compilers, libraries and runtime environment.
True
False
The property "Name" is used in showing a certain Text in the title bar of user window as name of the window.
True
False
The property Text is used in showing a certain text in the title bar of user window.
True
False
Text property of the Form appears on the title bar of the Form window.
True
False
Name property is the name used in the code window.
True
False
The default value for the Text property and the Name property of the form is one.
True
False
There are properties whose setting effect is only visible on the Form in running mode.
True
False
MaximizeBox property controls whether to show or hide the form window.
True
False
FormBorderStyle property controls whether to show or hide the form window's maximizer box.
True
False
If the form window is minimized it cannot be maximized until the program is restarted.
True
False
MaximizeBox property controls whether to show or hide the form window's maximizer box.
True
False
To control the style of the window borders we use the FormBorderStyle property.
True
False
MinimizeBox feature controls whether to show or hide the form window's maximizer box.
True
False
The BackColor property controls whether to show or hide the form window.
True
False
RightToLeft property specifies the direction of controls on the form window from right to left.
True
False
RightToLeft property shows its effect in design mode.
True
False
BackColor property allows you to choose the background color of the form window.
True
False
To control the style of the window borders we use the property RightToLeft.
True
False
BackColor property sets the background color gradient from right to left of the form window.
True
False
You can change the position of the Button on the form using the Size property.
True
False
Textbox control tool: is the only tool which has the property passwordChar.
True
False
Label widget can be resized manually if Auto Size=True.
True
False
Textbox control tool: is the only tool which has the property AutoSize.
True
False
A tool for entering text data from the program user while the program is running.
True
False
Command button is used to call code when clicked.
True
False
Sorted property specifies whether the items in the list are sorted or not.
True
False
SelectionMode property specifies the number of items the ComboBox displays.
True
False
Items property contains the set of items that are displayed in the ListBox.
True
False
ListBox control has the AutoSize property.
True
False
ComboBox tool is used to display only the selected item.
True
False
More than one item can be selected in the ListBox widget.
True
False
Sorted property specifies whether the items in the list are sorted or not.
True
False
SelectionMode property specifies the number of items the widget displays ComboBox.
True
False
Items property contains the set of items that are displayed in the ListBox.
True
False
ListBox control has a unique feature AutoSize.
True
False
ComboBox tool is used to display only the selected item.
True
False
More than one item can be selected in a tool ListBox.
True
False
Steps, activities and procedures to be done to reach an objective or an output - can be called:
problem definition
problem
problem solving
Problem-solving includes many terminologies, the terminology that expresses the Preparation of a cup juice is:
Flowchart
algorithm
problem
On drawing flowcharts we use:
standard symbols and lines
all geometric figures
one geometric figure
A diagrammatic representation that depends on drawing some standard symbols to clarify the order of procedures to solve a problem can be called:
Flowchart
algorithm
problem
You can produce Windows applications or Web applications by using: VB.Net
Objects in computer memory
programming language
Properties and events
Libraries, Compilers and Environment of runtime of applications are the most important components of:
Object Oriented
Event Driven
.Net Framework
The used property in showing a certain Text on the title bar of a Form is:
Name
Text
form Border Style
Property .... Controls whether to show or hide the form window minimize box
MinimizeBox
Name
form Border Style
The style of the form window border is done through the property ................
Name
Text
form Border Style
The background color of the form window is determined by the property ..................
form Border Style
Text
BackColor
The function of the RightToLeft property of the Form window is:
define the direction of Control tools from Right to Left.
define whether the layout of ControlTools on the Form is from Right to Left.
define the state of the window in a state of maximaizing or minimaizing
You can change the position of the Button on the Form through:
SetText property
Set Location property
Drag and drop with mouse
The size of Label is defined automatically on the Form if the property is:
Auto Size= False
Auto Size= True
Auto Size= Fixed
The ControlTool which allows the user to choose one item of 15 in the smallest possible area on the Form is:
ComboBox
ListBox
Radio button
The ListBox and ComboBox share in this property:
Suggest
Items
SelectionMode
The ControlTool which is used in containing a group of controls that have the same function on the Form is:
ComboBox
groupBox
Textbox
The Control tool which can be used on the Form to choose Gender of the student is:
GroupBox
CheckBox
Radio button
The program documentation is writing down all the steps taken to solve a problem.
True
False
Problem solving is the steps, activities, and processes to be done to reach an output or objective.
True
False
Algorithm is a set of procedures arranged logically for solving a specific problem.
True
False
Program code is diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.
True
False
The problem means that an objective or output is required to reach.
True
False
The program documentation is a set of procedures arranged logically for solving a specific problem.
True
False
The symbol (diamond) is used to represent a decision process in flowcharts.
True
False
The symbol (oval) is used to represent start and end of flowchart.
True
False
Flowcharts are diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.
True
False
A symbol (rectangle with double lines) is used to represent a data entry process.
True
False
Flowcharts help in better documentation of the program especially if the program is complex.
True
False
In calculation, Trend lines are used.
True
False
Branching processes cannot be represented by flowcharts.
True
False
The number of branchings must not exceed 4 in flowcharts.
True
False
The number of branching times should not exceed one.
True
False
Through flow charts, branching processes can be represented.
True
False
The number of iterations in the loop must not exceed three times.
True
False
Flowcharts can represent iterations.
True
False
In loops, the use of iterations increases the steps of the solution.
True
False
In the loop, the number of iterations depends on the amount of increment of the counter variable.
True
False
VB.Net is a high-level programming language.
True
False
