• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

25794 Courses in Cardiff delivered Online

Introduction to Forensic Accounting

By Study Plex

What you will learn from this course? Gain comprehensive knowledge about forensic accounting Understand the core competencies and principles of forensic accounting Explore the various areas of forensic accounting Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert forencsic accountant Course Highlights Course Type: Self-paced online course Duration: 1 to 2 hours Tutor Support: Full tutor support is included Customer Support: 24/7 customer support is available Introduction to Forensic Accounting Course Master the skills you need to propel your career forward in forensic accounting. This course will equip you with the essential knowledge and skillset that will make you a confident forencsic accountant and take your career to the next level. This comprehensive forensic accounting course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this forensic accounting course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective forensic accounting practice and equip you with the essential skills, confidence and competence to assist you in the forensic accounting industry. You'll gain a solid understanding of the core competencies required to drive a successful career in forensic accounting. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for forencsic accountant or for people who are aspiring to specialise in forensic accounting. Enrol in this forensic accounting course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive forensic accounting course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this forensic accounting can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This forensic accounting course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This forensic accounting course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This forensic accounting course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Study Plex Subscription Study plex also provides a subscription option that allows you unlimited access to more than 700+ CPD courses for learning. You only need to spend £79 to take advantage of this fantastic offer, and you'll get an unlimited subscription for a full year. Additionally, you can cancel your membership from your account at any time by getting in touch with our friendly and devoted customer care team. Visit our subscriptions page for more details if you're interested. Why you should train with Study Plex? At Study Plex, you will have the chance to build social, technical and personal skills through a combination of extensive subjects tailored according to your interest. Along with receiving comprehensive knowledge and transferable skills, there are even more reasons o be involved with us, which include: Incredible Customer Support: We offer active customer service in the form of live chat, which you can access 24/7 Expert Tutor Support: You'll have access to our devoted and dedicated tutor support with all of our courses whenever you need it. Price Justified by Quality: We ensure that you will have the best experience possible for the price you are paying for the course. Money-back Guarantee: We provide a money-back guarantee if you are not satisfied with the course's quality. There is a 14-day time limit on this option (according to the terms and conditions). Instalment Facility: If your course costs more than £50, you can pay in three instalments using the instalment option. Satisfaction Guarantee: Our courses are designed to meet your demands and expectations by all means. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Introduction and Overview Introduction to Forensic Accounting and Auditing 00:04:00 Forensic Accounting and Investigations Forensic Accounting and Auditing 00:03:00 Distinguishing Concepts 00:08:00 Techniques 00:12:00 Knowledge 00:15:00 Forensic Accounting 00:11:00 Forensic Investigation 00:06:00 Types of Engagements 00:16:00 Retaining Forensic Accountant 00:03:00 The Forensic Process 00:07:00 Supplementary Resources Supplementary Resources - Introduction to Forensic Accounting 00:00:00 Conclusion Summary 00:02:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Introduction to Forensic Accounting
Delivered Online On Demand
£19.99

Introduction to Cloud Computing

By Packt

Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct active management by the user. In this course, you will learn about the various cloud service models and how to manage Azure with CLI.

Introduction to Cloud Computing
Delivered Online On Demand1 hour 49 minutes
£33.99

Advanced C++ programming

5.0(3)

By Systems & Network Training

Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.

Advanced C++ programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Masters in IPSAS

5.0(10)

By GBA Corporate

Overview This course will help our clients to assist not only in meeting the challenges of introducing IPSAS but also to secure the benefits of improved financial management to help secure the organisational objectives and goals of each public service organisation. We have developed this course starting with an introduction and then implementation of IPSAS.  This course will help our clients to assist not only in meeting the challenges of introducing IPSAS but also to secure the benefits of improved financial management to help secure the organisational objectives and goals of each public service organisation. This enables multi-national organisations to make comparisons between projects wherever in the world they happen, irrespective of jurisdiction, culture, language and ethnicity. IPSAS is becoming and will become the World standard for Public Sector entities. We have developed this course starting with an introduction and then implementation of IPSAS. This allows clients to structure the move to IPSAS within its appropriate Framework. It is an approach that enables implementation to be done in a structured and well-managed way. In the course we will consider the main requirements of IPSAS and, by showing how they affect financial reports and published accounts, will help you to apply IPSAS. The course will assist both finance managers and general managers whose organisations and departments will be affected by IPSAS.

