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
VB.NET
Home⇒ Computer Engineering⇒ Visual basic
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 ⇒ ………… is used for finding out about objects, properties and methods. Object browser [other wrong options] [Discuss in forum] Property window Form layout window Code editor window |
Q2 ⇒ We can preserve the value of a local variable by making the variable………. Static [other wrong options] [Discuss in forum] Private Public Implicit |
Q3 ⇒ When the form is first referenced in any manner by program,the triggered event is…. Initialize [other wrong options] [Discuss in forum] Load Activate None of these |
Q4 ⇒ Storage size of Byte datatype is……….. 1 byte [other wrong options] [Discuss in forum] 2 byte 3 byte 4 byte |
Q5 ⇒ In GUI , ……….. is a means of selecting one of several options. Option button [other wrong options] [Discuss in forum] Scroll bar List box Combo box |
Q6 ⇒ RTF stands for……. Rich Text Format [other wrong options] [Discuss in forum] Rich Title Format Row Text Format Rich Text Function |
Q7 ⇒ ………….loop repeats a group of statements for each item in a collection of objects or for each element of an array. For each loop [other wrong options] [Discuss in forum] For loop Do Until loop Do while loop |
Q8 ⇒ A Boolean datatype can store……….bytes. 2 byte [other wrong options] [Discuss in forum] 4 byte 6 byte 8 byte |
Q9 ⇒ ……… is the extension of the standard module .bas [other wrong options] [Discuss in forum] .bsi .std .stn |
Q10 ⇒ The ……allows direct exit from a forloop, Do loop,Sub procedure, or Function procedure. Exit [other wrong options] [Discuss in forum] Exit for Exit Do Exit Sub |
Q11 ⇒ To attach a scroll bar to the textbox , the property of textbox should be set to: Multiline=True [other wrong options] [Discuss in forum] Scrollbar=True SingleLine=False None of these |
Q12 ⇒ …………. is a collection of code which translates application request into physical operation on datastore. Data provider [other wrong options] [Discuss in forum] Database Interface None of these |
Q13 ⇒ ……….. object contains information about an error occurred during a DAO operation Error [other wrong options] [Discuss in forum] ERR Debugging None of these |
Q14 ⇒ ……….. is a group of objects gathered together as a single object. Collection [other wrong options] [Discuss in forum] Form Array None of these |
Q15 ⇒ Which is true about the name and text property of a control? They are the same when the control is first created. [other wrong options] [Discuss in forum] The text property changes to match any changes in the name property. The name property changes to match any changes in the text property. They are never the same unless the programmer makes it that way. |
Q16 ⇒ ………. type of recordset creates a set of records that represent a single database table that we can use to add change or delete records. Table type [other wrong options] [Discuss in forum] Dynaset Snapshot All of the above |
Q17 ⇒ …….. event occurs when the user presses a key from the keyboard. Keydown [other wrong options] [Discuss in forum] Keypress Keyup All of the above |
Q18 ⇒ In VB, arguments are passed by default by …….. Reference [other wrong options] [Discuss in forum] Value Object None of these |
Q19 ⇒ Which statement about objects is true? One class can create many objects. [other wrong options] [Discuss in forum] One object is used to create one class. One class is used to create one object. One object can create many classes. |
Q20 ⇒ By using ……….. property of a progress bar, we can display the progress of an operation. Value [other wrong options] [Discuss in forum] Time Interval Progress |
Or |