what are the differences between CUI and GUI interfaces?
Answer Posted / somnath basak (somu)
GUI stands for Graphics User Interface. That means it a kind
interface which allows an user to interact with the system
by dint of Graphics and other symbolic items i.e. icons. In
GUI mode user has to frequently use the pointing device to
carry on their processes to accomplish.
CUI stands for Character User Interface. This type of
interface allows an user to interact with the system by dint
of characters only in the form of code or syntaxes.
The basic differences lies between GUI and CUI is that Gui
is more reliable and convenient to user than that of CUI
because in CUI mode user has to remembered a huge no. of
syntaxes which is quite not possible to handle with. But as
GUI is having the symbols and icons so it gets quite
attractive and handy for an user to interact with the
system. This GUI processes and their processing
functionality provides the extra convenience during system
running.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
How does pipe () work?
How do I use grep to search for a file?
What does the metacharacter mean?
What is the general format of unix command syntax?
What does touch command do in unix?
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 egrep command in unix?
What is the use of awk command in unix?
What is the functionality of a top command?
What are awk commands?
What is the command to view process running?
Give the command for finding the current date.
Which unix command to make a new directory?
What do chown command do?
How do I search a whole word in vim?