Programmer working in a software development and coding technologies. Website design.Technology concept

Available with:

  • Foundation Year

Accreditations


Course Summary

Prepare for the digital future with our Computer Science degree, where you’ll gain both theoretical knowledge and practical skills in technology. Dive into software development, data management, and system communication, while learning a variety of programming languages.

With our cutting-edge, regularly updated computing labs and remote access to essential software—along with agreements to download programs directly to your device—you’ll have all the tools needed to succeed. You can also opt for a year in industry, with tailored support to help you find the perfect placement, even if you don’t initially sign up for it.

Our comprehensive curriculum equips you with a broad skill set, covering core topics like programming and hardware, as well as advanced fields like cybersecurity, artificial intelligence, and mobile app development. You’ll gain hands-on experience with industry-standard tools and techniques, ensuring you’re fully prepared for a range of computing careers or further study.

Graduates of this program have outstanding outcomes, 95% are in work or further study within six months of graduating, with 85% in highly skilled roles – 2022 and 2023 graduate outcomes survey. Whether you aim to enter the workforce immediately or continue your education, you’ll be ready to tackle today’s tech challenges and shape the innovations of tomorrow. 

Why You'll Love It

What Our Students Think

What You'll Study

Our Foundation Year in Computer Science offers a wide range of essential skills and knowledge that feeds into the following Year 1. This begins with the Term 1 module that introduces and develops your knowledge of areas such as computer hardware, software, algorithms and programming – to name just a few. You then move into Term 2, where you explore cybersecurity of software products and services, considering cyber-crime, cyber-threats and online protection. We then turn to Applied Programming and Data Science in Term 3, where you advance your computing skills and knowledge to improve your programming skills – especially in Python – and deepen your knowledge of how data science can tackle interesting and complex problems.

The Foundation Year is delivered by subject experts who take you from whatever prior knowledge and experience you have, even if you’re new to the field, and equip you with the knowledge and skills to get the most out of your continued degree.

The information listed in this section is an overview of the academic content of the course that will take the form of either core or option modules and should be used as a guide. We review the content of our courses regularly, making changes where necessary to improve your experience and graduate prospects. If during a review process, course content is significantly changed, we will contact you to notify you of these changes if you receive an offer from us.

The BSc Computer Science course contains core modules at each level of study. At level 4 (year 1), students are introduced to the fundamental and professional skills required to study a computing programme. These fundamental skills are complemented by introductory practical and programming skills, including aspects of user experience. 

 

Modules

This module explores the design and development of computer software (applications) from two perspectives:

  1. The implementation of software using programming code, in a high level statically typed, object-oriented programming language, such as Java.
  2. The user-centred design approach to software design, considering human factors, user experience, usability, and prototyping.

The programming aspect covers a range of topics including

  • The syntax and semantics of a programming language
  • Different types of data, including collections
  • Control flow - conditional, iterative and recursive
  • Data input and output (CLI and file based)
  • Object-orientation, including class design and inheritance
  • Unit testing
  • Basic refactoring

The human aspect considers topics that include

  • User-centred design
  • Human factors
  • Usability
  • Accessibility
  • User experience
  • Low and high-fidelity prototyping
  • Evaluation

This module provides a strong foundation in the key areas of computing, i.e., mathematics, modern computing systems, cybersecurity, and professional skills. It equips students with the essential knowledge needed to tackle real-world computing problems and prepare them for advanced computing studies.

The mathematical aspect covers a range of topics that include:

  • Set theory
  • Geometric and trigonometric problem solving
  • Vectors
  • Linear, quadratic, fractional, and simultaneous equations
  • Matrices
  • Logarithmic functions
  • Simple differential equations
  • Introduction to complex numbers

The computing systems considers topics that include:

  • Computer architecture - Hardware, software, and peripherals
  • Basic computing mathematics - Number systems, binary operations, probability
  • Logic gates and Boolean Algebra
  • Machine Code and Assembly Language
  • Compilers and Linkers
  • Data Formats
  • Operating Systems and File Management

The cybersecurity component addresses areas including:

  • Cybersecurity Concepts
  • The Human Weakness in Cybersecurity
  • Cybersecurity Vulnerabilities
  • Cybersecurity Exploitation
  • Cryptography and Information Security
  • Cybersecurity Auditing Methods
  • Cybersecurity Defensive Strategies
  • Programming for Cybersecurity with Python
  • Ethical Hacking and Penetration Testing Lifecycle

