I would like to ask which one to learn programming first

Updated on educate 2024-02-21
14 answers
  1. Anonymous users2024-02-06

    I'm the same as you.,I'm also learning programming.,First of all, I have to learn the basics of C.,I'm also learning C.,See**Learn,I'm watching Mr. Xia's now.,I feel okay.,The most attractive thing for me is that I can understand what I'm talking about.,And it's not cumbersome.,Concise and clear.,It's all the point.。 I've seen Hao Bin's Jinwen or something before, and Kang Hui's has also read a little bit, and I feel that it's too profound, and I can't hear which ones are the key points, and I can't tell what is useful or useless, and beginners like me have lost the confidence to learn.

  2. Anonymous users2024-02-05

    Learning to code starts with C. Although, for a beginner, there is some sense of accomplishment in stacking a small piece of software with a few controls, but the basics are the most important. C language for data types.

    is far more comprehensive and understandable than VB, and these are the fundamentals of programming.

    1、《c primer plus》

    C Primer Plus is a classic textbook for the C language. This book uses a variety of programs as examples to explain the key points and precautions of the C language. At the end of each chapter, a large number of review questions and programming exercises are designed to help readers consolidate what they have learned and improve their practical programming skills.

    Programmers who want to further master and consolidate C programming techniques.

    2、《the c programming language》

    c language. This accompanying exercise will help you gain a deeper understanding of the C language and master good C programming skills. The practice questions are all solved using the language structure that has been introduced at that time in the original book, and the main points of the answers to each practice question are clearly explained and practical.

    It is suitable for teachers and students in colleges and universities as computer majors.

    3、《c traps and pitfalls》

    This book is a classic book of invaluable value for C programmers. The starting point for writing this book is not to critique the C language, but to help C programmers bypass the pitfalls and obstacles in the programming process. The book is divided into 8 chapters, which analyze the problems that may be encountered in C programming from the aspects of lexical analysis, syntactic semantics, conjunctions, library functions, preprocessors, portability defects, etc.

    Finally, the author devotes a chapter to some useful suggestions.

  3. Anonymous users2024-02-04

    First of all, we must learn the basics of grammar, which is the most basic, and you need to practice and make up more to master.

  4. Anonymous users2024-02-03

    It is necessary to learn the theoretical foundations of programming languages, such as programming keywords, syntax, and so on.

  5. Anonymous users2024-02-02

    According to the basic idea of university education, it is generally necessary to learn C language first. Then touch the class bypass, and other languages can start quickly.

    Language is just a tool, and then you really get to the bottom of it and really implement it, and you definitely have to understand some computer composition principles, assembly language and so on.

  6. Anonymous users2024-02-01

    o Assembly language is also an assembly language, which has the basic characteristics of traditional assembly language, but also has many differences from them. o One of the most significant features of assembly language is that it supports language configuration, making it able to support all the languages you want to support, of course, o assembly language is originally intended to support Chinese, so it can support Chinese assembly very well.

  7. Anonymous users2024-01-31

    You need to know what programming can do, what it can do, and how good it is. Then there is the logic of programming and the construction of **, etc.

  8. Anonymous users2024-01-30

    It's not about learning anything first, but to think about it first, first to consider whether you are suitable for this, because this line is more special, such as logic, and then say that the boring work of the computer, as well as your interest, this is very important, if these questions are not a problem, then the rest is a certain computer foundation, for example, USB flash drive, and some daily typing speed, to have a basic understanding of these, to have a certain office ability.

    After the above problems are solved. That's a question of subject choice, for example, if you want to be because of its own technology, there are many directions, there are many subjects, depending on which line you want to do. The last point is very important, this thing is boring, and it has a very long cycle, it may be learned to learn the old thing, it may be learned to learn the old thing, you have to think about this.

  9. Anonymous users2024-01-29

    Learn C language first.

    Introduction to programming in the snow often use C language as the starting language for programming, basic is the abbreviation of general symbol instructions for beginners, is a high-level computer language widely used in the world.

    Therefore, you can start with C language learning to get started with programming.

    Every action and step done by the computer is in accordance with the language already used in the computer.

    A program is a collection of instructions that the computer wants to execute, and the program is all written in the language it knows. Therefore, if people want to control the computer, they must issue commands to the computer through the computer language.

    Notes:

    Don't pick out grammar: The most common mistake beginners make is to hold a big book and pick out grammar, but the grammar is very familiar, and the program still can't write a line, and the enthusiasm for learning is also greatly hit. To learn programming, syntax is the least important, the most important thing is the idea.

    Get in touch with the standard library as soon as possible: The sooner you get in touch with the concept of the standard library, the better, and you should use the standard library as a matter of course, as a programming habit, and you must use it where you can use it.

  10. Anonymous users2024-01-28

    Learn how to install programming software so you can get to the bottom of it. And to establish the most basic concept of computer language, so that we can go further. It's a good idea to know whether the computer language you want to learn is process-oriented or outcome-oriented.

  11. Anonymous users2024-01-27

    C language, English, some related to computer programming, mathematics, such as discrete mathematics, etc., understand computer principles.

  12. Anonymous users2024-01-26

    If you want to get started with programming, you first have to choose binary, which must be learned clearly, and if you don't learn it clearly, you won't be able to do it in the next courses at all.

  13. Anonymous users2024-01-25

    What kind of programming? There are many kinds.

  14. Anonymous users2024-01-24

    Programming is the process of letting a computer solve a certain problem on its behalf, prescribing a certain calculation method for a certain computing system, making the computing system run according to the calculation method, and finally obtaining the corresponding result. In recent years, with the development of the information age, programming-related positions have become more and more popular, and many people want to learn programming to engage in related work.

    To get started with programming, you usually need to learn C or Python.

    C is a process-oriented, abstract general-purpose programming language that is widely used in low-level development. C can compile and process low-level memory in a simple way. C is a language that produces only a small number of machine languages and is a highly efficient programming language that can be run without any runtime support.

    Python is a cross-platform computer programming language that combines interpreted, compiled, interactive, and object-oriented scripting languages at a high level. Originally designed to write automation scripts, it is increasingly used for the development of independent, large-scale projects as versions are updated and new features of the language are added.

    Python is an interpreted scripting language that can be applied in the following areas: web and internet development; scientific computing and statistics; Artificial intelligence; desktop interface development; software development; back-end development; Web crawlers.

    The main characteristics of Python are: simplicity; Easy to learn; Fast speed; Free and open source; high-level language; Portability; explanatory; object-oriented; scalability; embeddedness; Abundant libraries; Canonical**.

    At present, in the field of programming, C language is used a lot, and it has a great advantage over other programming languages by taking into account the advantages of high-level language and assembly language. Computer system design and application writing are the two major areas of C language application. At the same time, the C language is more universal, and can be applied to many computer operating systems, and the efficiency is remarkable.

    The main characteristics of the C language are: concise language; It has a structured control statement; Abundant data types; abundant operators; Direct manipulation of physical addresses is possible; **It has good portability; It can generate high-quality, high-efficiency programs with high target execution; the breadth of the computational range; The structure is perfect; The conciseness of the statement.

Related questions
33 answers2024-02-21

I can tell you exactly that there are no basic skills, sanda is generally quick, self-defense, first warm up in class, kick or something, and then directly learn boxing, you can learn it in a month or two, I just finished it last year.

9 answers2024-02-21

Chemistry is a fascinating subject. However, due to the characteristics of high school chemistry as "complicated, difficult, and chaotic", many students find it difficult to learn high school chemistry. So how can you learn chemistry in high school? >>>More

6 answers2024-02-21

The statistician exam is not difficult, you can take the exam if you meet the conditions, this is too inaccurate, because everyone's situation is different, registration conditions: >>>More

4 answers2024-02-21

Hello. 1. The fastest way to get knowing points and wealth value is: >>>More

16 answers2024-02-21

Repair is definitely going to be repaired. Is it out of insurance? Not really. You can ask him to repair it for free, or change it. If the price is too high, you can ask a few more computer repairers.