inline-defaultCreated with Sketch.

This website uses cookies to ensure you get the best experience on our website.

Students
Tuition Fee
EUR 6,000
Per year
Start Date
2025-09-01
Medium of studying
On campus
Duration
36 months
Program Facts
Program Details
Degree
Bachelors
Major
Computer Science | Data Science | Software Development
Area of study
Information and Communication Technologies
Education type
On campus
Timing
Full time
Course Language
English
Tuition Fee
Average International Tuition Fee
EUR 6,000
Intakes
Program start dateApplication deadline
2025-09-01-
2026-02-01-
About Program

Program Overview


BSc in Computing Science

Overview

Prepare for your career in one of the fastest growing industries in the world. This exciting Level 7 Bachelors Degree teaches students about the latest technological developments in the IT industry and presents them with the opportunity to pursue a career in IT or progress onto a higher award in computing at Griffith College.


Why Study Computing Science at Griffith College?

Designed specifically with the needs of industry in mind, the BSc in Computing Science at Griffith College is a 3-year programme, which aims to equip students with a solid grounding in computer science. Delivered on a full-time basis as a graduate of this course, you will:


  • Obtain highly sought after skills essential for a career in IT.
  • Fantastic job prospects in a High Demand Industry.
  • Obtain the necessary skills and academic requirements to further your studies with progression on to the BSc (Hons) in Computing Science at Griffith College.

Course Highlights

  • Small class sizes
  • Access to state of the art facilities
  • A dedicated experienced lecturing Team
  • Industry guest speakers

Intake Dates

  • Limerick - Part-Time - September 2025
  • Cork - Full-Time - September 2025
  • Dublin - Full-Time - September 2025
  • Cork - Full-Time - February 2026

Are you applying through the CAO?

Check out our CAO HUB for everything you need to know about applying through the CAO!

Course Codes

  • Dublin: GC435

Testimonials

"In Griffith College I have learned how to be a good team member and a lot about programming and the most important I have achieved good results in my exams and an excellent relationship with classmates and lecturers."


Lui Miao
BSc(Hons) in Computing Science


"Having earned my degree from GCD, I feel the strongest skill gained from the course was the versatility to approach a multiplicity of computing disciplines with confidence and enthusiasm."


Kevin Jordan
BSc(Hons) in Computing Science


Related Courses

  • BSc (Hons) in Computing Science
  • Master of Science in Computing
  • Higher Diploma in Science in Computing

Related Articles

  • 7 Things to Know Before Starting a Computer Science Degree
  • Why consider a part-time computing course?

Course Details

Stage One

Computer Programming

The aim of the module is to teach the learner how to design high-quality computer programs in a systematic way. All the relevant concepts and techniques are explained and exemplified in the clearest, simplest language. The objectives are to facilitate the learner to understand the theory underlying programming as a concept and to enhance the logical step by step approach to problem-solving required. The basic concepts of command sequences, iteration and selection are introduced, and the constructs used in a modern programming language to implement these.


Foundations of Computing

The main objective of this course is to introduce learners to the concepts, notations and operations of mathematics that provide a basis for working in the field of computing. The material covered extends the knowledge of learners who have completed courses in mathematics at secondary level.


Client-Side Web Development

This module introduces the learner to the fundamentals behind client-side web development, both for desktop and mobile. They are introduced to the core concepts behind how the web works (The Internet, HTTP, Markup Languages etc.) before exploring the various Standards of client-side web development (HTML, CSS, JavaScript). In addition to this, learners learn about web design principles and the importance of user research and planning.


Computer Hardware

Learners are helped to develop their knowledge and understanding of how computer hardware is constructed and how the hardware can be made to implement logic and arithmetic and to run programs. Since computing is showing itself to be both pervasive and fast evolving, the module emphasizes the key principles that continue to apply while allowing the scope of the learning to benefit from the broad base envisaged in the module.


Effective Learning and Development

The objective of the module is to assist the learner in the transition to third level education by providing them with the necessary academic support and development skills. Learners are expected to develop adaptable competences that support them throughout their learning journey. This module equips learners to optimise their learning experience in College, and provides them with personal and professional lifelong skills and competences.


Systems Analysis & Design 1

