📖Introduction

The University of Warwick is a public research university located in Coventry, England. Founded in 1965, it has quickly established itself as one of the UK's leading universities, consistently ranking in the top ten in national league tables. Warwick has a reputation for academic excellence, particularly in the fields of business, economics, engineering, and the humanities. The university is known for its international outlook and has a diverse student body, with students from over 150 countries. With a strong commitment to research and innovation, the University of Warwick is a dynamic and exciting institution that offers a world-class education to its students.

Show less
Show more

📖Program Curriculum

Year One
Programming for Computer Scientists
In this module whatever your starting point you will begin your professional understanding of computer programming through problem-solving and fundamental structured and object-oriented programming You will learn the Java programming language through practical work centred on the Warwick Robot Maze environment which will take you from specification to implementation and testing Through practical work in object-oriented concepts such as classes encapsulation arrays and inheritance you will end the course knowing how to write programs in Java and through your ability to analyse errors and testing procedures be able to produce well-designed and well-encapsulated and abstracted code

Read more about the Programming for Computer Scientists moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Design of Information Structures
Following on from Programming for Computer Scientists on the fundamentals of programming this module will teach you all about data structures and how to program them We will look at how we can represent data structures efficiently and how we can apply formal reasoning to them You will also study algorithms that use data structures Successful completion will see you able to understand the structures and concepts underpinning object-oriented programming and able to write programs that operate on large data sets

Read more about the Design of Information Structures moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Discrete Mathematics and its Applications 1
In this foundation module you’ll learn the basic language concepts and methods of discrete mathematics while developing your appreciation of how these are used in algorithms and data structures By the end you should be able to appreciate the role of formal definitions mathematical proofs and underlying algorithmic thinking in practical problem-solving You’ll acquire knowledge of logic sets relations and functions and learn summation techniques (manipulations and finite calculus) and concepts including asymptotics and the big-O notation to prepare you for more advanced techniques in computer science

Read more about the Discrete Mathematics and its Applications 1 moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Discrete Mathematics and its Applications 2
During this module you will build on your foundations in discrete mathematics through the study of concepts such as discrete probability and number theory; learning how to apply these methods in problem-solving By the end of your course you’ll be able to use algebraic techniques (including linear and matrix algebra) to analyse basic discrete structures and algorithms and understand the importance of asymptotic notation and be able to use it to analyse asymptotic performance for some basic algorithmic examples Also you will study the properties of graphs and related discrete structures and be able to relate these to practical examples

Read more about the Discrete Mathematics and its Applications 2 moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Linear Algebra
Linear algebra addresses simultaneous linear equations You will learn about the properties of vector spaces linear mappings and their representation by matrices Applications include solving simultaneous linear equations properties of vectors and matrices properties of determinants and ways of calculating them You will learn to define and calculate eigenvalues and eigenvectors of a linear map or matrix You will have an understanding of matrices and vector spaces for later modules to build on

