CSC 215 Test Solution
CSC 215 Test Solution
CSC 215 Test Solution
Email *
Your email
#Const
#ExternalSource
#If...Then...#Else
#Region
Boolean
Byte
Char
Yes
No
Try
Catch
Finally
Throw
Machine language
Assembly language
Which of the following access modifier specifies that a procedure argument can be
omitted when the procedure is called?
NotOverridable
Optional
Out
Overloads
Computer programming
Object-oriented programming
Machine programming
Which of the following access modifiers tells Visual Basic to convert all strings to
Unicode values, regardless of the name of the external procedure?
Shared
Shadows
Unicode
Static
Which of the following statement terminates the loop or select case statement and
transfers execution to the statement immediately following the loop or select
case?
Exit
Continue
Goto
Department *
Your answer
Object
Class
Method
Instance Variable
The operator symbol, operands, and code that define an operator procedure on a
class or structure are declared in which of the following statements?
Declare
Property
Sub
Operator
An undeclared data type takes which Data types by default in Visual Basic?
Object
Int
Char
String
Symantec
Sybase
Ashton Tate
Microsoft
Which of the following operator declares the parameters and code that define a
function lambda expression?
Await
AddressOf
GetType
Function Expression
What is the VB.Net statement to accept input from a user through the keyboard
Console.ReadLine()
Console.WriteLine()
Console.KeyLine()
Console.InputLine()
Which of the following access modifier specifies that a function or Get accessor is
an iterator?
In
Key
Iterator
Module
Declaration Statement
Executable Statement
Assignment Statement
Variable Statement
Console.WriteLine('Hello World')
Console.WriteLine("Hello World")
Your answer
Which of the following access modifier specifies that one or more declared
programming elements have no access restrictions?
Private
Protected
Public
ReadOnly
Matric No: *
Your answer
The control which we can click and release to perform some action.
Label
Button
CheckBox
TextBox
Which of the following converts the expression to Long data type in VB.NET?
CDbl(expression)
CDec(expression)
CInt(expression)
CLng(expression)
The program that supports the creation of application for wireless, Internet-enabled
hand-held devices.
High-Level Language
Low-Level Language
Machine Language
Declare
Property
Operator
Sub
Web applications
Windows applications
Web services
Double
Boolean
Floating point
Integer
.NET Framework
Class Library
Solution Explorer
Dim intData(10)
The above VB.Net statement declares
an array of 12 elements
an array of 10 elements
an array of 11 elements
an array of 9 elements
Page 1 of 1
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy
Forms