Skip to main content

Computer Science (Software Engineering) MSci

Thank you for considering an application

Here's what you need in order to apply:

  1. Royal Holloway's institution code: R72
  2. Make a note of the UCAS code for the course you want to apply for:

    • Computer Science (Software Engineering) MSci MSci - G461
    • Computer Science (Software Engineering) MSci - G464
    • Computer Science (Software Engineering) with a Year in Industry MSci - G462
    • Computer Science (Software Engineering) with a Year in Industry MSci MSci - G463
  3. Click on the link below to apply via the UCAS website:
Apply via UCAS

Computer Science (Software Engineering) MSci

MSci

Course options

Key information

Duration: 4 years full time

UCAS code: G461

Institution code: R72

Campus: Egham

Key information

Duration: 3 years full time

UCAS code: G464

Institution code: R72

Campus: Egham

View this course

Key information

Duration: 4 years full time

UCAS code: G462

Institution code: R72

Campus: Egham

View this course

Key information

Duration: 5 years full time

UCAS code: G463

Institution code: R72

Campus: Egham

View this course

The course

Computer Science (Software Engineering) MSci (MSci)

Our technological world has created a global demand for skilled professionals who can design, build and maintain computer courses, databases and applications. This advanced four-year course offers a thorough foundation in computing and application development, as well as a thorough exploration of software engineering. You will have the chance to showcase your abilities through practical work and extended projects, and the course is particularly recommended if you have already experienced and enjoyed programming and you want to go on to postgraduate study or a specialist career in software.

This specialist course will give you all the knowledge, skills and professionalism that you need for a successful career. Our software engineering teaching has been used as an example of ‘best practice’ in computer science education by BCS, The Chartered Institute for IT. You will learn from software professionals and leading academics in the field to apply engineering principles to the design, development, implementation and maintenance of all kinds of software. Our progressive curriculum has been developed in consultation with industry, with a modular structure that gives you the flexibility to tailor your degree to your interests. From the outset you will be experimenting with programming games, robots, Gadgeteer kits, Subversion, JUnit testing, Scrum-based Agile software and more, in our well-equipped laboratories. There is also the option of transferring onto our five-year, year in industry course, subject to good academic progress.

We are a highly respected, research-focused department with award-winning teaching. We offer a summer work placement course and a dedicated personal adviser to guide you through your studies. You will also be welcome to join our thriving Computing Society. We are proud to be among the few departments in the UK to hold the Athena SWAN bronze award for our commitment to increasing female participation in computer science.

  • The BCS has distinguished our teaching of Software Engineering as ‘Best Practice’.
  • You will be taught by staff with extensive industrial experience, three of whom are certified Scrum Masters.
  • You will learn to master the process of software engineering, from initial client meetings through to delivery.
  • In the fourth-year team project, you will run a start-up.

From time to time, we make changes to our courses to improve the student and learning experience. If we make a significant change to your chosen course, we’ll let you know as soon as possible.

Core Modules

Year 1
  • In this module you will develop an understanding of the building of computer systems whilst also gaining a knowledge of the basic concepts of 2D game design, applying them to the development of simple games. This module brings together the lab components of robotics, games design and object-oriented programming, and will allow you to progress to a group project to apply the concepts you learn together. 

  • In this module you will develop an understanding of how the internet works and its key protocols. You will look at the technologies used for web development, including scripting languages and their potential for adding dynamic content to web sites and applications. You will consider the role of web services and related technologies, and will examine the fundamental principles of network security.

  • In this module you will develop an understanding of the handling of large and infinite objects within a programming environment. You will learn how to use formal logic to design, reason about and minimise switching circuits, and write basic programs in assembly language. You will consider the binary representations of signed and unsigned integers and how to write regular expressions to describe sets and build deterministic automata to recognise these. You will also examine the use of automata machines in the design and reasoning of sequential flow systems.

  • In this module you will develop an understanding of the formal reasoning for sets, relations, functions and cardinality. You will look at the structures for program data and representation and learn to write and reason recursive definitions and prove results by induction and contradiction. You will consider the representation and reasoning of problems using graphs and the use of vectors and transformations for defining and manipulating graphical objects. You will also examine the usage of probability and statistics in analysing data.

  • In this module you will develop an understanding of software design and engineering processes, including the Waterfall and Agile methodologies. You will learn how to identify common software requirements and see how these have been considered in existing systems. You will look the techniques of software design and how software engineers communicate their design ideas. You will consider the importance of documentation and the usage of current industry-standard notations such as user stories and the unified modeling language (UML). You will also analyse and critique the design of existing software looking at the user experience as a measure of its fitness for purpose.

  • Software Development
  • This module will describe the key principles of academic integrity, focusing on university assignments. Plagiarism, collusion and commissioning will be described as activities that undermine academic integrity, and the possible consequences of engaging in such activities will be described. Activities, with feedback, will provide you with opportunities to reflect and develop your understanding of academic integrity principles.

     

