Back to subject area

BSc Single Honours Computer Science

Undergraduate

Start date
Study mode
Course length
UCAS Code
Computer Science robot equipment

Interested in a different start date?

BSc Single Honours Computer Science

Discover how computing knowledge and digital skills prepare you to design, develop and evaluate solutions for a rapidly evolving technological world. The BSc (Hons) Computer Science at Birmingham Newman University is a full-time, three-year undergraduate degree designed for students seeking a strong foundation in computing and software development.

Whether you are aiming to become a software engineer, systems analyst or progress into postgraduate study, this course offers a flexible and practical route into a wide range of digital careers.

What does this course cover?
What does this course cover

You will explore core subjects including programming, data structures, databases, web development, system & networks, machine learning, cyber security, deep learning and IoT. These areas are taught through lectures, interactive workshops and project-based learning, helping you apply your knowledge to real-world challenges. You will also examine the ethical, legal and societal dimensions of computing, gaining insight into technology’s role and impact across different sectors. Learning is designed to be inclusive and applied, supporting your development as a reflective and adaptable practitioner.

How will I be assessed?
How will I be assessed

Assessment is designed to support your development into a confident and capable graduate. You will complete coursework-based tasks including programming assignments, software development projects, technical reports, presentations and group work.

These assessments help you apply theory to practice, write clean and efficient code, and communicate technical ideas clearly. The course prioritises project-based assessments over traditional exams, helping you hone practical skills that are directly relevant to careers in software development, machine learning, cyber security, game development or digital innovation.

Book a free consultation

Want to find out more about your options? Book a free consultation with an Academic.

Why study this course Studying the BSc (Hons) Computer Science at Birmingham Newman University offers a future-focused and professionally relevant route into the digital sector. Whether you're entering the tech industry, transitioning into a new field or continuing your studies, this course provides the technical foundation and adaptability needed to succeed. With a strong emphasis on ethical practice, innovation and real-world application, you will graduate ready to make a confident contribution to computing and digital transformation. ‘Every expert was once a beginner. Every line of code is a step forward. Every innovation creates new frontiers and new responsibilities. When you write your first line of code, it is not just a command for the machine, but a step towards reshaping the future.’ Adnan Qureshi, Senior Lecturer, Computer Science Explore the Foundations of Modern Computing You will study a well-rounded curriculum that includes programming, algorithms, databases, systems architecture and software engineering. These subjects are delivered through a blend of lectures, workshops and collaborative projects, encouraging you to apply your skills to practical scenarios. Alongside technical learning, you will explore the ethical, legal and social responsibilities of working in computing, helping you make informed decisions in professional contexts. Supportive and Personalised Learning At Birmingham Newman University, you will be part of a close-knit academic community that supports your growth. Teaching is delivered by experienced lecturers who bring both industry insight and academic expertise to the classroom. With small class sizes, regular feedback and a consistent weekly structure, you will benefit from a supportive environment that encourages both personal and professional development. On graduation, you will hold a full honours degree and be well-prepared for a range of computing careers or further study.

Complimentary Surface Pro

Got a question you’d like to ask?

We welcome students from all backgrounds and accept a wide range of qualifications. If yours aren’t listed, don’t worry – our Admissions Team can help you explore your options. See full entry requirements.

• A-Level: Grade profile of BBC or 112 UCAS Tariff Points. • BTEC: Grade profile of DMM. This can be achieved from either an Extended National Diploma or a combination of smaller BTEC qualifications. • T-levels: A T-level with an overall Merit grade. If English is not your first language, you must have the following IELTS score: · Foundation courses: A Secure English Language Test equivalent to IELTS 5.5 IELTS with a minimum of 5.5 in each component. · Undergraduate courses: A Secure English Language Test equivalent to IELTS 6.0 with a minimum of 5.5 in each component. Other English language qualifications are also accepted. Please contact admissions for further information.

Please contact Admissions if you have any questions.

Course fees

The tuition fee for academic year 2025/26 is: £9,535

Additional costs

Computer Science News

Andrew Csizmadia

Andrew Csizmadia Named Fellow of the British Computer Society for Excellence in Computing Education

Andrew Csizmadia SFHEA, Emeritus Fellow in Computing Education at Birmingham Newman University, has been appointed…

Book an open day

Find out about our next open day. Book now to secure your place.

Fundamentals of web design
20 Credits (Compulsory)