Read more about the Linear Algebra moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Calculus 1 2
Calculus is the mathematical study of continuous change In this module there will be considerable emphasis throughout on the need to argue with much greater precision and care than you had to at school With the support of your fellow students lecturers and other helpers you will be encouraged to move on from the situation where the teacher shows you how to solve each kind of problem to the point where you can develop your own methods for solving problems By the end of the you will be able to answer interesting questions like what do we mean by `infinity’?

Read more about these modules including the methods of teaching and assessment (content applies to 2022 23 of study)

Calculus 1Link opens in a new window
Calculus 2Link opens in a new window
Sets and Numbers
It is in its proofs that the strength and richness of mathematics is to be found University mathematics introduces progressively more abstract ideas and structures and demands more in the way of proof until most of your time is occupied with understanding proofs and creating your own Learning to deal with abstraction and with proofs takes time This module will bridge the gap between school and university mathematics taking you from concrete techniques where the emphasis is on calculation and gradually moving towards abstraction and proof

Read more about the Sets and Numbers moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Introduction to Probability
This module takes you further in your exploration of probability and random outcomes Starting with examples of discrete and continuous probability spaces you will learn methods of counting (inclusion-exclusion formula and multinomial coefficients) and examine theoretical topics including independence of events and conditional probabilities You will study random variables and their probability distribution functions Finally you will study variance and co-variance including Chebyshev’s and Cauchy-Schwarz inequalities The module ends with a discussion of the celebrated Central Limit Theorem

Read more about the Introduction to Probability moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Year Two
Combinatorics
In this module you learn the basics about discrete structures that lie at the heart of many real-world problems A key notion is that of a graph which is an abstract mathematical model for a network such as a street network a computer network or a network of friendships You learn to argue about these structures formally and to prove interesting theorems about them This will train your ability to think outside of the box

Read more about the Combinatorics moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2024 24 of study)

Algorithmic Graph Theory
This module is concerned with studying properties of graphs and digraphs from an algorithmic perspective The focus is on understanding basic properties of graphs that can be used to design efficient algorithms The problems considered will be typically motivated by algorithmic computer science IT applications

Read more about the Algorithmic Graph Theory moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Formal Languages
You will gain a fundamental understanding of formal languages and how the Chomsky hierarchy classifies them You’ll study techniques for exploring the regularity of languages using closure properties and pumping lemmas whilst also considering automata models alongside the notion of computability These concepts are central to computer science and completion will see you able to specify between and translate various forms of formal language descriptions You’ll learn methods of lexical analysis and parsing and be able to argue whether a formal language is regular or context free The teachings will discuss Turing machines and philosophical concepts such as decidability reducibility and the halting problem

Read more about the Formal Languages moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Algorithms
Data structures and algorithms are fundamental to programming and to understanding computation In this module you will be using sophisticated tools to apply algorithmic techniques to computational problems By the close of the course you’ll have studied a variety of data structures and will be using them for the design and implementation of algorithms including testing and proofing and analysing their efficiency This is a practical course so expect to be working on real-life problems using elementary graph greedy and divide-and-conquer algorithms as well as gaining knowledge on dynamic programming and network flows

Read more about the Algorithms moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Year Three
Discrete Mathematics Project
Through this practical module you’ll gain experience in undertaking a significant individual design and development exercise in discrete mathematics from conception through to design implementation and delivery Starting with the selection of a topic and location of a suitable supervisor you’ll be responsible for regular progress reports and a presentation of your final results alongside a detailed written report In addition to enhancing your technical knowledge this process will help you develop important skills such as self-discipline time management organisation and professional communications

Read more about the Discrete Mathematics Project moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Complexity of Algorithms
Are you ready for a challenge? In this module you’ll learn to analyse the intrinsic difficulty of various computational challenges and to specify variations that may be more tractable This will require you to learn notions of the complexity of algorithms and what makes some computational problems harder than others You’ll undertake a close study of what makes an algorithm efficient and study various models of computation in particular models of classical deterministic and non-deterministic computations

Read more about the Complexity of Algorithms moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Approximation and Randomised Algorithms
In this module you will gain an introductory understanding of approximation and randomised algorithms which often provide a simple viable alternative to standard algorithms You’ll learn the mathematical foundations underpinning the design and analysis of such algorithms Whilst gaining experience of using suitable mathematical tools to design approximation algorithms and analyse their performance You’ll also learn techniques for designing faster but weaker algorithms for particular situations such as large running times You can expect to cover important concepts including linearity of expectation Chernoff bounds and deterministic and randomised rounding of linear programs

Read more about the Approximation and Randomised Algorithms moduleLink opens in a new window including the methods of teaching and assessment (content applies to 2022 23 of study)

Optional modules
Optional modules can vary from to Example optional modules may include

Professional Skills
Functional Programming
Computer Security
Logic and Verification
Groups and Rings
Combinatorial Optimisation
Introduction to Number Theory
Metric Spaces
Stochastic Processes
Introduction to Mathematical Statistics
The precise modules available to students may depend on module prerequisites (ie for some module choices it is necessary for you to have taken a particular module in a previous)

Show less
Show more

🏫About University of Warwick, England

  • The University of Warwick is a world-renowned public research university located in Coventry, England. Established in 1965, it has rapidly established itself as one of the leading universities in the UK and the world, consistently ranking in the top ten in national and international league tables.
  • Academic excellence is at the heart of the University of Warwick, with a reputation for excellence in fields such as business, economics, engineering, and the humanities. The university has four faculties: Arts, Science, Social Sciences, and Medicine, with over 30 academic departments and more than 300 degree courses at undergraduate, postgraduate, and doctoral levels.
  • The Warwick Business School is one of the most respected business schools in the UK, with an international reputation for excellence in research and teaching. It offers a range of undergraduate, postgraduate, and executive education programs, including the highly regarded Warwick MBA.
  • The university's commitment to research is evident in its world-class research facilities and centres, which focus on areas such as energy, healthcare, and digital technologies. Warwick is also home to a number of research institutes and centres, including the Warwick Manufacturing Group, the Warwick Medical School, and the Warwick Centre for Applied Linguistics.
  • The University of Warwick is also renowned for its international outlook, with a diverse student body representing over 150 nationalities. It has strong partnerships with universities around the world, with opportunities for students to study abroad and for international students to study at Warwick.
  • The university has a strong commitment to innovation and entrepreneurship, with numerous initiatives and programs aimed at supporting student startups and promoting innovation. The Warwick Enterprise Hub provides students with access to resources and support to develop their business ideas, while the Warwick Innovation Centre offers incubation and office space for startups and small businesses.
  • The University of Warwick has a beautiful campus that spans over 700 acres and features state-of-the-art facilities, including a modern sports centre, a world-class arts centre, and numerous research facilities. The campus is located in Coventry, a historic city in the heart of England with excellent transport links to London and other major cities.
  • In conclusion, the University of Warwick is a world-class institution that is known for its academic excellence, commitment to research and innovation, international outlook, and beautiful campus. With a diverse and dynamic student body, the university offers a rich and rewarding academic experience that prepares students for success in their chosen fields.
Show less
Show more

🏠 Accommodation

You will need to book the accommodation after you have been accepted.

You can choose to live on campus or off campus in private accommodation.

How to book:

  • Make a booking online after you have been accepted (in this case please let us know your choice when you apply).
  • Register when you arrive - its not possible to reserve a room before arriving. You can arrive a few days before and book it
Show less
Show more

💰 Fees

Application Fee:

237 RMB

Tuition fee:

29,830 GBP per year

89,490 GBP in total

Entry Requirements

You are not eligible to apply to this program because:

The minimum age is 18.

English fluency is required.
You need to be either:
- A native English speaker
- Studied a degree in English before
- Can demonstrate a high level of English
- Having an English certificate such as IELTS level 6 or TOEFL 95 and above is an advantage.

Minimum education level: High School.

The program is competitive, you need to have a high grades of Average A, 70%, or a high GPA.

All students from all countries are eligible to apply to this program.

Is this not correct? You can edit your profile or contact us.
Or see the list of programs you are eligible for here .
Check Your Eligibility Show Suitable Programs

📬 Admissions Process

3 Steps to Apply to a University

Application step 1

Application step 2

Application step 3

Please choose the programs here , "You are advised to select 2-3 programs to increase your chances of getting accepted.

Required Documents:

  • Passport
  • Graduation certificate
  • Passport size photo
  • Official transcript
  • Personal statement
  • English certificate (You can take the English test online)
  • Guarantor letter

Preparing documents:

You can start your application now and send the application documents during your application. Some documents you can send later if you don’t have them right away. Some more info about preparing application documents is here

Show more

Application process:

Applying Online is simple in just a few steps. More information is available here.

The first steps are to choose the programs, pay the application fee and upload the application documents.

Once submitted to Global Admissions, we will review your application within 2-3 days and proceed to the university or ask you for further clarification

After it has been processed to the university you will receive your unique application ID from each university.

The university may contact you directly for further questions.

We will then follow up each week with the university for updates. As soon as there is any update we will let you know. If you have made other plans, decide to withdraw / change address at any time please let us know.

After you have been accepted you will receive your admissions letter electronically and asked to pay the non-refundable deposit to the university.

Once you have paid the deposit the university will issue you the admissions letter and visa form to your home country.

Show less
Here is some more information about the enrollment process after you have been accepted.

❓ Have a Question?

There are no similar questions. Please send us your question below

    📝 University of Warwick, England Reviews

    (No Reviews)
    Write a review

    📍 Location

    🛏️ Accommodation

    🍜 Food

    🏓 Facilities

    💲 Value for money

    👨‍🏫 Classes

    🕺 Student experience

    🗣️ Recommend a friend?