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

4549 Operations courses in Romiley delivered Online

Business Data Analysis

4.7(160)

By Janets

Register on the Business Data Analysis today and build the experience, skills and knowledge you need to enhance your expert 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 Business Data Analysis 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 Business Data Analysis Receive a e-certificate upon successful completion of the course Get taught by experienced, expert 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 Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme Once the course has been completed and the assessment has been passed, all students are entitled to receive an endorsed certificate. This will provide proof that you have completed your training objectives, and each endorsed certificate can be ordered and delivered to your address for only £99. Please note that overseas students may be charged an additional £10 for postage. CPD Certificate of Achievement from Janets 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. Endorsement This course and/or training programme has been endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. This course and/or training programme is not regulated by Ofqual and is not an accredited qualification. Your training provider will be able to advise you on any further recognition, for example progression routes into further and/or higher education. For further information please visit the Learner FAQs on the Quality Licence Scheme website. Method of Assessment In order to ensure the Quality Licensing scheme endorsed and CPD acknowledged certificate, learners need to score at least 60% pass marks on the assessment process. After submitting assignments, our expert tutors will evaluate the assignments and give feedback based on the performance. After passing the assessment, one can apply for a certificate. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring expert. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain an expert lesson to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Business Data Analysis, 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 Business Data Analysis Module 01: Introduction to Business Analysis 00:14:00 Module 2: Business Environment 00:16:00 Module 3: Business Processes 00:44:00 Module 4: Business Analysis Planning and Monitoring 00:27:00 Module 5: Strategic Analysis and Product Scope 00:28:00 Module 6: Solution Evaluation 00:24:00 Module 7: Investigation Techniques 00:45:00 Module 8: Ratio Analysis 00:26:00 Module 9: Stakeholder Analysis and Management 00:22:00 Module 10: Process Improvement with Gap Analysis 00:25:00 Module 11: Documenting and Managing Requirements 00:26:00 Module 12: Business Development and Succession Planning 00:24:00 Module 13: Planning & Forecasting Operations 00:21:00 Module 14: Business Writing Skills 00:39:00 Order Your Certificate Order your Certificate QLS 00:00: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.

Business Data Analysis
Delivered Online On Demand6 hours 21 minutes
£25

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for programmatic developers looking to write programmatic customizations to both business logic and UI layers using Apex and Visualforce. You should have a good understanding of core object-oriented programming concepts and experience building declarative solutions on the Salesforce Platform. This course is also a great foundation builder if you're looking to earn your Salesforce Platform Developer I credential. IMPORTANT: Students are expected to follow the steps detailed in the Computer Set-up Guide for this class if you'll be using your own computer when attending a virtual or in-person class. Overview Learn modern tools for developing on the Salesforce Platform using Visual Studio Code, the Salesforce Extension Pack, and the Salesforce CLI. Write business logic customizations using Apex triggers and classes; those customizations will use SOQL and DML. Design programmatic solutions that take advantage of declarative customizations. Describe how your trigger code works within the basics of the Save Order of Execution. Describe some of the fundamental aspects of designing programs on a multi-tenant platform. Write Visualforce markup and code to customize the user interface. Use the built-in testing framework to test Apex and Visualforce. Learn how to customize and design applications programmatically on the Salesforce Platform. In this 5-day class, our platform experts will introduce you to Apex (Salesforce?s programming language) and Visualforce markup, so you can customize your Salesforce applications using code and explore how Apex interacts with declarative customizations on the platform. Learn how to retrieve, manipulate, and store data programmatically in data objects (sObjects), write and test custom logic, write Visualforce pages to customize your user interface, and deploy your solutions to another environment. Get an overview of the declarative automation tools available on the platform and a brief introduction to the Lightning Component framework. Plus, explore the nuances of working on a multi-tenant platform so you can extend the platform to meet business demands. Declarative Automation Create Formula Fields Create Roll-Up Summary Fields Understand Record Types Review Other Automation Tools Build a Data Model on the Salesforce Platform Programming with Apex Describe Key Aspects of Apex That Differentiate It from Other Languages, Such as Java and C# Describe Why Apex Transactions and Governor Limits Must Be Considered When Writing Apex Execute Simple Apex Use the sObject Data Type, the Primitive Data Types, and Basic Control Statements in Apex Using SOQL and SOSL to Retrieve Your Org?s Data Write a Basic Query Using Salesforce?s Query Language, SOQL Process the Result of a Query in Apex Create a Query Dynamically at Run-Time Use SOQL to Query Parent-Child Relationships Describe a Relationship Query Write a Query That Traverses a Child-to-Parent Relationship Write a Query That Traverses a Parent-to-Child Relationship Use SOSL to Search Data Using DML to Manipulate Your Org?s Data List the Differences Between the Ways You Can Invoke DML Operations Write Apex to Invoke DML Operations and Handle DML Errors Deployment What Is Deployment? Deploy Code Using Change Sets Use the Ant Migration Tool Review Managed and Unmanaged Packages Explore Salesforce DX Trigger Essentials Describe What a Trigger Is Used For Describe the Syntax of a Trigger Definition Use Trigger Context Variables Apex Class Essentials Describe How Apex Classes Are Used Define an Apex Class Determine What Data an Apex Class Can Access The Save Order of Execution, Apex Transactions, and Platform Events Describe Key Points in the Order of Execution Describe How Triggers Fit Into and Can Be Impacted by the Order of Execution Describe the Lifecycle of an Apex Transaction Describe the Memory Lifecycle for Static Attributes Use Platform Events for Immediate Error Logging Apex Testing Describe the Apex Testing Framework Create Test Data Write and Run an Apex Test Test Best Practices Strategies for Designing Efficient Apex Solutions Describe Best Practices for Writing Code That Is Easy to Maintain and Extend Write Triggers and Classes That Assume Batches of Data as Input Write Code That Works Efficiently with the Database, Both in Querying and Using DML Trigger Design Strategies List Declarative Mechanisms You Can Use to Implement Complex Business Logic, What Types of Problems They?re Best Used for, and Their Limitations Describe Ways in Which You Can Use Declarative Functionality to Improve Your Programmatic Solutions Working with Visualforce Create a Visualforce Page Reference a Standard Controller Launch a Visualforce Page Using a Custom Button Display Data from a Record in a Visualforce Page Reference Custom Controllers and Controller Extensions Work with List Controllers Visualforce Development Considerations and Testing Describe Common Limit Issues and Security Concerns Describe Strategies for Testing Visualforce Controllers Write Tests for Controller Constructors Write Tests for Action Methods, Getters, Setters, and Properties Lightning Components Create and Surface an Aura Component Create and Surface a Lightning Web Component Additional course details: Nexus Humans Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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 Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450) 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.

