When is an interface "good"?



When is an interface "good"? ..

Answer / abalonesoft

When it provides a simplified view of a chunk of software,
and it is expressed in the vocabulary of a user (where a
"chunk" is normally a class or a tight group of classes, and
a "user" is another developer rather than the ultimate
customer).

The "simplified view" means unnecessary details are
intentionally hidden. This reduces the user's defect-rate.
The "vocabulary of users" means users don't need to learn a
new set of words and concepts. This reduces the user's
learning curve.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

wap in c to accept n number display the highest and lowest value

2 Answers  


What is the difference between far and near ?

0 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


Explain what is the difference between #include and #include 'file' ?

0 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,






What are the advantages of Macro over function?

1 Answers  


Differentiate b/w Modify and Update commands giving example.

1 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


Categories