,
, 2
ICT2611
January/February 2025
QUESTION 1 Multiple Choice Questions [10 marks]
This section presents multiple choice questions. Please answer by writing down the question
number and the letter of the correct answer.
1. The process of finding and correcting errors in a program is called. (1)
a) pseudocoding.
b) debugging.
c) c. algorithms.
d) d. development cycles.
2. What keyboard shortcut is used to run the current program? (1)
a) F7
b) F6
c) F5
d) F4
3. When the user clicks a button, _____is raised. (1)
a) an event
b) a method
c) a setting
d) a property
4. What is the value of Int(8.9)? (1)
a) 8
b) 8.9
c) 9
d) 1
5. A mouse click is an example of a(n). (1)
a) property
b) event
c) move
d) Push
6. Which of the following statements removes all text from lstBox? (1)
a) lstBox.Clear()
b) lstBox.Items.Add("")
c) lstBox.Text.Clear()
d) lstBox.Items.Clear()
7. Which of the following is a valid name for a variable? (1)
a) 2One
b) Two One
c) Two.One
d) Two One
TURN OVER
,
, 2
ICT2611
January/February 2025
QUESTION 1 Multiple Choice Questions [10 marks]
This section presents multiple choice questions. Please answer by writing down the question
number and the letter of the correct answer.
1. The process of finding and correcting errors in a program is called. (1)
a) pseudocoding.
b) debugging.
c) c. algorithms.
d) d. development cycles.
2. What keyboard shortcut is used to run the current program? (1)
a) F7
b) F6
c) F5
d) F4
3. When the user clicks a button, _____is raised. (1)
a) an event
b) a method
c) a setting
d) a property
4. What is the value of Int(8.9)? (1)
a) 8
b) 8.9
c) 9
d) 1
5. A mouse click is an example of a(n). (1)
a) property
b) event
c) move
d) Push
6. Which of the following statements removes all text from lstBox? (1)
a) lstBox.Clear()
b) lstBox.Items.Add("")
c) lstBox.Text.Clear()
d) lstBox.Items.Clear()
7. Which of the following is a valid name for a variable? (1)
a) 2One
b) Two One
c) Two.One
d) Two One
TURN OVER
,