1. After these weeks of study, summed up the learning experience and experience. (not less than 100 words; 10 points)
Learning C language has been a semester, just beginning to learn the time is always feeling overwhelmed. Although I listened carefully, I didn't understand it. It was only later that the situation changed. The reason for this change is that I have found some ways to learn C language. Because C language for the students just contact, will feel very unfamiliar. Because C language has to use the logic of thinking and our usual thinking logic is different. It appears more abstract. So to learn C language, must lay a good foundation. To understand the fundamentals thoroughly. Need to use the statement to keep in mind, so that in the later use, you can be more handy. Learning C language is the beginning of learning its rules, if you learn it well in the back of the time easier to learn.
Learning and working problems and solving process (not less than 3 questions, 30 points)
1. Slow-Tap Code
Active on the machine, a lot of practice, improve the hands-on ability. Through the computer practice to verify the theory, by looking for errors on the machine to consolidate the concept, by improving the ability to promote theoretical learning, open programming ideas, improve the speed of reflection, improve the ability to solve problems, exercise psychological quality, improve the psychological capacity to bear. Listen actively in class, improve the efficiency of class
2. Can't keep up with the teacher
Review after class. The daily content of the class to go home to review again, independent completion of the work after the class, if there is time, it is best to find some extracurricular books, extra-curricular exercises or something to consolidate the learning content.
3. Base Difference
From the basic grasp, more hands-on, multi-brain, do not understand the question, pay attention to the usual accumulation.
1.
2.
3.
#include <stdio.h>
int main ()
{
int Day,week;
scanf ("%d", &day);
Week = (day+1)% 7 + 1;
printf ("%d", week);
return 0;
}
4.
From the basic grasp, more hands, more brain, do not understand the question, pay attention to the usual product
&NBSP;
from the basic grasp, more hands-on, multi-brain, do not understand the question, pay attention to the usual product
Tired.
2018 on the IEC computer high-level language (C) job 1th time Job