what are the differences between CUI and GUI interfaces?
Answer Posted / amitava
firstly u have to know that what is CUI
CUI (Composite User Interface) is a compound type of user
interface which incorporates the features of the GUI
(Graphical User Interface) and the CLI (Command Line
Interface) by realizing both interface in one area at the
same time. It is absolutely substantial that the CUI
contains GUI elements and control language in the same area
of the screen at the same time, so the incorporation is
complete. CUI is not an optional, alternatively selectable
combination of the two communication method but a truly new
approach.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
Why is grep called grep?
What is the use of sed command in unix?
Why is it called a shebang?
Which command is used to restrict incoming messages?
Enumerate some of the most commonly used network commands in unix?
What do chgrp command do?
What does the md command do?
What is difference between grep and find command in unix?
What's a command word?
What does grep v grep do?
Why is it called grep?
Which unix command to make a new directory?
What is the size of time_t?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?