1. What is your plan for your future? What preparations have been made?
A: (1) Give yourself another chance, if the next knowledge can be absorbed, their ability in this area can be, then I will learn more specialized courses, extra learning about this knowledge, master this technology, after graduation can do this work.
( 2 If in the next study, I found that I do not have the ability to do so, then I will choose another path to develop
( 3 at present, the intention is to focus on learning specialized courses, and then learn more about this knowledge
2. What do you think is learning? What's the use of learning? What is the motivation for learning now? Why?
A: I think learning is: you through your own efforts to learn some of the process you do not understand knowledge
3. Do you feel that you are doing something more successful? What's your experience?
A: I'm not satisfied with myself at the moment, and I don't think I have any success.
4. What do you think of software engineering as a major? What kind of expectations do you have for yourself in studying this profession?
A: (1) I think this major is full of fun, magic and challenge.
(2) I want to be proficient in one aspect of this profession and be able to work in this field later on.
5. How do you learn C language? (Homework, experiment, textbook, others), so far estimate how many lines of code have you written?
A: Through homework, experiments, textbooks
It's not counted.
What are the experiences and lessons of 6.C language learning?
A: Experience: To understand the role of code in order to write
Lesson: You can't just depend on what the teacher says
7. In addition to the exam and experiment, where did the programming help you?
A: The present will not be much, fun, writing success, the joy of the feeling is palpable
8. Learn C language, you divide the array pointer, pointer array, function pointer, pointer function these concepts?
A: I feel a little faint
9. Have you learned the C language, do you understand the differences and connections between files and streams? How do I differentiate between text files and binaries? How do I programmatically manipulate these two files?
Answer: I don't understand.
10. Learn C language, do you know what is process-oriented? What is the way it solves the problem?
Answer: To cry ..... still don't understand
11. What is a module in C language? Have you ever written a program for multiple source files?
Answer: A function is a module
This doesn't understand.
12. Have you learned the C language, do you know what is "high cohesion, low coupling"? How does this principle apply to high-quality programming?
Answer: I don't understand.
13. C language, how do you copy the contents of array A into array B? How do I find the integer array A in 5? How do I sort an integer array a (small to large, from large to small)? Write the appropriate program.
Answer: (1) copy: strcpy (b,a);
(2) Search: Do not understand
(3) for (i=0;i<9;i++) {
for (j=0;j<9-i;; J + +)
if (a[j]>a[j+1])
{t=a[j];a[j]=a[j+1];a[j+1]=t;}}
for (i=0;i<10;i++)
printf ("%d", a[i]);
For (i=10;i>=0;i++ )
printf ("%d", A[i]);
14. Do you know what a breakpoint is? Give an example of your own debug program.
Answer: I don't know
15. Do you have any problems or puzzles in your current study of C language or other professional courses?
Answer: not fully understand
C-Language Questionnaire survey