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

1. Assuming more Data is a Boolean variable, the following two tests are logically equivalent.
2. A switch statement branches to a particular block of code depending on the value of a numeric (i.e. integer or floating-point) variable or constant.
3. The scope of a variable is the program it is defined in.
4. To decrements a number means to increase its value.
5. The block of code in the body of a while statement can contain an unlimited number of statements, provided they are enclosed in a set of braces.

1. TRUE
2. FALSE
3. FALSE.
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

A chart ________ is a pre-built set of effects, colors, and backgrounds designed to work with the presentation theme

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which tool can be instrumental in capturing FTP GET requests?

A. Vulnerability scanner B. Port scanner C. Performance Monitor D. Protocol analyzer

Computer Science & Information Technology