what are the differences between CUI and GUI interfaces?

Answer Posted / mayank

Re: what are the differences between CUI and GUI interfaces?
Answer
# 20 CUI stands for Character User Interface

GUI stands for Graphical User Interface

the GUI is the user interface in which user interact
through the application by making uses of graphics, whereas
in CUI the user has to interact with the application by
making use of the codes

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I search for a file in unix command?

552


What does this command do,"$more readme.txt“?

693


What are awk commands?

586


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

765


What does this command do? Cat food 1 > kitty

984






Who command in unix?

580


How to find $ai_serual resolved path by using unix

1031


What is the command to find maximum memory taking process on the server?

674


Is command prompt unix?

586


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:

1768


How do I find previous commands in unix?

599


What is the use of sed command in unix?

604


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

615


Give the command for finding the current date.

583


What are filter commands in unix?

555