The world is constantly changing with new and emerging digital technologies bringing many challenges to the commercial world. This module aims to support learners as they develop a broadly based and intellectually challenging framework in the area of systems analysis and development. Learners gain an awareness of current technologies, literature, and research in the area. Learners are expected to apply the principles to both current and developing technologies. Learners achieve this through developing knowledge and skills in the area. Further, they cultivate an understanding of how the insights and practice contribute to the current state of the art in the wider Computer Science landscape.


Operating System Design

This module focuses on the concepts involved in the design of an operating system; an understanding of its complexity and its many requirements. It introduces the learner to some fundamental algorithms used in operating systems. It introduces the concept of concurrency in an OS and explores the concept of multiprocessing and resource management strategies.


Software Development 1

In the Software Development 1 module the learners complete a large piece of work, encompassing both independent learning and development. They get the opportunity to work on a large-scale project in a team dynamic. They are required to produce complete a software application, host said software on a code repository and to document the process.


Stage Two

Object Orientated Programming

This module builds on the work completed in the first year Computer Programming module and extends the learners knowledge of programming by giving a comprehensive analysis of object-oriented programming. This paradigm leads to software architectures based on the objects every system or subsystem manipulates. In this view software systems are operational models of real or virtual world activities based around the objects that populate these worlds: people, cars, houses, stacks, sets, queues. As in all programming modules, a key objective is the acquisition, on behalf of the learner, of good software engineering skills and the application of these skills to the design and implementation of software components.


System Analysis & Design 2

This module is a continuation module and introduces you to the fundamental concepts of object-oriented program design and how to use modelling for constructing complex software systems. As a result, learners develop skills such as communication literacy, critical thinking, analysis, reasoning, and interpretation, which are crucial for gaining employment and developing academic competence. A big emphasis is placed on using UML to module systems and produce designs.


Relational Databases

The aim of this module is to teach the theoretical and practical underpinnings of modern database management systems by teaching the design and implementation of Relational Databases. Learners study techniques such as entity-relationship modelling and normalisation in order to more effectively design a database. Learners are also exposed to practical application of structured query language (SQL) in order to implement, populate, query, and manipulate a database design into a relational database management system (RDBMS).


Probability and Statistics

This module aims to support learners as they develop a broadly based, and intellectually challenging framework in the area of Probability & Statistics. Learners have an awareness of current statistical techniques, literature, and research in the area. Learners are expected to apply the principles of probability and statistics to solve problems and inform decision making. Learners achieve this through developing knowledge and understanding of probability and statistical principles, while applying these principles in typical real-world scenarios.


Data Structures and Algorithms

This module builds on the work completed in the Object-Oriented Programming module and will apply the methods learned there to the design of classes that implement data structures. As in all programming modules, a key objective is the acquisition, on behalf of the learner, of good software engineering skills and the application of these skills to the design and implementation of software components. At the heart of all software design is the implementation of appropriate data structures that provide efficient data models for the problem at hand. Learners develop an in-depth knowledge of the standard generic data structures: stacks, queues, sets, bags and maps; and also learn to implement these using both linear (linked lists, arrays) and non-linear (binary search trees, avl trees, B-trees) data structures. Learners will also study Graph Theory and the fundamental graph searching algorithms. Unit testing will be used throughout to build test models for classes developed to implement data structures.


Software Development 2

The Software Development 2 module builds on the work completed in Software Development 1. In that module the focus was on source code management using version control systems. In this module the focus is again on developing a large piece of work, using the learning from Software Development 1, but with a focus on software testing and testing suites. They get the opportunity to work on a large-scale project in a team dynamic. They are required to complete requirements analysis, produce complete a software application, host said software on a code repository, implement a testing suite, and to document the process.


Server-side Web Development

This module introduces the learner to the fundamentals behind server-side web development. They are introduced to the core concepts behind dynamic, database-driven web development, through server-side scripting and database integration and learn how to design and build web applications that deliver database information through server-side HTML pre-processing.


Linear Algebra

A key objective of this module is to give learners an in-depth understanding of those areas of discrete mathematics that are relevant to the study of computing. It builds on the work covered as part of the first year foundations module.


Award Stage

Network & Data Communications

This module provides the learner with a detailed understanding and appreciation of communication networks layouts and a wide range of networking standards and protocols. The module concentrates on the physical layer, signalling and signal encoding schemes and the datalink layer. This module also covers higher level network protocols which enhance knowledge about communication in networks. It also provides a basic understanding of wireless networks.


HCI & GUI Programming

The aims of this module are to empower the learner with the theory and practice of modern GUI development utilizing HCI principles.