The professional skills aspect encompasses subjects including:

  • Employment & Employability
  • Curriculum Vitae
  • Role of Professional Bodies
  • Security Obligations, Ethics and Law
  • Copyright and IPR Concepts
  • Report Writing and Referencing
  • Proposal and Business Plans
  • Social Networks and Collaboration
  • Data Collection Methods
  • Reflection

This module introduces fundamental concepts in database systems, emphasising their importance in modern computing. Students will gain theoretical and practical skills in designing, implementing, and querying relational databases, while also exploring alternative database management systems (DBMS), such as NoSQL and distributed databases. Through hands-on experience with tools like SQL and exposure to NoSQL systems, students will learn to choose the right database solution for different use cases.

The aims of this module are:

  • Understand the role and importance of databases in computer systems and applications.
  • Explain core database concepts, including schemas, tables, keys, and relationships.
  • Design normalised database schemas using Entity-Relationship (ER) modelling.
  • Implement relational databases in a DBMS.
  • Write SQL queries for data definition, manipulation, and retrieval.
  • Compare and contrast relational databases with alternative database models such as NoSQL and distributed systems.
  • Explore use cases for NoSQL databases, including document stores, key-value stores, and graph databases.
  • Understand the challenges and benefits of distributed databases, including replication and scalability.
  • Awareness of basic techniques for database optimisation and indexing.
  • Discuss data security, privacy, and ethical considerations in database design and use.

The module focuses on the application of computer programming, and related technologies, in solving everyday problems. In this process, problems and challenges will be analysed, leading to the selection and deployment of tools and techniques in response.

As a problem-based learning strategy is employed, the syllabus of the module is fluid from occurrence-to-occurrence. However, central themes and foundational concepts that will be covered are:

  • Computational thinking (decomposition, abstraction, algorithm design, pattern recognition)
  • Collaborative software development
  • Solution evaluation
  • Project portfolios

You now have the opportunity to pick an optional module to learn a new language or build on your existing language skills as part of your degree. You can choose:

  • Subsidiary Language for Beginners (choice of German, Italian or Spanish)
  • French: Intermediate Language Development
  • Spanish: Intermediate Language Development
  • Chinese: Intermediate Language Development
  • German: Communication in Practice
  • French: Communication in Practice
  • Spanish: Communication in Practice

The information listed in this section is an overview of the academic content of the course that will take the form of either core or option modules and should be used as a guide. We review the content of our courses regularly, making changes where necessary to improve your experience and graduate prospects. If during a review process, course content is significantly changed, we will contact you to notify you of these changes if you receive an offer from us.

Level 5 (year 2) builds on this foundation and allows students to develop their programming skills along with platform-specific skills such as web or mobile application development, students get to put skills into practice in a work-based learning module towards the end of this year. 

 

Modules

This module introduces intermediate topics in algorithm design, analysis and implementation using industry standard libraries, tools and techniques. Topics include asymptotic analysis, memory management and common data structures and algorithms such as:

  • Arrrays
  • Linked lists
  • Stacks
  • Queues
  • Heaps
  • Binary search trees
  • Hash tables
  • Sorting
  • Searching
  • Pseudorandom number generation

Additionally we cover topics such as multithreaded software development, as well as issues regarding maintainability for larger software projects.

This module provides a critical understanding of the fundamental building blocks of computer systems with an emphasis on performance efficiency. Topics include gate-level minimization, the design of combinational and sequential circuits, and an exploration of performance metrics and techniques for enhancing microprocessor architecture.

The module also covers the below topics of computer networks. 

  • Network representation and topologies
  • Protocols and models
  • SDLC
  • Switching concepts
  • Spanning Tree Protocol
  • VLANs
  • Wireless LAN
  • Subnetting
  • Routing fundamentals
  • Network Virtualisation
  • Cloud Fundamentals
  • Quality-of-Service
  • Network Security

The module introduces students to the basics of static websites - their structure (HTML), aethetics (CSS) and interactivity (JavaScript). It also introduces the kep protocol of the web (HTTP) and use of it's key verbs to make requests.

Students will be taught how websites compliant with HTML and CSS document standards, as well as being accessible, as defined by the Web Content Accessibility Guidelines (WCAG).

Students will also be introduced to various associated technolohies, such as IDEs, FTP clients and introduced to DevOps processes.

