Exam 4: Variables and Arithmetic Operations

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A(n)____ variable should be used for values that will consist of a single character only.​

(Multiple Choice)
5.0/5
(31)

The Void procedure clears any data currently placed in the Text property of a TextBox object._________________________​

(True/False)
4.9/5
(33)

  ​ -The process of joining two different values into a single string is called ____________________.​ ​ -The process of joining two different values into a single string is called ____________________.​

(Essay)
4.9/5
(33)

When defining a variable to be used to hold textual information containing multiple characters,the declaration statement should have ____ at the end of the statement.​

(Multiple Choice)
4.8/5
(34)

​What are the rules for naming variables in Visual Basic? Providing examples of the good and the bad,discuss what impact good programming practice has on the naming of variables.

(Essay)
4.7/5
(28)

____ is an arithmetic operation.​

(Multiple Choice)
4.7/5
(27)

  ​ -The * operator is the ____________________ arithmetic operator.​ ​ -The * operator is the ____________________ arithmetic operator.​

(Essay)
4.8/5
(22)

A prefix of ____ is used to denote that a variable has been defined as a Boolean data type.​

(Multiple Choice)
4.8/5
(37)

​Identify the letter of the choice that best matches the phrase or definition. a.​program b.ToString c.constant d.precision specifier e.function f.method g.​class h.procedure i.local j.literal REFERENCES: 210 212 214 214 214 215 225 225 227 233 -​The code between the Sub statement and the End Sub statement

(Essay)
4.8/5
(29)

Case 4-2 ​The arithmetic operators in your program are not behaving the way you think they should be,so you decide to brush up on your operators and the hierarchy of operations. -What is the correct order among the following operations?​

(Multiple Choice)
4.9/5
(30)

Calculations are preformed from right to left,working towards the equal sign.

(True/False)
4.8/5
(42)

String data types can be used in arithmetic operations.​

(True/False)
4.7/5
(38)

The character C is the literal-type character for the ____ data type.​

(Multiple Choice)
4.8/5
(44)

  ​ -As illustrated in the accompanying figure,the term ____________________ refers to a predefined layout for the data a user enters.​ ​ -As illustrated in the accompanying figure,the term ____________________ refers to a predefined layout for the data a user enters.​

(Essay)
4.8/5
(37)

  ​ -A(n)____________________ is a named grouping of program code.​ ​ -A(n)____________________ is a named grouping of program code.​

(Essay)
5.0/5
(30)

A String data type allows for the storing of the standard English letters only.​

(True/False)
4.8/5
(39)

​Identify the letter of the choice that best matches the phrase or definition. a.​program b.ToString c.constant d.precision specifier e.function f.method g.​class h.procedure i.local j.literal REFERENCES: 210 212 214 214 214 215 225 225 227 233 -​A variable that must be used by more than one procedure should be defined at this level

(Essay)
4.8/5
(42)

  ​ -The ____________________ data type holds a nondecimal whole number value.​ ​ -The ____________________ data type holds a nondecimal whole number value.​

(Essay)
4.8/5
(37)

An Overflow Exception will occur if the user enters a value greater than the maximum value that can be processed by the statement.​

(True/False)
4.8/5
(29)

The event handler of a button designated as the Cancel button will be processed when the user presses the ____ key on the keyboard.​

(Multiple Choice)
4.9/5
(33)
Showing 41 - 60 of 111
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)