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 do you repeat a command in terminal?
What are file commands?
How does the system know where one command ends and another begins?
Who wrote grep?
Does cp command overwrite files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain command to view process running?
What is the use of the command 'ls -x chapter[1-5]' ?
What is {} in find command?
What does sed command do in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Why is it called a shebang?
Describe the usage and functionality of the command rm –r * in unix?
What are awk commands?
What does pipe () return?