I am about to go to university, majoring in computer science, and now I want to learn some computer

Updated on educate 2024-05-28
17 answers
  1. Anonymous users2024-02-11

    Take a look at "Basic Principles of Computers", Internet knowledge needs some In the past, when we were freshmen, we had been studying non-professional courses such as high mathematics and English, but at that time it was the time when the enthusiasm for learning was the highest, and there was no way to learn, and it was a pity to be lazy to study again.

    Therefore, it is recommended to read "Operating System" and "Data Structure" in advance when you are a freshman. These are the ways to go

    You don't have to go all the way to the theoretical route, you have to start learning a programming language when you don't understand it, and you have to start operating it on the computer when you don't understand it.

    Practice is the last word

  2. Anonymous users2024-02-10

    Don't worry, when you go to school, you will be re-taught professional knowledge, as long as you can turn on the shutdown, you can type OK, professional you will not learn for a while outside, if you really want to learn, you can learn word, excl, do slides, this is the easiest, but also the computer is necessary, and then the difficulty of learning photoshop is almost, mainly for each name of the computer can know what is the use, can draw inferences from different software.

  3. Anonymous users2024-02-09

    I solemnly recommend as a graduate of this major: Mathematics! All kinds of math!

    Learning math well and changing the way of thinking will definitely help you.

  4. Anonymous users2024-02-08

    I feel that learning a little bit of dos commands and simple programming will be useful for the computer you learn in the future. However, Office is the most basic and should generally be used.

  5. Anonymous users2024-02-07

    It is best to learn to learn digital electronic circuits and analog electronic circuits, and you will definitely have to learn it in the future, so lay a foundation first, and it is best to look at the circuit.

  6. Anonymous users2024-02-06

    Learn a little about cyber security and network maintenance.

  7. Anonymous users2024-02-05

    Computer Major: Computer Application Basics, Applied Writing, Mathematics, English, Moral Education, Electrical Engineering and Electronic Technology, Computer Network Technology, C Language, Computer Assembly and Maintenance, Advanced Technology of Enterprise Network Security, Enterprise Network Integrated Management, Windows Server 2008 Operation System, LAN Formation, Linux Server Operating System, Network Equipment and Network Technology (mainly learning the configuration, management, and debugging of Cisco and Huawei equipment), SQL Server, network cabling technology, CAD drawing, etc.

    The characteristics of computer science are mainly reflected in the strong theory, strong practicality, and rapid development. According to the first-level disciplines, the cultivation of broad-caliber talents with a solid foundation is reflected in the emphasis on the theoretical foundation and professional technical foundation of mathematics, logic, data structure, algorithm, electronic design, computer architecture and system software, etc., and the first two and a half years pay attention to the basic courses of natural sciences and professional basic courses, and broaden the orientation.

    The second year and a half is mainly the setting of professional courses, increasing optionality, diversity, flexibility and directionality, highlighting the characteristics of discipline direction, and reflecting the latest technological development trends.

    Graduates are mainly engaged in the IT industry for various units of transportation system, transportation informatization and e-government construction and application departments, various computer specialized companies, advertising design and production companies, and automobile marketing technical services.

  8. Anonymous users2024-02-04

    Hello, if you study well, it is easy to find a job, and the employment prospects of computer science majors are not bad.

    1. Software programming: the future is very good, many software development units need such talents, experience and ability are very important, the work and rest time is more chaotic, overtime is common, but the salary is also high, do not worry about unemployment and job problems.

    2. Hardware, network engineering: suitable for network management and technical support, the same experience and ability are very important, but also dedicated, more hard, and the response is good, if there is a problem with the network or hardware, you can immediately find the crux of the problem and solve it quickly, the future is promising, and the salary is good.

    3. Drawing and design: high requirements for art appreciation and creativity, successful case works, good creativity, good visual effects, can be engaged in advertising design, interior design, animation design and other flat and three-dimensional design planning work.

    4. Internet related: including e-commerce, network marketing, Internet + related technical support. Although the technical content is not high, the things to learn are relatively miscellaneous, thinking ideas are very important, and strategy and tactics are very important.

    People who like to integrate various resources to achieve the greatest benefits are suitable for doing, requiring good eloquence and good communication.

    With the development of modern economy and technology, China's IT industry has entered an era of rapid development. The rapid development of IT is obvious to all, and the number of IT talent shortages is as high as more than one million every year.

  9. Anonymous users2024-02-03

    If you are good at science, you can choose a foreign major such as software development, and it will be unexpectedly good in terms of employment.

  10. Anonymous users2024-02-02

    First of all, you should learn the basic operation of the computer, that is, office software, and second, learn the basic network knowledge.

    Third, learn the basic software programming fundamentals.

    Fourth, learn advanced network security techniques This kind of technology is more advanced!

  11. Anonymous users2024-02-01

    Learn the basics of computers first. Or buy some books to read and then get on the machine.

  12. Anonymous users2024-01-31

    The employment prospects of computer majors are good, and the majors can be learned with 0 foundation, and new majors have continued to appear in the past two years, such as VR digital design, artificial intelligence, etc., these new majors are still in the development period, and the upward potential is very large, and there are many opportunities.

  13. Anonymous users2024-01-30

    It depends on what you're interested in. If you are programming, you should learn some of the current better programming languages, and if you are networking, you will take a certificate in network management.

  14. Anonymous users2024-01-29

    This kind of problem should be talked about with a reliable teacher or senior or senior-level figure!

  15. Anonymous users2024-01-28

    For some people who are new to computers, how to learn computers, what do you need to learn, today I will tell you what computer beginners need to master.

  16. Anonymous users2024-01-27

    1. Principles of Computer Composition (including the prerequisite course "Digital Logic and Digital System", referred to as "Digital Electricity"): This is a basic hardware course, after learning you can clearly know how to use the simplest digital components to form the entire computer system like building blocks, then you will be considered to have passed. A course called Computer Architecture is an extension to this course, which is of course necessary to understand modern computer architecture systems, but since the top 5 is discussed here, I think the principles of computer composition are more basic.

    computer systems - a programer's perspective (2rd edition)。

    The Chinese translation is "Understanding Computer Systems in Depth".

    2. Linear Algebra, Probability and Statistics and Discrete Mathematics: You must know that any major that can be called "science" must have a certain mathematical foundation, otherwise it is difficult to call it "science". I think these three courses are the three most important math courses in my undergraduate years, and they are more important than advanced mathematics.

    If you want to go a long way on the road of computer science, then these three courses are mandatory.

    3. MIT's "Introduction to Algorithm", the Chinese version is called "Introduction to Algorithm": I think we should learn it instead of the "Data Structure" that is customary in China. Data structure is only a part of the algorithm, and the domestic data structure course avoids many essential things, just a list of some common data structures, and there is always a feeling of pain and itch in learning.

    Introduction to Algorithm, while some chapters are mixed with a lot of annoying "math", but it is essentially a necessary and interesting lesson.

    4. Operating system and compilation principle: The operating system can be said to be an experimental course of "Introduction to Algorithms", and it is best to implement a small operating system or a demo of each subsystem of the operating system during the learning period. The principle of compilation may be a difficult course for most undergraduates, but as a CS undergraduate or a future software scientist, this is the foundation of the foundation, and after learning, all the languages should not be much different in your opinion, and this course should be an experimental course of discrete mathematics + introduction to algorithms.

    It's a good idea to implement a small compiler yourself while you're studying, preferably in a language you can create yourself, or a basic subset of an existing language you like.

    5. Master a commonly used programming language and programming technology: be able to understand the general internal appearance of all the programs you have used, and be able to write most of the programs in the language you are familiar with, at least not be confused about any program.

  17. Anonymous users2024-01-26

    With the increasing popularity of the Internet, talents in computer-related industries are becoming more and more scarce, and the number of jobs is increasing year by year, and the supply of talents exceeds the demand. Therefore, it is a good choice to engage in Internet-related industries. As for the major I want to study, depending on my hobbies and my own quality, construction art design, e-commerce, new **ui design, film and television post-production, etc. are all majors that have developed rapidly in the past two years, and the employment prospects are good.

Related questions
19 answers2024-05-28

The best university for computers in the country is the National Defense University of Science and Technology, followed by Tsinghua University. >>>More

10 answers2024-05-28

Regarding the ranking of computer science and technology disciplines in domestic universities, the industry is recognized by the Ministry of Education on the subject evaluation results of the first-level discipline of computer science and technology, such as the 2012 subject evaluation university ranking: 0812 Computer Science and Technology (2012) Sina Education, the rankings are: Tsinghua University, National University of Defense Technology, Peking University, Beihang University, Harbin Institute of Technology, Shanghai Jiaotong University, Zhejiang University, Nanjing University, and so on. >>>More

5 answers2024-05-28

Technical school category, technical school is a kind of vocational education, in which ordinary technical schools recruit junior high school graduates, the duration of education is two or three years, and students can obtain the relevant intermediate vocational certificate issued by the former Ministry of Labor when they graduate. >>>More

16 answers2024-05-28

The employment prospects of computer majors are relatively broad, because there is a large number of talent gaps in China every year. >>>More

14 answers2024-05-28

Computer science majors are generally quite good, and the employment prospects are relatively good. >>>More