CAN YOU HELP me in this tutor C Programming part I 1. Recall 5…
Question Answered step-by-step CAN YOU HELP me in this tutor C Programming part I 1. Recall 5… CAN YOU HELP me in this tutor C Programming part I1. Recall 5 programming constructs that youlearned from this course which you can easily recall andhave really understood. 2. Discuss what you have learned from each.(answer in 1-2 sntences only per construct) 3. Of the 5 constructs, choose 1 that you feelconfident when using it in a program. Find a code (itcould be the activity given)which applies this construct. Explain this code and howthe construct is used. (answer in 3-5 sntences only).for no. 3 : else – if statementsint max(int x, int y){if (x > y)return x;elsereturn y;} 4. Which of the construct/s in this course was hard foryou to understand? Why do you think it was hard tounderstand? (answer in 2-3 sntences only) 5. If you are given a chance to turn back time, whatcould you have done in order to improve yourperformance in this course? (answer in 2-3 sntences only) part II 1. How do you assess yourself learning the otherconstructs in C language? Was it easy or difficult for you?Why do you say so? (answer in 3-5 sntences only) 2. What specific built-in functions and user-definedfunctions did you use when developing your project? Whichof these had an impact on you? Why do you say so?(answer in 3 to 5 sntences only) for no. 2 part IIbuilt-in functions – Standard library functions (puts() , gets() , printf() , scanf() ) part III 1. If you are to rate your performance in this coursewhat would it be? Choose from the following:Exceptional, Satisfactory, Underdeveloped, LimitedWhy do you say so? (answer in 2 to 3 sntences only) 2. Give specific suggestions or recommendations so thatlearning this particular course would be easier and fun(although challenging). (answer in 1 to 2 sntences) thank you so much to the tutor that can help me 🙂 Engineering & Technology Computer Science IT BSIT Share QuestionEmailCopy link Comments (0)


