4.6k views
0 votes
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. True False What symbol is used to mark the beginning and end of a string? Question Slash Quotation Comma Asterisk Which of the following is not an example of operating system software? Microsoft Word Windows Vista Linux Mac OS X None of these

User Kaspnord
by
5.6k points

1 Answer

4 votes

Answer:

- True.

- Quotation.

- Microsoft word.

Step-by-step explanation:

The camel case convention is a mechanism in naming variables in Programming language codes for easy identification and understanding. The first letter of the variable name is written in lower case, while the beginning letter of the next word on the same variable name is in capital letter.

String is a data type in Programming languages that is identified with a single or double quotation mark on the starting and end point of the data.

Microsoft Word is a word processing application package and not an operating system.

User Martin Mogusu
by
5.4k points