Match the following terms with their description

I. Alignment A. Text is aligned evenly on both sides
II. Center alignment B. Words that are evenly aligned on the right
III. Justified C. Words that are evenly aligned on the left
IV. Left-aligned D. Places text in the middle of a line
V. Right-aligned E. The horizontal placement of text


E, D, A, C, B

Computer Science & Information Technology

You might also like to view...

____ is the internal condition that activates or drives behavior.

A. Incentive B. Awareness C. Motivation D. Training

Computer Science & Information Technology

____________________ limits are inflexible, in that users can't go past a specified limit.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

This is one example of the many programs that use the BitTorrent file-sharing protocol in modern peer-to-peer implementations.

A. µTorrent B. IDS C. IPS D. PPTP

Computer Science & Information Technology

In the following code, what is the algorithm's complexity? ? minIndex = 0currentIndex = 1 while currentIndex < len(lyst): if lyst[currentIndex] < lyst[minIndex]: minIndex = currentIndex currentIndex += 1return minIndex ?

A. O(n2) B. O(n) C. O(log2n) D. O2

Computer Science & Information Technology