This gap between user-designer communications <span>can cause a good project to go bad i</span>f the user is not able to process what is required to be fixed in order for the project to run smoothly. The user may have one way of fixing something while the designer has another. In this case, the designer understands how the project fully works while the user does not and this may end up compromising the whole project.
The law that “designers are not users” and “users are not designers” should always be followed.
Answer:
HERE ARE THE ACTUALL ANSWERES, and I INCLUDED ALL 15 QUESTIONS WITH ANSWERS(The other dudes are VERY VERY wrong):
1. Implementation
2. System processing requirements
3. Quality Assurance
4. Interactive and incremental development
5. Changes made to a software program's code and who made changes to it<em>(this one he actually had right)</em>
6. The SOW
7. Something that limits your project
8. Proprietary software
9. Dependancy
<em>(The rest of these are the remaining answers to the quiz to the last 5 questions. I got yall!)</em>
10. Stage 2: Think of possible solutions
11. Informal
12. Procedural programming
13. Use Cases
14. Alpha realease
15. Writing program that writes or changes other programs.
Well. I hope you pass this annoying quiz with a 100%. I bit the bullet and got 40, but they did give me the actuall answers to every question. Honestly this course sucks and I can't wait to never programm ever again. Good luck all!
- Some dude lol
Answer:
Explanation:
#include "stdafx.h"
#include <iostream>
#include <string>
using namespace std;
int main()
{
char word;
int count = 0;
cout << "Please enter the word from which you want to check syllables: ";
cin.get(word);
cout << "Vowels: ";
while (word !=)<<endl;
{
cin.get(word);
switch (toupper(word))
{
case 'A': cout << word << ", ";
count++;
break;
case 'I': cout << word << ", ";
count++;
break;
case 'O': cout << word << ", ";
count++;
break;
case 'U': cout << word << ", ";
count++;
break;
case 'Y': cout << word << ", ";
count++;
break;
}
}
if (cin.get(word))
{
word == 'AI';
word == 'AU';
word == 'EA';
word == 'EE';
word == 'IE';
word == 'OA';
word == 'EO';
word == 'OI';
word == 'OO';
word == 'OU';
word == 'UI';
count--;
}
cout << "total number of " << count << " syllables in your word are:" << endl;
return 0;
}
I think it is C) Feedback