________ is a font effect typically used in titles, where the lowercase letters are capital letters but are the same height as lowercase letters

Fill in the blank(s) with correct word


Small caps

Computer Science & Information Technology

You might also like to view...

Show the printout of the following code:

``` #include using namespace std; void xFunction(int i) { do { if (i % 2 != 0) cout << i << " "; i--; } while (i >= 1); cout << endl; } int main() { int i = 1; while (i <= 5) { xFunction(i); i++; } cout << "i is " << i; return 0; } ```

Computer Science & Information Technology

When determining outsourcing fees, a _____ uses a set fee based on a specified level of service and user support.

A. fixed fee model B. usage model C. subscription model D. transaction model

Computer Science & Information Technology

The process by which great amounts of data are analyzed and investigated is known as

a. data mining. b. data staging. c. online analytical processing. d. clustering.

Computer Science & Information Technology

When you think about your typical day, which of the following tasks would NOT involve technology?

A) Using an app to order your coffee. B) Turning off your alarm on your phone. C) Running three miles with the dog. D) Responding to your child's teacher's email.

Computer Science & Information Technology