Shared Flashcard Set

Details

Quiz 7
Chapter 5
26
Computer Science
Undergraduate 3
11/14/2014

Additional Computer Science Flashcards

 


 

Cards

Term
What is one of the fundamental activities of a program?
Definition
Decision-making
Term
Term: Associates items as a group, allowing user to select an item group a group
Definition
Groupbox Object
Term
What is special about a groupbox object?
Definition
It is a container object
Term
True/False: You can only place radiobuttons in a groupbox object
Definition
False, the box may also contain caption text
Term
Term: Objects that allow a user to choose between them
Definition
Radiobutton objects
Term
What is the prefix for a groupbox object?
Definition
grp
Term
True/False: When a groupbox is moved, all contained items are moved too
Definition
True
Term
What is the prefix for a radiobutton?
Definition
rad
Term
Term: Object that allows user to select more than one choice
Definition
Checkbox object
Term
Which radiobutton should be checked when a program starts?
Definition
The most common choice
Term
Term: Dialog box; opens if user omits or enters incorrect data
Definition
MessageBox object
Term
Term: Each text string in a procedure
Definition
Argument
Term
What is the format of a messagebox?
Definition
MsgBox("What you want messagebox to say", , "Title bar")
Term
What is the default messagebox style?
Definition
Just an 'OK' button
Term
Term: One of the three fundamental control structures used in programming; deals with different conditions that occur based on values entered into an app
Definition
Decision structure
Term
Term: Statement that tests a condition
Definition
Conditional statement
Term
Term: If 1 condition is true, a second is then tested
Definition
Nested If Statement
Term
Term: More than one condition is included in an if-then statement
Definition
Compound condition
Term
Term: And, Or, and Not used in a compound condition
Definition
Logical operator
Term
Term: Complete programming task that can be added into a program
Definition
Code snippet
Term
Term: Checks input value to determine if it can be converted to a numeric data type
Definition
IsNumeric function
Term
What is the order of operations for logical operators?
Definition
Not, And, Or
Term
True/False: IsNumeric is a way to validate data
Definition
True
Term
What decision structure should you use if you have many different options?
Definition
Select Case
Term
True/False: You can specify intervals in a select case by stating:
'Case 1 To 3'
Definition
True
Term
What statement will exit a procedure if it finds a statement true?
Definition
Exit sub
Supporting users have an ad free experience!