A(n) ________ groups items by a common first character

A) alphabetic index B) alphabetic control C) alphabetic wizard D) alphabetic text box

A

Computer Science & Information Technology

You might also like to view...

Given the following pseudocode, how many times will module B010 be called?

``` Start Process B000 DOWHILE not EOF Process B010 IF condition THEN Process B020 (ELSE) ENDIF ENDDO Process B020 Process B030 Stop ``` a) exactly 0 times b) 0 or more times c) exactly 1 time d) 1 or more times

Computer Science & Information Technology

Which tool is useful in identifying the interests and information needs of the stakeholders??

A. ?Gantt chart B. Stakeholder analysis matrix C. ?Work breakdown structure D. ?Program evaluation and review technique 

Computer Science & Information Technology