The objectives of this module are:


  • To familiarize the learner with human computer interaction principles.
  • To give the learner a grounding in the creation of standard GUI components.
  • To encourage the learner to discover appropriate combination of standard GUI controls to solve a problem.
  • To support the learner in developing custom controls to tackle more challenging problems.
  • To enable learners to create comprehensive GUI applications incorporating standard and custom controls to solve complex problems.

Concurrent Development

This module builds on the work completed in programming modules completed in stages 1 and 2 and will apply the methods learned there to the study of Concurrent Development. Concurrency complicates the field of programming because processes are non-deterministic and to write concurrent systems that are correct we must understand how to manage limited shared resources. Learners gain an understanding of the need for, and advantages of, concurrent and parallel systems; a mastery of a new programming paradigm that is different from that of the single threaded one; a description of how processes and threads are managed in multiprocessor, multi-core machines; an understanding and mastery of the many classical problems arising with concurrent and parallel tasks; an awareness of the need for such issues as fairness, process synchronisation, deadlock avoidance, etc; and an ability to write concurrent and parallel programs to solve real-world problems.


Numerical Optimisation

The main aim of the module is to introduce learners to the concepts, notations and operations of mathematics that provide the basis for the foundational knowledge required for working and developing competencies in various emerging fields. The material covered extends the knowledge of learners who have completed mathematical modules in stage 1 and stage 2. The module provides a conceptual understanding of optimisation problems and their real-world applications. First order and second orders methods to solve optimisation problems are covered in detail. Further, the module explores probabilistic techniques such as simulated annealing, and evolutionary algorithms to find solutions to optimisation problems. The learners will have hands-on experience of implementing solution methods and applying algorithms and techniques covered in this module. Finally, the challenge of dimensionality is discussed.


Web Technologies

This module provides learners with the knowledge and skills needed to design and deploy web applications using a range of web application frameworks and content management systems. Learners study general concepts behind web application frameworks and CMSs, including how they work, design patterns, installation, and practical use. Learners get hands-on experience deploying single-page applications, server-side web applications, and content management systems.


Professional Certification

The aim of the module is to teach the learner how to install, configure and maintain a Linux operating system. All the relevant concepts and techniques are explained and exemplified in the clearest, simplest language. The objectives are to facilitate the learner to achieve the CompTIA LX0-103 professional certification.


Group Project

The aim of this module is to get the learners to complete a large piece of group work encompassing both research and development. They are required to produce a complete software application, e.g. in the area of an Internet of Things (IoT) application. They are also required to demonstrate and to document the process.


The objectives of this module are to have learners apply what they have learned on the programme and carry out a piece of development from scratch. They will need to propose a full project using the chosen technology/IoT and are expected to go through the phases of research, design, implementation, and analysis of the completed work. They are also expected to demonstrate their work to a group of demonstrators.


Course Contacts

Brendan Fogarty

Computing Programme Director


  • Limerick

Fergal Lane

Computing Programme Director


Computing Lecturer


  • Cork

How to Apply

Entry Requirements

CAO application process - You will need 5 O6/H7 grades, to include a language (English, Irish or another language) and maths.


English Language
If English is not your native language, you must show that your English level is of a suitable standard. For further information please contact a member of the Admissions Team.


Griffith College is accepting the online Duolingo English Test (DET) as valid proof of English proficiency. For more information, please visit here.


How to Apply

Applicants under 23 years of age:


Applicants under 23 years of age on 1st of January must apply through the CAO system. Please consult the CAO website for information on important dates for applications.


CAO Codes


  • Dublin: GC435

Applicants over 23 years of age (Mature students):


If you are 23 years of age on or before the 1st January of the year you want to enter, you may apply as a mature student. Mature students must apply to Griffith College directly online using the Apply Online facility on the website homepage. Mature applicants will be asked for a copy of their passport.


Fees

For purposes of fee calculation, the residence is counted from the time of application.


Please note that not all study modes may be offered at all times. For confirmation, refer to the intake dates in the Overview tab.


Tuition Fees

Irish/EU citizen, living in Ireland

Study Mode: Full-Time

  • Dublin
    • EUR 6,000.00
  • Cork
    • EUR 5,000.00

Study Mode: Part-Time

  • Limerick
    • EUR 3,400.00

Irish/EU citizen, living abroad

Study Mode: Full-Time

