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

51143 Courses

Presentation Skills Diploma

By Compliance Central

Are you looking forward to Presentation Skills course, the most demanding skills, for the ongoing year and beyond? Then you are in the perfect place. Let's explore! This presentation skills course is ideal for you if you want to become someone who can speak in front of peers or large audiences and gain confidence. You'll learn how to create presentations that are engaging, clear, and persuasive by following simple rules. Presentation Skills Courses' Basic Learning Outcomes: Strategies to engage your audience How to show confidence How to overcome nervousness Speak well and be aware of body language Learn how to manage and control speed Key Highlights for Presentation Skills Course: CPD Accredited Course Unlimited Retake Exam & 24/7 Tutor Support Easy Accessibility 100% Learning Satisfaction Lifetime Access Self-paced online course Modules You will have access to an extensive and in-depth body of knowledge when you enrol in this course, which has 13 modules all loaded to the brim, condensed from years of experience and practice into just 4 hours of high-quality instruction. Course Curriculum: Module 01: Hook Your Audience (Presentation Skills) Module 02: Show Presentation Skills and Confidence Module 03: Overcome Nervousness Module 04: Tailor Your Approach Module 05: Speak Well Module 06: Body Language Module 07: Keep Their Attention Module 08: Maximize Media Impact Module 09: Manage Pace Module 10: Answer Questions Module 11: Make It Enjoyment Module 12: Handle Distractions Module 13: Presentation Skills Close Well Certification CPD Accredited (CPD QS) Certificate Digital (PDF) & Hardcopy certificates are available CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in Presentation Skills course. Requirements Learners seeking to enrol for the Presentation Skills Course should meet the following requirements; Basic Knowledge of Information & Communication Technologies for studying online or digital platform. Stable Internet or Data connection in your learning devices. Career path After completing Presentation Skills course, you can explore trendy and in-demand jobs related to this course, such as- Executive Officer Presentation Specialist Assistant Manager Project Manager Presentation Designer Certificates CPD Accredited Hard Copy Certificate Hard copy certificate - Included CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: £3.99 each Outside of the UK: £9.99 each CPD Accredited PDF Certificate Digital certificate - Included CPD Accredited PDF Certificate

Presentation Skills Diploma
Delivered Online On Demand4 hours
£12

Essential SEO Skills Level 3

By Course Cloud

The innovative Essential SEO Skills Level 3 has been compiled with the assistance and expertise of industry professionals. It has been carefully crafted to meet the business requirements needed for an outstanding contribution to this role and the career path beyond it. By enrolling in this tutorial, a significant advantage can be gained by the student for securing their dream job and building an excellent reputation in this sector. This popular Essential SEO Skills Level 3 has been designed to help dedicated individuals train to become the absolute best in this business field. Many other entrepreneurs and talented students have already completed this course, and others like it, empowering them to move onto satisfying and rewarding careers. This unique Essential SEO Skills Level 3 course is perfectly suited for those dedicated and ambitious individuals who are committed to genuinely becoming the best in the business.  The Essential SEO Skills Level 3 is recognised and accredited by CPD standards, so all contents are guaranteed to be accurate and reputable, adding valuable competencies and qualifications to a CV, making anyone stand out from other potential candidates or business rivals. For added convenience, the Essential SEO Skills Level 3 consists of a range of educational modules that allow study sessions to be organised at any time and any place When the final assessment of the Essential SEO Skills Level 3 has been completed, a certificate of completion is supplied to evidence newly acquired skills and knowledge. This will provide a significant boost for job-seeking or entry into a new and exciting career path. The valuable qualification from the Essential SEO Skills Level 3 course can help to make all the difference in a dynamic employment sector and can also be validated on our website. We are aware that a student's lifestyles and work ethics may not allow much time for a dedicated study session, so the Essential SEO Skills Level 3 has been specifically designed to be taken at a personally selected pace, and the hours that are suited to each individual. Full access is immediately available after registration, and this can be achieved via any online device, and at any global location you are sighted at. Our fully-trained tutors are committed to helping you throughout the course, and will instantly respond to any queries that are sent to them via email.

Essential SEO Skills Level 3
Delivered Online On Demand
£319

Functional Skills Qualification in English at Level 2

By Cavity Dental Training

Gain the most from work, education and everyday life, and achieve your equivalent to GCSE grade C or 4 held every Thursday afternoon – 4pm till 6pm for 12 weeks with our dedicated tutor. These sessions will be via live Team’s webinar classes, covering 3 areas: Speaking, Listening and Communication, Reading and Writing. Through the completion of this qualification, you will demonstrate that you have Presentation, Q&A and Group discussion skills as well as Reading and Writing skills, to our tutor. The qualification is awarded by Highfield OFQUAL-regulated and nationally recognised. Learn more about the Functional Skills Qualification in English at Level 2 Giving you Presentation, Q&A and Group discussion skills as well Reading and Writing with practice exams our tutor will support you all the way to help you achieve that examination to move your career in the right direction. As part of one of our apprenticeship courses – This course could be government funded – so ask for more information. Course Dates Every Thursday 4pm - 6pm 12 week rolling course Costs £400.00 per person (inc. VAT) Any additional resits of exams are charged at £30 each.

Functional Skills Qualification in English at Level 2
Delivered OnlineFlexible Dates
£400

55337 Introduction to Programming

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#. Overview Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the .NET Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. 1 - Introduction to Core Programming Concepts Computer Data Storage and Processing Application Types Application Lifecycle Code Compilation 2 - Core Programming Language Concepts Syntax Data Types Variables and Constants 3 - Program Flow Introduction to Structured Programming Concepts Introduction to Branching Using Functions Using Decision Structures Introducing Repetition 4 - Algorithms and Data Structures Understand How to Write Pseudocode Algorithm Examples Introduction to Data Structures 5 - Error Handling and Debugging Introduction to Program Errors Introduction to Structured Error Handling Introduction to Debugging 6 - Introduction to Object-Oriented Programming Introduction to Complex Structures Introduction to Structs Introduction to Classes Introducing Encapsulation 7 - More Object-Oriented Programming Introduction to Inheritance Introduction to Polymorphism Introduction to .NET and the Base Class Library 8 - Introduction to Application Security Authentication and Authorization Code Permissions on Computers Introducing Code Signing 9 - Core I/O Programming Using Console I/O Using File I/O 10 - Application Performance and Memory Management Value Types vs Reference Types Converting Types The Garbage Collector Additional course details: Nexus Humans 55337 Introduction to Programming training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the 55337 Introduction to Programming course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

55337 Introduction to Programming
Delivered OnlineFlexible Dates
£2,975

Human Resources & DEI Program

By Netwomen

This highly interactive, tailored program will give your HR team the skills and tools necessary to understand why employees leave and how to stop attrition from happening at your organization. Participants Will Learn : Adaptive Solutions for Employee Retention Leadership as a Tool for Retention Fiercely Competitive: How to Attract the Best Talent Out There with DEI Program Details Digitally delivered Optimised for tailored audiences Built for groups of 20+ Led by experienced and certified professionals Delivered in bite-sized, 1- hour sessions Specialised to address issues around inclusivity and equity in the industry Investment Fee: £50,000 25 participants max per 12-week cohort TRAINING FORMAT : 12 - Week Cohorts Delivered in 1-hour sessions Virtually Facilitated Sessions Contents Module 1 : Why Employees Leave Module 2 : Top 3 Reasons and Solutions Module 3 : Leadership and Communication Module 4 : Adaptive Solutions Module 5 : Modern Leadership Theories and Practices Module 6 : Situational Leadership and Behavioral Style Management Module 7 : Characteristics of Optimal Leaders Module 8 : DEI, the Gender Gap, and Cultural Diversity Module 9 : DEI and Gender Gap Resolution as Strategic Advantages Module 10 : Supervisor and Management Solutions Module 11 : Mental Health Support, Meaningful Work, ad Career Advancement Module 12 : Work Flexibility and Remote Work Integrations Netwomen HR & DEI Program One Pager UK

Human Resources & DEI Program
Delivered OnlineFlexible Dates
£50,000

55354 Administering Office 365

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT professionals who are responsible for planning, configuring, and managing an Office 365 environment. Students who attend this course are expected to have a fairly broad understanding of several on-premises technologies such as Domain Name System (DNS) and Active Directory Domain Services (AD DS). In addition, they should have a general understanding of Microsoft Exchange Server, Microsoft Teams, and Microsoft SharePoint. Overview Plan and provision Office 365 Manage Users and Groups in Office 365 Deploy and Configure Tools and Applications for Office 365 Plan and Manage Exchange Online Plan and Manage SharePoint Online Plan and Manage Microsoft Teams Plan and Manage other Office 365 Services Implement Security and Compliance in Office 365 Report, Monitor and Troubleshoot Office 365 This five-day course describes how to set up, configure and manage an Office 365 tenant including identities, and the core services of Microsoft 365. In this five-day course, you will learn how to plan the configuration of an Office 365 tenant including integration with existing user identities; plan, configure and manage core services; and report on key metrics. Although this course and the associated labs are written for Office 365 with Windows 11, the skills taught will also be backwards compatible with Windows 10. This course is based on the features available in the Office 365 E3 license as these are the core features in Office 365 and Microsoft 365 plans. 1 - Planning and Provisioning Office 365 Overview of Office 365 Core Services of Office 365 Requirements for an Office 365 Tenant Planning a Pilot and Deployment Creating an Office 365 Tenant Adding Custom Domains and Managing DNS Settings Lab: Provisioning Office 365 2 - Managing Users and Groups in Office 365 Managing User Accounts and Licences Managing Passwords and Authentication Create and Managing the Different Types of Groups in Office 365 Managing Users and Groups with PowerShell Managing Users and Groups in the Azure AD Admin Center Role Based Access and Administrative Roles Planning and Configuring Directory Synchronization Lab: Managing Users and Groups in Office 365 Lab: Planning and Configuring Directory Synchronisation 3 - Deploying and Configuring Tools and Applications for Office 365 Planning Network Configuration for Office 365 Tools and Applications Using the Office Configuration Tool Click to Run Installation Use and Control Managing Centralized Deployment of Tools, Applications and Add-ins Reporting Lab: Deploying and Configuring Tools and Applications for Office 365 4 - Planning and Managing Exchange Online What is Exchange Online Managing Exchange Online Mailboxes Managing Office 365 Groups in Exchange Online Configuring Exchange Online Permissions Managing Exchange Online using PowerShell Plan and Configure Mail Flow Plan and Configure Email Protection Lab: Planning and Managing Exchange Online 5 - Planning and Managing SharePoint Online What is SharePoint Online Understanding the relationship between SharePoint, OneDrive, Teams, and Office 365 Groups SharePoint Online Architecture Configure SharePoint Online Configure and Control External Sharing Managing SharePoint Online Site Collections Managing SharePoint Online using PowerShell Lab: Planning and Managing SharePoint Online 6 - Planning and Managing Microsoft Teams What is Microsoft Teams How Microsoft Teams integrates with other Office 365 Services Create and Manage Organization Wide Settings Create, Manage and Assign Microsoft Teams Policies Plan and Configure External and Guest Access Managing Microsoft Teams using PowerShell Lab: Planning and Managing Microsoft Teams 7 - Planning and Managing Other Office 365 Services Yammer Planner Visio Bookings Delve Forms Power Platform Stream Sway Viva Scheduler Add-ins, including Find Time and Junk Reporter Lab: Planning and Managing Office 365 Services 8 - Security and Compliance in Office 365 Overview of Security and Compliance Features in Office 365 Extending Security and compliance Features with Additional Licences Using the Microsoft Defender Portal and Secure Score Using the Office 365 Compliance Portal and Compliance Score Plan and Configure Retention Labels and Policies Plan and Configure Data Loss Prevention Policies Create and Assign Sensitivity Labels Configure Safe Attachments and Safe Links Policies Plan and Configure Multi Factor Authentication Lab: Configure Security and Compliance in Office 365 9 - Reporting, Monitoring and Troubleshooting Office 365 Monitoring Office 365 Service Health Troubleshooting Administrative Access in Office 365 Troubleshoot Directory Synchronization Troubleshooting Exchange Online Troubleshooting SharePoint Online Troubleshooting Microsoft Teams Troubleshooting Office 365 Security and Compliance Lab: Reporting, Monitoring and Troubleshooting in Office 365

55354 Administering Office 365
Delivered OnlineFlexible Dates
£2,975

Basic Telephone Etiquette Skills

5.0(5)

By Online Training Academy

In today's fast-paced and interconnected world, mastering Basic Telephone EtiquetteSkills is more crucial than ever. Telephone Etiquette ensures that every call you handle is professional, efficient, and courteous, which is essential in both daily life and your professional career. Learning Telephone Etiquette can significantly enhance your job prospects in the UK, where excellent communication skills are highly valued. In fact, mastering Telephone Etiquette can open doors to various roles in customer service, administration, and support, with average salaries ranging from £18,000 to £25,000 per year. The demand for professionals with strong Telephone Etiquette skills is on the rise, with the customer service sector growing by approximately 5% annually. By enrolling in this course, you will learn how to prepare for calls, handle difficult situations, and practice best Telephone Etiquette, making you an invaluable asset to any organization. Whether you're looking to improve your personal interactions or seeking career advancement, Telephone Etiquette is a skill that will set you apart. Key Features: CPD Certified Basic Telephone Etiquette Skills Course Free Certificate Developed by Specialist Lifetime Access Course Curriculum Module 01: Introduction to Telephone Skills Module 02: Preparing for the Call Module 03: Answering Calls Module 04: Conducting a Business Call Module 05: Handling Difficult Situations Module 06: Holding and Transferring Calls Module 07: Ending the Call Module 08: Telephone Etiquette for Customer Service Module 09: Best Practices of Telephone Etiquette Learning Outcomes: Cultivate confident call handling with strategic preparation techniques. Master the art of conducting seamless and impactful business conversations. Navigate and resolve challenging situations with poise and professionalism. Acquire proficiency in the seamless transfer of calls. Enhance your telephone etiquette to provide exceptional customer service. Apply best practices, setting yourself apart as a communication virtuoso. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Basic Telephone Etiquette Skills course is accessible to anyone eager to learn more about this topic. Through this course, you'll gain a solid understanding of Basic Telephone Etiquette Skills. Moreover, this course is ideal for: Professionals seeking to refine their telephone communication skills. Customer service representatives aiming for excellence in phone interactions. Individuals aspiring to enhance their business communication finesse. Team members involved in call handling and transfers. Anyone looking to elevate their overall telephone communication competency. Requirements There are no requirements needed to enrol into this Basic Telephone Etiquette Skills course. We welcome individuals from all backgrounds and levels of experience to enrol into this Basic Telephone Etiquette Skills course. Career path After finishing this Basic Telephone Etiquette Skills course you will have multiple job opportunities waiting for you. Some of the following Job sectors of Basic Telephone Etiquette Skills are: Customer Service Representative - £18K to 25K/year. Receptionist - £16K to 22K/year. Office Administrator - £18K to 24K/year. Call Centre Operator - £17K to 23K/year. Telemarketer - £16K to 20K/year. Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Basic Telephone Etiquette Skills
Delivered Online On Demand1 hour 54 minutes
£10

Functional Skills Maths

By IOMH - Institute of Mental Health

Overview of Functional Skills Maths Join our Functional Skills Maths course and discover your hidden skills, setting you on a path to success in this area. Get ready to improve your skills and achieve your biggest goals. The Functional Skills Maths course has everything you need to get a great start in this sector. Improving and moving forward is key to getting ahead personally. The Functional Skills Maths course is designed to teach you the important stuff quickly and well, helping you to get off to a great start in the field. So, what are you looking for? Enrol now! This Functional Skills Maths Course will help you to learn: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Functional Skills Maths. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-To-One Support from a Dedicated Tutor Throughout Your Course. Study Online - Whenever and Wherever You Want. Instant Digital/ PDF Certificate. 100% Money Back Guarantee. 12 Months Access. Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the Functional Skills Maths course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This Functional Skills Maths is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand.  On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements You don't need any educational qualification or experience to enrol in the Functional Skills Maths course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Functional Skills Maths Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Integers ( Directed Numbers) Lecture 1 Introduction 00:02:00 Lecture 2 Multiplying any digit number by 11, 22, and 33 00:09:00 Lecture 3 Integers and ordering of integers 00:06:00 Lecture 4 Addition and Subtractions of Integers 00:07:00 Lecture 5 Operations on Integers 00:04:00 Lecture 6 Multiplication and Division of Integers 00:04:00 Lecture 7 Powers of Integers (Exponents) 00:04:00 Factors and Multiples Lecture 8 Complete knowledge about factors and multiples 00:06:00 Lecture 9 Divisibility tests for 2,3,4,5,6 00:07:00 Lecture 10 Divisibility rules 7,8,9,10,11 00:06:00 Lecture 11 Prime Factorization 00:06:00 Lecture 12 Highest Common Factor HCF 00:10:00 Lecture 13 Least Common Multiple LCM 00:16:00 Lecture 14 Relation between LCM and HCF 00:04:00 Fractions Lecture 15 Classification of Fractions 00:04:00 Lecture 16 Convert mixed to improper and improper to mixed fractions 00:03:00 Lecture 17 Equivalent Fractions 00:04:00 Lecture 18 Comparing Fractions after converting to like fractions 00:09:00 Lecture 19 Reducing a fraction to lowest term 00:04:00 Lecture 20 Addition and subtraction OF fractions 00:08:00 Lecture 21 Multiplication and division of fractions 00:11:00 Lecture 22 Word problems on fractions 00:16:00 Simplification Rule : BODMAS Lecture 23 BODMAS and rules to remove brackets 00:03:00 Lecture 24 Simplify expressions using BODMAS rules 00:05:00 Lecture 25 Simplify expressions involving fractions using BODMAS 00:07:00 Decimal numbers Lecture 26 Decimal numbers in relation to fractions 00:08:00 Lecture 27 Like and unlike Decimals 00:05:00 Lecture 28 Ordering of Decimal numbers 00:10:00 Lecture 29 Addition and subtraction of Decimal 00:07:00 Lecture 30 Multiplication of Decimal 00:03:00 Lecture 31 Division of Decimal 00:05:00 Rational Numbers Lecture 32 Rational number 00:02:00 Lecture 33 Representation of Rational Numbers on Number line 00:04:00 Lecture 34 Determining which fraction is terminating or non terminating 00:05:00 Lecture 35 shortcut method of writing decimal expansion of fraction to decimal 00:08:00 Approximation Lecture 36 Rounding to whole number 00:06:00 Lecture 37 Rounding to required number of decimals (1 d.p. ) 00:05:00 Lecture 38 rounding to significant digits 00:07:00 Lecture 39 Practice question on three methods of approximation 00:05:00 Estimation and Scientific Notation or Standard form Lecture 40 Estimation 00:05:00 Lecture 41 Scientific Notation 00:07:00 Lecture 42 Operation on numbers when they are in scientific notation 00:06:00 Percentage Lecture 43 Percentage to fraction and fraction to percentage 00:06:00 Lecture 44 Percentage of a quantity and conversation to decimal 00:06:00 Lecture 45 Expressing one quantity as percentage of another quantity 00:06:00 Lecture 46 Finding increase decrease percent 00:05:00 Lecture 47 Uses of percentages-Word Problems 00:09:00 Ratio and Proportion Lecture 48 Ratio- How to express as simple ratio 00:09:00 Lecture 49 How to compare Ratios 00:04:00 Lecture 50 Word problems on finding ratios 00:07:00 Lecture 51 To divide a given quantity into a given Ratio 00:11:00 Lecture 52 Proportion 00:04:00 Lecture 53 Practice problems on Proportion 00:06:00 Lecture 54 Continued proportion 00:06:00 Unitary Method and its Applications Lecture 55 Direct Variation ( or proportion) 00:04:00 Lecture 56 Problems based on Direct proportion 00:10:00 Lecture 57 Inverse Variation ( or proportion) 00:10:00 Lecture 58 Multiple Ratios 00:10:00 Profit , Loss, discount and Tax Lecture 59 Basics - Profit and Loss 00:04:00 Lecture 60 More practice problems on Profit & Loss 00:06:00 Lecture 61 Selling price formula and Problems 00:04:00 Lecture 62 Cost price formula and Problems 00:03:00 Lecture 63 Higher problems on Profit and Loss 00:08:00 Lecture 64 Basics - Discount.mp4 00:05:00 Lecture 65 Practice problems on Discount 00:04:00 Lecture 66 Tax 00:06:00

Functional Skills Maths
Delivered Online On Demand6 hours 56 minutes
£11.99

Functional Skills Maths - Level 1 Course

By One Education

If you've ever stared blankly at a receipt, struggled to split a bill, or found percentages unnecessarily smug, you're in the right place. The Functional Skills Maths - Level 1 Course is here to help you make peace with numbers, one topic at a time. Whether you're brushing up for work, further education or simply want to stop pretending to understand compound interest—this course has you covered in the most straightforward, no-nonsense way possible. Delivered entirely online, this course allows you to learn at your own pace without needing to decipher a whiteboard or endure awkward classroom silences. We focus on what truly matters—maths you'll actually use. From decimals and fractions to understanding graphs and charts, the content is designed to support you with real clarity. So, if you've been side-eyeing maths for years, it's time to face the numbers—with a bit of wit and a lot less fear. By the end of this course, you will be able to: Perform basic operations with large numbers Round off numbers accurately Understand and work with fractions and decimals Apply formulas for one or two-step operations Calculate simple ratios and proportions Interpret and use statistical data effectively Join us today and get ready to take your maths to the next level! Key Features & Benefits: CPD Accredited Certificate Lifetime Access & 24/7 Support on weekdays (Monday to Friday) Self-paced course modules Course materials feature captivating voice-overs and visuals Functional Skills Maths Level 1 (Updated 2022) is a comprehensive course designed to help individuals develop fundamental mathematical skills. This course covers a variety of topics such as large numbers, fractions, percentages, and geometry. Upon completion, individuals will have the necessary skills and confidence to solve a variety of mathematical problems that they may encounter in everyday life. Curriculum Breakdown: Functional Skills Maths Level 1 (Updated 2022) Section 01: Introduction Section 02: Read, Write, Compare and Order Large Numbers Section 03: Rounding off Numbers Section 04: Negative & Positive Numbers Section 05: Factors and Multiples Section 06: Fractions Section 07: Decimal numbers Section 08: Multiply and Divide by 10,100,1000 etc. Section 09: Squaring of one-digit and two-digit numbers Section 10: Formula in words for 1 step or two steps operations Section 11: Length Mass & Capacity Section 12: Time Section 13: Order of Operations rule- PEMDAS Section 14: Estimation Section 15: Simple Ratio & Direct Proportion Section 16: Scale Drawing Section 17: Percentage Section 18: Simple Interest and Discounts Section 19: Money Section 20: Statistics Section 21: Probability Section 22: Geometry Section 23: Areas and Perimeters Section 24: Volume and Surface Area How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 15 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Completing the Functional Skills Maths - Level 1 (Updated 2022) can open up various career paths in the financial industry, with possible roles and salary ranges including: Retail Sales Assistant (£16,000 - £21,000) Administrative Assistant (£16,000 - £21,000) Warehouse Operative (£16,000 - £23,000) Customer Service Advisor (£17,000 - £25,000) Accounts Assistant (£18,000 - £24,000) Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Functional Skills Maths - Level 1 Course
Delivered Online On Demand12 hours
£12

Interview Skills Course for Accountants

By Lead Academy

This course offers specialised training to enhance your interviewing prowess. With mock interviews and personalised feedback, you will fine-tune your skills and position yourself as a valuable asset to employers. This Course At A Glance Accredited by CPD UK Endorsed by Quality Licence Scheme Know what to do when you don't get the job Understand the schedule Master interview skills balance sheet Learn how to prepare for your interview Get acquainted with other types of interview Learn what to do after the interview Discover the interview questions for accountants Learn how to prepare for your interviews and career development Interview Skills Course for Accountants Overview This online course will give you a solid knowledge of the interview skills balance sheet, steps to prepare for your interview, and train you in scenarios where you don't get a job. You will learn how a finance or accountancy based interview is structured, what to do after the interview and the sample accountancy interview questions. This online course will guide you on how to crack the interview test to become accountants and prepare for your interviews and career development. By the end of the course, you will have a clear understanding of the interview skills balance sheet, steps to prepare for the interview, the structure of the interview, and what to do if you don't get the job. Who should take this course? This extensive course is suitable for those who want to master the interview skills for accountants, understand the agenda, and learn techniques to prepare for your interview. Entry Requirement There are no academic entry requirements for this Interview Skills for Accountants course, and it is open to students of all academic backgrounds. However, you are required to have a laptop/desktop/tablet or smartphone and a good internet connection. Assessment Method This interview skills for accountants 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%. Course Curriculum Welcome To Interview Skills for Accountants Welcome to Interview Skills for Accountants When You Don't Get the Job When You Don't Get the Job Agenda Agenda Interview Skills Balance Sheet Interview Skills Balance Sheet Preparing for Your Interview Preparing for Your Interview The Interview The Interview Other Types of Interview Other Types of Interview After the Interview After the Interview What can You Do Now What can You Do Now Key Learning Points Key Learning Points Final thoughts on Interview Skills for Accountants Final thoughts on Interview Skills for Accountants Interview Questions for Accountants Interview Questions for Accountants Recognised Accreditation CPD Certification Service 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. CPD certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Many organisations look for employees with CPD requirements, which means, that by doing this course, you would be a potential candidate in your respective field. Quality Licence Scheme Endorsed 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. It will give you a competitive advantage in your career, making you stand out from all other applicants and employees.     Certificate of Achievement Endorsed Certificate from Quality Licence Scheme After successfully passing the MCQ exam you will be eligible to order the Endorsed Certificate by Quality Licence Scheme. 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. It will give you a competitive advantage in your career, making you stand out from all other applicants and employees. There is a Quality Licence Scheme endorsement fee to obtain an endorsed certificate which is £65. Certificate of Achievement from Lead Academy After successfully passing the MCQ exam you will be eligible to order your certificate of achievement as proof of your new skill. The certificate of achievement is an official credential that confirms that you successfully finished a course with Lead Academy. Certificate can be obtained in PDF version at a cost of £12, and there is an additional fee to obtain a printed copy certificate which is £35.   FAQs Is CPD a recognised qualification in the UK? CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD-certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Are QLS courses recognised? Although QLS courses are not subject to Ofqual regulation, they must adhere to an extremely high level that is set and regulated independently across the globe. A course that has been approved by the Quality Licence Scheme simply indicates that it has been examined and evaluated in terms of quality and fulfils the predetermined quality standards. When will I receive my certificate? For CPD accredited PDF certificate it will take 24 hours, however for the hardcopy CPD certificate takes 5-7 business days and for the Quality License Scheme certificate it will take 7-9 business days. Can I pay by invoice? Yes, you can pay via Invoice or Purchase Order, please contact us at info@lead-academy.org for invoice payment. Can I pay via instalment? Yes, you can pay via instalments at checkout. How to take online classes from home? Our platform provides easy and comfortable access for all learners; all you need is a stable internet connection and a device such as a laptop, desktop PC, tablet, or mobile phone. The learning site is accessible 24/7, allowing you to take the course at your own pace while relaxing in the privacy of your home or workplace. Does age matter in online learning? No, there is no age limit for online learning. Online learning is accessible to people of all ages and requires no age-specific criteria to pursue a course of interest. As opposed to degrees pursued at university, online courses are designed to break the barriers of age limitation that aim to limit the learner's ability to learn new things, diversify their skills, and expand their horizons. When I will get the login details for my course? After successfully purchasing the course, you will receive an email within 24 hours with the login details of your course. Kindly check your inbox, junk or spam folder, or you can contact our client success team via info@lead-academy.org

Interview Skills Course for Accountants
Delivered Online On Demand
£25