A questionnaire survey of C language
Questionnaire Survey
See a good questionnaire, intended as part of the third job.
- What are your plans for your future? What preparations have been made?
Get a good job. Now read more, study hard, play code.
- What do you think is learning? What's the use of learning? What is the motivation for learning now? Why?
Learning is the process of constantly improving yourself. Learning can help us learn to do things, to find a good job to become a useful person.
Motivation is OK, but the foundation is poor and learning is more difficult.
- Do you feel like you're doing something more successful? What's your experience?
No, the foundation is poor, no experience,
- What do you think of software engineering as a major? What kind of expectations do you have for yourself in studying this profession?
There is a great development value of the professional, with a wide range, I hope you can master a programming language.
- How do you learn C language? (Homework, experiment, textbook, others), so far estimate how many lines of code have you written?
Read the code, about 150 lines
- What are the experiences and lessons of C language learning?
Foundation to play well, class to listen carefully, class to preview, to more dozen code, will not be diligent to ask the teacher.
- In addition to the exams and experiments, where did the programming help you?
Do what you want to do with the software, games.
- Learn C language, you divide the array pointer, pointer array, function pointer, pointer function these concepts?
Not clear.
- 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?
Don't understand.
10. Learn C language, do you know what is process-oriented? What is the way it solves the problem?
Don't understand.
11. What is a module in C language? Have you ever written a program for multiple source files?
No
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?
I don't know
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.
for (i=0;i>=n;i++) {b[n]=a[n];} for (i=0;i>=n;i++) {if (a[n]=5) printf ("Yes");} for (i=1;i>=n;i++) {if (A[i-1}>a[i]) t=a[i]; A[I]=A[I-1]; a[i-1]=t;}
14. Do you know what a breakpoint is? Give an example of your own debug program.
I don't know.
15. Are you experiencing any problems or puzzles in your current study of C language or other professional courses?
Sometimes I can't keep up with my teacher, I don't understand.
A questionnaire survey of C language