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 |
wap in c to accept n number display the highest and lowest value
What is the difference between far and near ?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
Explain what is the difference between #include and #include 'file' ?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What are the advantages of Macro over function?
Differentiate b/w Modify and Update commands giving example.
please give me some tips for the selection in TCS.
can we print any string in c language without using semicolon(;)(terminator) in whole program.
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.
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.
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates