When is initialization needed? When is it not needed?

What will be an ideal response?


Initialization is needed when a variable in an expression about to be evaluated has not yet been assigned a value. This must be done for variables in conditional expressions (in IF and LOOP statements) as well as for variables in arithmetic expressions. This includes all variables on the right of the equal sign in a LET statement.
Initialization is not needed when a value in an expression has been previously assigned by:
A LET statement (for example by a calculation)
An INPUT statement.
Remember, variables on the left of the equal sign in a LET statement do not need to be initialized before hand. In fact this is how they get initialized.

Computer Science & Information Technology

You might also like to view...

Zipping a file creates a new compressed ________ on your hard disk

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following actions is not normally password protected on a form?

A) Data entry in a field B) Deleting a field C) Change a field label D) Adding fields

Computer Science & Information Technology

You cannot use the Photos app to work with pictures if they are stored in the Pictures folder.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You connected a printer directly to the network using the printer’s integrated NIC. The printer was configured with an IP address for users on the local subnet to utilize.   Which of the following best describes the printing method used by this printer?

A. Shared local printing B. Remote printing C. Local printing D. Cloud printing

Computer Science & Information Technology