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 / neha

CUI -> Character user interface
-> only text is used
-> it also include content of GUI

GUI -> Graphical user interface
-> graphics are used in GUI
-> it is used pointed device

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does pipe () return?

1075


Does cp command overwrite files?

1208


What is the pipe command?

1190


How do I use nslookup?

1097


How do I use grep to find a file?

1116


What command is used to check the current users?

1132


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

1402


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1569


How do I open a port?

1090


Explain command to view process running?

1134


Which unix command lists files/folders in alphabetical order?

1761


Are you in or at the office?

1125


Who command in unix?

1144


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:

2267


How can you see the command line history?

1143