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
How do I run a whois command?
What is the nmap command?
Who invented grep?
Is ‘du’ a command? If so, what is its use?
Are you in or at the office?
What are bash commands?
What is the search command in unix?
What is the command to compare two files in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I search for a file in unix command?
How do you grep a case insensitive?
What is grep r?
Which unix command to make a new directory?
What does #!/ Bin sh do?
How does pipe () work?