wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade9_T1

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

The program documentation is writing down all the steps taken to solve a problem.

a)

True

b)

False

2.

Problem solving is the steps, activities, and processes to be done to reach an output or objective.

a)

True

b)

False

3.

Algorithm is a set of procedures arranged logically for solving a specific problem.

a)

True

b)

False

4.

Program code is diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.

a)

True

b)

False

5.

The problem means that an objective or output is required to reach.

a)

True

b)

False

6.

The program documentation is a set of procedures arranged logically for solving a specific problem.

a)

True

b)

False

7.

The symbol (diamond shape) is used to represent a decision process in flowcharts.

a)

True

b)

False

8.

The symbol (oval shape) is used to represent start and end of flowchart.

a)

True

b)

False

9.

Flowcharts are diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.

a)

True

b)

False

10.

A symbol (parallelogram shape) is used to represent a data entry process.

a)

True

b)

False

11.

Flowcharts help in better documentation of the program especially if the program is complex.

a)

True

b)

False

12.

In calculations, trend lines are used.

a)

True

b)

False

13.

Branching processes cannot be represented by flowcharts.

a)

True

b)

False

14.

The number of branchings must not exceed 4 in flowcharts.

a)

True

b)

False

15.

The number of branching times should not exceed one.

a)

True

b)

False

16.

Through flow charts, branching processes can be represented.

a)

True

b)

False

17.

The number of iterations in the loop must not exceed three times.

a)

True

b)

False

18.

Flowcharts can represent iterations.

a)

True

b)

False

19.

In loops, the use of iterations increases the steps of the solution.

a)

True

b)

False

20.

In the loop, the number of iterations depends on the amount of increment of the counter variable.

a)

True

b)

False

21.

VB.Net is a high-level programming language.

a)

True

b)

False

22.

Compilers are programmers that translate commands and instructions written by the programmer from the high level language into machine language.

a)

True

b)

False

23.

Compilers in Framework.Net are considered the environment of runtime for applications which are produced in VB.net language.

a)

True

b)

False

24.

VB.NET is a machine language.

a)

True

b)

False

25.

The VB.net language can't be used in producing Windows applications.

a)

True

b)

False

26.

Framework.net contains Compilers, libraries and runtime environment.

a)

True

b)

False

27.

The property "Name" is used in showing a certain Text in the title bar of user window as name of the window.

a)

True

b)

False

28.

The property Text is used in showing a certain text in the title bar of user window.

a)

True

b)

False

29.

Text property of the Form appears on the title bar of the Form window.

a)

True

b)

False

30.

Name property is the name used in the code window.

a)

True

b)

False

31.

The default value for the Text property and the Name property of the form is one.

a)

True

b)

False

32.

There are properties whose setting effect is only visible on the Form in running mode.

a)

True

b)

False

33.

MaximizeBox property controls whether to show or hide the form window.

a)

True

b)

False

34.

FormBorderStyle property controls whether to show or hide the form window's maximizer box.

a)

True

b)

False

35.

If the form window is minimized it cannot be maximized until the program is restarted.

a)

True

b)

False

36.

MaximizeBox property controls whether to show or hide the form window's maximizer box.

a)

True

b)

False

37.

To control the style of the window borders we use the FormBorderStyle property.

a)

True

b)

False

38.

MinimizeBox feature controls whether to show or hide the form window's maximizer box.

a)

True

b)

False

39.

The BackColor property controls whether to show or hide the form window.

a)

True

b)

False

40.

RightToLeft property specifies the direction of controls on the form window from right to left.

a)

True

b)

False

41.

RightToLeft property shows its effect in design mode.

a)

True

b)

False

42.

BackColor property allows you to choose the background color of the form window.

a)

True

b)

False

43.

To control the style of the window borders we use the property RightToLeft.

a)

True

b)

False

44.

BackColor property sets the background color gradient from right to left of the form window.

a)

True

b)

False

45.

You can change the position of the Button on the form using the Size property.

a)

True

b)

False

46.

Textbox control tool: is the only tool which has the property passwordChar.

a)

True

b)

False

47.

Label widget can be resized manually if Auto Size=True.

a)

True

b)

False

48.

Textbox control tool: is the only tool which has the property AutoSize.

a)

True

b)

False

49.

A tool for entering text data from the program user while the program is running.

a)

True

b)

False

50.

Command button is used to call code when clicked.

a)

True

b)

False

51.

Sorted property specifies whether the items in the list are sorted or not.

a)

True

b)

False

52.

SelectionMode property specifies the number of items the ComboBox displays.

a)

True

b)

False

53.

