Users Also Read
Read MCQ's/Objective questions
MCQ's Search Engine
Important Question
ASP.NET
Basic Computer Knowledge
Basic of Linux/Unix
C Language
C# Programming
C++ Programming
Computer Graphics
Computer Hardware
Computer Networking
Computer Security - Cyber crime & Laws
Data Structures & Algorithms
Database Management System
Digital Computer Electronics
HTML
Important File Extensions
Imp. Shortcut Keys used in Computer
Internet, Web & Email
Java - Concepts and Its Programming
Language Processors
Management Information System (MIS)
MS Access
MS Excel
MS Word
Operating System
Oracle, SQL & PL/SQL
PHP Basic
Power Point
Programming Languages
Software Engineering
System Analysis and Design (SAD)
System software & compiler design
Tally
Visual Basic
Home⇒ Computer Engineering⇒ Vbnet
1-Dont try to cram or spend more time here just read it fast and cover syllabus then practice MCQ's cheptor of same topic to check your progress. . |
2-Wrong options are also given but dont concentrate there, Right answer is in bold format. |
Q1 ⇒ Which of the following accesss modifier specifies that a procedure argument can be omitted when the procedure is called? Optional [other wrong options] [Discuss in forum] NotOverridable Out Overloads |
Q2 ⇒ Which of the following accesss modifier specifies that a property or procedure cannot be overridden in a derived class? NotOverridable [other wrong options] [Discuss in forum] Optional Out Overloads |
Q3 ⇒ Which of the following accesss modifier allows you to pass an arbitrary number of arguments to the procedure? ParamArray [other wrong options] [Discuss in forum] Overridable Overrides Partial |
Q4 ⇒ Which of the following accesss modifier indicates that a class or structure declaration is a partial definition of the class or structure? Partial [other wrong options] [Discuss in forum] Overridable Overrides ParamArray |
Q5 ⇒ Which of the following accesss modifier specifies that one or more declared member variables refer to an instance of a class that can raise events? WithEvents [other wrong options] [Discuss in forum] Widening WriteOnly ReadOnly |
Q6 ⇒ Which of the following statement declares an enumeration and defines the values of its members? Enum [other wrong options] [Discuss in forum] Dim Const Class |
Q7 ⇒ Which is not a main component of the Visual Studio IDE? start menu [other wrong options] [Discuss in forum] Tool box designer window Solution Explorer |
Q8 ⇒ Which language is not a true object-oriented programming language? VB 6 [other wrong options] [Discuss in forum] VB.NET JAVA C++ |
Q9 ⇒ Which statement about objects is true? One class can create many objects. [other wrong options] [Discuss in forum] One class is used to create one object. One object is used to create one class. One object can create many classes. |
Q10 ⇒ Which are the standard prefixes for the Button and Combo box controls respectively? btn and cbo [other wrong options] [Discuss in forum] bto and cbo bto and chb btn and chb |
Q11 ⇒ In event-driven programming an event is generated by: All of the above [other wrong options] [Discuss in forum] the system a user’s action the program itself |
Q12 ⇒ Which is not a property of the Common control class? show [other wrong options] [Discuss in forum] Font ForeColor BackColor |
Q13 ⇒ Assembly is ______grouping of all units Physical [other wrong options] [Discuss in forum] Arithmatical Logical Binary |
Q14 ⇒ A window that lists the solution name, the project name and all the forms used in the project. Solution Explorer [other wrong options] [Discuss in forum] Properties Window Windows Form Designer Project Window |
Q15 ⇒ What is used to store decimal data in .NET? BinaryWriter [other wrong options] [Discuss in forum] DecimalWriter OctalWriter HexaWriter |
Q16 ⇒ What is CLR? Common Language Runtime [other wrong options] [Discuss in forum] Current LanguageRuntime Common LanguageRealtime Current LanguageRealtime |
Q17 ⇒ Which type of project can a developer choose in the New Project dialog box? All of the above [other wrong options] [Discuss in forum] Visual Basic Projects Visual C++ Projects Visual C# Projects |
Q18 ⇒ The _____ model does not offer a model for source code reuse. COM [other wrong options] [Discuss in forum] COM+ DCOM .Net |
Q19 ⇒ The ___________ method converts an OLE automation date value to a DateTime Instance. FromOADate [other wrong options] [Discuss in forum] Today Now TimeOfDay |
Q20 ⇒ An object is composed of: All of the above [other wrong options] [Discuss in forum] properties events methods |
Or |