Year 2
  • In this module you will develop an understanding of the design of algorithms, with a focus on time and space complexity. You will examine basic algorithms, looking at the implementation and analysis of linear search, binary search, and basic sorting, including insertion sort, selection sort, merger sort, quick sort, and heap sort. You will consider alternative data structure representations, such as binary search trees, hash tables, and binary heaps, and will gain an insight into the basics of graph algorithms.

  • In this module you will develop an understanding of computer and network security. You will look at software vulnerabilities, hands-on hacking-oriented attacks, memory errors, and web and network security. You will learn how to identify such vulnerabilities and consider the countermeasures that can mitigate their exploitation. You will also examine malicious software (malware) as a typical consequence of a successful software exploitation.

  • In this module you will develop an understanding of the basic concepts of database technology, including the need for database integrity and robustness, and the use of a modern database system in a web-based environment. You will look at database design and the theory of the relational view of data, learn to describe the crucial issues concerning database integrity and recovery from failure, and write search query language (SQL) queries. You will also consider the process of designing and implementing a database, from the user specifications to the final design, and implement an interface to an SQL database using an application programming interface (API).

  • In this module you will develop an understanding of how information security may be influenced by real-world design and implementation decisions. You will look at the different cryptographic algorithms, considering their use, advantages and disadvantages. You will use these cryptographic primitives to review and evaluate cryptographic protocols, and examine the rational decisions in the design of tokens and secure elements.

  • In this module you will develop an understanding of the function and architecture of network operating systems. You will look at the role of an operating system, considering processes, memory and file systems. You will learn to write basic shell scripts, see how services are used at the operating system-level, and evaluate the theory and practice of existing operating systems. You will also examine the UNIX shell, including starting programs, input and output streams, pipes, filters, and utilities.

  • Small Enterprise Team Project
  • In this module you will develop an understanding of software engineering techniques and the managerial discipline required to work as part of a team. You will look at basic object-oriented concepts and consider the need for effective program documentation, testing, readability, and modifiability. You will consider the tools used to support software development, such as version controllers, debuggers, and code style checkers, and see how these are integrated into an industry-standard development environment (IDE). You will deliver a small-scale project using test-driven development.

Year 3
  • In this module you will have the opportunity to plan and organise a large project, analysing complex ideas, identifying problems, and coming up with solutions. You will apply scientific principles and use a range of software and hardware techniques. You will analyse the effectiveness of your solutions and evaluate the results. You will also consider legal, social, ethical and professional issues. You can design your own project or choose a topic from a suggested list.

  • Human-computer Interaction
  • Malicious Software
Year 4
  • MSci Team Project

Optional Modules

There are a number of optional course modules available during your degree studies. The following is a selection of optional course modules that are likely to be available. Please note that although the College will keep changes to a minimum, new modules may be offered or existing modules may be withdrawn, for example, in response to a change in staff. Applicants will be informed if any significant changes need to be made.

Year 1
  • All modules are core
Year 2
  • Introduction to Artificial Intelligence
  • Mathematical Methods for Computer Science
  • In this module you will develop an understanding of the principles of human-computer interaction (HCI) and the approaches that can be used to create interfaces matching users' needs and expectations. You will evaluate the usability and suitability of user interfaces, and build simple prototypes using different media and technologies. You will consider how perception and cognition influence HCI, and examine tests, such as web experiments.

Year 3
  • Computational Finance
  • Intelligent Agents and Multi-agent Systems
  • Machine Learning
  • Semantic Web
  • Data Visualisation and Exploratory Analysis
  • Advanced Data Communications
  • Concurrent and Parallel Programming
  • Interconnected Devices
  • In this module you will develop an understanding of the fundamentals behind cryptography and how it is deployed in real systems. You will look at a range of security services that can be provided by cryptography and the mechanisms behind them, such as symmetric and public-key encryption, hash functions, MACs, digital signatures and authentication protocols. You will consider the architecture of security systems using cryptography, including key management, implementation issues, cryptographic standards and crypto politics, and examine real-world applications such as 3G, EMV, and SSL/TLS.

  • The module covers key areas of cyber security with the critical national (information) infrastructure forming its background. Fault and attack models for information systems and cyber-physical systems are covered in the form of multiple techniques including variants of attack trees allowing probabilistic attack and defence refinements. The module covers models of large-scale networks and their robustness properties to both random failures and particularly to deliberate attacks and discusses how key elements of the CNI such as the Internet but also other infrastructure sectors such as power and transport sectors can be captured by such models. The security of cyber-physical systems and particularly industrial control systems is another major component of the module, including case studies of attacks by state actors and analyses of control system protocols as well as properties peculiar to CPS.

  • Digital Forensics
  • Smart Cards, RFIDs and Embedded Systems Security
  • IT Project Management
  • Software Language Engineering
  • Bioinformatics
  • Compilers and Code Generation
  • Computational Optimisation
  • Digital Audio and Applications
  • Functional Programming and Applications
