wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Visual Basic .Net Programming Quiz

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Which company developed the programming language Visual Basic .Net (VB.Net)?

a)

Microsoft

b)

Apple

c)

Google

d)

IBM

2.

Which feature makes Visual Basic .Net (VB.Net) user-friendly for beginners?

a)

Easy-to-learn syntax

b)

Complex coding requirements

c)

Limited documentation

d)

Difficult installation process

3.

Which feature makes Visual Basic .Net (VB.Net) user-friendly for beginners?

a)

Easy-to-learn syntax

b)

Complex coding requirements

c)

Limited documentation

d)

Difficult installation process

4.

Which part of the application interface is described as the main window or your app's canvas?

a)

Toolbox

b)

Properties Window

c)

Form

d)

Solution Explorer

5.

Which component of the application interface helps you organise your project files?

a)

Toolbox

b)

Solution Explorer

c)

Properties Window

d)

Form

6.

What are "Properties" in the context of application development?

a)

Attributes of objects, such as colour, size, or text.

b)

Things that happen, like a button being clicked.

c)

Elements in your app, like Button or TextBox.

d)

Code that runs in response to events.

7.

Buttons, labels, radio buttons are called ..........

a)

properties

b)

Objects

c)

events

d)

actions

8.

According to the summary, what is recommended to improve your coding skills?

a)

Create projects, explore tutorials, keep coding.

b)

Memorize programming languages.

c)

Watch movies about technology.

d)

Read only textbooks.

9.

..................... is the property responsible to show the word calculate on the button

a)

Size

b)

font color

c)

name

d)

Text

10.

..................... is the property used in the code window to call the object

a)

Size

b)

font color

c)

name

d)

Text

11.

..................... is the code that runs in response to events

a)

object

b)

event

c)

Action

d)

property

12.

..................... is represented by a button clicked

a)

object

b)

event

c)

Action

d)

property

13.

..................... are attributes of objects (colour, size, text).

a)

objects

b)

events

c)

Actions

d)

properties

14.

.........................is the result of the code:

5 ^ 2

a)

10

b)

20

c)

30

d)

25

15.

.........................is the result of the code:

7 / 2

a)

1.5

b)

2.5

c)

3.5

d)

6.5

16.

.........................is the result of the code:

7 \ 2

a)

1.5

b)

3

c)

3.5

d)

6.5

17.

................. is the object that allows the user to select only one option

a)

button

b)

Label

c)

Radio button

d)

Group box

18.

................. is the object that allows the user to select more than one option

a)

Check Box

b)

Label

c)

Radio button

d)

Group box

19.

................... is used to show a dropdown list :

a)

ListBox

b)

Combo box

c)

drop down menu

d)

list

20.

................. is where the code is written

a)

Property window

b)

project expression

c)

event handler

d)

none

21.

............. is the tab used to show the property window

a)

Show

b)

File

c)

Edit

d)

View

22.

................ is the result of this operation

5 + 2 ^ 1 * 2

a)

6

b)

7

c)

8

d)

9