Masters in IPSAS
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Excel 2019 Introduction

5.0(1)

By Course Gate

The Professional Presenter Training provides you with the knowledge and skill building in the planning, preparation and delivery of truly engaging presentations. Exploring all aspects of concept, design and delivery, you will gain a range of tools and techniques to help you plan and deliver engaging and effective presentations to a range of audiences. You'll learn how to use specific tools and techniques for presentation creation and delivery which will enable you to conduct powerful presentations that engage your audience every time. This course will give you the framework needed to develop and deliver an effective, memorable presentation. You will learn proven tips and examples that will guide you through the presentation process no matter how large the audience. Who is this course for? Excel 2019 Introduction is suitable for anyone who wants to gain extensive knowledge, potential experience and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. Requirements Our Excel 2019 Introduction is open to all from all academic backgrounds and there are no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Introduction Introduction 00:01:00 Section 01 What is Excel 00:04:00 Opening Excel 00:07:00 Navigating the Excel User Interface 00:10:00 Using the Excel Ribbon 00:07:00 Understanding Excel Worksheet Components 00:07:00 Using the Backstage View 00:09:00 Section 02 Creating a New Workbook 00:06:00 Creating Workbooks Using Templates 00:03:00 Saving an Excel Workbook 00:05:00 Using the Accessibility Checker 00:04:00 Section 03 Navigating a Worksheet by Mouse or Keyboard 00:05:00 Understanding Excel Data Types 00:06:00 Using the Inking Tools 00:06:00 Working with Cell and Range Addressing 00:03:00 Using various Data Selection Techniques 00:03:00 Working with Common Excel Commands 00:05:00 Using the Autofill Handle 00:04:00 Using Flash Fill 00:02:00 Section 04 What are Formulas and Functions 00:04:00 Understanding the Components of a Formula 00:06:00 Understanding Calculation Hierarchy and the Order of Operations 00:03:00 Creating Basic Formulas 00:03:00 Working with Basic Functions and AutoSum 00:06:00 Using Cell References 00:05:00 Using the Quick Analysis Tools 00:03:00 Section 05 Modifying Columns and Rows 00:06:00 Hiding and Unhiding Columns and Rows 00:04:00 Section 06 Formatting and Aligning Data 00:11:00 Merging Data 00:08:00 Wrapping Text and Adjusting Orientation 00:07:00 Formatting Numbers 00:08:00 Using Borders and Shading 00:07:00 Using the Format Painter 00:04:00 Removing Formatting Quickly 00:05:00 Section 07 Using Cell Styles 00:06:00 Applying Themes 00:04:00 Section 08 Inserting and Formatting Images 00:06:00 Inserting and Formatting Shapes 00:06:00 Inserting and Formatting SmartArt 00:09:00 Working with Icons 00:06:00 Working with 3-D Models 00:05:00 Inserting Screenshots 00:05:00 Inserting Hyperlinks 00:05:00 Inserting Symbols and Equations 00:05:00 Inserting WordArt and Text Boxes 00:08:00 Inserting Other Excel Objects 00:06:00 Arranging Objects 00:05:00 Section 09 Using Find and Replace 00:03:00 Using Go To and Go To Special 00:03:00 Using the Spell Checker 00:05:00 Using the Thesaurus and Translation Features 00:05:00 Section 10 Printing and Previewing Excel Files 00:05:00 Creating Custom Margins and Scaling 00:05:00 Adding Headers and Footers 00:05:00 Exporting to PDF and XPS 00:04:00 Section 11 Renaming and Coloring Worksheet Tabs 00:04:00 Adding, Deleting, and Navigating Worksheets 00:05:00 Section 12 Viewing Workbooks 00:05:00 Using Zoom Tools 00:02:00 Configuring Sheet Options 00:04:00 Using the Freeze Panes and Split Commands 00:06:00 Working with Window Commands 00:03:00 Adjusting Workbook Properties 00:06:00 Recap Recap 00:01:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Excel 2019 Introduction
Delivered Online On Demand5 hours 34 minutes
£11.99