Year 4
  • Methods of Computational Finance
  • Data Analysis
  • Deep Learning
  • Intelligent Agents and Multi-agent Systems
  • Machine Learning
  • Online Machine Learning
  • Semantic Web
  • Data Visualisation and Exploratory Analysis
  • Advanced Data Communications
  • Advanced Distributed Systems
  • Large Scale Data Storage and Processing
  • Wireless Sensor and Actuator Networks
  • The module covers key areas of cyber security with the critical national (information) infrastructure forming its background. Fault and attack models for information systems and cyber-physical systems are covered in the form of multiple techniques including variants of attack trees allowing probabilistic attack and defence refinements. The module covers models of large-scale networks and their robustness properties to both random failures and particularly to deliberate attacks and discusses how key elements of the CNI such as the Internet but also other infrastructure sectors such as power and transport sectors can be captured by such models. The security of cyber-physical systems and particularly industrial control systems is another major component of the module, including case studies of attacks by state actors and analyses of control system protocols as well as properties peculiar to CPS.

  • Digital Forensics
  • Secure Business Architectures
  • Security Management
  • Security Testing Theory and Practice
  • Smart Cards, RFIDs and Embedded Systems Security
  • Running a small business
  • Standards, IP and Technology seminar series
  • Technology Entrepreneurship
  • Computational Optimisation
  • Digital Audio and Applications
  • This module focuses on acquiring a deep understanding of foundational AI principles and techniques to model complex real-world problems as well as writing algorithms and problems to solve them. The module will start with an introduction to AI that will define core AI concepts, provide the philosophical foundations of AI and discuss ethical issues in this field. The module will continue by covering intelligent agents and classical search to then move to local search and optimisation algorithms. The module will end with adversarial search and constraint satisfaction problems. All these topics will be covered both from a theoretical point of view, during the lectures, and from a practical point of view during the labs.

We are an award-winning department for software engineering teaching. Professor Dave Cohen won a College Excellence Teaching Prize for the re-design of our second-year software engineering courses, and he was shortlisted for a Times Higher Education Award for Most Innovative Teacher of the Year. We firmly believe that how we teach you is at least as important as what we teach, and we know the importance of giving you the time and space to experiment and put theory into practice. We encourage you to use your creativity, both in project teams and independently, and to have fun while you learn. Our software engineering and programming teaching is very hands on, allowing you to learn at your own pace, whatever your previous level of experience. We use a variety of teaching methods, including lectures, small-group tutorials, supervised computer lab classes and problem-solving sessions. You will also be expected to complete guided independent study and group work.

Assessment is through a mixture of examinations and coursework. Most course units have a two or three-hour written examination taken at the end of the year in which they are taught, but around half of your final award will come from assessed coursework, which could include project reports, essays, oral presentations and software submissions.

A Levels: AAA-AAB

Required subjects:

  • Computer Science or Mathematics or Physics.
  • At least five GCSEs at grade A*-C or 9-4 including English and B/6 Mathematics.

For students taking the BTEC Extended Diploma please click here to see the specific modules you must take in order to meet the entry requirements for this course.

Where an applicant is taking the EPQ alongside A-levels, the EPQ will be taken into consideration and result in lower A-level grades being required. For students who are from backgrounds or personal circumstances that mean they are generally less likely to go to university, you may be eligible for an alternative lower offer. Follow the link to learn more about our contextual offers.

T-levels

We accept T-levels for admission to our undergraduate courses, with the following grades regarded as equivalent to our standard A-level requirements:

  • AAA* – Distinction (A* on the core and distinction in the occupational specialism)
  • AAA – Distinction
  • BBB – Merit
  • CCC – Pass (C or above on the core)
  • DDD – Pass (D or E on the core)

Where a course specifies subject-specific requirements at A-level, T-level applicants are likely to be asked to offer this A-level alongside their T-level studies.

English language requirements

