Dialog is the communication between a person and the computer. What are the three key points to be considered in a dialog ?

What will be an ideal response?


A. Meaningful communication
B. Minimal user action
C. Standard operation and consistency

Computer Science & Information Technology

You might also like to view...

What will be output by the following statements?

double x = .0012345; cout << fixed << x << endl; cout << scientific << x << endl; a. 1.234500e-003 0.001235 b. 1.23450e-003 0.00123450 c. .001235 1.234500e-003 d. 0.00123450 1.23450e-003

Computer Science & Information Technology

Write an HTML page that has a button in it. When you click on the button use JavaScript to change some text that tells you the number of times the button was clicked on.

What will be an ideal response?

Computer Science & Information Technology

How do search engines operating on the Web work?

What will be an ideal response?

Computer Science & Information Technology

Once installed, ____________________ are designed to record every keystroke made on the infected computer and transmit account numbers, passwords, and other related information to criminals.

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

Computer Science & Information Technology