You are on page 1of 12

Dim response As String

Dim term As String

Private Sub Command1_Click()


term = Text1.Text
If term = "back up" Or term = "Back up" Or term = "BACK UP" Then
Label1.Caption = " - a copy of a file or disk you make for archiving purposes."
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "boot" Or term = "Boot" Or term = "BOOT" Then
Label1.Caption = " - to start up a computer. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "card" Or term = "Card" Or term = "CARD" Then
Label1.Caption = " - a printed circuit board that adds some feature to a computer. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "command" Or term = "Command" Or term = "COMMAND" Then
Label1.Caption = " - the act of giving an instruction to your Mac either by menu choice
or keystroke. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "cursor" Or term = "Cursor" Or term = "CURSOR" Then
Label1.Caption = " - the pointer, usually arrow or cross shaped, which is controlled by
the mouse. "
Label3.Caption = Text1.Text

Label2.Caption = " "


ElseIf term = "data" Or term = "Data" Or term = "DATA" Then
Label1.Caption = " - (the plural of datum) information processed by a computer. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "disk" Or term = "Disk" Or term = "DISK" Then
Label1.Caption = " - a spinning platter made of magnetic or optically etched material on
which data can be stored. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "document" Or term = "Document" Or term = "DOCUMENT" Then
Label1.Caption = " - a file you create, as opposed to the application which created it. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "drag" Or term = "Drag" Or term = "DRAG" Then
Label1.Caption = " - to move the mouse while its button is being depressed. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "font" Or term = "Font" Or term = "FONT" Then
Label1.Caption = " - a typeface that contains the characters of an alphabet or some
other letterforms. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "high light" Or term = "High Light" Or term = "HIGH LIGHT" Then
Label1.Caption = " - to select by clicking once on an icon or by highlighting text in a
document. "
Label3.Caption = Text1.Text

Label2.Caption = " "


ElseIf term = "menu" Or term = "Menu" Or term = "MENU" Then
Label1.Caption = " - a list of program commands listed by topic. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "nano second" Or term = "Nano Second" Or term = "NANO SECOND"
Then
Label1.Caption = " - one billionth of a second. ( or, the time between the theatrical
release of a Dudley Moore film and the moment it begins to play on airplanes). "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "usb" Or term = "Usb" Or term = "USB" Then
Label1.Caption = " - a standard serial computer interface that allows simplified
attachment of peripherals especially in a daisy chain. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "paste" Or term = "Paste" Or term = "PASTE" Then
Label1.Caption = " - to insert text, or other material, from the clipboard or copy buffer. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "upload" Or term = "Upload" Or term = "UPLOAD" Then
Label1.Caption = " - to send a file from one computer to another through a network. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "shut down" Or term = "Shut Down" Or term = "SHUT DOWN" Then
Label1.Caption = " - the command from the Special menu that shuts down the Mac
safely. "
Label3.Caption = Text1.Text

Label2.Caption = " "


ElseIf term = "software" Or term = "Software" Or term = "SOFTWARE" Then
Label1.Caption = " - files on disk that contain instructions for a computer. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "save" Or term = "Save" Or term = "SAVE" Then
Label1.Caption = " - to write a file onto a disk. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "server" Or term = "Server" Or term = "SERVER" Then
Label1.Caption = " - a central computer dedicated to sending and receiving data from
other computers (on a network)."
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "drag and drop" Or term = "Drag and Drop" Or term = "DRAG AND DROP"
Then
Label1.Caption = " - a feature on the Mac which allows one to drag the icon for a
document on top of the icon for an application, thereby launching the application and
opening the document. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "driver" Or term = "Driver" Or term = "DRIVER" Then
Label1.Caption = " - a file on a computer which tells it how to communicate with an addon piece of equipment (like a printer) "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "extension" Or term = "Extension" Or term = "EXTENSION" Then

Label1.Caption = " - a startup program that runs when you start the Mac and then
enhances its function. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "folder" Or term = "Folder" Or term = "FOLDER" Then
Label1.Caption = " - electronic subdirectory which contains files. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "keyboard shortcut" Or term = "Keyboard Shortcut" Or term =
"KEYBOARD SHORTCUT" Then
Label1.Caption = " - combination of keystrokes that performs some function otherwise
found in a pull down menu. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "personal computer" Or term = "Personal Computer" Or term =
"PERSONAL COMPUTER" Then
Label1.Caption = " - a compact computer that uses a microprocessor and is designed
for individual use, as by a person in an office or at home or school, for such applications
as word processing, data management, financial analysis, or computer games. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "networking" Or term = "Networking" Or term = "NETWORKING" Then
Label1.Caption = " - a supportive system of sharing information and services among
individuals and groups having a common interest. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "killer apps" Or term = "Killer Apps" Or term = "KILLER APPS" Then
Label1.Caption = " - an application that surpasses its competitors."
Label3.Caption = Text1.Text
Label2.Caption = " "

