Third time job

Source: Internet
Author: User

What are your plans for your future? What preparations have been made?

A: There are plans to start their own business, opened an online shop to earn living expenses.

What do you think is learning? What's the use of learning? What is the motivation for learning now? Why?

A: Learning is to increase their knowledge of the process, the accumulation of learning to help in the future. The motivation for learning now is for diplomas, on the one hand, the foundation of programming languages, and the intention to do mobile device-side application development.

Do you feel like you're doing something more successful? What's your experience?

A: Compared to the success of the shop bar, with a variety of people in the community to deal with the opportunity to realize a little interpersonal communication methods.

What do you think of software engineering as a major? What kind of expectations do you have for yourself in studying this profession?

A: This major is part of it and I hear that programmers pay a lot of money. Because I am a vocational students in the spring Entrance examination, professional have no choice, hope Ah, improvise clear, I have a little interest in programming, I would like to do a hand, on the platform to get the software.

How do you learn C language? (Homework, experiment, textbook, others), so far estimate how many lines of code have you written?

What are the experiences and lessons of C language learning?

A: The teaching materials and practice are combined. Before the progress of self-learning VB in the vocational education, I wrote a 400-line CPU performance test run tool, won the school Science and Technology Festival First prize. Because it is from the VB learning, I feel C language strict grammar and complexity of the degree let me lose some of the programming interest.

In addition to the exams and experiments, where did the programming help you?

A: Help me to get the title of programming "Great God". The students will not want to ask me

Learn C language, you divide the array pointer, pointer array, function pointer, pointer function these concepts?

Answer: The two of the function pointers have not learned that the array pointer means a pointer to a numeric value, and the pointer array means that the array is the pointer

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?

A: Haven't learned so fast, so ask a little scare me, feel that they just touch a little fur, the tip of the iceberg.

Have you learned C language, do you know what is process-oriented? What is the way it solves the problem?

A: The way the program executes is done according to the procedure, followed by the main function to execute the code row by line.

What is a module in C language? Have you ever written a program for multiple source files?

A: Used VB module, used to store some global variables and general process. C's not written.

Learning C, do you know what is "high cohesion, low coupling"? How does this principle apply to high-quality programming?

A: see this word for the first time! Baidu a bit, the basic principle of object-oriented: Multi-aggregation, less inheritance. Low coupling, high cohesion.

Cohesion: Each module accomplishes its function as independently as possible, and does not depend on the code outside the module.
Coupling: The complexity of the interface between modules and modules, the more complex the connection between modules, the higher the coupling, reaching.

Objective: To enhance the "reusability" and "portability" of modules.
In general, the higher the degree of cohesion of each module in the program structure, the less coupling between the modules

According to my own understanding is that the code in each module as far as possible to write the whole, reduce the mutual calls between the modules, improve program execution efficiency, found that the bug is also easy to debug catch worms.

Having learned C, how do you copy the contents of array A into array B? How do I find the integer array A in 5?

For:

How do I sort an integer array a (small to large, from large to small)? Write the appropriate program.

For:

#include <stdio.h>

void Main ()

{

INTA[5];

}

Do you know what a breakpoint is? Give an example of your own debug program.

A: Not how to use this function, the previous compilation of relatively large small program between the code close, out of the problem can not find any reason to try to set a breakpoint, let the program run to that automatic stop,

Do you have any problems or puzzles in your current study of C language or other professional courses?

A: Secondary vocational students say high numbers do not understand! The biggest puzzle is higher mathematics!

Values work

Please select five of the following items that you think are important

High income, stability, security, creativity, diversity and variability, freshness, fun, freedom and independence (time, work tasks), equality, recognition, respect, ability to help others, ability to play their own, achievement, success, reputation, status, interpersonal relationships, meaningful, independent, learning/development/growth Opportunities , teamwork, power (leading/influencing others), social, challenging, adventurous, competitive, ethical, working environment, beauty, workplace, work and life balance, health, family, friends, family, intimacy, love, faith, freedom, happiness, social service

Among the many values listed above, my favorite five are:

A, high income because money is the basis of material life

B, freedom and happiness because it is happy to live.

C, have the opportunity to learn/develop/grow because of the path towards success

D, can play their own talent because can't show is very annoying thing

E, beneficial to society because people live in the world, to do something useful

Had to give up one of them. E. Benefits to society

Exchange share give up value is difficult to choose, each status is not much difference

Sort BACDE

Third Job

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.