Salesforce Build Applications Programmatically on the Salesforce Platform (DEX450)
Delivered OnlineFlexible Dates
Price on Enquiry

R Ultimate 2023 - R for Data Science and Machine Learning

By Packt

Get involved in a learning adventure, mastering R from foundational basics to advanced techniques. This course is a gateway to the realm of data science. Explore statistical machine learning models and intricacies of deep learning and create interactive Shiny apps. Unleash the power of R and elevate your proficiency in data-driven decision-making.

R Ultimate 2023 - R for Data Science and Machine Learning
Delivered Online On Demand22 hours 16 minutes
£59.99

Python Introduction

By Nexus Human

Duration 3.5 Days 21 CPD hours This course is intended for This course is aimed at students new to the language who may or may not have experience with other programming languages. Overview Learn how Python works and what it's good for. Understand Python's place in the world of programming languages Learn to work with and manipulate strings in Python. Learn to perform math operations with Python. Learn to work with Python sequences: lists, arrays, dictionaries, and sets. Learn to collect user input and output results. Learn flow control processing in Python. Learn to write to and read from files using Python. Learn to write functions in Python. Learn to handle exceptions in Python. Learn to work with dates and times in Python. In this Python training course by Webucator, Inc, students learn to program in Python. Python Basics Running Python Hello, World! Literals Python Comments Data Types Variables Writing a Python Module print() Function Named Arguments Collecting User Input Getting Help Functions and Modules Defining Functions Variable Scope Global Variables Function Parameters Returning Values Importing Modules Math Arithmetic Operators Modulus and Floor Division Assignment Operators Built-in Math Functions The math Module The random Module Seeding Python Strings Quotation Marks and Special Characters String Indexing Slicing Strings Concatenation and Repetition Common String Methods String Formatting Built-in String Functions Iterables: Sequences, Dictionaries, and Sets Definitions Sequences Unpacking Sequences Dictionaries The len() Function Sets *args and **kwargs Flow Control Conditional Statements The is and is not Operators Python's Ternary Operator Loops in Python The enumerate() Function Generators List Comprehensions File Processing Opening Files The os and os.path Modules Exception Handling Wildcard except Clauses Getting Information on Exceptions The else Clause The finally Clause Using Exceptions for Flow Control Exception Hierarchy Dates and Times Understanding Time The time Module The datetime Module Running Python Scripts from the Command Line The sys Module sys.argv

Python Introduction
Delivered OnlineFlexible Dates
Price on Enquiry

Cryotherapy Training: Techniques & Applications

4.3(43)

By John Academy

Unlock the potential of Cryotherapy with our specialized training course! From mastering safety protocols to advanced techniques and business operations, delve into the world of cold therapy. Elevate your skills and become a sought-after professional in this cutting-edge field. Enroll now for a comprehensive journey into Cryotherapy Training: Techniques & Applications.

Cryotherapy Training: Techniques & Applications
Delivered Online On Demand2 hours
£23.99

Time Management at QLS Level 3

4.5(3)

By Studyhub UK

Are you consistently battling the clock, feeling there aren't enough hours in a day? Introducing the 'Time Management at QLS Level 3' course - a beacon for those seeking to optimise every moment. Dive deep into the crux of why managing your hours and minutes matters, exploring the myriad benefits. Unearth your current work methodologies, discern what truly matters, and bid farewell to the art of dilly-dallying. By the end, you'll not only set precise goals but also learn the secret sauce of executing them while skirting around common time traps. Ever felt your creative juices being hampered by poor time skills? Our modules equip you with techniques specifically tailored for creative endeavours. And to top it off, learn the finesse of anticipation and plug those pesky time leaks ensuring maximum efficiency. So, why wait? Take control of your hours, minutes, and seconds. Start a journey where you don't chase time; you master it. Learning Outcomes Understand the significance and advantages of adept time utilisation. Evaluate one's existing work methodologies and discern key priorities. Develop strategies to overcome procrastination and set clear, achievable objectives. Acquire tools and techniques to both plan and execute tasks efficiently. Recognise and mitigate common time siphons, enhancing productivity. Why choose this Time Management at QLS Level 3 course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Time Management at QLS Level 3 Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Time Management at QLS Level 3 course for? Individuals struggling to balance work, leisure, and personal commitments. Managers seeking to enhance their team's productivity and workflow. Creatives desiring a structured approach without stifling innovation. Students aiming for better academic achievements through improved scheduling. Entrepreneurs looking to maximise outcomes with limited time resources. Career path Project Manager: £45,000 - £70,000 Operations Director: £60,000 - £90,000 Productivity Consultant: £40,000 - £65,000 Creative Director: £50,000 - £80,000 Personal Coach (Time Management Specialisation): £30,000 - £55,000 Organisational Development Specialist: £35,000 - £60,000 Prerequisites This Time Management at QLS Level 3 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Time Management at QLS Level 3 was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Endorsed Certificate of Achievement from the Quality Licence Scheme Learners will be able to achieve an endorsed certificate after completing the course as proof of their achievement. You can order the endorsed certificate for only £85 to be delivered to your home by post. For international students, there is an additional postage charge of £10. Endorsement The Quality Licence Scheme (QLS) has endorsed this course for its high-quality, non-regulated provision and training programmes. The QLS is a UK-based organisation that sets standards for non-regulated training and learning. This endorsement means that the course has been reviewed and approved by the QLS and meets the highest quality standards. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Course Curriculum Module 01: Importance and Benefits of Time Management Importance and Benefits of Time Management 00:11:00 Module 02: Assess Your Current Work Practice Assess Your Current Work Practice 00:19:00 Module 03: Identifying the Priorities Identifying the Priorities 00:36:00 Module 04: Say 'No' to Procrastination Say 'No' to Procrastination 00:42:00 Module 05: Set Your Goals Set Your Goals 00:24:00 Module 06: Plan the Work Plan the Work 00:36:00 Module 07: Work the Plan Work The Plan 00:18:00 Module 08: Effective Time Management Techniques Effective Time Management Techniques 00:10:00 Module 09: Combat the Time Wasters Combat the Time Wasters 00:28:00 Module 10: Time Management for Creative Work Time Management for Creative Work 00:36:00 Module 11: The Art of Anticipating The Art of Anticipating 00:15:00 Module 12: Avoid Time Leaks Avoid Time Leaks 00:28:00 Assignment Assignment - Time Management at QLS Level 3 02:00:00 Order your QLS Endorsed Certificate Order your QLS Endorsed Certificate 00:00:00

Time Management at QLS Level 3
Delivered Online On Demand7 hours 3 minutes
£10.99

VLOOKUP: Master Excel Formula VLOOKUP in 60 minutes!

4.8(9)

By Skill Up

Master VLOOKUP in Excel in just 60 minutes! From menus to list comparisons, learn essential VLOOKUP skills fast.

VLOOKUP: Master Excel Formula VLOOKUP in 60 minutes!
Delivered Online On Demand1 hour
£13.99

Quick Maths Tricks for Competitive Exams

4.9(27)

By Apex Learning

Overview This comprehensive course on Quick Maths Tricks for Competitive Exams will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Quick Maths Tricks for Competitive Exams comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Quick Maths Tricks for Competitive Exams. It is available to all students, of all academic backgrounds. Requirements Our Quick Maths Tricks for Competitive Exams is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 14 sections • 67 lectures • 07:39:00 total length •Introduction: 00:02:00 •Number system: 00:09:00 •Integers and ordering of integers: 00:07:00 •Addition and Subtractions of Integers: 00:10:00 •Operations on Integers: 00:06:00 •Multiplication and Division of Integers: 00:07:00 •Powers of Integers (Exponents): 00:04:00 •Complete knowledge about factors and multiples: 00:07:00 •Divisibility tests for 2,3,4,5,6: 00:07:00 •Divisibility rules 7,8,9,10,11: 00:11:00 •Prime Factorization: 00:13:00 •Highest common factor HCF: 00:13:00 •Word problems based on HCF: 00:12:00 •Least common multiple LCM: 00:16:00 •Relation between lcm and HCF: 00:04:00 •Classification of Fractions: 00:04:00 •Convert mixed to improper and improper to mixed fractions: 00:03:00 •Equivalent Fractions: 00:04:00 •Comparing Fractions after converting to like fractions: 00:09:00 •Reducing a fraction to lowest term: 00:04:00 •Addition and subtraction OF fractions: 00:08:00 •Multiplication and division of fractions: 00:11:00 •Word problems on fractions: 00:16:00 •Bodmas and rules to remove brackets: 00:03:00 •simplify expressions using BODMAS rules: 00:05:00 •simplify expressions involving fractions using BODMAS: 00:07:00 •Decimal numbers in relation to fractions: 00:08:00 •Like and unlike Decimals: 00:05:00 •Ordering of Decimal numbers: 00:10:00 •Addition and subtraction of Decimal: 00:07:00 •Multiplication of Decimal: 00:03:00 •Division of Decimal: 00:08:00 •Rational number: 00:02:00 •Representation of Rational Numbers on Number line: 00:05:00 •Determining which fraction is terminating or non-terminating: 00:07:00 •shortcut method of writing decimal expansion of fraction to decimal: 00:08:00 •Rounding to whole number: 00:06:00 •Rounding to required number of decimals (1 d.p. ): 00:05:00 •Rounding to significant digits: 00:07:00 •Practice question on three methods of approximation: 00:05:00 •Estimation: 00:05:00 •Scientific Notation: 00:07:00 •Operation on numbers when they are in scientific notation: 00:06:00 •Percentage to fraction and fraction to percentage: 00:06:00 •Percentage of a quantity and conversation to decimal: 00:06:00 •Expressing one quantity as percentage of another quantity: 00:06:00 •Finding increase decrease percent: 00:05:00 •Uses of Percentages-Word Problems: 00:09:00 •Ratio- How to express as simple ratio: 00:09:00 •How to compare Ratios: 00:04:00 •Word problems on finding ratios: 00:07:00 •To divide a given quantity into a given Ratio: 00:11:00 •Proportion: 00:04:00 •Practice problems on Proportion: 00:06:00 •Continued proportion: 00:06:00 •Direct Variation (or proportion): 00:04:00 •Problems based on Direct proportion: 00:10:00 •Inverse Variation (or proportion): 00:10:00 •Multiple Ratios: 00:10:00 •Basics - Profit and Loss: 00:04:00 •More practice problems on Profit _ Loss: 00:06:00 •Selling price formula and Problems: 00:04:00 •Cost price formula and Problems: 00:03:00 •Higher problems on Profit and Loss: 00:08:00 •Basics - Discount: 00:05:00 •Practice problems on Discount: 00:04:00 •Tax: 00:06:00

Quick Maths Tricks for Competitive Exams
Delivered Online On Demand7 hours 39 minutes
£12

Mathematics Fundamentals

4.9(27)

By Apex Learning

