7)Which of the following access modifier identifies a property as the default property of its class,structure,or interface?
A)ByRef B)ByVal C)Default D)Friend
8)Which property is used to disable a button VB.NET?
A)disabled = true B)disabled =false C)enabled = true D)enabled =false
10)VB.NET is
A)Platfrom Independent B)Compiler Language C)Forward compatible D)Backward compatible with previous versions
11)The __________ method is a method used to get the current data and time.
A)TimeToday B)Now C)TimeOfDay D)FromOAData
12)What is the size of a double datatype in VB.NET?
A)2 bytes B)4 bytes C)8 bytes D)10 bytes
7)Which of the following access modifier identifies a property as the default property of its class,structure,or interface?
A)ByRef B)ByVal C)Default D)Friend
Answer:
C)Default
8)Which property is used to disable a button VB.NET?
A)disabled = true B)disabled =false C)enabled = true D)enabled =false
Answer:
D) enabled =false
10)VB.NET is
A)Platfrom Independent B) Compiler Language C)Forward compatible D)Backward compatible with previous versions
Answer:
A)Platfrom Independent
11)The __________ method is a method used to get the current data and time.
A)TimeToday B)Now C)TimeOfDay D)FromOAData
Answer:
B)Now
12)What is the size of a double datatype in VB.NET?
A)2 bytes B)4 bytes C) 8 bytes D) 10 bytes
Answer:
C) 8 bytes
Comments
Leave a comment