Data Center Training Essentials: General Introduction

4.7(160)

By Janets

Register on the Data Center Training Essentials: General Introduction today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Data Center Training Essentials: General Introduction is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Data Center Training Essentials: General Introduction Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Data Center Training Essentials: General Introduction, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Data Center Training Essentials: General Introduction Module 01: Data Center Introduction 00:37:00 Module 02: Data Center Reliability 00:23:00 Module 03: Data Center Equipment 00:24:00 Module 04: Data Center White Space 00:24:00 Module 05: Data Center Support Spaces 00:27:00 Module 06: Data Center Security, Safety, Networks and IT 00:26:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Data Center Training Essentials: General Introduction
Delivered Online On Demand2 hours 41 minutes
£25

Introduction to Paramedicine Study

5.0(2)

By Online Training Academy

Welcome to the "Introduction to Paramedicine Study" course, where you'll delve into the fundamental aspects of paramedic care. Designed for aspiring paramedics and healthcare professionals, this comprehensive program equips you with the knowledge and skills needed to excel in emergency medical services. Key Features: CPD Certified Free Certificate Developed by Specialist Lifetime Access In this course, learners will gain a comprehensive understanding of paramedicine, focusing on the roles and responsibilities of paramedics in the UK. They will learn about ambulance administration and the legal frameworks that guide paramedic practice. Basic human anatomy and common injuries will be covered, alongside advanced topics such as major injuries and pediatric paramedicine. Students will also acquire skills in initial patient assessment, CPR, and the administration of emergency medications. Specialized knowledge in responding to medical emergencies, including COVID-19 protocols, will be taught. Additionally, the course emphasizes emergency response planning, infection control, and risk management specific to paramedicine contexts. Overall, learners will be equipped with essential knowledge and practical skills necessary for effective paramedic practice, ensuring they are prepared to handle diverse medical emergencies with competence and professionalism. Course Curriculum Module 01: Introduction to Paramedicine Study Module 02: Roles and Responsibilities of Paramedics in the UK Module 03: Ambulance Administration Module 04: Law and Legislations for Paramedics Module 05: Basic Human Anatomy Module 06: Common Injuries Module 07: Major Injuries Module 08: Paediatric Paramedicine Module 09: Other Medical Emergencies Module 10: Initial Assessment Module 11: CPR and AED Administration Module 12: Medication Administration Module 13: Paramedic Procedures in Response to Covid-19 Module 14: Emergency Response Planning and Management Module 15: Infection Control Module 16: Pain Management Module 17: Paramedicine Risk Management Learning Outcomes Understand roles in UK paramedicine. Apply basic human anatomy knowledge effectively. Perform initial assessment in emergency situations competently. Demonstrate CPR and AED administration proficiency. Implement infection control measures in medical settings adeptly. Analyze paramedicine risk management strategies critically. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Healthcare professionals seeking paramedic specialization. Individuals aspiring to work in emergency medical services. Students preparing for paramedic certification exams. Career changers interested in emergency response roles. Medical professionals enhancing their emergency care skills. Career path Ambulance Paramedic Emergency Care Assistant Paramedic Practitioner Emergency Medical Dispatcher Ambulance Technician Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Introduction to Paramedicine Study
Delivered Online On Demand5 minutes
£12

Introduction to Personal Safety for Lone Workers IIRSM & IOSH Approved

