Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How does shebang work?

1120


Describe the zip/unzip command using gzip.

1222


What does this command do,"$more readme.txt“?

1205


How to display no of records in oracle using unix command?

1223


Explain command to view process running?

1178


Explain command to display different lines that are found when compare two files?

1218


What is grep r?

1159


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2316


Which command should you use to find the remaining disk space in unix server?

1346


Why is it called a shebang?

1245


What are the general commands in using unix os for a beginner?

1213


What does the “echo” command do?

1192


How do I search a whole word in vim?

1220


Which command is used to create a directory?

1223


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1448