what are the differences between CUI and GUI interfaces?
Answer Posted / honey...
CUI-->>
>user requires commands...
>its difficult to remember all commands..
>its only in black nd white machine..
>works in Dos..
>dos is fast compare to windows...
>memory requirment less...
>its cheap compare to gui...
>it can only use keyboard..
>it can linked directly...
>one task can run at a time..
>its totally based on text...
>programmer controls the flow of actions...
>eg. Dos...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GUI-->>
>it can use graphical images to executes commands...
>easy to access..
>easy to understand..
>works in windows..
>its slow compare to dos...
>more memory requirment...
>expensive,high speed components required...
>it can use keyboard,mouse..
>gui is not linked to computer itselft usually linked with
os or a program...
>more then one task can run at a time..
>its based on graphics...
>user controls the flow of actions...
>eg. Windows...
| Is This Answer Correct ? | 204 Yes | 23 No |
Post New Answer View All Answers
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is “chmod” command?
Write a command to kill the last background job?
What does find command return in unix?
What are the unix commands?
Are you in or at the office?
Describe the usage and functionality of the command rm –r * in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are filter commands in unix?
What is ‘ps’ command for?
How do I use grep to search for a file?
What is the comma to show the space allocation of files?
Write a command that will display files in the current directory, in a colored, long format.
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)?
Is command prompt unix?