By BAB Business Group

Every day, thousands of people are exposed to situations where they are left alone in work premises, when visiting members of the public during their working day, or working from home. There are many risks associated with working in isolation, without the support of colleagues. These risks can include accidents and violence. This course acts as an introduction to personal safety for lone workers and applies to those that work alone within business premises, mobile workers and homeworkers. It covers the legal responsibilities of both employers and employees, some of the common security precautions that can be implemented, practical steps you can take to avoid conflict in lone worker situations and other elements that can contribute to lone worker safe

Introduction to Personal Safety for Lone Workers
IIRSM & IOSH Approved
Delivered Online On Demand
£30

Introduction to QGIS for Remote Sensing

5.0(2)

By Institute of Beauty & Makeup

CPD Accredited | Career Oriented Learning Modules | 24x7 Tutor Support | Lifetime Access

Introduction to QGIS for Remote Sensing
Delivered Online On Demand1 hour
£12

Introduction to Public Relations (PR)

5.0(5)

By Online Training Academy

Enrolling in the Introduction to Public Relations (PR) Course offers a foundational understanding of PR concepts and tactics essential in today's interconnected world. In an era where reputation and perception can make or break an organization, mastering PR is crucial. Through modules covering the fundamentals, management, tactics, and ethical considerations, students gain insight into crafting compelling narratives and managing relationships with stakeholders. In the UK job market, proficiency in PR opens doors to diverse opportunities across sectors, from corporate communications to nonprofit advocacy. The average salary for PR professionals in the UK is around £30,000 to £40,000 annually, reflecting the demand for skilled practitioners. With PR becoming increasingly intertwined with social media and digital platforms, the Public Relations (PR) course equips learners to navigate these channels effectively. Despite fluctuations, the PR sector is experiencing steady growth, with an estimated increase of 6-8% in job opportunities projected over the next decade, making this course a valuable investment in career advancement. Key Features: CPD Certified Public Relations (PR) Course Free Certificate Developed by Specialist Lifetime Access Course Curriculum: Module 01: Introduction to Public Relations Module 02: Concepts of Public Relations Module 03: Management and Organisation of Public Relations Module 04: Public Relations Tactics and Research Module 05: Major Fields of Public Relations Practice Part I Module 06: Major Fields of Public Relations Practice Part II Module 07: Social Media and PR Module 08: Crisis management Module 09: Ethics & Professionalism in Public Relations Learning Outcomes: Analyze key concepts shaping public relations strategies for organisations. Implement effective tactics for managing public relations crises professionally. Apply ethical principles to navigate complex public relations scenarios confidently. Utilize social media platforms strategically to enhance public relations efforts. Demonstrate proficiency in conducting research to inform public relations strategies. Examine various fields of public relations practice and their significance. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Introduction to Public Relations (PR) course is accessible to anyone eager to learn more about this topic. Through this course, you'll gain a solid understanding of Introduction to Public Relations (PR). Moreover, this course is ideal for: Aspiring public relations professionals seeking foundational knowledge. Students interested in understanding the dynamics of public relations. Professionals transitioning into public relations roles for career advancement. Individuals looking to enhance their understanding of organizational communication. Anyone curious about the role of public relations in modern society. Requirements There are no requirements needed to enrol into this Introduction to Public Relations (PR) course. We welcome individuals from all backgrounds and levels of experience to enrol into this Introduction to Public Relations (PR) course. Career path After finishing this Public Relations (PR) course you will have multiple job opportunities waiting for you. Some of the following Job sectors of Public Relations (PR) are: Public Relations Officer - £25K to £35K/year. Communications Manager - £30K to £50K/year. Social Media Coordinator - £20K to £30K/year. PR Consultant - £25K to £40K/year. Crisis Communications Specialist - £30K to £45K/year. Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Introduction to Public Relations (PR)
Delivered Online On Demand2 hours 6 minutes
£10