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

17137 Other courses in Sutton-in-Ashfield delivered Online

Diploma in Speech and Language Therapy at QLS Level 5

4.8(9)

By Skill Up

Level 5 QLS Endorsed Diploma | 150 CPD Points | +Gifts: QLS Certificate + PDF Certificate | 24/7 Learner Support

Diploma in Speech and Language Therapy at QLS Level 5
Delivered Online On Demand14 days
£109

OneNote Magic

By IT's Easy Training

Creating a compelling social media hook for your OneNote online course can significantly boost your visibility and attract more learners. Start by crafting a message that highlights the unique benefits of your course, such as its convenience, comprehensive content, and interactive features. Use engaging visuals and testimonials to showcase the value of your course. Leverage the power of storytelling to connect with your audience on an emotional level, making the learning experience relatable and desirable. Tailor your message to fit the platform you're using; for instance, a short and catchy hook for Twitter, a visually appealing post for Instagram, or a detailed and informative article for LinkedIn. Remember to include a clear call-to-action, encouraging potential students to sign up or learn more. By combining these elements, you can create a social media hook that resonates with your target audience and sets your OneNote course apart from the competition.

OneNote Magic
Delivered Online On Demand2 hours 30 minutes
£9.99

Life Skills Coaching Diploma Course

3.5(2)

By Elearncollege

Description Life Skills Coaching Diploma Coaching is a profession which is greatly different from fields like counselling, mentoring, consulting, therapy, etc. In a coaching process issues relating to business, profession, personal relationships, etc. can be discussed and solved. A coach will examine the present situation and find out the challenges and obstacles and suggest a plan to act in order to solve the issues. Life coaching is a profession that suits best for a person who finds happiness and satisfaction in motivating and inspiring others. Life coaches use various methods that will help the clients set and reach their goals. Coaching is not meant for any psychological problems and coaches are not consultants or therapists. Life coaching has developed into a broader discipline by drawing inspiration from subjects like psychology, sociology, mentoring, counselling, etc. What You Will Learn 1: Coaching 2: Personal brilliance model 3: Listening skills 4: Questioning skills 5: Rapport building 6: The grow model 7: Best life coach process 8: Managing coaching meetings 9: Appropriate styles of feedback 10: ICF code of ethics Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Life Skills Coaching Diploma Course
Delivered Online On Demand9 days
£99

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered OnlineFlexible Dates
Price on Enquiry

Acupressure Course

3.5(2)

By Elearncollege

Description Acupressure Diploma Reflexology is a therapeutic method in which reflex points on the hands and feel are massaged to stimulate nerve endings that send messages through the neurological pathways to treat and heal all or various parts of the body. Acupressure too has acupoints and meridian pathways through which body's life energy can be set to balance. Reflexology and acupressure are compatible and can be seen as complementary systems.Maximum results are obtained from the combination of reflexology and acupressure when the energy release aids the healing process in the body. Acupressure Diploma teaches how reflexology and acupressure can be combined to optimize health benefits.Acupressure therapists and reflexologists both benefit from Acupressure Diploma as this course teaches them to combine both to yield powerful results. Not only professionals, but anyone who is interested in learning to know about either of the two disciplines will benefit from Acupressure Diploma.Everyone without exception at a certain point in life encounters certain bodily aches and pains and Acupressure Diploma teaches you how to prevent and minimize such health issues. Acupressure Diploma also reveals easy-to-do techniques that can be employed when you have an ache or pain has just begun or has started to bother you for quite some time. What you will learn   Introduction to Acupressure and Reflexology Healing yourself or others Preparing for healing session The Healing Touch Seeking Professional Help Maintaining Good Health Balancing Good Health Treating Emotions Putting Your Right Foot Forward Healing the leg and hip regions Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Acupressure Course
Delivered Online On Demand9 days
£99

Identity Theft Prevention Course

3.5(2)

By Elearncollege

