Visual Basics

Description: Here are some good question that will help you in understanding the basics of visual basic 6.
Number of Questions: 24
Created by:
Tags: Visual Basic 6 VB Programming in Visual Basic Application Programming Interface API Windows API DLL Dynamic Link Libraries Computer Hardware Programming Computer Basics Software Engineering
Attempted 0/24 Correct 0 Score 0

Which port is required to connect display with motherboard?

  1. PS/2

  2. Display port

  3. LPT1

  4. LAN port


Correct Option: B

After installation of devices, it is necessary to install __________ to faciliate activation of computer towards installed device.

  1. only mother board driver

  2. installer

  3. both (1) and (2)

  4. device driver


Correct Option: D

'To' keyword is used in declaration of

  1. array

  2. constant

  3. integer

  4. double


Correct Option: A

CLS is an extension of

  1. class module

  2. form module

  3. standard module

  4. code module


Correct Option: A

String concatenation operator is

  1. str1+str2

  2. str1 ^ str2

  3. str1&str2

  4. none of these


Correct Option: C

Datatype is

  1. a field that determines what kind of data it can hold

  2. a large number

  3. a constant that determines what kind of data it can hold

  4. none of these


Correct Option: A

Keyboard shortcuts are for

  1. invoking a particular menu option without using mouse

  2. using keyboard and mouse for invoking a menu option

  3. listing the information of keyboard

  4. none of these


Correct Option: A

What is the basic building block of a Visual Basic application?

  1. Menu

  2. Form

  3. Tool bar

  4. File


Correct Option: B

A variable is made available throughout the program by using the keyword

  1. private

  2. public

  3. static

  4. dim


Correct Option: B

Displays a list of all forms making up your application

  1. Menu bar

  2. Project Explorer Window

  3. Tool box

  4. None of these


Correct Option: B

Standard module contains extension

  1. .EXE

  2. .BAS

  3. .VBP

  4. .DOC


Correct Option: B

Which of the following provides the quick access to commonly used commands in the programming environment?

  1. Tool bar

  2. Tool box

  3. Form designer

  4. Property window


Correct Option: A

ERP stands for

  1. Enterprise Resource Planning

  2. Enterprise Resource Plan

  3. External Resource Planning

  4. Entity Resource Plan


Correct Option: A

An user interacts with

  1. database

  2. information

  3. visual basic front end

  4. none of these


Correct Option: C

Visual Basic is

  1. database

  2. visual programming language

  3. operating system

  4. visual art


Correct Option: B

Property Window is displayed by

  1. F5

  2. Alt+V+C

  3. both (1) and (2)

  4. F4


Correct Option: D

Which of the following is not controlled by Tool Box?

  1. Command button

  2. Text box

  3. Option button

  4. None of these


Correct Option: D

'Byt' is the prefix for the datatype

  1. byte

  2. integer

  3. long

  4. none of these


Correct Option: D

If screen shows the message: 'Press F1', it means

  1. Monitor connection is loosed.

  2. SMPS gives less power.

  3. Keyboard is not connected.

  4. Monitor is not connected.


Correct Option: C

Which of the following should be added to CPU box to use computer as audio player?

  1. Microphone and socket

  2. Amplified socket

  3. Multimedia card

  4. All of the above


Correct Option: A

'Dim' is used for

  1. declaring a variable

  2. declaring an event

  3. naming convention

  4. none of the above


Correct Option: A

Default datatype of visual basic is

  1. boolean

  2. integer

  3. string

  4. variant


Correct Option: D

Module includes

  1. general procedures

  2. variable declarations

  3. constant definitions

  4. all of these


Correct Option: D

The key combinations CLT+ C and CLT + V are used for

  1. cut and copy

  2. cut and paste

  3. cut and print

  4. copy and paste


Correct Option: D
- Hide questions