Please refer to the Irish/EU Living Abroad Fees.


International

Study Mode: Full-Time

Please refer to our Non-EU Tuition Fees section.


Non-EU students : aStudent Services and Administration fee ofEUR200 is payable each academic year in addition to the fees quoted below.


An Academic Administration Fee ofEUR250.00 and a2%****Learner Protection Charge is applicable each academic year in addition to the fees quoted below. The fees below relate to Year 1 fees only.


Flexible payment options

Students wishing to pay their fees monthly may avail of our direct debit scheme. Please view our Fees information page for more information and assistance.


Sponsorship

Is your company paying for your course?


They will need to complete a Griffith College Sponsorship Form (PDF file) and send this to the Student Fees Office:


  • Post: Student Fees, Griffith College Dublin, South Circular Road, Dublin 8
  • Email:

Cork

  • Post: Student Fees, Griffith College, Wellington Road, Cork
  • Email:

2% Learner Protection Charge

All QQI accredited programmes of education and training of 3 months or longer duration are covered by arrangements under section 65 (4) of the Qualifications and Quality Assurance (Education and Training) Act 2012 whereby, in the event of the provider ceasing to provide the programme for any reason, enrolled learners may transfer to a similar programme at another provider, or, in the event that this is not practicable, the fees most recently paid will be refunded.


QQI Award Fee

Please note that a QQI Award Fee applies in the final year of all QQI courses. To find the relevant fee for your course level, please see the Fees page.


Progression

Academic Progression

Graduates of this course have the option to continue their studies at Griffith College. We offer a number of options including:


  • BSc (Hons) in Computing Science
  • MSc in Computing
  • MSc in Cloud Computing
  • MSc in Network and Information Security
  • MSc in Applied Digital Media

Progressing onto a higher degree allows students the opportunity to study fields including development for mobile, big data analytics, graphics, the Internet of Things, robotics and artificial intelligence.


You can contact our admissions team to discuss what progression options are available to you.


Career Progression

Through the BSc in Computing Science, you will have gained valuable professional experience, specialising in a key emerging field and developed many technical skills. There is a wide range of career options for our graduates including:


  • Assistant software project leaders
  • Computer technology consultants
  • MIS (Management Information Systems) personnel
  • Software Engineers
  • Systems Analysts
  • Applications Programmers
  • Computer Systems Analyst
  • Business Intelligence Analyst
  • Web Developer
  • Computer Programmer

Program Outline


Degree Overview:


Overview:

The BSc in Computing Science is a 3-year, full-time undergraduate program designed to equip students with a solid foundation in computer science and prepare them for careers in the IT industry. Graduates can pursue higher-level studies with the BSc (Hons) in Computing Science at Griffith College.


Objectives:

Obtain highly sought-after skills essential for a career in IT. Graduate with excellent job prospects, with a 100% employment record from a sample of 35 graduates from the class of 2017. Gain the necessary skills and academic requirements to further studies with progression onto the BSc (Hons) in Computing Science at Griffith College.


Description:

This exciting Level 7 program emphasizes practical experience and industry relevance. Students will develop a strong understanding of computer science fundamentals, programming languages, algorithms, and data structures. They will also gain valuable insights into essential areas like web development, software design, computer hardware, and network communication. This degree is designed to cater to the needs of the industry, ensuring graduates possess the skills and knowledge employers actively seek. The coursework combines theoretical understanding with practical application, preparing students for a successful career in computing.


Outline:


Content:

  • Computer Programming
  • Foundations of Computing
  • Client-Side Web Development
  • Computer Hardware
  • Effective Learning and Development
  • Systems Analysis & Design 1 & 2
  • Operating System Design
  • Software Development 1 & 2
  • Object Orientated Programming
  • Relational Databases
  • Probability and Statistics
  • Data Structures and Algorithms
  • Network & Data Communications
  • HCI & GUI Programming
  • Concurrent Development
  • Numerical Optimisation
  • Web Technologies
  • Professional Certification
  • Group Project

Structure:

The program comprises three stages, each focusing on specific areas and complexities within computer science.


Stage 1:

Introduces the fundamentals of programming, computer hardware, and basic software development.


Assessment:


Methods:

  • Assignments
  • Examinations
  • Project work
  • Presentations

Criteria:

  • Knowledge and understanding of computer science concepts
  • Ability to apply theoretical knowledge to practical problems
  • Problem-solving skills
  • Programming ability
  • Communication skills