Description Identity Theft Prevention Diploma Identity theft is a fraudulent practice of using someone else's name or personal information to obtain money or goods in that person's name. Anyone is a potential target of identity theft and that includes even children. Even celebrities like Robert De Niro and Oprah Winfrey have been victims of identity theft. Most identity theft can be prevented by taking precautions like protecting and safeguarding your personal information to make yourself a hard target. In the era of the internet, information of all kinds is available at a click of a button. Personal information is being shared through emails and social networking sites making everyone who doesn't practice discretion a soft target. Identity Theft Prevention Diploma aims to spread awareness among people on what identity theft is and how identity thieves obtain the personal information of others. By providing insights into the working of identity thieves, Identity Theft Prevention Diploma tries to educate you regarding the prevention methods to be followed so that you do not fall prey to scams or fraudulent practices of identity thieves. What You Will Learn 1: Understanding Identity Theft 2: Anti-Identity Theft Precautions and Guidelines 3: Recognizing Common Signs of Identity Theft 4: Looking Into Financial Statements 5: Keeping Tabs on Sensitive Information 6: Watching What You Discard 7: Practicing Discretion in Public Places 8: Becoming Familiar with the Methods of Identity Thieves 9: Buying Online and Some Common Online Threats 10: Staying Safe from Online Threats Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Identity Theft Prevention Course
Delivered Online On Demand9 days
£99

Mindfulness Diploma Course

3.5(2)

By Elearncollege

Description Mindfulness Diploma Mindfulness is the practice of maintaining awareness of our present experience. Mindfulness can be seen as a therapeutic technique where the practitioner makes a deliberate attempt to acknowledge and accept his feelings, thoughts and bodily sensations without rushing into judgment. The definition of mindfulness may appear basic and simple but mastering the art of mindfulness takes a long journey of regular and systematic practice. The merits of practicing mindfulness are manifold and include physical, psychological and social benefits. Several studies show that mindfulness can help control negative emotions like stress and increase positive emotions. The art of mindfulness is powerful and effective to anyone regardless of age, sex and culture. Mindfulness Diploma is designed keeping beginners in mind, but it provides numerous new aspects that may be unfamiliar to experienced mindfulness practitioners as well. After completing this Diploma in Mindfulness you will be able to practice mindfulness on your own. Each unit is a storehouse of insights on mindfulness and ways learn and explore this profound art. If you are someone who found life to be mysterious and have an inclination for philosophy, Mindfulness Diploma is the right course for you. What you will learn 1: Discovering Mindfulness 2: Enjoying the benefits of Mindfulness 3: Nurturing Your Motivation 4: Growing Healthy Attitudes 5: Humans Being Versus Humans Doing 6: Getting Into Formal Mindfulness Meditation Practice 7: Using Mindfulness for Yourself and Others 8: Using Mindfulness in Your Daily Life 9: Establishing Your Own Mindfulness Routine 10: Dealing with Setbacks and Transcending Distraction Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Mindfulness Diploma Course
Delivered Online On Demand9 days
£99

Neuro Linguistic Programming Course

3.5(2)

By Elearncollege

Description Neuro Linguistic Programming Diploma The focus of the Neuro linguistic programming diploma (NLP) is on the untapped ability of the human mind to analyse and control thoughts, both conscious and unconscious alike. Human beings have the unique ability to question who they are, what they do and the manner in which they think and also make proactive and positive decisions based on possible actions and the consequences those actions could bring about. NLP goes a step further by placing its focus on the way in which people organize their thoughts, feelings, language and behaviour to produce the results they do. Proficient NLP practitioners have the ability to think, act and approach life from a perspective that is entirely different from others. This Neuro Linguistic Programming Diploma (NLP) Course has been designed to help those who look forward to developing their personal and professional lives to higher levels. This accredited course's teaching affects the professional, social, domestic and personal areas of a person's life. The achievement of the most important goals becomes notably easier when you learn how to control proactively your thought and behaviour processes.NLP is a considered a compelling subject due to the potential power it holds and its being relevant to people from all circumstances. Irrespective of your present professional position and future aspirations, your dreams could be achieved by enrolling in this Diploma in Neuro Linguistic Programming (NLP) Course. Be it an employee or an aspiring employee, business owner or manager, by harnessing the power of NLP, your potential increases and takes you a step closer to achieving your dreams. What you will learn 1.Introducing NLP 2.Basic assumptions of NLP 3.Examining the mind 4.Pushing the communication buttons 5.Creating rapport 6.Dropping anchors 7.Working with the logical levels 8.Improving life 9.Understanding the mind 10.Applications of NLP Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Neuro Linguistic Programming Course
Delivered Online On Demand9 days
£99

