Answer the following statements true (T) or false (F)
1. It is good program style to put spaces between words and symbols.
2. A C++ statement cannot extend over more than one line.
3. In C++ addition is always evaluated before subtraction.
4. The value of 3/7 is 0.
5. >> is used for output.
1. True
2. False
3. False
4. True
5. False
You might also like to view...
Express the following queries using SQL. Assume that the Student table is augmented with an additional attribute, Age, and that the Professor table has additional attributes, Age and Salary.
a. Find the average age of students who received an A for some course. b. Find the minimum age among straight A students per course . c. Find the minimum age among straight A students per course among the students who have taken CS305 or MAT123. d. Raise by 10% the salary of every professor who is now younger than 40 and who taught MAT123 in the spring 1997 or fall 1997 semester. e. Find the professors whose salaries are at least 10% higher than the average salary of all professors. f. Find all professors whose salaries are at least 10% higher than the average salary of all professors in their departments .
The ________ command allows you to paste HTML, bitmap images, or links to files
Fill in the blank(s) with correct word
Tomas is reviewing a job application form. Information on gender is requested, but so far as he knows this isn’t taken into account anywhere in the hiring process. This is an example of a violation of the law of ____
a. Conservation of information b. Utilization of information c. Logical data flow d. Data integrity
A router operates at which of the following layers of the OSI model?
A. Layer 2 B. Layer 3 C. Layer 4 D. Layer 5