Semifinal Quiz

Semifinal Quiz

University

15 Qs

quiz-placeholder

Similar activities

OOP Semifinal Quiz IS2C

OOP Semifinal Quiz IS2C

University

15 Qs

PBTGM GENAP

PBTGM GENAP

11th Grade - University

15 Qs

VB-DFP40233

VB-DFP40233

University

15 Qs

Loop

Loop

University

15 Qs

Principles of Information Technology

Principles of Information Technology

9th Grade - University

16 Qs

JSP

JSP

University

10 Qs

Spreadsheets

Spreadsheets

6th Grade - University

20 Qs

tkinter quiz

tkinter quiz

University

10 Qs

Semifinal Quiz

Semifinal Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Christine Tomol

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Normally, you declare a variable in Visual Basic. Net framework by using:

DIM statement which means Dimension

DIM statement which means Data Insertion Module

DIM statement which means Data Integration Module

2.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Which code below shows a message box control that displays the sandwich type "Turkey" once a radio button control is checked?

If rdbTurkey.checked Then

MessageBox.Show("Turkey")

End If

If rdbTurkey.checked = True Then

MessageBox.Show("Turkey")

End If

If rdbTurkey.visible = True Then

MessageBox.Show("Turkey")

End If

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The code written by a programmer to respond to an event is called a ______.

Method

Identifier

Class

4.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Dim strName As String

strName = InputBox ("Please key your name and click OK.")

lblHello.Text = "Hello " _________ " . "

Provide the missing code.

& strName &

+ strName + lblHello.Text

" & strName & lblHello.text "

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It allows the user to design the user interface for an application.

Systems Library

Windows Form Designer

Toolbox

Solution Explorer

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It displays the properties that are associated with an object.

Properties Window

Project Window

Solution Explorer

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A window that lists the solution name, the project name and all the forms used in the project.

Project Window

Solution Explorer

Properties Window

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?