Students will then be introduced to mechanisms for developing dynamic websites through the development of server-side applications which utilise a database (i.e. full-stack development).

This module provides a comprehensive introduction to data analytics, focusing on foundational concepts and practical applications. Students will develop essential skills to analyze data, solve real-world problems, and explore the rapidly growing field of big data analytics. The key perspectives are:

  • Introduction to the data analytics process, including data collection, cleaning, analysis, visualisation, and interpretation.
  • Hands-on experience with data analytics tools and techniques.
  • Exploring big data analytics concepts, including scalable data processing and analysis.
  • Promoting ethical decision-making and effective communication in data-driven contexts.

The data analytics process covers :

  • Identifying business problems and defining objectives.
  • Collecting and cleaning raw data for analysis.
  • Performing exploratory data analysis (EDA) to uncover patterns.
  • Visualising and interpreting results to derive actionable insights.

The statistical and analytical thinking aspect includes: 

  • Measures of central tendency and dispersion.
  • Regression analysis and correlation.
  • Data modelling and simulation.

The tools and techniques component covers:

  • cleaning and preprocessing using Python or R.
  • SQL for querying and managing databases.
  • Data visualisation using tools like Tableau, Power BI, Matplotlib and Apache Superset
  • Introduction to big data ecosystem.

The big data analytics aspect addresses:

  • Scalable data storage and processing.
  • Analysing large datasets with distributed systems.
  • Leveraging machine learning for big data insights.
  • Real-time analytics and stream processing.

The ethical and professional skills aspect encompasses:

  • Ethical issues in data privacy and security.
  • Effective communication of data insights through storytelling.
  • Collaboration and teamwork in data projects.
  • Presentation and reporting of analytics outcomes.

This is an experiential learning opportunity that incorporates, 20 teaching contact hours/lectures to prepare for the150 contract hours where L5 students can use all their skills learned to date on an actual real-world (external business) client driven project, working in teams and produce an artefact. 

Students are also expected to undertake around 30 hours of self study.

This module not only gives them enhanced skills but the opportunity to work for a real client thus giving them a valuable CV and LInkedIn entry as work experience that can contribute to their employability portfolio. 

Students will collaborate in teams and produce full client documentation alongside a reflection of their expereince and this all give some much needed contemplation of their skills to date and how to use them. 

This module provides a structured, university-level work placement for 4, 5 or 7 weeks as one continuous block / period with a placement provider (i.e. industry apprioprate sector). It is designed to enhance your professional skills in a real-world job setting.

The placement can either be organised by you or with support from university staff.

All work placements within this module must be university-level; this means:

  • Undertaking high-skilled work commensurate with level 5 study (e.g. report writing, attending meetings, delivering presentations, producing spreadsheets, writing content on webpages, social media, marketing services/products etc)
  • Physically placed (albeit part of it can be hybrid) within an employer setting in one continuous block / period for 4, 5 or 7 weeks for a minimum of 140-147 hours over the course of the entire work placement

Where applicable, your existing part-time employer can be approached/used as the placement provider, if the high-skilled work.

  • criterion above is fulfilled for the full duration of the placement.
  • All quality assurances/agreements provided by the University are adhered to, by you and the employer.

The work placement context may not necessarily, reflect your degree discipline per se, but rather, it will give you an enriched experience to enhance your professional skills in a real-world job setting.

The Level 5, 40-credit modules require a basic foundation of knowledge of your chosen language e.g. GCSE or equivalent,  a Level 4 module in the same language or equivalent previous learning. This module includes an optional placement abroad, such as an intensive course at a partner university. You can choose:

  • Advanced Language Development and Global Sustainability (choice of German, French or Spanish)
  • Upper Intermediate Language Development and Global Employability (choice of Chinese, French or Spanish)
  • Post Beginner Language Development and Global Cultures (choice of German, Italian or Spanish)

The information listed in this section is an overview of the academic content of the course that will take the form of either core or option modules and should be used as a guide. We review the content of our courses regularly, making changes where necessary to improve your experience and graduate prospects. If during a review process, course content is significantly changed, we will contact you to notify you of these changes if you receive an offer from us.

Students can opt to take a year in industry before progressing to level 6. 

Level 6 (year 3) allows students to specialise, choosing from a range of optional modules and working on a final-year project under the supervision of an academic staff member. 

 

Modules

