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

1. The structure of the camelCase naming convention is to write the first word of the variable name in lowercase letters and then to capitalize the first character of the second and subsequent words.
2. The following two expressions will always yield identical results:
(a + b) / c
a + b / c
3. An uninitialized variable is a variable that has been declared and automatically initialized to zero.
4. A sequence of characters that is used as data is called a string.


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

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. A file is converted back to its original form A. volume II. One or more partitions on one or more hard B. decrypted disk drives III. Person providing help using Windows C. spyware checker Remote Assistance IV. Program that scans your computer to D. Remote Assistance expert remove malware V. Person requesting help using Windows E. Remote Assistance novice Remote Assistance

Computer Science & Information Technology

In what order are policies processed in the Network Policy Server?

A. Top to bottom B. Bottom to top C. Most restrictive policy first D. Least restrictive policy first

Computer Science & Information Technology

Because a structure is a design tool for a program, it should be created before you start writing the program.

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

Computer Science & Information Technology

Protocols are rules that govern the transfer of data. ____________________

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

Computer Science & Information Technology