what are the differences between CUI and GUI interfaces?
Answer Posted / ab
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 ? | 30 Yes | 5 No |
Post New Answer View All Answers
Which unix command to make a new directory?
How does pipe () work?
Explain the steps that a shell follows while processing a command.
Is it inbetween or in between?
Name the various commands that are used for the user information in unix.
Which command will print your home directory on screen?
What is merge command in unix?
Explain ‘system calls’ with respect to unix commands?
What does sed command do in unix?
How do I open a port?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are reported commands?
What is the use of cut command in unix?
What is ctrl d?
What is sed awk grep?