Search Header Logo

Computer 3rd QTR

Authored by John Tan

Education

10th Grade

Used 1+ times

Computer 3rd QTR
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will Sample Message Dialog box will say when you open it?

Welcome to the dialog box.
This is a test message.

MsgBox("Welcome to Visual Basic!")

Error: Unable to display message.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Message Dialog box with an error message:

MsgBox("Error Occurred", MsgBoxStyle.Exclamation)

Error: Access denied.
Error: File not found.
Error: Connection failed.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Message Dialog box response sample:

Dim result As MsgBoxResult = MsgBox("Continue?", MsgBoxStyle.YesNo)

Message Dialog box example
Sample of a Message Dialog box
Dialog box message response sample

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will Message Dialog box with options: will look like

MessageBoxButtons.YesNoCancel

A Message Dialog box will only display images.
A Message Dialog box is a full-screen application.
A Message Dialog box cannot be closed by the user.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Message dialog box return value:

The return value is an object containing metadata about the dialog.

MsgBoxResult.Yes

The return value is a boolean indicating if the dialog was closed.
The return value is a numeric code indicating success or failure.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Message custom show dialog box:

Use a pre-built Bootstrap modal without customization.

Use Form.ShowDialog()

Display a simple alert box instead of a dialog.
Utilize a third-party library without any HTML/CSS.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input dialog box to enter text for user:

InputBox()

Use console.log() to log user input.
Create a button that opens a new window.
Use alert() to display a message to the user.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?