Visual Basic Quiz

Visual Basic Quiz

University

10 Qs

quiz-placeholder

Similar activities

Round 3

Round 3

University

11 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

C++ Basics

C++ Basics

University

12 Qs

VB - Quiz 1

VB - Quiz 1

University

10 Qs

COMP130_IO_Selection

COMP130_IO_Selection

University

9 Qs

Quiz - Control Structure in C programming

Quiz - Control Structure in C programming

University

15 Qs

Regression Analysis

Regression Analysis

10th Grade - University

10 Qs

Visual Basic Quiz

Visual Basic Quiz

Assessment

Quiz

Computers, Other

University

Medium

Created by

Meenu Sukhija

Used 152+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Visual Basic conditional statement?

2 < n < 5

2 < n Or < 5

2 < n Or 5

(2 < n) Or (n < 5)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following arithmetic operations has the highest level of precedence?

+ –

* /

^ exponentiation

( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable declared inside an event procedure is said to have local scope

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Option Explicit requires you to declare every variable before its use.

True

False

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The three main logical operators are ________, _________, and ________.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which value for x would make the following condition true: a>= 50

a is equal to 70

a is equal to 50

a is equal to 50.001

all of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which value for x would make the following condition true: Not (x >= 5)

x is equal to 7

x is equal to 4

x is equal to 5.001

x is equal to 5.101

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?