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 does pipe () work?
Describe the usage and functionality of the command rm –r * in unix?
Explain command to show the space allocation of files?
What is a command and examples?
Which command is used to restrict incoming messages?
What is the use of egrep command in unix?
What are grep patterns?
What does the command ' $who | sort –logfile > newfile' do?
What are the differences among a system call, a library function, and a unix command?
How do you repeat a command in terminal?
What is the use of the command 'ls -x chapter[1-5]' ?
What are some command words?
How can you see the command line history?
Which command is used to find whether the system is 32 bit or 64 bit?
What is $0 bash?