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

1. True/False: In the following statement, Xis the initial value:
For (X = N; X <= Y; X++)

2. True/False: A step value in a loop can be either a positive or a negative number.

3. True/False: Is the following statement true or false?
Int(6.89) = 6.


1. F
2. T
3. T

Computer Science & Information Technology

You might also like to view...

A _____________ unit number is a unique identifier used to designate a unit of storage.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

An Excel spreadsheet can be inserted into a table from the ________ group

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a macro, to refer to a value of a control on a form in a conditional expression, use the following syntax: ____.

A. {Forms}!{formname}!{controlname} B. [Forms]![formname]![controlname] C. Forms.(formname).(controlname) D. Forms.formname(controlname)

Computer Science & Information Technology

____ indicates the number of pixels that a computer uses to display the letters, numbers, graphics, and background on a screen.

A. Screen view B. Ribbon resolution C. Pixel resolution D. Screen resolution

Computer Science & Information Technology