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

52132 Courses delivered Online

Risk Management, Corporate Governance and Compliance

5.0(10)

By GBA Corporate

Overview This training course is structured around the ISO 31000:2009 framework, principles and processes. It will also demonstrate how to develop internal control mechanisms and explain how to measure risk in terms of probability and potential impact, at the same time as ensuring that the organisation complies with increasingly strict international standards of corporate governance.

Risk Management, Corporate Governance and Compliance
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Phonics Teaching Course

By iStudy UK

Overview Phonics helps children understand how letters are linked to sounds. In addition, it enhances their ability to read unfamiliar words by themselves. Build your phonic teaching abilities and help children read and write in a meaningful way by taking this comprehensive Phonics Teaching Course.  Our sole intention behind creating this Phonics Teaching Course is to improve your Phonics teaching ability. The program will provide you with a thorough introduction to phonics education and introduce you to different types of Phonics. You'll also learn to teach a dyslexic child how to read, write. You'll also find a comprehensive guide for parents and carers.  Learning Outcomes Improve your Phonics teaching abilities Learn about Jolly Phonics Know about the cognitive approaches in dyslexia Identify the challenges of teaching Phonics and how to overcome them Learn how to teach Phonics to children with hearing loss Why You Should Choose Phonics Teaching Course Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment, and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential Who is this Course for? The Phonics Teaching Course is for anyone interested in strengthening their phonics teaching expertise. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Phonics Teaching Course is fully compatible with any kind of device. Whether you are using a Windows computer, Mac, smartphone or tablet, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path This course will provide you with the necessary knowledge and skills required to succeed in this sector. You will be ready to enter the relevant job market after completing this course. On top of that, the course will enhance your ability to earn an average salary of £52,500 annually.  Phonics Teaching Module 01: Introduction to Phonics Education 00:12:00 Module 02: Teaching Phonics 00:19:00 Module 03: Jolly Phonics 00:17:00 Module 04: Dyslexia and Learning Difficulties 00:17:00 Module 05: Career as Phonics Teacher 00:14:00 Module 06: Involving Parents and Carers 00:15:00 Module 07: Speaking and Phonological Awareness 00:26:00 Module 08: Systematic Assessment and Record Keeping 00:24:00 Module 09: Meeting Individual Needs 00:29:00 Module 10: Cognitive Approaches in Dyslexia 00:14:00 Module 11: Phonics for Deaf Children 00:23:00 Module 12: Teaching Higher Level of Phonics 00:15:00

Phonics Teaching Course
Delivered Online On Demand3 hours 45 minutes
£25

LEADERSHIP, ORGANIZATIONAL CULTURE AND SUPERVISION SKILLS

5.0(10)

By GBA Corporate

Overview This course is incredibly elegant to feed psychological feature feeling and confidence needed in an everyday work state of affairs so as to run the team and organisation to attain sensible results. it'll facilitate building your trust and loyalty and enhance your skills and your behaviour additionally it'll facilitate setting objectives, motivating and communicating together with your folks.

LEADERSHIP, ORGANIZATIONAL CULTURE AND SUPERVISION SKILLS
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Mastering Financial Planning and Budgeting in the Public Sector

5.0(10)

By GBA Corporate

Overview This course in Public Sector Accounting and Budgeting training seminar is designed to provide a comprehensive briefing on the fundamental principles and key functions in the continuously developing sphere of public sector finance. Non-financial public sector employees and managers are regularly required to both provide input to the budget process and respond to information presented in departmental financial reports.

Mastering Financial Planning and Budgeting in the Public Sector
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Public Sector Accounting and Budgeting

5.0(10)

By GBA Corporate

Overview This course in Public Sector Accounting and Budgeting training seminar is designed to provide a comprehensive briefing on the fundamental principles and key functions in the continuously developing sphere of public sector finance. Non-financial public sector employees and managers are regularly required to both provide input to the budget process and respond to information presented in departmental financial reports.

Public Sector Accounting and Budgeting
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

UK Tax Accounting Course

4.8(47)

By Bradstone Allington National

Our 12-month training course provides everything you need to qualify in Tax Accounting. Once you have completed your training session you will gain an accredited certification. Certificate included in the cost Exam included in the cost CPD 12 CPD hours / pointsAccredited by The CPD Standards Office Description Boost your skills in Tax Accounting with this online diploma now available for students wanting to develop their career in accounting. Candidates who desire to make an impression are required to have an understanding of key UK Tax Accounting principles. What’s Included 12 months full access to the course content Professional certification Digital certification included Learn industry-leading skills and stand out from the crowd. Information-packed training starting from basics to advanced UK Tax Accounting techniques. Best suitable for beginners to advanced learners Course content designed by considering current techniques used by professionals teaching UK Tax Accounting Course Syllabus UK Taxation, Tax on Individuals Benefits and Allowances National Insurance & Income Tax Taxation in the UK PAYE, Payrolls and Wages Value Added Tax (VAT) Exporting and Importing goods and services Double Entry Accounting Management Accounting and Financial Analysis Tax Organizations and Standards *Terms Apply Assessment: To pass the course learners are required to successfully pass an online examination. Who is this course for? People who want to enter a career in finance Part Qualified, Freshly Qualified candidates Entry-Level candidates Students Currently Studying or intending to study UK Tax Accounting or want to refresh knowledge People who are already working in the industry but want to gain further knowledge Requirements There are no formal entry requirements for this course.

UK Tax Accounting Course
Delivered Online On Demand12 hours
£395

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

Emotional Intelligence for Managers and Leaders

5.0(10)

By GBA Corporate

Overview This course is very influential as it helps understand the team members and their behavioural personalities. Efficient team management is one of the key skills a manager could have. It is the duty of the manager to hold the leadership skills to manage the team efficiently and get the work done in an effective also along with taking care of their team.

Emotional Intelligence for Managers and Leaders
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Banking and Financial Institutional Analysis

5.0(10)

By GBA Corporate

Overview This course will provide participants with an introduction to the key elements to consider in analysing financial institutions for example factors used in the assessment of the operational performance of financial institutions including but not limited to solvency, liquidity, earnings, management and systems/controls. The program will primarily cover banking institutions but there will also be some sessions devoted to risks associated with insurance companies. 

Banking and Financial Institutional Analysis
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Digital Asset Management

5.0(10)

By GBA Corporate

Overview This course shows participants how to deal with documents in an electronic way to get rid of the paper's hard copy which takes a lot of space and time. It will also update you with the Digital Asset management or EDRMS system and changes that happen to take place with the passage of time. The advanced technology leads to Advance EDRMS systems with enhances features.

Digital Asset Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626