All teaching at Royal Holloway is in English. You will therefore need to have good enough written and spoken English to cope with your studies right from the start.

The scores we require
  • IELTS: 6.5 overall. No subscore lower than 5.5.
  • Pearson Test of English: 61 overall. Writing 54. No subscore lower than 51.
  • Trinity College London Integrated Skills in English (ISE): ISE III.

Country-specific requirements

For more information about country-specific entry requirements for your country please visit here.

Undergraduate preparation programmes

For international students who do not meet the direct entry requirements, for this undergraduate degree, the Royal Holloway International Study Centre offers following pathway programmes designed to develop your academic and English language skills:

Upon successful completion, you can progress to this degree at Royal Holloway, University of London.

Our MSci graduates are highly employable, with a depth of knowledge and practical skills that set them apart from BSc students. After four years of studying you will be confident at developing large and complex systems, working with all kinds of cutting-edge software, solving technical problems, managing projects, writing reports, and analysing complex information. Your coursework will have honed your team working, critical thinking, data handling, coding, communication, time management and self-motivation skills. You will have the flexibility to adapt to changes in technology, to innovate, and to critically evaluate the implications of exploiting new technologies. We will also teach you to manage projects from conception through to delivery, with technical precision and a professional ethos.

Software engineering is a rapidly growing field with impressive starting salaries and global demand. We work closely with partners in industry who advise us on our curriculum, to ensure that it keeps pace with the latest market needs and trends. This means our graduates are up-to-speed with all the latest developments and technologies in software engineering. We run jobs fairs and a short-term work placement scheme, and your personal adviser and the College Careers team will be on hand to offer advice on career opportunities. We also maintain strong links with our alumni, who can often provide advice, contacts and networking opportunities. In recent years, our computer science graduates have launched careers in everything from network systems design and web development, to business management and finance. They work in organisations such as: Amazon, American Express, Apple, Bupa, Capita, CGI-Logica, Goldman Sachs, Microsoft, Symantec, among many others. 

Home (UK) students tuition fee per year*: £9,250

EU and international students tuition fee per year**: £25,200

Other essential costs***: There are no single associated costs greater than £50 per item on this course.

How do I pay for it? Find out more about funding options, including loans, scholarships and bursaries. UK students who have already taken out a tuition fee loan for undergraduate study should check their eligibility for additional funding directly with the relevant awards body.

**The tuition fee for UK undergraduates is controlled by Government regulations. The fee for the academic year 2024/25 is £9,250 and is provided here as a guide. The fee for UK undergraduates starting in 2025/26 has not yet been set, but will be advertised here once confirmed.

**This figure is the fee for EU and international students starting a degree in the academic year 2024/25, and is included as a guide only. The fee for EU and international students starting a degree in 2025/26 has not yet been set, but will be advertised here once confirmed.

Royal Holloway reserves the right to increase tuition fees annually for overseas fee-paying students. Please be aware that tuition fees can rise during your degree. The upper limit of any such annual rise has not yet been set for courses starting in 2025/26 but will be advertised here once confirmed.  For further information see fees and funding and the terms and conditions.

***These estimated costs relate to studying this specific degree at Royal Holloway during the 2024/25 academic year, and are included as a guide. General costs, such as accommodation, food, books and other learning materials and printing etc., have not been included.

Accreditations

BCS - British Computer Society - The Chartered Institute for IT
EQANIE - European Quality Assurance Network for Informatics Education

Top 25

in UK Computer Science departments

Source: The Complete University Guide, 2024

95%

of our research is rated world-leading and internationally excellent

Source: REF 2021

93%

of our graduates are in graduate level employment or further study within 15 months

Source: The Times Good University Guide, 2024

Explore Royal Holloway

Get help paying for your studies at Royal Holloway through a range of scholarships and bursaries.

There are lots of exciting ways to get involved at Royal Holloway. Discover new interests and enjoy existing ones.

Heading to university is exciting. Finding the right place to live will get you off to a good start.

Whether you need support with your health or practical advice on budgeting or finding part-time work, we can help.

Discover more about our 21 departments and schools.

Find out why Royal Holloway is in the top 25% of UK universities for research rated ‘world-leading’ or ‘internationally excellent’.

Royal Holloway is a research intensive university and our academics collaborate across disciplines to achieve excellence.

Discover world-class research at Royal Holloway.

Discover more about who we are today, and our vision for the future.

Royal Holloway began as two pioneering colleges for the education of women in the 19th century, and their spirit lives on today.

We’ve played a role in thousands of careers, some of them particularly remarkable.

Find about our decision-making processes and the people who lead and manage Royal Holloway today.