1)Which of the following in not a conversion specification in VB.NET?
A)CObj(expreession) B)CAarry(expreession) C)CShort(expreession) D)CSng(expreession)
2)Which is not a relational operator in Visual Basic?
A)<> B)!= C)= D)>=
3)Which of the following access modifier specifices that an argument is passed in such a way that the called procedure or property cannot
change the value of variable underlying the argument in the called procedure
A)ByRef B)ByVal C)Default D)Friend
1)Which of the following in not a conversion specification in VB.NET?
A)CObj(expreession) B)CAarry(expreession) C)CShort(expreession) D)CSng(expreession)
Answer:
B)CAarry(expreession)
2)Which is not a relational operator in Visual Basic?
A)<> B)!= C)= D)>=
Answer:
B)!=
3)Which of the following access modifier specifices that an argument is passed in such a way that the called procedure or property cannot
change the value of variable underlying the argument in the called procedure
A)ByRef B)ByVal C)Default D)Friend
Answer:
B)ByVal
Comments
Leave a comment