what are the differences between CUI and GUI interfaces?
Answer Posted / zaid ahmar
The operating system is classified into GUI and CUI, based on the way it interacts with the user:
GUI- It is also known as graphical user interface. This is graphic based and interactive in nature.You can use several devices like mouse, keyboard, etc to interact with the system. Windows is the most popular GUI in use nowadays.
CUI- It is also known as character user interface. This type of operating system requires you to type commands in order to interact with the system. UNIX and MS DOS are popular CUIs in use today.
------------------HOPE YOU LIKE MY ANSWER----------------
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does awk stand for?
Is it inbetween or in between?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
how to sort the content of the file based on numeric values
What command is used to switching between users in unix?
Which command is used to copy files?
Explain ‘library functions’ with respect to unix commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are grep patterns?
What is the command to find hidden files in the current directory?
What are the differences among a system call, a library function, and a unix command?
Which command will print your home directory on screen?
What does the command '$ls | wc –l > file1' do?
How do I use grep to search for a file?
What does touch command do in unix?