Computer Postgraduate Entrance Examination: The first-line summary of computer professional courses for national star colleges and universities! !

Computer Postgraduate Entrance Examination: The first-line summary of computer professional courses for national star colleges and universities! !

附:各大高校专业课资料整理可以看一下我的博客主页上传的资源哦!感谢关注,点赞,评论♥

  1. Beijing University of Aeronautics and Astronautics

Sister said so

Kingly Road Series + "Computer Composition Design: Hardware/Software Interface" (the black book we often call). I used the fourth edition of the black book at the time. Now it seems that there is a fifth edition. You can choose by yourself, so there should be no difference. Too big. The black book is mainly to look at the content of the mips part, such as the instruction format of mips, multi-cycle, pipeline, risk processing, etc. You can review the corresponding parts according to the syllabus given by the official website of Beihang Computer. Subjects like computer networks and operating systems that need to be memorized must be reviewed over and over again. In addition, don’t just look at the key points, but do a comprehensive review. The review of professional courses is also very important for subsequent interviews, and teachers attach great importance to the basics.

  1. Soochow University
    senior said

Professional courses mainly test data structure and operating system. The recommended books are: Wang Dao and Tian Qin. Wang Dao’s thinking is clearer, Tianqin is more basic, and the style of the exam is more similar to that of Suzhou University. You can choose one to read and the other as a supplement.

The style of the real questions is mainly: the name explanation in the past few years, the style of the real questions has been relatively stable in the past few years-a total of ten major questions, each with 15 points, the first two questions are essay questions, such as: analysis of several sorts The advantages and disadvantages and comparison of algorithms, the comparison of linked lists and linear lists, etc. The last three questions are algorithm questions, generally linear list, linked list, tree, graph, and sort. The University of Suzhou still values ​​the ability of the algorithm. Students who usually type less code suggest that the code should be handwritten several times, and it is best to debug it on the computer. The five major issues of the operating system are generally the PV operation of threads and processes, memory management (basic paging, request paging calculation), file management (file implementation, disk scheduling algorithm), etc.

  1. Xiamen University

Doctrine

According to the feedback from the predecessors, there are many test sites involved in the computer professional review at Xiamen University, and it is not too easy. Let's take a look at the key points of the inspection:

Data structure part: mainly examines linear tables, stacks, queues, arrays, trees and binary trees, graphs, search and sorting. According to the analysis of the real questions for the postgraduate entrance examination over the years, the main test points of the data structure are distributed in the three chapters of tree and binary tree, graph and sorting. Mainly study the various logical structures of data and the storage structure in the computer, and also study the basic operations or operations such as insertion, search, deletion, sorting, and traversal of data, and the specific implementation of these operations on various storage structures algorithm.

Comprehensive application problem part: the content usually investigated involves the comprehensive application of several chapters. Common test sites are distributed in the chapters of storage system, instruction system, central processing unit, and input/output system. These two questions are more difficult, the proposition method is more flexible, and the knowledge points involved are also more comprehensive, requiring candidates to be able to combine various knowledge points to answer.

In short, the review of data structure requires a certain foundation. If the candidate is not familiar with C, C++ or Java, it is recommended to review C, C++ or Java first. Combining the two courses will have better results.

4. University of Science and Technology of China

Candidates of this major say

I took the postgraduate entrance examination for my major, and I had a good foundation when I was in class at the university, so I started to review the professional courses in September. I read the four single-subject books published by Wang Dao, and arranged two of the four in the afternoon. The next day, I changed to the other two subjects. When I encountered the unclear explanation, I turned the book. It took me more than a month to finish the four single-subject books and the following exercises for the first time, and then I started to do the 408 Zhenti. In the afternoon It’s the same as taking an exam for three hours, and spending an hour or so after dinner to summarize the knowledge points that you don’t know or understand. After finishing the work, I summarized the knowledge points at the back of the book that analyzed the real questions of the king's way. The four single-subject books were reviewed for the second time. After more than 10 days, they began to do the simulation questions of the king's way and summarized the knowledge points that they did not understand. review. I bought Tianqin’s mock questions for more than 10 days before the exam, and summarized it.

  1. Beijing Institute of Technology
    special Shuo

Professional courses only test data structure, and the content is still quite small. Designated textbook: Data Structure (C language version) Yan Weimin Tsinghua University Press.