ElseIf term = "cpu" Or term = "Cpu" Or term = "CPU" Then


Label1.Caption = " - central processing unit: the key component of a computer system,
which contains the circuitry necessary to interpret and execute program instructions. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "debug" Or term = "Debug" Or term = "DEBUG" Then
Label1.Caption = " - to detect and remove defects or errors from. "
Label3.Caption = Text1.Text
Label2.Caption = " "
ElseIf term = "encode" Or term = "Encode" Or term = "ENCODE" Then
Label1.Caption = " - to use (a word, phrase, etc, esp of a foreign language) in the
construction appropriate to it in that language. "
Label3.Caption = Text1.Text
Label2.Caption = " "
Else
MsgBox "Word cannot be found. Enter a new one.", vbOKOnly + vbCritical, "TRY
AGAIN"
Label1.Caption = " "
Label2.Caption = " "
End If
End Sub
Private Sub Command2_Click()
term = Text1.Text

If term = "back up" Or term = "Back up" Or term = "BACK UP" Then
Label2.Caption = " Any information entered in the company file since the BACKUP was
made will need to be manually reentered after you restore."
Label4.Caption = "Example Sentence:"
ElseIf term = "boot" Or term = "Boot" Or term = "BOOT" Then
Label2.Caption = " A computer technician told me to BOOT my windows xp cd and
repair my windows installation."
Label4.Caption = "Example Sentence:"
ElseIf term = "card" Or term = "Card" Or term = "CARD" Then
Label2.Caption = " The laptop has a PCMCIA network adapter CARD which I used to
connect to my home networking."
Label4.Caption = "Example Sentence:"
ElseIf term = "command" Or term = "Command" Or term = "COMMAND" Then
Label2.Caption = " You can use the attrib COMMAND to remove the read-only attribute
from the destination directory."
Label4.Caption = "Example Sentence:"
ElseIf term = "cursor" Or term = "Cursor" Or term = "CURSOR" Then
Label2.Caption = " Passing the CURSOR over the icon will usually identify the size of
the file."
Label4.Caption = "Example Sentence:"
ElseIf term = "data" Or term = "Data" Or term = "DATA" Then
Label2.Caption = " All DATA will be protected in accordance with the principles of the
Act."
Label4.Caption = "Example Sentence:"
ElseIf term = "disk" Or term = "Disk" Or term = "DISK" Then
Label2.Caption = " Each DISK was mounted in the assembly jig and the modules were
then assembled."
Label4.Caption = "Example Sentence:"

ElseIf term = "document" Or term = "Document" Or term = "DOCUMENT" Then


Label2.Caption = " This DOCUMENT provides guidance on the minimum evidence
required to demonstrate school achievement of national healthy school status."
Label4.Caption = "Example Sentence:"
ElseIf term = "drag" Or term = "Drag" Or term = "DRAG" Then
Label2.Caption = " DRAG the icon to the desktop for easy access. "
Label4.Caption = "Example Sentence:"
ElseIf term = "font" Or term = "Font" Or term = "FONT" Then
Label2.Caption = " The FONT is stored as a graphic and produces weird effects such as
becoming blocky when altered in size."
Label4.Caption = "Example Sentence:"
ElseIf term = "high light" Or term = "High Light" Or term = "HIGH LIGHT" Then
Label2.Caption = " This article HIGHLIGHT some tips on how to becoming a successful
caregiver."
Label4.Caption = "Example Sentence:"
ElseIf term = "menu" Or term = "Menu" Or term = "MENU" Then
Label2.Caption = " The MENU is beautifully animated in keeping with the style of
artwork in the film."
Label4.Caption = "Example Sentence:"
ElseIf term = "nano second" Or term = "Nano Second" Or term = "NANO SECOND"
Then
Label2.Caption = " Atomic clocks are accurate to the nearest NANOSECOND equivalent to losing or gaining one second in about 33 years !"
Label4.Caption = "Example Sentence:"
ElseIf term = "usb" Or term = "Usb" Or term = "USB" Then
Label2.Caption = " All of computers have an USB cable port."
Label4.Caption = "Example Sentence:"

