What is the default bullet marker?

a. circle
b. square
c. disc
d. rectangle


c.

Computer Science & Information Technology

You might also like to view...

A(n) class cannot be instantiated.

a. final. b. concrete. c. abstract. d. polymorphic.

Computer Science & Information Technology

After establishing the current state of a SQL Server instance, databases, and network connections, what should a database administrator check next?

What will be an ideal response?

Computer Science & Information Technology

Write a function named Analyze that is passed a sentence in a string and returns two ints, one for number of characters and one for number of words. Which prototype accomplishes this?

A. int Analyze(string s, int &rW); B. void Analyze (string *pS, int W, int N); C. void Analyze(int *pW, int *pN); D. int Analyze(string s, int N);

Computer Science & Information Technology

Jim has seen you apply a single change to a number of layers at the same time. What is the term used to describe these layers that share common characteristics and that can be modified simultaneously?

a. edited b. baseline c. similar d. locked

Computer Science & Information Technology