C-Sharp MCQ’S
C-Sharp MCQ’s
1: ………. is used for the changed the colour of the form…
a) can’t change
b) property window
c) source code
d) both b & c
2: For loop is used to…
a) step statements
b) jump statements
c) goto statements
d) none of these
3: Which of the following is not true about font property…
a) font save
b) font bold
c) font name
d) all of these
4: An integer variable can be represented by…
a) %
b) &
c) *
d) ^
5: Project is run through a shortcut key…
a) F5
b) F8
c) F6
d) F9
6: Which of the following is true about a foreign key…
a) must b a primary key in another table of the relationship
b) must be a candidate
c) both a & b
d) none of these
7: Which of the following value return a procedure…
a) one
b) three
c) five
d) none of these
8: Which of the followings is true about the data type store data all types is…
a) long
b) string
c) double
d) variant
9: When the user clicks on the scrollbar which property will be changed…
a) large change
b) max
c) value
d) min
10: Which method in bellow is used to add records…
a) create
b) new
c) addNew
d) new
11: Callback procedure is…
a) part of a modem protocol
b) a recursive procedure
c) specific windows used in controls
d) which is called by a DLL procedure
12: which of the following variables not change the value during execution…
a) constant
b) string
c) numeric
d) none of these