wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

VB.NET

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

What property of timer indicates interlude?

a)

tick

b)

inBetween

c)

interval

d)

integral

2.

Which one of these tools allow to put together various tools?

a)

formbox

b)

groupbox

c)

framebox

d)

listbox

3.

Which of these code is incorrect?

a)

tiMer1.Start()

b)

Timer1.false

c)

Timer1.Stop()

d)

tmr1.start()

4.

Read and Analyze. Which one is correct statement?

a)

Progressbar can work without Timer

b)

Timer and the "Val" code works hand in hand

c)

The lower the Interval the slower it will be

d)

the timer can be started thru radio button

5.

Other word for startup screen

a)

splash screen

b)

first screen

c)

logo screen

d)

progress screen

6.

Enabled code is answerable by boolean data.

a)

Yes,

b)

No

7.

Enabled compare to Visible

a)

Enable could add function while visible delay its appearance in the form

b)

Enable could defuse the function while visible deactivate the tool

c)

Enable could delay the function while visible deactivate the tool

d)

Enable could defuse the function while visible turn off its appearance

8.

Radiobutton significant function is _____________.

a)

choose multiple among a set of options

b)

choose 1 among a set of options

c)

choose multiple set of options

d)

choose 1 and disable other options

9.

where you can see the imported images and created forms

a)

solution explorer

b)

windows explorer

c)

toolbox

d)

properties

10.

Allows to declare variables

a)

yum

b)

val

c)

var

d)

dim

11.

file extension of the whole vb.net file

a)

.proj

b)

.net

c)

.vb

d)

.slm

12.

Which of these statements can be answered thru Boolean? Select multiple answers.

a)

Gaano mo ako kamahal?

b)

Tayo na ba?

c)

May pag-asa ba ako sa iyo?

d)

Wala ka bang tiwala?

e)

Paano ba maging hindi Torpe?

13.

prefix of radio button

a)

rdb

b)

rbt

c)

rbn

d)

rdo

14.

cbo is __________________ prefix

a)

comboBox

b)

checkBox

c)

citeBox

d)

clearBox

15.

ASCII in vb.net

a)

keyDigit

b)

keyNum

c)

keyAscii

d)

keyChar

16.

How to connect form to the next form?

a)

use properties to connect the current for to other

b)

use button and directly show it

c)

declare dim as new form

d)

look for the tool that connects form to other form

17.

This property is important because it is need primarily in calling the tool in coding.

a)

Text

b)

Name

c)

Enable

d)

Visible

18.

In progress bar, can it be exceeded to 100%?

a)

I'LL GO FOR YES!

b)

IT'S A NO FOR ME!

19.

if the timer will be countdown, what code will be use for the labelTime

a)

lblTime.decrease()

b)

lbltime.text=val(lbltime.text)-1

c)

lbltime.text=dim(lbltime.text)-1

20.

Which event is intended only for Forms?

a)

checked()

b)

tick()

c)

load()

d)

click()