what are the differences between CUI and GUI interfaces?

Answer Posted / raghav

In GUI we did not need to remember the commmand but in CUI we need to remember the command.

GUI is time consuming but CUIis not time consuming.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does grep v grep do?

546


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:

1752


Explain ‘library functions’ with respect to unix commands?

596


What is difference between grep and find command in unix?

573


What is the use of cut command in unix?

683






What is the use of awk command in unix?

571


Is it inbetween or in between?

572


what is the advaantage of each user having its own copy of the shell?

2026


What is in grep command?

640


Which command is used to create a directory?

561


How do you grep recursively?

548


What is grep r?

582


What are the differences among a system call, a library function, and a unix command?

563


What is used to type command?

536


What does grep v do?

555