ElseIf term = "paste" Or term = "Paste" Or term = "PASTE" Then


Label2.Caption = " It is usually advisable to PASTE the text into the body of a
message."
Label4.Caption = "Example Sentence:"
ElseIf term = "upload" Or term = "Upload" Or term = "UPLOAD" Then
Label2.Caption = " Supply personnel make plans to UPLOAD as much materiel as
possible with the maneuvering units."
Label4.Caption = "Example Sentence:"
ElseIf term = "shut down" Or term = "Shut Down" Or term = "SHUT DOWN" Then
Label2.Caption = " The computer is automatically SHUT DOWN."
Label4.Caption = "Example Sentence:"
ElseIf term = "software" Or term = "Software" Or term = "SOFTWARE" Then
Label2.Caption = " The pop-up adverts might then even install more SOFTWARE
themselves."
Label4.Caption = "Example Sentence:"
ElseIf term = "save" Or term = "Save" Or term = "SAVE" Then
Label2.Caption = " The file that I made is SAVE on flash drive."
Label4.Caption = "Example Sentence:"
ElseIf term = "server" Or term = "Server" Or term = "SERVER" Then
Label2.Caption = " My Netware SERVER has started failing it 's scheduled backups."
Label4.Caption = "Example Sentence:"
ElseIf term = "drag and drop" Or term = "Drag and Drop" Or term = "DRAG AND DROP"
Then
Label2.Caption = " Visual basic is having a DRAG AND DROP feature."
Label4.Caption = "Example Sentence:"
ElseIf term = "driver" Or term = "Driver" Or term = "DRIVER" Then

Label2.Caption = " She wants to format her computer, but she does not have a DRIVER
to re-install all the application."
Label4.Caption = "Example Sentence:"
ElseIf term = "extension" Or term = "Extension" Or term = "EXTENSION" Then
Label2.Caption = " Joseph saves the file as .docx for file EXTENSION."
Label4.Caption = "Example Sentence:"
ElseIf term = "folder" Or term = "Folder" Or term = "FOLDER" Then
Label2.Caption = " She delete the FOLDER where an important file was saved."
Label4.Caption = "Example Sentence:"
ElseIf term = "keyboard shortcut" Or term = "Keyboard Shortcut" Or term =
"KEYBOARD SHORTCUT" Then
Label2.Caption = " Jian recite the KEYBOARD SHORTCUT and their functions to his
teacher."
Label4.Caption = "Example Sentence:"
ElseIf term = "personal computer" Or term = "Personal Computer" Or term =
"PERSONAL COMPUTER" Then
Label2.Caption = " Experience with PERSONAL COMPUTER, who happens to
sometime crash when you're surfing the net, is totally irrelevant."
Label4.Caption = "Example Sentence:"
ElseIf term = "networking" Or term = "Networking" Or term = "NETWORKING" Then
Label2.Caption = " Social NETWORKING will become a ubiquitous feature of online
life."
Label4.Caption = "Example Sentence:"
5
ElseIf term = "killer apps" Or term = "Killer Apps" Or term = "KILLER APPS" Then
Label2.Caption = " For many on campus, checking e-mail on the go is the first KILLER
APP of the hand-held world."
Label4.Caption = "Example Sentence:"
ElseIf term = "cpu" Or term = "Cpu" Or term = "CPU" Then

Label2.Caption = " The department secretary called our equipment guy to come install
some software on my CPU."
Label4.Caption = "Example Sentence:"
ElseIf term = "debug" Or term = "Debug" Or term = "DEBUG" Then
Label2.Caption = " However, systems composed of interacting agents are notoriously
difficult to test and DEBUG."
Label4.Caption = "Example Sentence:"
ElseIf term = "encode" Or term = "Encode" Or term = "ENCODE" Then
Label2.Caption = " The end result is a brain that is much, much more than simply the
sum of the nucleotides that ENCODE a few thousand proteins."
Label4.Caption = "Example Sentence:"
Else
MsgBox "Word cannot be found. Enter a new one.", vbOKOnly + vbCritical, "TRY
AGAIN"
Label1.Caption = " "
Label2.Caption = " "

End If
End Sub
Private Sub Command3_Click()
Label1.Caption = " "
Label2.Caption = " "
Label3.Caption = " "
Label4.Caption = " "

End Sub
Private Sub Command4_Click()
End
End Sub

You might also like