Items property contains the set of items that are displayed in the ListBox.

a)

True

b)

False

54.

ListBox control has the AutoSize property.

a)

True

b)

False

55.

ComboBox tool is used to display only the selected item.

a)

True

b)

False

56.

More than one item can be selected in the ListBox widget.

a)

True

b)

False

57.

Sorted property specifies whether the items in the list are sorted or not.

a)

True

b)

False

58.

SelectionMode property specifies the number of items the widget displays ComboBox.

a)

True

b)

False

59.

Items property contains the set of items that are displayed in the ListBox.

a)

True

b)

False

60.

ListBox control has a unique feature AutoSize.

a)

True

b)

False

61.

ComboBox tool is used to display only the selected item.

a)

True

b)

False

62.

More than one item can be selected in a tool ListBox.

a)

True

b)

False

63.

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

64.

Problem-solving includes many terminologies, the terminology that expresses the Preparation of a cup juice is:

a)

Flowchart

b)

algorithm

c)

problem

65.

On drawing flowcharts we use:

a)

standard symbols and lines

b)

all geometric figures

c)

one geometric figure

66.

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

67.

You can produce Windows applications or Web applications by using: VB.Net

a)

Objects in computer memory

b)

programming language

c)

Properties and events

68.

Libraries, Compilers and Environment of runtime of applications are the most important components of:

a)

Object Oriented

b)

Event Driven

c)

.Net Framework

69.

The used property in showing a certain Text on the title bar of a Form is:

a)

Name

b)

Text

c)

form Border Style

70.

Property .... Controls whether to show or hide the form window minimize box

a)

MinimizeBox

b)

Name

c)

form Border Style

71.

The style of the form window border is done through the property ................

a)

Name

b)

Text

c)

form Border Style

72.

The background color of the form window is determined by the property ..................

a)

form Border Style

b)

Text

c)

BackColor

73.

The function of the RightToLeft property of the Form window is:

a)

define the direction of Control tools from Right to Left.

b)

define whether the layout of ControlTools on the Form is from Right to Left.

c)

define the state of the window in a state of maximaizing or minimaizing

74.

You can change the position of the Button on the Form through:

a)

SetText property

b)

Set Location property

c)

Drag and drop with mouse

75.

The size of Label is defined automatically on the Form if the property is:

a)

Auto Size= False

b)

Auto Size= True

c)

Auto Size= Fixed

76.

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

77.

The ListBox and ComboBox share in this property:

a)

Suggest

b)

Items

c)

SelectionMode

78.

The ControlTool which is used in containing a group of controls that have the same function on the Form is:

a)

ComboBox

b)

groupBox

c)

Textbox

79.

The Control tool which can be used on the Form to choose Gender of the student is:

a)

GroupBox

b)

CheckBox

c)

Radio button

80.

The program documentation is writing down all the steps taken to solve a problem.

a)

True

b)

False

81.

Problem solving is the steps, activities, and processes to be done to reach an output or objective.

a)

True

b)

False

82.

Algorithm is a set of procedures arranged logically for solving a specific problem.

a)

True

b)

False

83.

Program code is diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.

a)

True

b)

False

84.

The problem means that an objective or output is required to reach.

a)

True

b)

False

85.

The program documentation is a set of procedures arranged logically for solving a specific problem.

a)

True

b)

False

86.

The symbol (diamond) is used to represent a decision process in flowcharts.

a)

True

b)

False

87.

The symbol (oval) is used to represent start and end of flowchart.

a)

True

b)

False

88.

Flowcharts are diagram representations which depend on drawing some standard symbols to clarify the order of procedures to solve a problem.

a)

True

b)

False

89.

A symbol (rectangle with double lines) is used to represent a data entry process.

a)

True

b)

False

90.

Flowcharts help in better documentation of the program especially if the program is complex.

a)

True

b)

False

91.

In calculation, Trend lines are used.

a)

True

b)

False

92.

Branching processes cannot be represented by flowcharts.

a)

True

b)

False

93.

The number of branchings must not exceed 4 in flowcharts.

a)

True

b)

False

94.

The number of branching times should not exceed one.

a)

True

b)

False

95.

Through flow charts, branching processes can be represented.

a)

True

b)

False

96.

The number of iterations in the loop must not exceed three times.

a)

True

b)

False

97.

Flowcharts can represent iterations.

a)

True

b)

False

98.

In loops, the use of iterations increases the steps of the solution.

a)

True

b)

False

99.

In the loop, the number of iterations depends on the amount of increment of the counter variable.

a)

True

b)

False

100.

VB.Net is a high-level programming language.

a)

True

b)

False