what are the differences between CUI and GUI interfaces?
Answer Posted / prabhat
CUI Which stands for Character user interface.
In CUI one task run at a time.
Everything done by commands.
Application : MS Dos
GUI Which stands for Graphical User interface.
In GUI more task can run simultaenously.
Work done by pointing devices like mouse
Very user friendly
Application : Window
| Is This Answer Correct ? | 281 Yes | 76 No |
Post New Answer View All Answers
Who wrote grep?
How to use grep command to list find the records of a file containing 10 different strings?
How do you repeat a command in terminal?
What does awk stand for?
Describe the zip/unzip command using gzip.
What is the function of grep command in unix?
what is the advaantage of each user having its own copy of the shell?
What is the use of egrep command in unix?
What is the command to find maximum memory taking process on the server?
What is {} in find command?
What is .sh file?
What is used to type command?
Which command can you use to find the currently running process in unix server?
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)?
What is the use of the command 'ls -x chapter[1-5]' ?