what are the differences between CUI and GUI interfaces?
Answer Posted / megha jain
CUI - character user interface
it is a mechanism for interacting by typing commands to
perform tasks
it is a time consuming process
it is difficult to use
eg. dos, unix
needs keyboard to both navigate and enter commands
it needs a number of commands to be memorized
the programmer controls the flow of actions
based on text
one task can run at a time
GUI - graphic user interface
it uses a mouse pointer to click the options or menus to
select options
it saves a lot of time
it is easier to use
eg. windows
displays commands, symbols and other visual cues
do not need memorization
the user controls the flow of actions
it is based on graphics
more task can run simultaneously
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the command to find hidden files in the current directory?
What is the command to compare two files in unix?
How does the system know where one command ends and another begins?
Which command is used to create a directory?
What is unix command line?
Name the general commands in using unix os for a beginner?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does the metacharacter mean?
Which command is used to find whether the system is 32 bit or 64 bit?
What is s and g in sed command?
What is the general format of unix command syntax?
What is the use of the command 'ls -x chapter[1-5]' ?
Is grep faster than awk?
Who wrote grep?
What is time_t?