Site hosted by Angelfire.com: Build your free website today!
Logo

 

 

Getting to the Next Lesson

QUIZ 1

AIM - To Show understanding of the VB6 workspace

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

The answers to your questions will form the last file name in the URL. You will need to make a note of your answers. If you have difficulty with any of the answers don't be disheartened, go back a few steps and re-read the first lessons. Only when you understand the vocabulary of programming will you have a solid foundation to build on.

Answer the questions and note your answers down in number order.

Question 1

Below are four icons which letter represents the 'Properties Window'?

2

3

4

5

 

Question 2

There are two default toolbars in the VB workspace. The Menu tool bar is one the second is the

Standard

Formatting

VB Code

Drawing

Object

 

Question 3

There are many procedures to remove a form One is to right click on the form icon displayed in the Project Window. Which is the other you have been taught?

File>>Remove Project>>Remove Form

Project>>Add Module

Close the Form Layout Window

Project>>Remove Form1

Use the 3 shortcut

 

Question 4

The code to begin a program is?

Sub Start()

Main Sub()

Main Start()

Sub Main()

Start Sub()

Question 5

The code to create a message box is?

BoxMessg

MessageBox

MgBox

Message

MsgBox

Good Work - Can YOU Solve This?

Once you have the answers but BEFORE you click the button write down the full code with a begin and end staement that will create a message box that says "Hello it's good to see you."

Moving On

When you have 5 correct answers click the button. If you don't have the correct answers you will be taken back to the previous lesson.

HINT
Use F5 to refresh the web page so you can try again. Once you have answered a question correctly THE FIRST TIME, move onto the next question. There are no wins for trying twice!