what are the differences between CUI and GUI interfaces?
Answers were Sorted based on User's Feedback
Answer / vikesh tomar
CUI stands for Character User Interface
GUI stands for Graphical User Interface
CUI-anything where you are allowed to work only with keyboard
GUI-when you are allowed to work with any pointing device
like mouse
CUI-dos is fast compare to windows
GUI- its slow compare to dos
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sumit kr jha
cui works on command if we forgets the we will not be able
to do our work
gui it is an interface between that is an interaction rather
a graphical interraction between the user and the computer
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ashish verma
1= CUI- Command line User Interface
Work done by commands.
anything where you are allowed to work only with
keyboard
2= GUI- Grafical user interface
work done by user friendly.
when you are allowed to work with any pointing device
like mouse..
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / mayank
Re: what are the differences between CUI and GUI interfaces?
Answer
# 20 CUI stands for Character User Interface
GUI stands for Graphical User Interface
the GUI is the user interface in which user interact
through the application by making uses of graphics, whereas
in CUI the user has to interact with the application by
making use of the codes
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anmol
cui is commond -line interface
gui is graphcal user inter face
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nuraj panthi
CUI: This is a textual interface in which the user give the instruction to the computer by commands.
GUI:It is what most computer most use of.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between unix and linux?
How does the user view the contents of a text file in UNIX?
Describe the usage and functionality of the command rm –r * in unix?
How to add content of one file into another file at the beginning
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Why is awk called awk?
What command is used to replace the existing string with some other?
What is sed awk grep?
what will be the output of ls ~/..
How can you copy files or directories?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
Differentiate cmp command from diff command.