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 / sugriv roy(allahabad)

CUI
#IT STANDS FOR CHARACTER USER INTERFACE.
#IT IS COMMAND TYPE INTERFACE.
#HERE THE USER USE CHARACTER ONLY.
#ITS SUPPORT MS-DOS.
#HERE WE WORK WITH ONLY KEYBOARD.
#HERE EVERYTHING DONE BY COMMAND.
#THIS IS ALSO KNOWN AS TEXTUAL USER INTERFACE IN WHICH THE
USER GIVES INSTRUCTIONS TO THE COMPUTER BY TYPING COMMAND.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
GUI
#IT STANDS FOR GRAPHICAL USER INTERFACE.
#IT IS USER FRIENDLY INTERFACE.
#IT ACCEPTS ONLY GRAPHICAL(PICTORIAL) COMMANDS.
#IT PROVIDES TO THE USER A SCREEN FULL OF GRAPHIC ICONS.
#IT ALLOWS THE USER TO MAKE A RAPID SELECTION FROM THE
DISPLAYED ICONS OR MENU TO GIVE INSTRUCTIONS TO THE
COMPUTER.
#USED ONLY POINT AND DRAW DEVICE.
#IT ALSO PRONOUNCED"gooey".

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the steps that a shell follows while processing a command.

1162


Using unix command how to display no of records in oracle?

1111


What is s and g in sed command?

1058


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

1155


What is grep and how do you use it?

1049


What is the use of sed command in unix?

1139


What do chgrp command do?

1142


What is awk used for?

1077


Why is shebang used?

1042


What does the md command do?

1073


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:

2202


What is the use of the command 'ls -x chapter[1-5]' ?

1154


What are grep patterns?

1019


What is the use of tee command?

1074


What is the difference between cat command and more command?

1126