This module will provide students with the opportunity to be proficient with tools and techniques used to create content accessed across a variety of mobile, tablet and desktop devices reliant on current front-end web design technologies. Students will also recognise appropriate accessibility standards and apply compliance guidelines to interactive websites. Students will develop web design skills for creating usable and interactive front-end web pages based on the principles of Human-Computer Interaction (HCI). Students will be encouraged to explore the requirements of organisations and interactive front-end development. Students will review appropriate literature on website design to gain understandings of the planning and implementation process and identify areas for further development or study.

Programming fundamentals
20 Credits (Compulsory)

This module provides the first exposure to programming in this undergraduate degree programme, and for some students their first encounter with programming at all. It introduces problem-solving and structured, procedural and function-oriented programming. Emphasis is placed on designing, developing and deploying correct, efficient, maintainable and scalable programs.

Introduction to problem solving, a brief review of Von-Neumann architecture, introduction to programming, role of compiler and linker, introduction to functions & algorithms, basic data types and variables, input/output constructs, arithmetic, comparison and logical operators, conditional statements and repetitive statements with understanding of execution flow, translation of counting, permutations and combinations into programs, introduction to modular programming, function definition and calling, stack rolling and unrolling, string and string operations, pointers/references, memory allocation and file handling.

The focus of this module is on developing knowledge, skills and understanding as they demonstrate mastery of software development. The module is based on several example programmes and emphasis is placed on practical work with the aim of ensuring that theory covered in lectures is reinforced by practical programming tasks.

Object oriented programming & data structures
20 Credits (Compulsory)

This module teaches object-oriented programming to those who have learnt fundamental programming concepts. The main concepts discussed are: Objects, Data Abstraction, Data Encapsulation, Polymorphism, and Inheritance with practical implementation using contemporary programming language constructs. The aim is to familiarise students to the object-oriented programming paradigm, analysis and software development. The programming skills are further enhanced by teaching data structures and algorithms underpinning efficient manipulation, storage and retrieval of data. Students are exposed to the concepts of time and space complexity of computer programs.

The module introduces object-oriented design, history and advantages of the paradigm, classes, objects, data encapsulation, constructors, destructors, access modifiers, function overloading, operator overloading, association of classes: composition, aggregation and inheritance; polymorphism, abstract classes and interfaces, generic programming concepts, data and object serialization using object streams and exception handling. The module further familiarizes students with concepts of creating, storing, retrieving, ordering, and manipulation of abstract data structures and the basics of analysis of algorithms and growth of functions. Concepts of linked lists, stacks, queues, trees and graphs are discussed along with recursion and divide and conquer algorithms. Techniques of sorting (selection, insertion, merge, quick, bubble, heap and radix etc.), priority queues, sorted linked lists, binary search, traversal of trees and graphs, greedy algorithms, spanning trees, hashing and indexing are discussed and practical implementation of these using a contemporary programming language is demonstrated.

The focus of this module is on developing algorithmic thinking, object-oriented programming knowledge, skills and understanding based on medium complexity programmes. Emphasis is placed on practical work with the aim of ensuring that theory covered in lectures is reinforced by practical programming tasks.

Database design & development
20 Credits (Compulsory)

The module will give students the opportunity to learn the fundamentals of database design. They will investigate the structure of data within a relational database, interact with, and protect the data within the database. Students will develop practical experience of problem analysis, especially concepts of data modelling, sets, relational theory and relational algebra. Students will develop database implementation skills for optimisation using structured data, held in relational databases, accessed via SQL and explore the data storage requirements of on-line businesses, companies and organisations.

Fundamentals of systems and networking
20 Credits (Compulsory)

This module will introduce students to concepts involved in the fundamentals of computer networking and security. The emphasis is on the design of computer networks and fundamentals of cyber security.

In this module, students develop the knowledge, skills and understanding required to comprehend computer models, methodologies, structures, number representation, security, Boolean Algebra, logic gates and their role in basic computer systems. Knowledge of fundamentals of computer architecture is becoming increasingly important in business and finance, and are applicable to problems which have been considered mainstream computing.

An operating system is typically the lowest layer of software in a computer. It provides an abstracted interface so that applications can run on diverse hardware without modification and it provides security which prevents misbehaving software from ‘crashing’ the hardware or disturbing other tasks which may be running simultaneously. This module provides an introduction to the major principles of implementing an operating system and ensuring that these are secure.These fundamentals cover the principles and structures of network addressing, , system architecture design, transmission of media, security and operations.

Developing as a computer scientist
20 Credits (Compulsory)