This module introduces students to developing applications for mobile devices on a major platform such as Android or iOS. This includes mobile device specific aspects such as working with location services, SDKs and libraries, making network requests, concurrency and dealing with resource limitations.

From a programming theory and application perspective, the module will consider, working with and further developing existing code, including the refactoring process, design patterns, the SOLID principles andwill  introduce students to the fundamentals of functional programming. Students will also consider the differing features of programming languages (such as type systems)

The module offers a comprehensive exploration of design thinking and its integration with human-centred design principles and practices to realise highly usable interactive systems. By the end of the module, students will be equipped to design innovative and user-friendly digital products and services, balancing business objectives with user satisfaction. This is supported by a focus on collaboration and teamwork, ensuring that the practices and processes of the industry are reflected. Over its duration, the module will engage with topics including, but not limited to, the following:

  • Human-centred design and ISO 9241-210
  • Balancing business goals with user needs
  • UX research
  • Experience mapping
  • Design thinking
  • Information architecture
  • Progressive enhancement
  • User interface design techniques
  • Defining inclusive design and accessibility
  • Style-guides and specifications for developers
  • Design sprints for software innovation
  • User testing and evaluation

Students will undertake a large self-directed software project in a specialist topic of their choice with guidance and support from a dedicated academic supervisor.

The project will begin with an appraisal of said topic, usually through a literature review and/or a commercial assessment of viability. This will be followed by planning and creation of a practical software artefact covering an implementation lifecycle, making use of project management techniques.

Ethical issues will be explored, leading to required approval for quantitative and/or qualitative testing, with results then analysed and used to inform futher development and to draw conclusions against a hypothesis.

This module is introduces the theory and practice of network protocol design, maintenance and evalutation. We will build from first principles towards a professional, research and development approach to the subject. This will include topics such as:

  • Routing
  • Traffic engineering
  • Distributed protocol design
  • Use of discrete event simulation tools
  • Evaluation and analysis of protocols
  • Mobile and wireless networking
  • Graph theory
  • Network optimisation
  • Computational complexity
  • Software defined networking
  • Information centric networking

The module combines relevant theoretical abstractions with essential practical networking approaches to build a strong profile of skills, abilities and knowledge for the successful student.

This module offers an in-depth exploration of artificial intelligence (AI) and its transformative role in the development of advanced software systems. It introduces key theoretical approaches and practical techniques for designing and deploying intelligent technologies, empowering you with the skills to build AI-driven solutions.

Key topics covered include:

  • Introduction to Artificial Intelligence: Understanding the foundations of AI and its significance in modern software development.
  • Theoretical Approaches to AI: Exploring algorithms and models that underpin intelligent systems, such as decision trees, neural networks, and reinforcement learning.
  • Practical AI Implementation: Gaining hands-on experience with AI techniques, including machine learning, natural language processing, and computer vision, through coding exercises and projects.
  • Designing and Deploying Intelligent Systems: Examining methods for building robust, scalable, and ethically sound AI technologies.
  • AI in Various Domains: Critically evaluating how AI is applied across industries such as business, healthcare, education, law, government, and scientific research, along with the ethical and societal implications of these applications.

This module blends theory with practical application, equipping you to develop intelligent systems and critically assess their impact in a wide range of real-world contexts.

The Robotics module provides an introduction to the foundational principles of robotics, exploring the theoretical aspects that underpin the design, application, and ethical considerations of robotic systems.

You will begin by examining the fundamental question: What is a robot? This includes understanding the diverse applications of robots across industries and their role in society. The module also delves into the ethical implications of robotics, such as their impact on employment, privacy, and safety.

Key technical topics include an overview of mechatronics, which integrates mechanical, electronic, and computer engineering; sensors, which enable robots to perceive their environment; and control systems, which ensure robots can perform tasks accurately and autonomously.

The module is assessed in a practical project where you will design a simulated robot, applying the concepts learned to demonstrate your understanding of robotic systems.

The module covers a range of topics that include:

  • Basic cloud computing concepts, advantages, and service delivery models.
  • Identity and Access Management (IAM) for centrally managing access to cloud resources.
  • Secure networking practices within the cloud environments.
  • Design and implementation of highly available, and secure cloud architecture.
  • Design and implementation of cloud resources such as Virtual servers, Databases, and storage solutions.
  • Introduction to serverless architecture within the cloud environments.
  • Application Data protection, both in transit and at rest, with in the cloud environments.
  • Logging and Monitoring within the cloud.
  • Incident Response Management within the cloud environments.

Recognition of the need to apply data science applications in organisations.

Establishment of correct selection and application of data science techniques (i.e. data shaping, model type selection, testing and application) in various organisational contexts. 

Application of common machine learning tools (e.g. logistic regression, non-linear model estimation, neural network) in a common development environment (e.g. R, Python, Scala) in preparation for the real world context.

Evaluation of the role of ethics in the application of data science techniques.

The information listed in this section is an overview of the academic content of the course that will take the form of either core or option modules and should be used as a guide. We review the content of our courses regularly, making changes where necessary to improve your experience and graduate prospects. If during a review process, course content is significantly changed, we will contact you to notify you of these changes if you receive an offer from us.

How You'll Learn

This course is delivered in three terms of ten weeks each. In each term, students study 40 credits comprised of either one or two modules. Scheduled contact hours range between approximately 6 and 12 hours per week depending upon the level of study and the complexity of the material being taught.

If studied, the Foundation Year, as with the following years of study, will be taught in three 10-week blocks across an academic year. Each block will comprise of a large 40-credit subject-specific module that includes a breadth of topics and subject skills. You will have on average 12-14 hours of contact time per week during the Foundation Year. There may be variations to this where subject practical or specialist space teaching is included.

This course is delivered primarily through in-person learning supported by online learning materials. Students can expect to take part in labs, workshops, lectures and tutorials. Teaching will be delivered by experienced academics and practitioners in the subject. This will be supplemented by occasional guest lecturers and speakers. 

On this course, you should expect to spend an average of 30 – 34 hours per week on independent study which might include following asynchronous learning material on the University’s VLE, using the University’s library, working with peers, and preparing work for assessment. 

There will be a broad range of assessment methods so that students are exposed to the different types of tasks they might encounter in the workplace. These will include coursework in the form of programming projects, software artefacts, portfolios of work, written work (e.g. essays) and presentations. In some modules, students will encounter class tests and practical assessments. We continuously review the assessment methods used in order that they adequately prepare students for graduate-level employment. 

All teaching is delivered by experienced academics and practitioners, with the fundamental principles of the Chester Future Skills Curriculum at its core - building your subject competence, confidence, and key transferable skills to shape you into a world-ready Chester graduate.

Study a Common First Year

This course shares a common first year with students on Computer Science with Artificial Intelligence and Computer Science and Electronic Engineering pathways.

This means that you’ll learn alongside students studying a similar discipline, helping to broaden your knowledge and exposure to other concepts, perspectives and professions in the first year of your degree.

As you learn and collaborate with students from other courses, you'll not only widen your social and professional network but also learn new skills that will set you up for success in your industry.

In your second and third years, you will progress to studying more specialist modules within computer science, developing your skills to become a World Ready graduate.

Entry Requirements

112UCAS points

UCAS Tariff

112 points

GCE A Level

Typical offer – BCC-BBC

BTEC

BTEC Extended Diploma: DMM

International Baccalaureate

28 points

Irish / Scottish Highers

Irish Highers: H3 H3 H3 H3 H4

Scottish Highers: BBBB

Access requirements

Access to HE Diploma, to include 45 credits at Level 3, of which 30 must be at Merit or above

T Level

Merit

OCR Cambridge Technicals

OCR Extended Diploma: DMM

Extra Information

GCSE Maths at C/4 or above is also required. 

Welsh Baccalaureate Advanced and A Level General Studies will be recognised in our offer. We will also consider a combination of A Levels and BTECs/OCRs.

Students from countries outside the UK are expected to have entry qualifications roughly equivalent to UK A Level for undergraduate study and British Bachelor's degree (or equivalent) for postgraduate study. To help you to interpret these equivalents, please click on your country of residence to see the corresponding entry qualifications, along with information about your local representatives, events, information and contacts.

We accept a wide range of qualifications and consider all applications individually on merit. We may also consider appropriate work experience.

English Language Requirements

  • IELTS Academic: Undergraduate: 6.0 (minimum 5.5 in each band)
  • Postgraduate: 6.5 (minimum 5.5 in each band)

For more information on our entry requirements, please visit International Entry Requirements.

72UCAS points

UCAS 

72 points 

GCE A Level 

72 points, including grade D at A Level

