2018 on the IEC computer high-level language (C) job 1th time Job

Source: Internet
Author: User

2018 on the IEC computer high-level language (C) job 1th time Job
I. Summary of learning content
1. After these weeks of study, summed up the learning experience and experience. (not less than 100 words; 10 points)
After a few weeks of learning, I felt the profound computer language, but also understand that to want to learn computer will have to pay more efforts and greater determination and perseverance, the first two classes have a lot of not understand, and later asked the sophomore juniors learn elder sister, understand this is just contact with the normal situation of computer, Many people will have, deep-seated contact after it is not this feeling, C language than I imagined to be complex, there are many details of the place are prone to mistakes, can only be done by hard code practice to overcome these problems, of course, also must keep up with the teachers of the train of thought, so as to improve their own professional courses of learning. Through these several exercises, I have already felt a bit better than the original, hope later will be more
Ii. problems encountered in learning and operation and the process of solving them (no less than 3 questions, 30 points)
Question 1: Always English and Chinese input method mistake, forget the rating number, etc.
Solution: More than a dozen code, at least half an hour every night practice time

Question 2: Sometimes I don't know how to read a book.
Solution: Diligent practice, multi-endorsement of the basic knowledge

Question 3: about the square question
Solution: #include

Include

int main (void)
{
int A, b, C;
scanf ("%d%d", &a,&b);
C=a;
A=b;
B=c;
printf ("a=%d,b=%d\n", A, b);
return 0;
}

The sum of 2.7-73 integers requires the output of your school number your class number of your class primary school, paste the code, will output.
7-7

Include

int main (void)
{
int a,b,c, sum;
scanf ("%d%d%d", &a,&b,&c);
sum = a + B + C;
printf ("sum=%d", sum);
return 0;
}

3.7-3 the day after tomorrow, paste the code and write down the basic ideas and ideas that you are analyzing to solve the problem.
7-3

Include

int main (void)
{
int D;
scanf ("%d", &d);
if ((d>=1) && (d<=5)) {
d=d+2;
printf ("%d", d);
}
else if ((d>=6) && (d<7)) {
d=1;
printf ("%d", d);
}
else if (d=7) {
d=2;
printf ("%d", d);
}
return 0;
}
Monday to Friday is a category, Saturday Sunday is another category, the user input weeks, in this number +2 is the number of the day after tomorrow,
Saturday Sunday can be-7 can also be in 7, the number is to want the days after

Iv. additional content (5 points)
1. Enroll Chinese university MOOC, and take part in the "Introduction to Programming-C language Course" of Zhejiang University, which requires

2018 on the IEC computer high-level language (C) job 1th time Job

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.