Question

A ________ is accurately represents large or very precise decimal numbers.    2. When a value...

  1. A ________ is accurately represents large or very precise decimal numbers.

  

2. When a value is converted from one data type to another data type that can store either large numbers or numbers with greater precision it is called ______________

3.  A procedure that returns a value is called a __________________

4. A procedure that performs its task but does not return a value is called ______________

5.  Local variables have a certain ____________ in the program whereas Global variables can be used in _________________ regions of a program.

6.  A ______________ is the foundation for the user interface in an application created for the Windows environment.

7.  To get the name listed in a Properties in an alphabetical order, the user must click on the _____________ button in the Properties Window’s Toolbar.

********************************************************PLS FILL IN THE BLANKS*************************************************

Homework Answers

Answer #1

Solution

  1. A Decimal data type accurately represents large or very precise decimal numbers.
  2. When a value is converted from one data type to another data type that can store either large numbers or numbers with greater precision it is called promoted.
  3. A procedure that returns a value is called a Function procedure(function).
  4. A procedure that performs its task but does not return a value is called Sub procedure(subroutines)
  5. Local variables have a certain scope in the program whereas Global variables can be used in all regions of a program.
  6. A form is the foundation for the user interface in an application created for the Windows environment.
  7. To get the name listed in a Properties in an alphabetical order, the user must click on the AZ button in the Properties Window’s Toolbar.
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions