Answer the following statements true (T) or false (F)
1. Relational operators connect two or more relational expressions into one, or reverse the logic of an expression.
2. An expression in a C++ if statement that evaluates to 5, -5, or for that matter anything other than 0, is considered true.
3. The following statements will not print anything.
4. The following C++ test checks if the variable child is in the range 3 - 12. if (child >= 3 && <= 12)
5. If the sub-expression on the left side of an && operator is true, the expression on the right side will not be checked.
1. FALSE
2. TRUE
3. FALSE
4. FALSE
5. FALSE
You might also like to view...
Select the command that can be used to route a data packet route out of your current LAN if a route to the specified destination has not been entered into the router's routing table. The destination IP address is 192.168.12.3. The subnet mask being used for the LAN is /26. The next hop IP address is 192.168.12.66
A) router(config)# ip route 192.168.12.66 0.0.0.0 0.0.0.0 B) router(config)# ip route 0.0.0.0 0.0.0.0 192.168.12.66 C) router>ip route 0.0.0.0 0.0.0.0 192.168.12.66 D) router>ip route 192.168.12.66 0.0.0.0 0.0.0.0
To determine how many digits are used for the network identifier, you must look at the ____, which is a required component for all IP hosts.
A. subnet mask B. MAC mask C. network mask D. TCP/IP mask
The Name box on to the left of formula bar Select one:
A. shows the name of cell or range currently working on B. shows the name of workbook currently working on C. shows the name of worksheet currently working on D. None of above
?Flash movie properties are shown in the Property Inspector box when a movie is selected.
Answer the following statement true (T) or false (F)