Teaching:


Methods:

  • Lectures
  • Tutorials
  • Laboratory sessions
  • Group work
  • Industry guest speakers

Faculty:

The program is delivered by experienced lecturers with expertise in various computer science areas. The Griffith College website provides a complete list of faculty members and their specializations.


Unique Approaches:

  • The program emphasizes industry relevance and prepares students for real-world challenges through practical projects and guest speaker sessions.
  • Small class sizes facilitate personalized learning and interaction with lecturers.

Careers:


Potential Paths:

  • Software developer
  • Web developer
  • Database administrator
  • Systems analyst
  • Network administrator
  • Data scientist
  • Security analyst
  • IT consultant

Opportunities:

Graduates can find employment in diverse industries, including technology, finance, healthcare, and government.


Outcomes:

  • Students will be prepared for a successful career in the IT industry.
  • They will have the skills and knowledge to pursue further studies in computer science.

Other:

  • This program is accredited by Quality and Qualifications Ireland (QQI).
  • Griffith College offers scholarships and bursaries to support students financially.
  • The College provides career guidance and support to assist graduates in their job search.

Tuition Fees Irish/EU citizen, living in Ireland Study Mode: Full-Time Dublin EUR 5,850.00 Cork EUR 4,850.00 Limerick EUR 4,750.00 Study Mode: Part-Time ​Limerick EUR 3,250.00 Irish/EU citizen, living abroad Irish/EU citizen, living abroad Study Mode: Full-Time International International Study Mode: Full-Time Non-EU students: a Student Services and Administration fee of EUR200 is payable each academic year in addition to the fees quoted below. An Academic Administration Fee of EUR250.00 and a 2% Learner Protection Charge is applicable each academic year in addition to the fees quoted below. The fees below relate to Year 1 fees only. Flexible payment options Sponsorship Post: Student Fees, Griffith College Dublin, South Circular Road, Dublin 8 Email: accounts@griffith.ie Cork Post: Student Fees, Griffith College, Wellington Road, Cork Email: studentfees.gcc@griffith.ie 2% Learner Protection Charge All QQI accredited programmes of education and training of 3 months or longer duration are covered by arrangements under section 65 (4) of the Qualifications and Quality Assurance (Education and Training) Act 2012 whereby, in the event of the provider ceasing to provide the programme for any reason, enrolled learners may transfer to a similar programme at another provider, or, in the event that this is not practicable, the fees most recently paid will be refunded. QQI Award Fee Please note that a QQI Award Fee applies in the final year of all QQI courses.

SHOW MORE
About University
Masters
Bachelors
Diploma
Foundation
Courses

Griffith College


Overview:

Griffith College is a private higher education institution with campuses in Dublin, Cork, and Limerick. It offers a wide range of undergraduate and postgraduate programs, with a focus on providing students with a flexible and supportive learning environment.


Services Offered:

    Flexible Study Modes:

    Griffith College offers a variety of study modes, including full-time, part-time, blended, and online learning options.

    City Centre Campuses:

    Students can benefit from the convenience of studying in the heart of Dublin, Cork, and Limerick.

    Global Community:

    Griffith College boasts a large alumni network, connecting graduates across the world.

Student Life and Campus Experience:


Key Reasons to Study There:

    Small Class Sizes:

    Griffith College prides itself on its low lecturer-to-student ratio, allowing for personalized attention and support.

    Diverse Course Options:

    Students have a wide selection of courses to choose from, with over 200 programs available.

    City Centre Locations:

    The college's campuses offer easy access to city amenities and cultural experiences.

Academic Programs:

    Faculties:

    Griffith College offers programs across various faculties, including Business, Arts, Science, and Technology.

    Springboard+:

    The college provides Springboard+ programs, which are government-funded upskilling and reskilling initiatives.

    Postgraduate Programs:

    Griffith College offers a range of postgraduate programs, including Masters and PhD degrees.

Other:

    Open Days:

    Griffith College hosts open days to allow prospective students to explore the campuses and learn more about the institution.

    News & Events:

    The college regularly updates its website with news and events, showcasing student achievements and highlighting key developments.

Total programs
222
Admission Requirements

Entry Requirements:


Irish/EU citizen, living in Ireland:

  • Griffith College is accepting the online Duolingo English Test (DET) as valid proof of English proficiency.
Location
Ambassadors
Video
How can I help you today?