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
How does shebang work?
Describe the zip/unzip command using gzip.
What does this command do,"$more readme.txt“?
How to display no of records in oracle using unix command?
Explain command to view process running?
Explain command to display different lines that are found when compare two files?
What is grep r?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which command should you use to find the remaining disk space in unix server?
Why is it called a shebang?
What are the general commands in using unix os for a beginner?
What does the “echo” command do?
How do I search a whole word in vim?
Which command is used to create a directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?