• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/71

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

71 Cards in this Set

  • Front
  • Back
T/F
Run time is when Coach calls for all freshman to do their laps in P.E.
False
T/F
The active window is said to have the focus.
True
T/F
ROM is the memory that is available when the computer is on and operational.
False
T/F
In Design mode, you have access to just a few envioronmental controls
False
T/F
The IDE is made up of all the toolbars, the toolbox, project window, properties window and forms window. (Basically anything on the screen when VB starts up)
True
T/F
Labels and Forms have the same properties.
False
T/F
By default, all properties are listed by categories.
False
T/F
A GUI is a Golden Uniform Instruction.
False
T/F
When naming a label the following is acceptable: labl Today.
False
T/F
IDE stands for Integrated Development Environment.
True
T/F
A control is a part of the Graphical User Interface (GUI)
True
T/F
Multitasking is the running of one program at a time.
False
T/F
One form of the IF field is: If a condition is true, then perform an action.
True
T/F
One form of the IF field is: If a condition is true, then perform an action; else perform a different action.
True
T/F
Mailing labels can use the same data sources as the form letter.
True
T/F
To display field codes on the screen, press the CTRL+F9 keys.
False
T/F
The >= in a cdontdition is the expression.
False
T/F
In the Customize Address List box, click the DELETE button to delete an unwanted field.
True
T/F
The first step in creating a data source is to enter the data records it will contain.
False
T/F
To edit a field, right-click the field and then click Edit Field on the shortcut menu.
True
T/F
If errors are noticed in form letter, the main document can be edited in the same way any other document is edited.
True
T/F
In a data source, each field must be identified uniquely with a name.
True
T/F
When field codes are turned on for display, chevrons display around merge fields.
False
T/F
In addition to merge fields, other types of fields can be inserted into a document.
True
T/F
To promote a list item in an outline numbered list, you click the Increase Indent button on the Formatting toolbar.
False
T/F
Merge field characters are located on the keyboard and can be typed directly into a document.
False
T/F
You can modify the predefined field names in the New Address List dialog box.
True
T/F
To insert an IF field, click the Insert IF button on the Mail merge toolbar.
False
T/F
To link the data source to the main document, the field names must be inserted into the main document.
True
T/F
An expression in a condition can be a number.
True
T/F
The same procedure is used to display field codes ont eh screen and to print them on a hard copy.
False
T/F
The first step in the mail merge process is to identify the main document.
True
T/F
If the result of an expression in an IF field is true, then the false text is evaluated; otherwise, the true text is evaluated.
False
T/F
To create an outline numbered list, use the Bullets and Numbering commandon the Format menu.
True
T/F
With the Body Text style of the Elegant Merge Letter template, Word will place a blank line between paragraphs each time the ENTER key is pressed.
True
T/F
Once a data source has been saved, you cannot add data records to it.
False
T/F
Instead of merging and printing all the records in teh data source, it is possible to choose which records will merge, based on a specified condition.
True
T/F
Once you have merged and printed records selectively, it is necessary to remove the merge condition so future merges will not be restricted.
True
T/F
Data sources often contain the same fields.
True
T/F
The phrase appearing after the word IF is called an expression.
False
T/F
To display the Format AutoShape dialog box, double-click inside the AutoShape.
True
T/F
When viewing merged data in the main document, click the Last Record button to display the values in the last record in the data source.
True
T/F
The AutoShape button displays on the Formatting toolbar.
False
T/F
A field must be associated with the data source.
False
T/F
The order of fields in the data source has an effect on the order in which they will print in the main document.
False
T/F
The basic content of a group of form letters is the same; however, items like name and address are the different from one letter to the next.
True
T/F
The Mail Merge toolbar uses a task pane to guide you through the process of merging.
False
T/F
Word surrounds a string of characters in a field expression with apostrophes(')
False
T/F
Variables are declared by saying: Rem p As Integer.
False
T/F
Private Sub begins an event procedure and End Sub ends an event procedure.
True
T/F
The^symbol in Visual Basic stands for negation.
False
T/F
Mod returns an answer of 2 if the problem was 7 Mod 3.
False
T/F
The following statement is a valid comment: Ren Declaring Variables
False
T/F
Print 4*9+(5-1)*7 Displays the answer 280 to the screen.
False
T/F
Mod returns a remainder for an answer
True
T/F
You decide to name a label George the following is what you wouold put in the label name property: lblgeorge
False
T/F
Keywords show up in green in Visual basic.
False
T/F
Comments show up ini green in Visual basic.
True
T/F
Floating point division is the / slash. (Division with a decimal portion example: 5.67)
True
T/F
Integer division is indicated in Visual Basic by the / slash. (Division without a decimal portion example: 5)
False
T/F
The universal naming convention(three letter abbreviation) for a textbox is tex.
False
T/F
To save a project in Visual Basic first save the project and then save the form.
False
T/F
The fourth letter in any object;s name such as label, textbox, command button must be capitalized.
True
Which of the captions are acceptable in Visual basic?
A. Serve God
B. ServeGodOnly
C. Neither A or B
D. Both A and B
D. Both A and B
In Design mode the following itmes in the IDE are available.
A. Toolbox
B. Toolbars
C. Property Window
D. A,B, and C
E. A and B
D. A, B, and C
The uniform naming convention for the shape is?
shp
When in design mode which control on the toolbar is dimed or disabled?
Stop Button
The following control is one that can only be edited in design mode.
Label
A form is uniformly named____.
frm
Input and Output at Run Time is placed on the_______.
GUI
What control on the toolbox is also known as a 'radio button'?
OptionButton