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

14113 Courses

Excel VBA/Macros Foundations

4.5(3)

By Studyhub UK

A Complete Guide for Effective LinkedIn Ads' is a comprehensive course that covers the fundamentals of setting up and managing successful LinkedIn Ads campaigns. Participants will learn to drive website traffic, utilize sponsored messages, generate leads, and effectively manage billing centers on the platform. Learning Outcomes: Understand the basics of LinkedIn Ads and their role in digital marketing. Learn how to set up LinkedIn Ads to drive targeted website traffic. Discover techniques for leveraging sponsored messages to engage with the audience. Acquire the skills to create and optimize LinkedIn Ads for lead generation. Gain proficiency in managing the billing center for efficient campaign budgeting and monitoring. Why buy this Excel VBA/Macros Foundations? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Excel VBA/Macros Foundations there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Excel VBA/Macros Foundations course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Excel VBA/Macros Foundations does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Excel VBA/Macros Foundations 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. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Excel VBA/Macros Foundations is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction Recording Macros vs Writing VBA 00:04:00 Understanding Objects in Excel VBA 00:07:00 Understanding VBA Syntax and Parts of Speech 00:10:00 Activating the Developer tab 00:01:00 Recording a basic Macro 00:05:00 Absolute vs Relative Macro recording 00:04:00 Section 02: Exploring the Visual Basic Environment Introduction to the Visual Basic Environment 00:02:00 The Project Explorer 00:02:00 The Properties Window 00:02:00 The Code Window 00:04:00 Immediate, Locals and Watch Window 00:03:00 Dealing with Modules 00:03:00 Comments in Excel VBA 00:01:00 Section 03: The Range Object Introduction and Changing Cell Values 00:10:00 Adding a text to a cell 00:01:00 Dealing with Named Ranges 00:03:00 Value vs Text Property 00:04:00 Row and Column properties 00:02:00 The Select Method 00:02:00 The Count Property 00:04:00 The Address Property 00:09:00 The Formula Property 00:03:00 The Number Format Property 00:07:00 The Font Property 00:08:00 Section 04: Understanding the Cells Collection Object What is the cells object? 00:06:00 Using the Cells collection to affect cells positionally within a range 00:05:00 Affecting all cells within a sheet 00:02:00 Combining Range and cells objects 00:03:00 Section 05: Working with Sheets/Worksheets Selecting Sheets 00:06:00 Adding Sheets 00:11:00 Sheets vs Worksheets 00:04:00 Copying Sheets 00:05:00 Moving Sheets 00:01:00 Deleting Sheets 00:04:00 Section 06: Understanding Variables in Excel VBA Introduction to Variables 00:06:00 Variable Data Types 00:09:00 Declaring Variables 00:14:00 Object Variables 00:08:00 Calling a procedure from Another Procedure & Variable Scope 00:03:00 Public and Private Variables 00:07:00 Declaring Constants 00:04:00 Exercises-Variables 00:06:00 Section 07: Dealing with Workbooks Referring to Workbooks-Different ways 00:04:00 Closing Workbooks 00:03:00 Adding and Saving Workbooks Part 1 - Save method 00:04:00 Adding and Saving Workbooks Part 2 - Save as method 00:10:00 Opening Workbooks 00:06:00 Section 08: Must Know Excel VBA Logic Finding the Last row 00:09:00 Finding the Last Column 00:04:00 Finding the next row 00:04:00 The WITH Statement 00:04:00 Comparison operators in Excel VBA 00:01:00 IF Statements- Simple IF Statements 00:07:00 IF THEN ELSE Structure 00:03:00 IF THEN ELSEIF Structure 00:07:00 Nested IFs 00:04:00 OR - AND logical operators 00:07:00 NOT Logical operator 00:03:00 CASE Statements Part 1 - Single Case Statements 00:09:00 CASE Statements Part 2 - Nested Case Statements 00:06:00 Case Statements-Exercise 00:01:00 GOTO and Labels 00:03:00 Section 09: Looping in Excel VBA Loops-Introduction 00:01:00 FOR NEXT Loop 00:11:00 Exit For 00:09:00 Exercise - For Next loop 00:01:00 FOR EACH Loop - Intro 00:07:00 FOR EACH Loops - More examples 00:05:00 Do Loop - Introduction 00:04:00 Do Loop Example 00:01:00 Do Until 00:02:00 Do While 00:02:00 Do while vs Do until - Movies Example 00:04:00 Exit Do Statement 00:05:00 Exercise - Do Loop 00:01:00 Section 10: Interacting with Your Users The Messagebox - Introduction 00:03:00 Messagebox -Inputs 00:07:00 Messagebox - Capturing the User's input 00:05:00 Adding a new line to your VBA Strings 00:02:00 The Inputbox - introduction 00:04:00 Inputbox - Example1 - Capturing a user's name 00:05:00 Inputbox -Employee Database Example Part 1 00:05:00 Inputbox -Employee Database Example Part 2 00:04:00 Exercise - InputBox 00:02:00 Section 11: Error Handling in Excel VBA Error Handling - Introduction 00:09:00 Different Error types in action 00:04:00 On Error Goto statement 00:04:00 Resetting the error handling Status with On Error Goto 00:02:00 The Err Object 00:07:00 Setting a Breakpoint 00:02:00 Section 12: Triggering Code with Events! Worksheet Events -Selection change 00:08:00 Worksheet Events - Worksheet Activate event 00:03:00 Worksheet Events - Deactivate event 00:02:00 Worksheet Events - Before Delete Event 00:02:00 Worksheet Events - Before Double click event 00:08:00 Worksheet Events - Before Right Click event 00:03:00 Worksheet Events - Calculate event 00:03:00 Enabling and Disabling Events 00:03:00 Worksheet events - Worksheet change event 00:11:00 Workbook Events - Follow Hyperlink event 00:02:00 Worksheet events -Exercise 00:01:00 Workbook Events - Workbook open event 00:05:00 Workbook Events - Workbook Activate event 00:02:00 Workbook Events - Workbook Before save event 00:06:00 Workbook Events - Workbook Aftersave event 00:04:00 Workbook Events - Workbook Beforeclose event 00:09:00 Workbook Events - Workbook BeforePrint event 00:03:00 Workbook Events -Workbook De-activate events 00:02:00 Workbook Events - New Chart event 00:08:00 Workbook Events -New sheet event 00:03:00 Workbook Events - Sheet calculate event 00:03:00 Workbook Events - Sheet De-activate event 00:06:00 Workbook Events - Follow Hyperlink event 00:02:00 Workbook Events - Workbook Window Activate event 00:06:00 Workbook Events - Workbook Window De-Activate event 00:02:00 Workbook Events - Window Resize event 00:02:00 Exercise- Workbook Events 00:01:00 Resources Resources - Excel VBA/Macros Foundations 00:00:00 Assignment Assignment - Excel VBA/Macros Foundations 00:00:00