Let me talk about the various question types: multiple-choice questions are generally 20, and the scope of the test is very wide, but the knowledge point test is relatively simple. The content to be tested is a linear stack and queue. Of course, the content of other chapters also involves some overall It is not difficult to say that they are all basic questions. In filling in the blanks, there are two ways to fill in the blanks in the program, each of which fills in 3 to 4 blanks, and another requires analysis of time complexity, and the others are also some basic concepts. Excessive block search, queue, Hill sorting, etc.

There are generally two or three questions in programming, and there are few programming questions in the picture. Generally, they are some conceptual questions, such as minimum spanning tree algorithm, optimal path, Huffman tree and other algorithms. It is not difficult to understand and do well. Practice some question types. Practice more programming, as long as the overall idea of ​​the programming questions is correct, you can get full marks. The programming questions mainly include the following aspects: (1) The basic operation of the graph, the storage structure, and the depth and breadth traversal. As well as algorithms such as minimum spanning tree and shortest path, you can figure it out. (2) Basic tree operations, traversal, forest binary tree, balanced binary tree. (3) Basic sorting search algorithm. There are three major programming questions in 2018, each with 10 points. One of the three programming questions is more difficult. This year's three questions are fast sorting, middle-order expressions to post-order expressions (more difficult), linked list Operation.

The real question must be done, and it is also the key point. The title of this subject before 2010 was Program Design, Computer Technology Foundation, and it was changed to data structure in 2010. The real questions 10 years ago included not only data structure but also computer foundation and system operation related questions. However, when you review, You only need to do the data structure part of the question.

  1. Huazhong University of Science and Technology

Great God said

In the past two years, Huake changed the computer professional courses to self-proposed question 834, which is not very difficult in the examination of data structure and computer network. Generally, it can get around 130 points. But I still recommend that you prepare according to the 408 subjects (data structure, computer network, computer composition principle, operating system) of the computerized exam to prevent changes in the exam syllabus.

In mid-October, you should pay attention to the postgraduate enrollment information network and confirm that the syllabus released this year, if it does not test the principles of computer composition and operating system, then there is no need to review these two subjects afterwards.

To review the book, I think it is enough to use the computer postgraduate entrance examination guidance book of Wangdao Forum and appropriately combine the textbooks to check the missing and make up the omissions. When reviewing professional courses, try to go through the kingly review book before mid-September (it may take more time for cross-examination), and do the after-class questions carefully.

After that, I will work hard on the 408 real questions of the computer unified exam, the real questions of the Huake Computer 834 exam (there will be a memory post on the Wangdao forum), and ask the brothers to inquire about the final exam questions of the Huake undergraduate course, the Wangdao postgraduate entrance exam simulation questions, and the exercise questions at the back of the Wangdao postgraduate entrance examination tutorial. There are not as many materials for professional courses as mathematics, so it's just to do questions, read books and pass knowledge points repeatedly. Watch it once more and you will be more proficient.

  1. Wuhan University

The fellow said

The professional courses test 834 network and data structure, and the two books used are the kingly books. The professional class started in late August, and it was about the same goal as mathematics. To be honest, the algorithm code was a bit difficult to implement, too much. Although there was no algorithm in the later test, it was still useful in the retest. I also reviewed the professional courses almost three times. The data structure is almost enough according to the kingly way, and the focus is on the syllabus, just a few sides, and then it is always correct to do some test questions from previous years, because the data structure tests are almost the same. I can only rely on the official syllabus to grasp the key points of the Internet. The first time I read Wangdao’s books, I felt that there was no need to read all of them on the second time, because many of the syllabuses were obviously not tested. I followed the syllabus one by one. of. The Internet is also a lot of brushing questions (of course, not too partial questions). When focusing on the key points later, I also referred to the ppt of the school's two courses.

  1. Fudan University

Danyou said

Fudan 960 only tests three subjects: data structure, operating system, and computing network. It has the characteristics of 960 (the tree map test is more), but because 960 has only been tested for one year, there is not much review reference value, so I still follow the 408 review.

Read the textbook first, then brush the kingly way, then study the real questions, and see what kind of questions your school likes (for example, Fudan thief likes trees and pictures, and Xuanxueji.net). When reviewing, you can cross the review to avoid Forget the part that has been reviewed (for example, after reading the data structure, you can take some time to review the knowledge points of the data structure when reviewing the operating system, so as to avoid forgetting the data structure after reviewing the operating system). The algorithm part must be understood and written silently, and the complexity of various sorting algorithms must be clearly remembered. Recommended books: textbook + kingly way + real questions.

Guess you like

Origin blog.csdn.net/weixin_47312141/article/details/107462056