When the scope resolution operator is used before a variable name, the compiler is instructed to use a(n) ____ variable.

A. integer
B. global
C. local
D. character


Answer: B

Computer Science & Information Technology

You might also like to view...

The item marked 3 in the accompanying figure is the ____.

A. Property inspector B. Stage C. playhead D. pasteboard

Computer Science & Information Technology

Create a class called CRational for performing arithmetic with fractions. Write a program to test your class. Use integer variables to represent the Private instance variables of the class—mNumerator and mDenominator. The class should store the fraction in reduced form (i.e., the fraction

2/4 would be stored in the object as 1 in the mNumerator and 2 in the mDenominator). Provide Public methods for each of the following: a) Addition of two CRational numbers. The result is stored in reduced form. b) Subtraction of two CRational numbers. The result is stored in reduced form. c) Multiplication of two CRational numbers. The result is stored in reduced form. d) Division of two CRational numbers. The result is stored in reduced form. e) Returning CRational numbers in the form mNumerator/mDenominator (i.e., a string with this format). f) Returning CRational numbers in floating-point format. (Consider providing formatting capabilities that enable the user of the class to specify the number of digits of precision to the right of the decimal point.)

Computer Science & Information Technology

A(n) ________ is a structured collection of related facts that are stored together in one file

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the norm today for the number of pairs in UTP cabling?

A. Two B. Four C. Six D. Eight

Computer Science & Information Technology