Astrology Course

3.5(2)

By Elearncollege

Description Astrology diploma Astrology is a science that explores the significant connection that humankind has with the cosmos, the relationship that exists between the movements and positions of the celestial bodies and the influence they have on the human mind and its motivation. Designed to help those who are completely new to Astrology, this fully certified Diploma Course in Astrology is also beneficial to those who would like to reinforce the knowledge they have previously earned through reading about the subject, by studying within an organized course. This in-depth diploma in Astrology explores the history of Astrology and its journey from being a major science to a superstition and its new journey back into being a mainstream science. Students learn about the building blocks of Astrology and how all the pieces fit together and how they work. From Aries to Pisces, learn in depth about the mind, body and spirit of each sign of the Zodiac. Additionally, you will get to learn about how the planets and signs are intermingled and how the signs are affected by the planets and how that in turn impacts your life. Learn how birth charts and horoscopes are read and compiled and how these can be interpreted for others. Start an adventurous journey through the map of the chart -houses. The various departments of life that are activated by the planets in singular ways are known as Houses. The houses are numbered from 1 -12 and the way in which the planets have a play in a person's self-will, communication, home, money, romance, partnerships, creativity, health, job, duty, karma, spirituality, fame and much more are all explained by the way the planets travel through the houses. What you will learn 1: Basics of Astrology 2: Impact of Sun Sign: Fire Sign and Earth Sign 3: Impact of Sun Sign: Air Sign and Water Sign 4: The Moon Signs and Your Personal Planets 5: Understanding Ascendant and Descendant and the Houses of Your Birth Chart 6: Significant Aspects and the Sun Sign Combinations 7: Analyzing Your Birth Chart 8: Transits and Retrograde 9: Power of Lunar Phases 10: Identify Talents in Birth Chart Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Astrology Course
Delivered Online On Demand9 days
£99

Acceptance And Commitment Therapy Course

3.5(2)

By Elearncollege

Description Acceptance And Commitment Therapy Diploma  ACT or Acceptance And Commitment Therapy promotes an individual that suffers from acknowledging their troubles and problems rather than continuing in denial or distress. It encourages people to put an end to their guilt or battle. Some people find a point where they realize that they can be healed or unaffected with time and make an effort to view things from a positive angle. Some others fail to understand their problems and deny their existence. Such approaches can worsen their psychological well-being. The first process of healing one's mind starts with acknowledging existing issues. This approach toward one's suffering enables them to deal with the triggers and cure their condition quickly. Acceptance And Commitment Therapy works together with the therapy of cognitive behaviour (CBT). In this Diploma course in Acceptance and Commitment Therapy, one can learn the techniques to improve mental flexibility. This Acceptance and Commitment Therapy Diploma course can help therapists understand how to strengthen a client's mental flexibility. In the Acceptance and Commitment Therapy Diploma course, one can learn to practice de-literalization /cognitive diffusion, acceptance, mindfulness, and much more. This Acceptance and Commitment Therapy Diploma course aims to provide the required knowledge and skill to succeed in one's career as a therapist. The Acceptance and Commitment Therapy Diploma course covers the fundamentals of Acceptance and Commitment Therapy to become an expert in this field. ACT practitioners and industry experts share their real-life expertise and knowledge in this online training course. The Acceptance and Commitment Therapy Diploma course begins with the basics of the area and gradually moves toward the deeper aspects of the subject. The Acceptance and Commitment Therapy Diploma course encompasses strategies and critical concepts regarding ACT use and its nuances. One can join this Diploma course in Acceptance & Commitment Therapy from anywhere globally through the internet, as it's entirely online. What you will learn   1:Understanding Acceptance and Commitment Therapy  2:Physiological Flexibility  3:Living a Meaningful Life with Values  4:Committed Action in Practice  5:Overcoming Obstacles to live a Productive Life  6:Living in the present moment  7:Getting to Know Your Selves  8:Origins of ACT and Relational Frame Theory  9:ACT for Daily Life  10:New ways to live a meaningful life  Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Acceptance And Commitment Therapy Course
Delivered Online On Demand9 days
£99