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 / somnath basak (somu)

GUI stands for Graphics User Interface. That means it a kind
interface which allows an user to interact with the system
by dint of Graphics and other symbolic items i.e. icons. In
GUI mode user has to frequently use the pointing device to
carry on their processes to accomplish.

CUI stands for Character User Interface. This type of
interface allows an user to interact with the system by dint
of characters only in the form of code or syntaxes.

The basic differences lies between GUI and CUI is that Gui
is more reliable and convenient to user than that of CUI
because in CUI mode user has to remembered a huge no. of
syntaxes which is quite not possible to handle with. But as
GUI is having the symbols and icons so it gets quite
attractive and handy for an user to interact with the
system. This GUI processes and their processing
functionality provides the extra convenience during system
running.

Is This Answer Correct ?    37 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does pipe () work?

1099


How do I use grep to search for a file?

1059


What does the metacharacter mean?

1141


What is the general format of unix command syntax?

1945


What does touch command do in unix?

1432


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:

2273


What is the use of egrep command in unix?

1192


What is the use of awk command in unix?

1136


What is the functionality of a top command?

1114


What are awk commands?

1163


What is the command to view process running?

1113


Give the command for finding the current date.

1118


Which unix command to make a new directory?

1152


What do chown command do?

1195


How do I search a whole word in vim?

1180