Search Header Logo
Untitled Presentation

Untitled Presentation

Assessment

Presentation

Information Technology (IT)

9th Grade

Practice Problem

Hard

Created by

Ahmed Ahmed

FREE Resource

39 Slides • 29 Questions

1

media

2

Fill in the Blanks

Type answer...

3

Multiple Choice

What properties can be set for a TextBox control in VB.NET?

1

MaxLength

2

MultiLine

3

AutoSize

4

All of the above

4

Multiple Choice

What is the purpose of the Button control in a form?

1

To display a list of items

2

To allow user input

3

To execute a procedure

4

To display text

5

media

6

Multiple Choice

What is the output of the flowchart when M is less than or equal to 3?

1

Print M

2

End

3

Start

4

No Output

7

media

8

Multiple Choice

What does the label 'Groupbox1' represent in the context of the tool?

1

A function

2

A variable

3

A group of controls

4

A data type

9

media

10

Multiple Choice

What is the result of the operation if N1 = 5 and N2 = 10 with OP = "-"?

1

5

2

10

3

15

4

-5

11

media

12

Multiple Choice

What is the purpose of the 'Groupbox1' in the Visual Basic program?

1

To display a label

2

To group related controls

3

To handle events

4

To manage data

13

media

14

Multiple Choice

What does the TextBox control allow when the property Multiline is set to True?

1

To enter single line text

2

To enter multiple lines of text

3

To display images

4

To create a dropdown list

15

media

16

Open Ended

What is the equation represented in the image?

17

media

18

Multiple Choice

Describe the result of the following line of code. What will happen in our program when this line is in our start function?


keyDownMethod(moveBall);

1

The function moveBall will be called every time the down arrow on the keyboard is pressed down.

2

The function moveBall will be called every time any key on the keyboard is pressed down.

3

The function moveBall will be called only when a key on the keyboard is held down

4

The function moveBall will be called once, then the program will be paused until a key is pressed.

19

media

20

Multiple Choice

What is the purpose of the ComboBox control in a form?

1

To display a list of items for selection

2

To input text only

3

To display images

4

To create a button

21

media

22

Multiple Choice

What is the output of the following code snippet? Start M = 1 If M <= 3 Then M = M + 1 Print M End If End

1

1

2

2

3

3

4

4

23

media

24

Multiple Select

What are the characteristics of the Button control in a VB.NET application?

1

It can change size dynamically

2

It can display text

3

It can trigger events

4

It can be disabled

25

media

26

Multiple Choice

What is the formula to calculate the area of a rectangle?

1

Area = L + W

2

Area = L - W

3

Area = L * W

4

Area = L / W

27

media

28

Multiple Choice

What is the purpose of setting AutoSize to False for a Label?

1

To adjust the size of the label automatically

2

To prevent the label from resizing

3

To make the label invisible

4

To change the label's color

29

media

30

Multiple Choice

What is the output when N is initialized to 4 and the flowchart is executed?

1

4

2

5

3

6

4

7

31

media

32

Multiple Choice

What are the components listed under the second question?

1

CheckBox, Font, Radiobutton

2

Events, Flowchart, Visual Basic.net

3

TextBox, GroupBox, Print N

4

All of the above

33

media

34

Open Ended

Explain the role of the IDE in developing applications using Visual Studio.

35

media

36

Multiple Choice

What is the result of the division in the flowchart if the quotient is equal to zero?

1

R

2

A

3

B

4

End

37

media

38

Multiple Choice

What is the output of the operation R = A / B if B is equal to 0?

1

Print R

2

Print 'غير معرف'

3

End

4

Start

39

media

40

Multiple Choice

Which of the following is NOT a characteristic of a well-designed flowchart?

1

Consistency in the use of symbols

2

Minimal use of flow lines

3

Clear and concise labeling

4

Overlapping flow lines

41

media

42

Multiple Choice

What is the output of the code when A and B are entered?

1

C = A + B

2

C = A - B

3

C = A * B

4

C = A / B

43

media

44

Multiple Choice

What is the purpose of the MaxLength property in a control?

1

To limit the number of characters that can be entered

2

To define the control's event

3

To specify the control's name

4

To set the default value of the control

45

media

46

Multiple Choice

What is the purpose of the flowchart shown in the image?

1

To illustrate a programming concept

2

To show a mathematical equation

3

To explain a scientific theory

4

To provide a historical overview

47

media

48

Multiple Choice

What is the output of the following code snippet if M starts at 1? Start M = 1 If M < 10 Then M = M + 2 Print M End If End

1

5

2

6

3

10

4

11

49

media

50

Multiple Choice

What are the steps to perform the operation of dividing num1 by num2?

1

Start with num1

2

Check if num2 is zero

3

Display the result

4

All of the above

51

media

52

Multiple Choice

Which of the following is the best definition for callback function
1
 Program designed to run blocks of code or functions in response to specified events (e.g. a mouse click)
2
Coding tasks involved in making your app respond to events by triggering functions.
3
Function specified as part of an event listener; it is written by the programmer but called by the system as the result of an event trigger.
4
A command (onEvent in App Lab) that can be set up to trigger a function when a particular type of event occurs on a particular UI element.

53

media

54

Multiple Choice

What is the value of N that leads to the end of the loop in the flowchart?

1

1

2

2

3

3

4

4

55

media

56

media

57

media

58

media

59

media

60

media

61

media

62

media

63

media

64

media

65

media

66

media

67

media

68

Poll

How confident do you feel about this topic now?

Very confident
Somewhat confident
Not confident
media

Show answer

Auto Play

Slide 1 / 68

SLIDE

Discover more resources for Information Technology (IT)