Overview This comprehensive course on Mathematics Fundamentals will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Mathematics Fundamentals comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Mathematics Fundamentals. It is available to all students, of all academic backgrounds. Requirements Our Mathematics Fundamentals is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 12 sections • 67 lectures • 07:38:00 total length •Introduction: 00:02:00 •Number system: 00:09:00 •Integers and ordering of integers: 00:07:00 •Addition and Subtractions of Integers: 00:09:00 •Operations on Integers: 00:06:00 •Multiplication and Division of Integers: 00:07:00 •Powers of Integers (Exponents): 00:04:00 •Complete knowledge about factors and multiples: 00:07:00 •Divisibility tests for 2,3,4,5,6: 00:07:00 •Divisibility rules 7,8,9,10,11: 00:11:00 •Prime Factorization: 00:13:00 •Highest common factor HCF: 00:13:00 •Word problems based on HCF A: 00:12:00 •Least common multiple LCM: 00:16:00 •Relation between lcm and HCF A: 00:04:00 •Classification of Fractions: 00:04:00 •Convert mixed to improper and improper to mixed fractions: 00:03:00 •Equivalent Fractions: 00:04:00 •Comparing Fractions after converting to like fractions: 00:09:00 •Reducing a fraction to lowest term: 00:04:00 •Addition and subtraction OF fractions: 00:08:00 •Multiplication and division of fractions: 00:11:00 •Word problems on fractions: 00:16:00 •Bodmas and rules to remove brackets: 00:03:00 •Simplify expressions using BODMAS rules: 00:05:00 •Simplify expressions involving fractions using BODMAS: 00:07:00 •Decimal numbers in relation to fractions: 00:08:00 •Like and unlike Decimals: 00:05:00 •Ordering of Decimal numbers: 00:10:00 •Addition and subtraction of Decimal: 00:07:00 •Multiplication of Decimal: 00:03:00 •Division of Decimal: 00:08:00 •Rational number: 00:02:00 •Representation of Rational Numbers on Number line: 00:05:00 •Determining which fraction is terminating or non-terminating: 00:07:00 •Shortcut method of writing decimal expansion of fraction to decimal A: 00:08:00 •Rounding to whole number: 00:06:00 •Rounding to required number of decimals (1 d.p.): 00:05:00 •Rounding to significant digits: 00:07:00 •Practice question on three methods of approximation: 00:05:00 •Estimation: 00:05:00 •Scientific Notation: 00:07:00 •Operation on numbers when they are in scientific notation: 00:06:00 •Percentage to fraction and fraction to percentage: 00:06:00 •Percentage of a quantity and conversation to decimal: 00:06:00 •Expressing one quantity as percentage of another quantity: 00:06:00 •Finding increase decrease percent: 00:05:00 •Uses of Percentages-Word Problems A: 00:09:00 •Ratio- How to express as simple ratio: 00:09:00 •How to compare Ratios: 00:04:00 •Word problems on finding ratios: 00:07:00 •To divide a given quantity into a given Ratio: 00:11:00 •Proportion: 00:04:00 •Practice problems on Proportion: 00:06:00 •Continued proportion: 00:06:00 •Direct Variation (or proportion): 00:04:00 •Problems based on Direct proportion: 00:10:00 •Inverse Variation (or proportion): 00:10:00 •Multiple Ratios: 00:10:00 •Basics - Profit and Loss: 00:04:00 •More practice problems on Profit _ Loss: 00:06:00 •Selling price formula and Problems: 00:04:00 •Cost price formula and Problems: 00:03:00 •Higher problems on Profit and Loss: 00:08:00 •Basics - Discount: 00:05:00 •Practice problems on Discount: 00:04:00 •Tax: 00:06:00

Mathematics Fundamentals
Delivered Online On Demand7 hours 38 minutes
£12

Stakeholder Engagement – 20-in-1 Premium Online Courses Bundle

By Compete High

Whether you're coordinating teams, presenting reports, or managing compliance—stakeholder engagement is a vital skill. This 20-in-1 bundle prepares you for job roles where diplomacy, data, and leadership intersect. Your next promotion or career move may depend on skills like these. 🔍 Description Stakeholder engagement roles require you to think clearly, act decisively, and communicate with precision. This all-in-one course bundle is crafted to prepare you for just that. Covering everything from report writing and business law to data analysis and meeting management, this bundle positions you as a professional ready to be trusted with high-impact responsibilities. Whether you're in HR, business support, compliance, or operations—this training suite signals reliability, leadership, and versatility. And with 20 certificates in your portfolio, you’ll have no trouble proving it. If you're serious about stepping into roles with influence—now is the time to take action. ❓ FAQ Q: Which industries find this bundle relevant? A: Business operations, public sector, HR, legal compliance, and project management. Q: Will I receive individual certificates? A: Yes—20 in total, one for each course completed. Q: Is the course self-paced? A: Absolutely—access content anytime, for life. Q: Do I need any special software? A: No—everything is delivered online, ready to go. Q: Can I showcase this on my CV or LinkedIn? A: Yes—these certificates help reinforce your professional credibility.

Stakeholder Engagement – 20-in-1 Premium Online Courses Bundle
Delivered Online On Demand1 hour
£49.99