In this module, students will develop an understanding of the ethical, professional, sustainable and legal issues relating to computer science. Students will develop critical investigative skills in applying ethical theories to novel and emerging technological outcomes. . This module will provide students with the opportunity to identify and reflect on their strengths and weaknesses and to consider requirements for their future career in computer science. Development of problem-solving skills using number theory, propositional and predicate logic will enable understanding of a range of computer science concepts. Students will participate in critical reading, writing and develop their referencing techniques with emphasis on evaluating reliability and validity of sources.

Placement information

This course enables students to develop competence in key themes such as artificial intelligence, data science and cyber security, alongside wisdom in their application domains, sufficient for them to progress to postgraduate study or employability.

A rigorous, coherent and engaging curriculum that draws on the teaching strengths and research expertise in the subject area, aims to provide students unfettered learning opportunities tailored to address emerging technologies and specialisms.

Learning opportunities encourage and support the spirit of intellectual curiosity and enquiry, an ability to apply computational thinking to solve problems and the capacity for creative computing.

Relevant professional bodies (e.g. British Computing Society) inform the learning experiences provided to acquire and develop the practical skills essential within Computer Science.

Students develop an appreciation of legal, professional, economic, environmental, moral and ethical issues involved with Computer Science and their impact upon society.

Studying and living in Birmingham

At Birmingham Newman University, you’ll enjoy the best of both worlds: a peaceful, green campus that creates the ideal setting for focused study and personal reflection, yet remains just eight miles from the vibrant city centre.

As the UK’s second-largest city, Birmingham is also one of the youngest and most diverse in Europe, offering a dynamic blend of culture, innovation and opportunity. From world-renowned museums and music venues to a thriving food scene alongside a growing business and tech sector, it’s a place where creativity and ambition naturally thrive.

Experience Birmingham: A City Full of Possibilities

Whether you're discovering the Midlands for the first time or already know the area well, Birmingham provides a lively and inclusive environment for students. As one of the most energetic and multicultural cities in the UK, it’s a place where you can grow academically while developing personally. Its rich cultural heritage, creative energy and broad range of opportunities make it an inspiring backdrop for your university journey.

A City That Loves Great Food

Birmingham is a brilliant place to explore diverse culinary experiences. You might wander through the famous Balti Triangle, sample global street food at Digbeth Dining Club or enjoy a relaxed meal by the canals in Brindleyplace. The city is also home to independent cafés, vegan-friendly eateries and countless hidden gems. Whether you're grabbing a quick bite between lectures or planning an evening out, there’s always something new to discover.

Arts, Culture and Entertainment

The city pulses with creativity. You could catch live music at the O2 Academy, experience a world-class performance at the Birmingham Hippodrome or browse exhibitions at the Birmingham Museum and Art Gallery. Creative spaces like the Custard Factory showcase local talent while hosting events that celebrate innovation. With festivals, sporting fixtures and cultural celebrations taking place year-round, there’s never a shortage of things to enjoy.

Simple & Convenient Travel

Getting around Birmingham is straightforward thanks to its well-connected public transport system. Buses, trams and trains make it easy to reach campus, explore the city or travel further afield. Whether you're commuting daily or heading off for a weekend adventure, transport is both accessible and affordable.

Life Beyond the Lecture Hall

Your time at Birmingham Newman University extends far beyond academic study. You’ll have the chance to join student societies, contribute to community projects or try something entirely new. The university’s supportive atmosphere encourages you to build confidence, develop practical skills and feel genuinely at home throughout your studies.

What careers can I consider

Graduates of this degree are well-prepared for roles in software development, IT consultancy, systems analysis or further academic study. You may choose to work in areas such as application development, digital infrastructure or technical support across public, private or voluntary sectors.

The course also supports progression into postgraduate study or professional certification. You will be equipped to contribute confidently to technology teams and help shape innovative digital solutions. Support from Birmingham Newman University’s Careers and Employability Service includes mentoring, networking opportunities and guidance on further study or employment.

Accreditations and exemptions

This degree is academically rigorous and professionally relevant, preparing you for careers that require strong technical knowledge, ethical awareness and problem-solving skills. The curriculum is aligned with current academic frameworks and informed by industry expectations.

As a student at Birmingham Newman University, you will gain experience with widely used programming languages, development environments and tools, supporting progression into postgraduate study, professional certification or employment in computing, software development or related fields.

Courses we think you'll also like

Instagram does not support direct link sharing, below is the page URL to copy to add to Instagram posts manually: