____ is/are used to create an attractive environment for users that's easier to use than a command-line interface.

A. Classes and objects
B. Pseudocode
C. Graphical user interfaces
D. Flowcharts


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is a value that is written into the code of a program?

a. a literal b. an assignment statement c. an operator d. a variable

Computer Science & Information Technology

How can you make the existing contrast be even more emphatic?

Computer Science & Information Technology

To hide a directory named Secret using file attributes in Windows 10, what would you type?

A. DIR +H Secret B. DIR -H Secret C. ATTRIB +H Secret D. ATTRIB -H Secret

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Entering 2x in command mode deletes 2 lines, starting from letter x. 2. Pressing letter R in command mode makes vi repeat the last command. 3. Pressing letters U or u in text mode makes vi undo the last change/changes. 4. Pressing the $ key in command mode places the cursor at the end of the current line. 5. Pressing the O key in command mode opens two new line below the current line.

Computer Science & Information Technology