what are the differences between CUI and GUI interfaces?
Answer Posted / sugriv roy(allahabad)
CUI
#IT STANDS FOR CHARACTER USER INTERFACE.
#IT IS COMMAND TYPE INTERFACE.
#HERE THE USER USE CHARACTER ONLY.
#ITS SUPPORT MS-DOS.
#HERE WE WORK WITH ONLY KEYBOARD.
#HERE EVERYTHING DONE BY COMMAND.
#THIS IS ALSO KNOWN AS TEXTUAL USER INTERFACE IN WHICH THE
USER GIVES INSTRUCTIONS TO THE COMPUTER BY TYPING COMMAND.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
GUI
#IT STANDS FOR GRAPHICAL USER INTERFACE.
#IT IS USER FRIENDLY INTERFACE.
#IT ACCEPTS ONLY GRAPHICAL(PICTORIAL) COMMANDS.
#IT PROVIDES TO THE USER A SCREEN FULL OF GRAPHIC ICONS.
#IT ALLOWS THE USER TO MAKE A RAPID SELECTION FROM THE
DISPLAYED ICONS OR MENU TO GIVE INSTRUCTIONS TO THE
COMPUTER.
#USED ONLY POINT AND DRAW DEVICE.
#IT ALSO PRONOUNCED"gooey".
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
Using unix command how to display no of records in oracle?
What is s and g in sed command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is grep and how do you use it?
What is the use of sed command in unix?
What do chgrp command do?
What is awk used for?
Why is shebang used?
What does the md command do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the use of the command 'ls -x chapter[1-5]' ?
What are grep patterns?
What is the use of tee command?
What is the difference between cat command and more command?