Weekly Evaluations: Prep 3
Weekly Evaluations: Prep 3
Evaluations
Information and Communication
Technology
Prep 3
Put (√ ) or ( X ) :
1. The program documentation is writing down all the steps taken to solve a
problem. ( )
2. Problem solving is the steps, activities, and processes to be done to
reach an output or objective ( )
3. Algorithm is a set of procedures arranged logically for solving a specific
problem. ( )
4. Program code is diagram representations which depend on drawing
some standard symbols to clarify the order of procedures to solve a ( )
problem.
5. The problem means that an objective or output is required to reach. ( )
6. The program documentation is a set of procedures arranged logically for
solving a specific problem. ( )
7. The symbol is used to represent a decision process in flowcharts.
( )
8. The symbol is used to represent start and end of flowchart ( )
9. Flowcharts are diagram representations which depend on drawing some
standard symbols to clarify the order of procedures to solve a problem. ( )
10. A symbol is used to represent a data entry process ( )
11. Flowcharts help in better documentation of the program especially if the
program is complex ( )
12. in calculations Trend lines are used ( )
13. Branching processes cannot be represented by flowcharts ( )
14. The number of branchings must not exceed ٤ in flowcharts ( )
15. The number of branching times should not exceed one ( )
16. Through flow charts, branching processes can be represented ( )
17. The number of iterations in the loop must not exceed three times ( )
18. Flowcharts can represent iterations ( )
19. In loops, the use of iterations increases the steps of the solution ( )
٢
- 3rd
20. In the loop, the number of iterations depends on the amount of
increment of the counter variable ( )
21. VB.Net . is a high-level programming language ( )
22. Compilers are programmers that translate commands and instructions
written by the programmer from the high level language into machine ( )
language.
23. Compilers in Framework. Net are considered the environment of
runtime for applications which are produced in VB.net language. ( )
24. VB.NET is a machine language. ( )
25. The VB.net language can't be used in producing Windows applications ( )
26. Framework.net contains Compilers, libraries and runtime environment ( )
27. The property "Name" is used in showing a certain Text in the title bar of
user window a name of the window. ( )
28. The property Text is used in showing a certain text the title bar of user
window. ( )
29. Text property of theForm appears on the title bar of the Form window ( )
30. Name property is the name used in the code window ( )
31. The default value for theText property and theName property of the
form is one ( )
32. There are properties whose setting effect is only visible on the Form in
running mode ( )
33. MaximizeBox property controls whether to show or hide the form
.window ( )
34. FormBorderStyle property Controls whether to show or hide the form
.window's maximizer box ( )
35. If the form window is minimized it cannot be maximized until the
program is restarted ( )
36. MaximizeBox property Controls whether to show or hide the form
window's maximizer box ( )
37. To control the style of the window borders we use theFormBorderStyle
property . ( )
38. MinimizeBox feature Controls whether to show or hide the form
window's maximizer box ( )
39. TheBackColor property controls whether to show or hide the form
window ( )
٣ -
- 3rd
40. RightToLeft property specifies the direction of controls on the form
window from right to left ( )
41. RightToLeft property shows its effect in design mode ( )
42. BackColor property allows you to choose the background color of the
form window ( )
43. To control the style of the window borders we use the property
RightToLeft ( )
44. BackColor property sets the background color gradient from right to
left of the form window ( )
45. You can change the position ofthe Button on the form using theSize
property. ( )
46. "Textbox control tool: is the only tool which has the property
passwordChart. ( )
47. Label widget can be resized manually ifAuto Size=True. ( )
48. "Textbox control tool: is the only tool which has the property AutoSize. ( )
49. LabelA tool for entering text data from the program user while the
.program is running ( )
50. commandbutton .is used to call code when clicked ( )
51. Sorted .property specifies whether the items in the list are sorted or not ( )
52. SelectionMode property specifies the number of items theComboBox
. displays ( )
53. Items property contains the set of items that are displayed in theListBox. ( )
54. ListBox control has theAutoSize . property ( )
55. ComboBox .tool is used to display only the selected item ( )
56. More than one item can be selected in theListBox widget. ( )
57. Sorted .property specifies whether the items in the list are sorted or not ( )
58. SelectionMode property specifies the number of items the widget
displays ComboBox ( )
59. Items property contains the set of items that are displayed in the Listbox ( )
60. ListBox : control has a unique feature AutoSize ( )
61. ComboBox tool is used to display only the selected item ( )
٤ -
- 3rd
62. More than one item can be selected in a tool ListBox ( )
Choose the correct answer:
1- Steps, activities and procedures to be done to reach an objective or an output -
can be called:
A- problem definition b- problem c- problem solving
2-Problem-solving includes many terminologies, the terminology that expresses
the Preparation of a cup juice is:
A- Flowchart b- algorithm c- problem
3-On drawing flowcharts we use:
standard symbols and all geometric
A- b- c- one geometric figure
lines figures
4- A diagrammatic representation that depends on drawing some standard
symbols to clarify the order of procedures to solve a problem can be called:
A- Flowchart b- algorithm c- problem
5- You can produce Windows applications or Web applications by using:
VB.Net
Objects in computer
A- b- programming c- Properties and events
memory
language
6- libraries, Compilers and Environment of runtime of applications are the most
important components of:
A- Object Oriented b- Event Driven c- .Net Framework
7- The used property in showing a certain Text on the title bar of a Form is :
A- Name b- Text c- form Border Style
8- Property ..... Controls whether to show or hide the form window minimize box
A- MinimizeBox b- Name c- form Border Style
9- The style of the form window border is done through the property .................
A- Name b- Text c- form Border Style
٥
- 3rd
10- The background color of the form window is determined by the property
.................
A- form Border Style b- Text c- BackColor
11- The function of the RightToLeft property of the Form window is:
define whether
define the state of the
define the direction of the layout of
window in a state of
A- Control tools from b- ControlTools on c-
maximaizing or
Right to Left. the Form is from
minimaizing
Right to Left.
26- You can change the position of the Button on the Form through :
Set Location Drag and drop with
A- SetText property b- c-
property mouse
28- The size of Label is defined automatically on the Form if the property is:
Auto Size=
A- Auto Size= False b- c- Auto Size=Fixed
True
The ControlTool which allows the user to choose one item of 15 in the smallest
possible area on the Form is:
-A ComboBox b- ListBox c- Radio button
٦
(ICT) Ministry of educa on evalua ons 2024-2025 3rd
Answer
Weekly
Evaluations
Information and Communication
Technology
Prep 3
First term 2024-2025
٨ -
- 3rd
20. In the loop, the number of iterations depends on the amount of ( )
increment of the counter variable
21. VB.Net . is a high-level programming language ( )
22. Compilers are programmers that translate commands and ( )
instructions written by the programmer from the high level language
into machine language.
23. Compilers in Framework. Net are considered the environment of
runtime for applications which are produced in VB.net language. (×)
24. VB.NET is a machine language. (×)
25. The VB.net language can't be used in producing Windows
applications (×)
26. Framework.net contains Compilers, libraries and runtime ( )
environment
27.The property "Name" is used in showing a certain Text in the title bar of
user window a name of the window. (×)
28. The property Text is used in showing a certain text the title bar of ( )
user window.
29. Text property of theForm appears on the title bar of the Form ( )
window
30. Name property is the name used in the code window ( )
31. The default value for theText property and theName property of the ( )
form is one
32. There are properties whose setting effect is only visible on the Form ( )
in running mode
33. MaximizeBox property controls whether to show or hide the form
.window (×)
34. FormBorderStyle property Controls whether to show or hide the
.form window's maximizer box (×)
35. If the form window is minimized it cannot be maximized until the
program is restarted (×)
36. MaximizeBox property Controls whether to show or hide the form ( )
window's maximizer box
37. To control the style of the window borders we use theFormBorderStyle ( )
property .
38. MinimizeBox feature Controls whether to show or hide the form
window's maximizer box (×)
٩
- 3rd
39. TheBackColor property controls whether to show or hide the form
window (×)
40. RightToLeft property specifies the direction of controls on the form
window from right to left (×)
41. RightToLeft property shows its effect in design mode ( )
42. BackColor property allows you to choose the background color of ( )
the form window
43. To control the style of the window borders we use the property
RightToLeft (×)
44. BackColor property sets the background color gradient from right
to left of the form window (×)
45. You can change the position ofthe Button on the form using theSize
property. (×)
46. "Textbox control tool: is the only tool which has the property ( )
passwordChart.
47. Label widget can be resized manually ifAuto Size=True. (×)
48. "Textbox control tool: is the only tool which has the property
AutoSize. (×)
49. LabelA tool for entering text data from the program user while the
.program is running (×)
50. commandbutton .is used to call code when clicked ( )
51. Sorted .property specifies whether the items in the list are sorted or not ( )
52. SelectionMode property specifies the number of items the
ComboBox . displays (×)
53. Items property contains the set of items that are displayed in the ( )
ListBox.
54. ListBox control has theAutoSize . property (×)
55. ComboBox .tool is used to display only the selected item ( )
56. More than one item can be selected in theListBox widget. ( )
57. Sorted property specifies whether the items in the list are sorted or ( )
.not
١
3rd
58. SelectionMode property specifies the number of items the widget
displays ComboBox (×)
59. Items property contains the set of items that are displayed in the ( )
Listbox
60. ListBox : control has a unique feature AutoSize (×)
61.ComboBox tool is used to display only the selected item ( )
62. More than one item can be selected in a tool ListBox ( )
Choose the correct answer:
1- Steps, activities and procedures to be done to reach an objective or an output -
can be called:
A- problem definition b- problem c- problem solving
2-Problem-solving includes many terminologies, the terminology that expresses
the Preparation of a cup juice is:
A- Flowchart b- algorithm c- problem
3-On drawing flowcharts we use:
standard symbols and all geometric
A- b- c- one geometric figure
lines figures
4- A diagrammatic representation that depends on drawing some standard
symbols to clarify the order of procedures to solve a problem can be called:
A- Flowchart b- algorithm c- problem
5- You can produce Windows applications or Web applications by using:
VB.Net
Objects in computer
A- b- programming c- Properties and events
memory
language
6- libraries, Compilers and Environment of runtime of applications are the most
important components of:
A- Object Oriented b- Event Driven c- .Net Framework
7- The used property in showing a certain Text on the title bar of a Form is :
A- Name b- Text c- form Border Style
8- Property ..... Controls whether to show or hide the form window minimize box
A- MinimizeBox b- Name c- form Border Style
١ -
- 3rd
9- The style of the form window border is done through the property .................
A- Name b- Text c- form Border Style
10- The background color of the form window is determined by the property
.................
A- form Border Style b- Text c- BackColor
11- The function of the RightToLeft property of the Form window is:
define whether
define the state of the
define the direction of the layout of
window in a state of
A- Control tools from b- ControlTools on c-
maximaizing or
Right to Left. the Form is from
minimaizing
Right to Left.
26- You can change the position of the Button on the Form through :
Set Location Drag and drop with
A- SetText property b- c-
property mouse
28- The size of Label is defined automatically on the Form if the property is:
Auto Size=
A- Auto Size= False b- c- Auto Size=Fixed
True
The ControlTool which allows the user to choose one item of 15 in the smallest
possible area on the Form is:
-A ComboBox b- ListBox c- Radio button