________ are used when a block of text needs to be put into more than one text box

A) Grouped text boxes
B) Collected text boxes
C) Linked text boxes
D) Embedded text boxes


C

Computer Science & Information Technology

You might also like to view...

Which binary signaling technique uses a scheme in which zero voltage represents a 0 bit and the voltage for a 1 bit does not drop back to zero before the end of the bit period?

A. RTZ B. NRZ C. polar NRZ D. polar RTZ

Computer Science & Information Technology

Which of the following will display "cost is $23.85", assuming cost = 23.9487.

a. ``` document.write("cost is " + Math.floor(cost)); ``` b. ``` document.write("cost is " + cost/100; ``` c. ``` document.write("cost is " + cost.toFixed(2); ``` d. either (a) or (c)

Computer Science & Information Technology

What type of filtering is employed when traffic is blocked just based on IP address?

A. stateful B. port C. stateless D. MAC

Computer Science & Information Technology

A security administrator is segregating all web-facing server traffic from the internal network and restricting it to a single interface on a firewall. Which of the following BEST describes this new network?

A. VLAN B. Subnet C. VPN D. DMZ

Computer Science & Information Technology