BTEC 

BTEC Extended Diploma: MMP  

Irish / Scottish Highers 

Irish Highers: H4 H4 H4 H4 H4

Scottish Highers: CCDD

International Baccalaureate 

24 points

Access requirements 

Access to HE Diploma – Pass overall 

T Level

T Level: Pass (D or E on the core)

OCR Cambridge Technicals

OCR Extended Diploma: MMP

Extra Information

GCSE Maths at C/4 or above is also required. 

Welsh Baccalaureate Advanced and A Level General Studies will be recognised in our offer.  We will also consider a combination of A Levels and BTECs/OCRs.

If you are a mature student (21 or over) and have been out of education for a while or do not have experience or qualifications at Level 3 (equivalent to A Levels), then our Foundation Year courses will help you to develop the skills and knowledge you will need to succeed in your chosen degree.  

Fees and Funding

£9,535per year for a full-time course (2025/26)

Our full-time undergraduate tuition fees for Home students entering University in 2025/26 are £9,535 a year, or £1,590 per 20-credit module for part-time study.

You can find more information about undergraduate fees on our Fees and Finance pages.

Students from the UK, Isle of Man, Guernsey, Jersey and the Republic of Ireland are treated as Home students for tuition fee purposes.

Students from countries in the European Economic Area and the EU will pay International Tuition Fees.

Students who have been granted Settled Status may be eligible for Home Fee Status and if eligible will be able to apply for Tuition Fee Loans and Maintenance Loans.

Students who have been granted Pre-settled Status may be eligible for Home Fee Status and if eligible will be able to apply for Tuition Fee Loans.

£14,450*per year for a full-time course (2025/26)

The tuition fees for international students studying Undergraduate programmes in 2025/26 are £14,450 per year for a full-time course. This fee is set for each year of study.

The University of Chester offers generous international and merit-based scholarships, providing a significant reduction to the published headline tuition fee. You will automatically be considered for these scholarships when your application is reviewed, and any award given will be stated on your offer letter.

For courses with a Foundation Year, the tuition fees for Year 1 are £10,750 and £14,200 for Years 2-4 in 2025/26.

For more information, go to our International Fees, Scholarship and Finance section.

Irish Nationals living in the UK or ROI are treated as Home students for Tuition Fee Purposes. 

Your course will involve additional costs not covered by your tuition fees. This may include books, printing, photocopying, educational stationery and related materials.

Students often elect to purchase a laptop, where students choose to do so, the cost is likely to be around £800-£1000.

Most software specific to your course is available free to students through agreements we have with the software vendors. 

Occasional, optional, field trips may be offered, depending on student demand, these are typically within the UK and where chargeable the cost is likely to be under £100. Students are not required to participate in order to successfully complete the course. 

If you are living away from home during your time at university, you will need to cover costs such as accommodation, food, travel and bills. 

Who You'll Learn From

Andrew Muncey

Programme Leader for BSc Computer Science
Andrew Muncey

Dr Stuart Cunningham

Programme Leader for MSc Advanced Computer Science
Dr Stuart Cunningham

Dr Mike Morgan

Senior Lecturer
Dr Mike Morgan

Dr Helen Southall

Senior Lecturer
Dr Helen Southall

Graham Logan

Senior Lecturer
Graham Logan

Dr Richard Stocker

Senior Lecturer
Dr Richard Stocker

Where You'll Study Exton Park, Chester

Your Future Career

Job Prospects

Our graduates enter a range of roles, both locally and further afield. Typical roles for students completing the course might include software developer, web developer, network engineer and database administrator among many others. A number of our students have entered graduate schemes at multinational companies. 

Progression options

Careers service

The University has an award-winning Careers and Employability service which provides a variety of employability-enhancing experiences; through the curriculum, through employer contact, tailored group sessions, individual information, advice and guidance.

Careers and Employability aims to deliver a service which is inclusive, impartial, welcoming, informed and tailored to your personal goals and aspirations, to enable you to develop as an individual and contribute to the business and community in which you will live and work.

We are here to help you plan your future, make the most of your time at University and to enhance your employability. We provide access to part-time jobs, extra-curricular employability-enhancing workshops and offer practical one-to-one help with career planning, including help with CVs, applications and mock interviews. We also deliver group sessions on career planning within each course and we have a wide range of extensive information covering graduate jobs and postgraduate study.

Enquire about a course