what are the differences between CUI and GUI interfaces?

Answer Posted / malli

CUI-anything where you are allowed to work only with
keyboard
GUI-when you are allowed to work with any pointing device
like mouse..

Is This Answer Correct ?    214 Yes 87 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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:

2019


Can you enlist some commonly used network commands?

860


What does awk stand for?

841


What command will change your prompt to myprompt?

974


Is command prompt unix?

839


How do I delete files from command prompt?

877


What is {} in find command?

834


What is unix command?

932


Describe the zip/unzip command using gzip.

873


Is grep faster than awk?

790


What is the command to find hidden files in the current directory?

907


What does touch command do in unix?

1041


What is time_t?

817


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

873


How do you grep recursively?

823