Excel VBA/Macros Foundations
Delivered Online On Demand8 hours 52 minutes
£10.99

British Sign Language for Beginners - CPD Certified | Live Zoom Class

By Lead Academy

In this course, you will learn crucial British Sign Language vocabulary, grammar, and conversational abilities. In addition, you will discover more about deaf culture and gain a deeper understanding of the difficulties faced by those who have hearing loss. This Course At A Glance Live Zoom classes with an expert BSL tutor, Adam Linsdell. Gain an extensive understanding of fingerspelling and several greetings. Discover the deaf culture and deaf awareness in depth. Acquire knowledge of several commonly used questions, basic conversations, and more. High-Quality resources that will help you to learn BSL easily. CPD-accredited certificates recognised by employers and professional organisations. Enhance your communication skills through practical exercises. British Sign Language for Beginners Course Overview Do you want to start your learning journey in British Sign Language? Our new curriculum for the CPD Accredited BSL Beginners Course is designed to provide a comprehensive foundation in British Sign Language. With our experienced instructors, you will learn essential vocabulary, grammar, and conversational skills to communicate with the Deaf community confidently. Additionally, our interactive ZOOM Live sessions and face-to-face practical exercises will enhance your understanding and fluency in BSL. Our curriculum is designed to cater to both beginners and those with prior knowledge of singing. You'll learn the basics through a guided approach and develop your skills with practical exercises and real-life scenarios. Our ZOOM live lessons span over 10 hours, with 2 hours per week. By the end of this course, you will be equipped with the necessary tools to communicate with the Deaf community and create meaningful connections effectively. British Sign Language for Beginners, Autumn 2024 Please book your place in advance Weekly via Zoom Online Live Class. You can attend the class online from home/workplace. Day & Time: 10:00 am – 12:00 pm (Thursday, 2 hours per week) Class Starts: August 29, 2024 – September 26, 2024 Venue: Zoom Online Teacher: Adam Linsdell Contact us for more information. Who should take this course? This course is designed for people, groups, or organizations that want to improve their interaction with deaf coworkers, clients, friends, and family. It is also ideal for those interested in learning sign language as a means of communication or for personal enrichment. Whether you are a beginner or have some knowledge of sign language, this course will provide you with the necessary skills to effectively communicate with the deaf community. Learning Outcomes Upon completion of the BSL Beginners Course, participants will achieve the following learning outcomes: Gain extensive knowledge of deaf culture and BSL. Utilise communication tactics with deaf people. Identify communication aids and accessibility provisions for deaf people, and explain equality legislation. Fingerspell names and unfamiliar words with confidence and accuracy, facilitating effective communication. Develop short conversations and ask questions about a range of simple, everyday topics, enabling meaningful interactions and connections. Demonstrate a basic vocabulary for greetings, meeting people, and number signs. Be able to express ideas and engage in basic communication in BSL. Join us and embark on an exciting learning journey that will open doors to a whole new world of communication. Enrol in the Introduction to BSL Beginners Course - CPD Certified Zoom Live, F-to-F Training Now! Course Curriculum The history of deafness and the origins of sign language We look back through history and consider how attitudes and policies impact deaf people then and now. As we delve into the history of deafness, it becomes evident that societal attitudes and policies have played a significant role in shaping the experiences of deaf individuals. Experiences of deafness You'll gain an insight into unique communities that identify not as a group with a disability but as cultural minorities with their own language. By understanding these communities and their experiences, we can challenge the notion that deafness is solely a disability and instead recognize it as a diverse and valuable aspect of human diversity. Statistics around hearing loss Learn about the Statistics around hearing loss that will also help you realise how important it is to learn BSL. Understanding these statistics can provide a broader perspective on the prevalence and impact of this condition. Communication tactics: Understanding the best communication tactics with deaf people is crucial in fostering effective and inclusive interactions. By utilizing methods such as sign language interpretation, visual aids, and assistive technologies, we can bridge the communication gap and create a more inclusive society for individuals with hearing loss. Communications aids and support You will learn about some commonly available communication aids and support from qualified communication-support professionals, including technology such as real-time speech-to-text. Technology and equipment Learn about the technology and equipment we can use while communicating with deaf people. This includes devices like hearing aids, cochlear implants, and video relay services, which enable individuals with hearing loss to communicate effectively. Access and Equality Legislation We look at why equal access is important, the effectiveness of lipreading, guidance on good communication, and adjustments related to deafness. Greetings Learn essential BSL greetings to initiate conversations and create a welcoming atmosphere. These greetings include basic phrases such as "hello," "good morning," "how are you?" and more which are essential for establishing rapport and building relationships with deaf individuals. The BSL Alphabet and Fingerspelling Master the BSL alphabet and develop the ability to fingerspell words accurately, facilitating clear communication of names and unfamiliar vocabulary. This skill will enhance your overall fluency in BSL and make conversations more inclusive and accessible for everyone involved. Meeting People Acquire the skills to introduce yourself and engage in basic conversations, enabling you to establish connections and build rapport with the deaf community. These skills will not only help you in social settings but also in professional environments where you may need to interact with deaf individuals. Questions Develop proficiency in asking questions using sign language, allowing for effective communication and understanding in various contexts. It enables you to gather information, clarify doubts, and engage in meaningful conversations, fostering stronger connections and relationships with deaf individuals. Numbers Explore the world of numbers in BSL, equipping you with the knowledge to express numerical concepts accurately. This skill is particularly useful in educational settings, as it allows you to teach and learn mathematical concepts using sign language. Additionally, understanding numbers in BSL can also be beneficial in professional settings, such as when discussing age, quantities, financial matters, or analysing data. Basic Conversations Enhance your conversational skills by learning vocabulary and phrases related to simple, everyday topics, empowering you to engage in meaningful exchanges. By improving your conversational skills in BSL, you can confidently communicate with deaf individuals and create inclusive environments. This can be especially valuable in social settings or when working in customer service roles where effective communication is essential. Customised Content (Depending on Participant's Interests) The course content can be tailored to your interests, allowing for exploration of areas such as colours, animals, and travel within the context of BSL. Learning BSL can also provide a deeper understanding of deaf culture and foster empathy toward the challenges faced by the deaf community. Moreover, being able to communicate in BSL can open up new opportunities for personal and professional growth, such as volunteering or working in organisations that support the deaf community. 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. Certificate of Achievement Certificate of Achievement from Lead Academy After successfully completing the live training, you will be eligible to receive 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 as well as hardcopy version at a free of cost.   FAQs How long is the BSL Beginners Training Course? The BSL Beginners Course is typically a 10-hour program. How many levels are there in BSL? In BSL, there are six levels that individuals can progress through to develop their signing skills. Each level builds upon the previous one, allowing individuals to gradually expand their vocabulary, grammar, and fluency in the language. These levels provide a structured framework for learning BSL and enable individuals to achieve proficiency in both receptive and expressive signing abilities. Are there any prerequisites for enrolling in the course? No, there are no prerequisites for enrolling in the BSL Beginners Training Course. It is designed for individuals with no prior knowledge of British Sign Language. Is there a certificate provided upon completion of the course? Yes, upon completion of the course, you will receive a certificate of completion. This certificate can be used to showcase your proficiency in British Sign Language to potential employers or educational institutions. What is the duration of each live Zoom session? The duration of each live Zoom session is typically two hours. This allows for a focused and interactive learning experience while accommodating busy schedules. How many students are typically in each class? Typically, there are around 10 -15 students in each class. This class size allows for individual attention from the instructor and promotes a collaborative learning environment among peers. How do I start learning BSL? To start learning British Sign Language (BSL), you can enrol in an Introduction to British Sign Language - BSL Zoom Live Course offered by Lead Academy or find online resources that offer introductory lessons. It is important to practise regularly and immerse yourself in the language by interacting with the Deaf community or joining sign language clubs. Lead Academy's Zoom classes provides you with an interactive learning experience where you can practise your signing skills with a qualified instructor and fellow learners. Why is BSL important? BSL is important because it allows deaf individuals to communicate effectively and participate fully in society. It is their native language and provides them with a means to express themselves, access information, and engage in social interactions. Additionally, BSL promotes inclusivity and helps bridge the communication gap between deaf and hearing individuals, fostering understanding and equality.

British Sign Language for Beginners - CPD Certified | Live Zoom Class
Delivered Online On Demand1 hour
£139

Learn to Code with Ruby

By Packt

Unlock the power of coding with our all-inclusive Ruby course. Whether you're starting from scratch or elevating your programming skills, this course is tailored for a seamless learning curve in Ruby 3.2.

Learn to Code with Ruby
Delivered Online On Demand31 hours 27 minutes
£67.99

Functional Maths Skills Training

4.3(43)

By John Academy

Description: The Functional Maths Skills Training aims to provide great insight into the skills and knowledge needed to help prepare you for taking your formal Functional Skills Maths exam, using teaching methods based on the most recent updates within the National Curriculum. This course helps you improve your Maths skills whatever your starting point is. It will cover different areas of maths learning including working with numbers, understanding percentages everyday measurements and much more. The course is delivered by experienced tutors who will use real life and work examples like checking bills, budgeting, calculating percentages, getting the best value for money, averages, using metric and imperial measuring systems; working out perimeter, area and volume and much more. This course will improve maths skills using a problem-solving approach. It can be tailored around specific needs of the business. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Functional Maths Skills Training is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Functional Maths Skills Training is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Integers Lecture 1 Introduction 00:02:00 Lecture 2 Multiplying any digit number by 11, 22, and 33.mp4 00:09:00 Lecture 3 Integers and ordering of integers 00:06: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 51To 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 Math Techniques Lecture 2 Multiplying any digit number by 11, 22, and 33 00:09:00 Lecture 3 Finding remainder when a number of any digits is divided by 9 00:04:00 Lecture 4 Multiplying any digit number by series of 9; 99; 999; 99999 Part 1 00:08:00 Lecture 5 Multiplying any digit number by series of 9; 99 ; 999 ; 99999 Part 2 00:07:00 Lecture 6 Product of two numbers below the base number 100; 1000 etc 00:08:00 Lecture 7 Multiplication of Numbers above the base 1000; 10000; 100000 etc 00:08:00 Lecture 8 Multiplication of numbers one above the base and second less than the base 00:06:00 Lecture 9 multiplying any two digit numbers using Vertically and Crosswise 00:04:00 Lecture 10 Multiplying three digit numbers using Vertically and Crosswise 00:05:00 Lecture 11 Multiplying any digit number by 5, 25, and 125 faster than calculator 00:07:00 Lecture 12 Squaring numbers that end in 5 using Vedic Math 00:04:00 Lecture 13 Squaring two digit numbers mentally Using Vedic Math technique 00:06:00 Lecture 14 Squaring three digit numbers mentally Using Vedic Math technique 00:05:00 Lecture 15 Finding cube of any two digit number faster than calculator 00:10:00 Lecture 16 Approximate value of square root of numbers which are not perfect squares 00:09:00 Lecture 17 Approximate value of cube root of numbers which are not perfect cubes 00:05:00 Short Tricks Lecture 18 Short tricks to count Number of Squares in given figure 00:05:00 Lecture 19 Short tricks to count Number of Rectangles in given figure 00:03:00 Lecture 20 Short tricks to count Number of triangles in given figure 00:04:00 Lecture 21 Finding Day of the week when any date is given in 2 Seconds mentally 00:12:00 Simplify calculations super fast Lecture 22 Digital sum of a number 00:04:00 Lecture 23 Digital sum- Addition and Subtraction 00:10:00 Lecture 24 Digital sums- Multiplication 00:07:00 Lecture 25 Digital sum- divisions 00:08:00 Simplification short cuts for complicated fractions and square root problems Lecture 26 Simplification short tricks for complicated fractions 00:10:00 Lecture 27 Simplification short tricks for fractions series part 1 00:07:00 Lecture 28 Simplification short tricks for fractions series part 2 00:05:00 Lecture 29 Simplification short tricks for complicated square root problems 00:09:00 Order Your Certificates and Transcripts Order Your Certificates and Transcripts 00:00:00

Functional Maths Skills Training
Delivered Online On Demand9 hours 58 minutes
£11.99

Complete Workplace Administration

4.3(43)

By John Academy

Administrative management focuses on needs of administrative procedures and using the right tools and techniques in the workplace. [course_titile] is originated for you to carry out administrative tasks to a professional standard. The course begins with by explaining the code of conduct as well as setting the tone in the workplace. Operating an office requires exceptional effort and management skills. Initially, this course is intended to prepare you to handle bullying in the workplace, conflict management and different types of conflict that often occur, necessary steps to avoid and overcome conflict, getting along in the workplace effectively as well. You will be able to create a positive work environment through communication and negotiation. In the course, you will get a clear understanding of closing the generation gap, ergonomics injury prevention, and eliminate workplace violence. Following that, you will learn about workplace harassment and things to do if you become a victim of it. Enroll now and get the most out of this course. Learning Outcomes: Identify what a code of conduct is and why a business should have one Identify what goes into a code of conduct Discuss how to implement a code of conduct in the workplace Create a code of conduct for a business Allot a definition about bullying of what it is and what not Realise the cost of bullying either to organisations nor to people Recognise behaviours associated with bullying as well as the factors behind them Learn some means to shut bullying and realise the roles you can play Acquire the knowledge of some routes to handle yourself from bullying Learn what you should do when encountered with bullying Figure out proper solutions to a bullying event (either within or outside the organisation) Be able to assist in creating an anti-bullying policy Become able to help generate an anti-bullying policy Identify how a positive workplace appears Get information and realise the major components suited to produce and sustain a positive work atmosphere Realise the role of an employee to generate your individual activities to manage a positive work environment Understand as a leader the responsibility you have to create and maintain a positive work environment Figure out Discover what type of team player you are and how that relates to your functioning in the team Know the importance of effective workplace relationships in creating and maintaining a positive work environment Know and understand the importance of working as a team and guidelines to good teamwork Discover your personal strengths and weaknesses in working cooperatively Discover your preference for dealing with workplace conflict Allot a definition to ergonomics and the terms it include Recognise from where you can get ergonomics information for your area Locate the ways ergonomics could be incorporated for your workplace Evaluate the environment for ergonomic risks, learn to open ways so as to solve the issues, as well as planning for their application. Recheck along with assessing your ergonomic endeavor Apply the change management technique proficiently Relate the fundamental principles linked to ergonomics Get to know outlining ergonomic practices to sit, stand, lift, carry, push, as well as to pull Make designs for an ergonomic workstation Recognise the crucial ergonomic features of tools as well as machines Interpret the role of the environmental factors for example, (sound, air quality, as well as light) play in ergonomics Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Complete Workplace Administration is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Complete Workplace Administration is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, 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 After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Module : 1 What is it, and why? 00:15:00 What to leave in, what to leave out 00:15:00 What's it all about? 00:15:00 A Random Sample 00:30:00 What to Do When You Make a Mistake 00:15:00 Auditing 00:30:00 Putting it Together 00:15:00 Module : 2 Defining Bullying 00:15:00 Why Bullies Do What They Do 00:15:00 Building a Shield Against Bullies 00:15:00 What to Do If It Happens to You 00:30:00 What to Do If You Witness Bullying 00:15:00 Creating an Anti-Bullying Workplace 00:15:00 The Law on Bullying 00:15:00 Module : 3 Defining Conflict 00:15:00 Types of Conflict 00:15:00 Open Conflict vs. Hidden Conflict 00:15:00 Spontaneous and Reflective Behavior 00:15:00 The Johari Window 00:15:00 Stages of Conflict 01:00:00 Conflict Resolution Style Questionnaire 00:15:00 The Role of Communication in Conflict Resolution 00:30:00 Active Listening Skills 00:15:00 Paraphrasing Skills 00:15:00 Powerful Questions 00:15:00 Body Language 00:15:00 The Conflict/Opportunity Test 00:15:00 Conflict and Its Resolution 00:30:00 Helping Others Through Conflict 00:45:00 Module : 4 What Does a Positive Environment Look Like? 00:30:00 What Can I Do? 00:30:00 Team Player 00:15:00 Effective Workplace Relationships (I) 00:45:00 Effective Workplace Relationships (II) 00:30:00 Module : 5 The Case for Wellness 00:15:00 Building the Foundation 00:30:00 Gathering Support 00:15:00 Gathering Data 00:30:00 Performing a Needs Analysis 00:15:00 Implementing Your Workplace Wellness Program 00:15:00 Reviewing the Plan 00:15:00 Evaluating and Reporting Results 00:15:00 Module : 6 Getting Started 00:30:00 The Role of Ergonomics in Your Workplace 00:15:00 The Ergonomic Assessment Cycle 00:05:00 Identifying and Assessing Ergonomic Hazards 00:30:00 Developing a Plan to Address Ergonomic Issues 00:15:00 Identifying and Implementing Solutions 00:15:00 Obtaining Employee Buy-In 00:15:00 Tips for Successful Implementation 00:15:00 Reviewing Your Ergonomics Program 00:15:00 Basic Ergonomic Principles 00:15:00 Optimal Sitting and Standing 00:15:00 Safe Lifting and Transporting 00:15:00 Ergonomic Workstations 00:15:00 Safe Tool Selection and Use 00:15:00 Creating an Ergonomic Environment 00:30:00 Module : 7 What is Workplace Violence? 00:15:00 Understanding the Behavior Wheel 00:15:00 The Anger Management Process 00:30:00 Communicating Better 00:15:00 Basic Problem Solving Tools 01:00:00 Other Ways of Managing Anger 00:15:00 A Systems Approach 00:15:00 Developing a Policy and Program 00:15:00 Risk Assessment 00:30:00 Hiring Practices 00:15:00 Workplace Practices and Procedures 00:15:00 Security Systems and Personnel 00:15:00 Training Programs 00:15:00 Developing Emergency Response Plans 00:15:00 Program Review 00:15:00 The Immediate Response 00:15:00 Consulting with the Experts 00:15:00 Gathering Additional Information 00:15:00 Re-Evaluating Information 00:15:00 Communicating Incidents and Threats 00:15:00 Interviewing Employees 00:15:00 Risk Level Analysis 00:15:00 Reviewing the Options 00:15:00 Analyzing the Impact 00:15:00 Process Application 00:15:00 Module : 8 Defining Harassment 00:15:00 Defining Sexual Harassment 00:30:00 The Purpose of Training 00:15:00 Creating a Harassment Policy 00:30:00 Nipping it in the Bud 00:15:00 Protecting Yourself 00:15:00 What If It Happens to Me? 00:30:00 What If It's Happening to Someone Else? 00:15:00 Someone Has Filed a Complaint Against Me! 00:30:00 Addressing a Complaint 00:15:00 Handling False Complaints 00:15:00 Mediation 00:45:00 Investigating a Complaint 00:45:00 Making the Decision 00:15:00 Creating Solutions 00:15:00 After It's Over 00:15:00 Skill Application 00:15:00

Complete Workplace Administration
Delivered Online On Demand32 hours
£11.99

Dog Training Diploma

4.8(9)

By Skill Up

Master dog training techniques and understand canine behavior. Learn to manage aggression, interpret dog language, consult effectively, and more!

Dog Training Diploma
Delivered Online On Demand4 hours 26 minutes
£13.99

Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7

4.5(3)

By Studyhub UK

In today's competitive landscape, the imperative to enhance organisational performance has never been greater. At the heart of this quest lies the mastery of Quality Management Systems (QMS) and strategic training, essential for any entity aiming to outshine its competitors. Our 'Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7' course is meticulously crafted to arm participants with the knowledge and tools necessary to implement and manage an effective QMS. It intertwines the principles of Total Quality Management (TQM) with the nuances of managing a quality service, ensuring a holistic understanding that transcends traditional management practices. Through a deep dive into critical definitions, the course unfolds the fabric of quality management, elucidating the roles and responsibilities within a QMS. It adeptly covers the major changes in the field, incorporating the latest trends in financial data quality management and the strategic aspects of quality management systems. This course is not just about theory; it's an invitation to explore the practicalities of setting and achieving quality objectives, evaluating performance, and utilising helpful tools to ensure continuous improvement. Embarking on this journey, learners will uncover the qualities of a good manager and the strategic training necessary for excellence. The curriculum is designed to foster an environment where managing a quality service becomes second nature, preparing participants for a myriad of quality manager jobs. With a focus on the process approach and the context of the organisation, this course is a beacon for those seeking to elevate their career to new heights in quality management. Learning Outcomes: Understand the foundation and application of quality management systems and TQM principles within an organisation. Gain insights into effective strategies for managing a quality service and enhancing financial data quality management. Learn the essential qualities of a good manager and the role of strategic training in achieving organisational excellence. Master the process approach to QMS and how to set, achieve, and evaluate quality objectives effectively. Acquire the knowledge to navigate major changes in quality management and utilise helpful tools for continuous improvement. Why buy this Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the 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. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 for? Individuals aspiring to pursue a career in quality management. Current managers seeking to enhance their strategic training and management skills. Professionals responsible for implementing and maintaining QMS in their organizatiorganisationsnterested in understanding the intricacies of ISO 9001 and its application. Learners aiming to acquire a comprehensive understanding of performance evaluation within QMS. Prerequisites This Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 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. Career path Quality Manager: £35,000 - £60,000 Per Annum QMS Specialist: £30,000 - £50,000 Per Annum Process Improvement Manager: £40,000 - £65,000 Per Annum Quality Assurance Director: £50,000 - £80,000 Per Annum Quality Systems Auditor: £25,000 - £45,000 Per Annum Strategic Quality Planner: £45,000 - £70,000 Per Annum Certification After studying the course materials of the Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 there will be a written assignment test which you can take either during or 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 £135 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 Course Structure Course Structure 00:07:00 Critical Definitions What is Quality 00:02:00 What is ISO 00:08:00 What is a System - Management System 00:02:00 What is Policy - Quality Policy 00:06:00 What is Vision, Mission & Strategy 00:03:00 QA Vs QC 00:06:00 Effectiveness Vs Efficiency 00:06:00 Verification Vs Validation 00:11:00 Conformity Vs Nonconformity Vs Defect 00:04:00 Correction Vs Corrective Action Vs Preventive Action 00:08:00 Risk & Preventive Action 00:06:00 What is Competence 00:03:00 What is the Context of the Organization 00:05:00 Who are the Interested parties 00:03:00 What are the Needs & expectations 00:05:00 Management System Requirements 00:01:00 Who is a customer 00:02:00 What is Customer Satisfaction 00:06:00 Product Vs Service Vs Process 00:05:00 Document Vs Record 00:06:00 What is Customer Complaint 00:02:00 Measuring Vs Monitoring Vs Performance 00:02:00 Who is Responsible Who is Responsible 00:12:00 Responsibility Vs Accountability 00:02:00 Quality Management Principles Quality Management Principles 00:17:00 Major Changes ISO 9001:2015 Core Concepts 00:08:00 Major terminology Differences 00:04:00 Documented Information 00:07:00 Major changes - Organizational Knowledge 00:05:00 Major changes - Risk Based Thinking 00:06:00 Process Approach Process Approach Concept-1 00:04:00 What is PDCA 00:05:00 Process Approach Concept-2 00:03:00 Process Approach in ISO 9001:2015 00:04:00 Key Benefits 00:07:00 PDCA in ISO 9001 2015 00:10:00 Context of the Organization Understanding the Organization and its Context 00:08:00 Internal & External issues 00:03:00 SWOT Analysis 00:06:00 Interested Parties & their Needs & Expectations 00:03:00 KANO Model 00:10:00 Understanding the context - Summary 00:08:00 Choosing your Strategic Objective 00:05:00 Strategic Map Examples-1 00:03:00 Strategic Planning Process 00:06:00 What is a Vision 00:06:00 How to Create a Vision Statement 00:08:00 What is a Mission 00:06:00 SMART GOAL 00:06:00 SMART Goal Example 00:04:00 Strategic Map Examples-2 00:10:00 Context Chapter Summary 00:07:00 Quality Objectives Quality Objectives & Planning 00:05:00 ISO & SMART 00:02:00 Objectives Origin 00:06:00 Objectives Examples 00:07:00 Goal Vs Objective-1 00:07:00 Goal Vs Objective Example 00:02:00 Goal Vs Objective-2 00:10:00 Performance Evaluation Performance Evaluation in ISO 9001:2015 00:10:00 Customer Satisfaction 00:06:00 Analysis & Evaluation 00:12:00 Key Performance Indicators 00:08:00 Dashboard Examples 00:07:00 Management Review Meetings 00:11:00 Improvement 00:16:00 Nonconformity & Corrective Action 00:06:00 Nonconformity & Corrective Action Example 00:06:00 Nonconformity & Corrective Action Origin 00:06:00 Continual Improvement 00:01:00 Analysis Mindset 00:09:00 Quantitative Vs Qualitative 00:16:00 Now What Now What? 00:11:00 Course Summary 00:10:00 Helpful Tools SIPOC 00:06:00 Flowcharts 00:04:00 Control Charts 00:04:00 Cause and Effect Diagram 00:06:00 Pareto Chart 00:07:00 5 WHYs 00:03:00 Other Tools 00:08:00 Finally! 00:01:00 See you soon Bonus Lecture 00:02:00 Assignment Assignment - Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 04:00:00 Order your QLS Endorsed Certificate Order your QLS Endorsed Certificate 00:00:00

Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7
Delivered Online On Demand12 hours 37 minutes
£10.99

Dog Trainer: 8-in-1 Premium Online Courses Bundle

By Compete High

Ready to turn your passion for dogs into a thriving career? The Dog Trainer: 8-in-1 Premium Online Courses Bundle is tailored to make you instantly hireable in the booming animal care and dog training industries. Whether you're aiming to work in private dog training, public shelters, or even veterinary practices, this career-focused bundle sets you apart. This comprehensive bundle features Puppy Training, Dog Basics, Public Health, Animal Care, Negotiation Skills, Physiotherapy, Counselling, and Team Leader skills — all bundled together to help you dominate the job market. Employers in the pet care, healthcare, and wellness sectors increasingly demand a blend of soft and technical expertise. That's why Puppy Training and Dog Basics are complemented by Public Health knowledge, Animal Care professionalism, and Negotiation Skills that make you effective with clients and colleagues. Add Physiotherapy for physical support roles, Counselling for emotional connection, and Team Leader skills for career advancement, and you've got a bundle that’s tough to beat. FOMO Alert: Dog training jobs are on the rise, and this all-in-one course bundle ensures you’re not left behind. And with Compete High rated 4.8 on 'Reviews.io' and 4.3 on Trustpilot, you know you're in trusted hands. 🔹 Description Each course in this bundle is carefully selected to make you job-ready: Puppy Training: Your gateway into dog training. Employers seek professionals skilled in Puppy Training due to rising demand in obedience programs, home training, and pet daycare roles. If Puppy Training is on your CV 50 times, it won’t go unnoticed. Dog Basics: A core skill required in nearly all pet care roles. From understanding canine behaviour to providing daily support, Dog Basics makes you foundationally strong. With Dog Basics on your resume, you can target roles in grooming, kennels, and rescue centres. Public Health: More important than ever. Understanding how dog care intersects with human health makes you stand out. Public Health training adds depth to your profile when applying to animal shelters, public safety, and sanitation-sensitive areas. Animal Care: Employers want people who "get" animals. Animal Care is an asset in veterinary offices, shelters, pet shops, and kennels. It's the industry keyword recruiters scan for. Negotiation Skills: Dog trainers often work with pet owners, veterinarians, and institutions. Being fluent in Negotiation Skills helps close deals, handle difficult clients, and grow your personal brand. Physiotherapy: Many dog trainers now work alongside vets or in rehab. Adding Physiotherapy as a competency shows adaptability and relevance in modern animal wellness roles. Counselling: Modern trainers aren’t just about commands—they connect emotionally. Counselling builds trust with pet owners and can be a crucial factor in client satisfaction and return business. Team Leader: Employers want dog professionals who can lead. Having Team Leader experience shows maturity and long-term potential. Together, these eight areas — Puppy Training, Dog Basics, Public Health, Animal Care, Negotiation Skills, Physiotherapy, Counselling, and Team Leader — are the keywords your future employer is actively searching for. This bundle is also incredible value for money. Instead of buying 8 separate courses, you get them all together — at a fraction of the price. 🔹 FAQ Q: Who is this bundle for? A: Anyone interested in working as a dog trainer, in animal shelters, pet grooming, or dog care services. Whether you're starting out or upskilling, these courses give you a major edge. Q: Do I need prior experience? A: No prior experience is required. The courses are suitable for beginners and those looking to transition into dog training or pet care. Q: Will this make me more hireable? A: Yes. With Puppy Training, Dog Basics, Public Health, Animal Care, Negotiation Skills, Physiotherapy, Counselling, and Team Leader as part of your skillset, you’re targeting multiple industries with high employment demand. Q: Is this bundle recognized? A: Absolutely. Compete High has a 4.8 rating on Reviews.io and 4.3 on Trustpilot, which reflects our commitment to career-driven education.

Dog Trainer: 8-in-1 Premium Online Courses Bundle
Delivered Online On Demand16 hours
£28.99

Art Therapy - QLS Level 2, 3 & 4

By Imperial Academy

Level 4 QLS Endorsed Course | Endorsed Certificate Included | Plus 5 Career Guided Courses | CPD Accredited

Art Therapy - QLS Level 2, 3 & 4
Delivered Online On Demand
£135

Cisco Understanding Cisco Collaboration Foundations v1.1 (CLFNDU)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Students preparing to take the CCNP Collaboration certification Network administrators Network engineers Systems engineers Overview After taking this course, you should be able to: - Define collaboration and describe the main purpose of key devices in a Cisco collaboration on-premise, hybrid, and cloud deployment model - Configure and modify required parameters in Cisco Unified Communications Manager (CM) including service activation, enterprise parameters, CM groups, time settings, and device pool - Deploy and troubleshoot IP phones via auto registration and manual configuration within Cisco Unified CM - Describe the call setup and teardown process for a SIP device including codec negotiation using Session Description Protocol (SDP) and media channel setup - Manage Cisco Unified CM user accounts (local and via Lightweight Directory Access Protocol [LDAP]) including the role/group, service profile, UC service, and credential policy - Configure dial plan elements within a single site Cisco Unified CM deployment including Route Groups, Local Route Group, Route Lists, Route Patterns, Translation Patterns, Transforms, SIP Trunks, and SIP Route Patterns - Configure Class of Control on Cisco Unified CM to control which devices and lines have access to services - Configure Cisco Unified CM for Cisco Jabber and implement common endpoint features including call park, softkeys, shared lines, and pickup groups - Deploy a simple SIP dial plan on a Cisco Integrated Service Routers (ISR) gateway to enable access to the PSTN network - Manage Cisco UCM access to media resources available within Cisco UCM and Cisco ISR gateways - Describe tools for reporting and maintenance including Unified Reports, Cisco Real-Time Monitoring Tool (RTMT), Disaster Recovery System (DRS), and Call Detail Records (CDRs) within Cisco Unified CM - Describe additional considerations for deploying video endpoints in Cisco Unified CM - Describe the integration of Cisco Unity with Cisco Unified CM and the default call handler The Understanding Cisco Collaboration Foundations (CLFNDU) v1.1 course gives you the skills and knowledge needed to administer and support a simple, single-site Cisco© Unified Communications Manager (CM) solution with Session Initiation Protocol (SIP) gateway. The course covers initial parameters, management of devices including phones and video endpoints, management of users, and management of media resources, as well as Cisco Unified Communications solutions maintenance and troubleshooting tools. In addition, you will learn the basics of SIP dial plans including connectivity to Public Switched Telephone Network (PSTN) services, and how to use class-of-service capabilities. Course Outline Exploring The Path To Collaboration Introducing Cisco Unified Communications Manager And Initial Parameters Xploring Endpoints And The Registration Process Exploring Codecs And Call Signaling Managing Users In Cisco Unified Communication Manager Describing A Basic Dial Plan Describing Class Of Service Enabling Endpoints And Features Describing The Cisco Isr As A Voice Gateway Exploring Cisco Unified Communication Manager Media Resources Reporting And Maintenance Exploring Additional Requirements For Video Endpoints Describing Cisco Unity Connection

Cisco Understanding Cisco Collaboration Foundations v1.1 (CLFNDU)
Delivered OnlineFlexible Dates
Price on Enquiry