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

1148 Collaboration courses in Addlestone delivered Online

Audiology Course - CPD Certified

5.0(3)

By School Of Health Care

Audiology Course Online: Audiology Do you want to learn about interdisciplinary collaboration and ethical considerations within the field of audiology? If so, then quickly enrol in our audiology course. An audiology course covers the fundamental principles of hearing science and diagnostic procedures. Also, the audiology course explains rehabilitation techniques for individuals with hearing impairments. Students in the audiology course learn about the anatomy and physiology of the auditory system and audiometric testing methods. Moreover, the audiology course teaches hearing aid technology, cochlear implants, and communication strategies for patients across the lifespan. The audiology course curriculum typically includes practical training in conducting assessments, interpreting results, and counselling patients. Enrol in our audiology course if you are interested in auditory processing disorders, balance disorders, and research methodologies in audiology. Special Offers of this Audiology: Audiology Course This Audiology: Audiology Course includes a FREE PDF Certificate. Lifetime access to this Audiology: Audiology Course Instant access to this Audiology: Audiology Course Get FREE Tutor Support to this Audiology: Audiology Course [ Note: Free PDF certificate as soon as completing the Audiology Course Online: Audiology Course] Audiology Course Online: Audiology This Childcare and Audiology Course consists of 10 modules. Discover the world of audiology with our comprehensive Audiology course! Dive deep into audiology principles, practices, and techniques. Gain expertise in audiology assessments and treatments. Our Audiology course equips you with essential skills to excel in audiology and make a significant impact. Enroll today to advance your career in audiology! Who is this course for? Audiology Course Online: Audiology This audiology course is intended for interested persons who want to improve their knowledge and abilities in this subject. Requirements Audiology Course Online: Audiology To enrol in this Audiology Course, students must fulfil the following requirements: Audiology: Good Command over English language is mandatory to enrol in our Audiology Course. Audiology: Be energetic and self-motivated to complete our Audiology Course. Audiology: Basic computer Skill is required to complete our Audiology Course. Audiology: If you want to enrol in our Audiology Course, you must be at least 15 years old. Career path Audiology Course Online: Audiology Completing the audiology course can lead to fascinating employment options in a variety of related sectors.

Audiology Course - CPD Certified
Delivered Online On Demand1 hour 36 minutes
£12

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, 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 to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization The Java Platform The Java Platform Lifecycle of a Java Program Responsibilities of JVM Documentation and Code Reuse Using the JDK Explain the JDK?s file structure Use the command line compiler to compile a Java class Use the command line Java interpreter to run a Java application class The IntelliJ Paradigm Introduce the IntelliJ IDE The Basics of the IntelliJ interface IntelliJ Projects and Modules Creating and running Java applications Writing a Simple Class Write a Java class that does not explicitly extend another class Define instance variables for a Java class Create object instances Primitives vs Object References Implement a main method to create an instance of the defined class Adding Methods to the Class Write a class with accessor methods to read and write instance variables Write a constructor to initialize an instance with data Write a constructor that calls other constructors of the class to benefit from code reuse Use the this keyword to distinguish local variables from instance variables Object-Oriented Programming Real-World Objects Classes and Objects Object Behavior Methods and Messages Inheritance, Abstraction, and Polymorphism Encapsulation Inheritance Method Overriding Polymorphism Essential Java Programming Essential Java Programming Language Statements Arithmetic operators Operators to increment and decrement numbers Comparison operators Logical operators Return type of comparison and logical operators Use for loops Switch Expressions Switch Expressions and yield Using Strings and Text Blocks Create an instance of the String class Test if two strings are equal Get the length of a string Parse a string for its token components Perform a case-insensitive equality test Build up a string using StringBuffer Contrast String, StringBuffer,and StringBuilder Compact Strings Text Blocks Specializing in a Subclass Constructing a class that extends another class Implementing equals and toString Writing constructors that pass initialization data to parent constructor Using instanceof to verify type of an object reference Pattern matching for instanceof Overriding subclass methods Safely casting references to a more refined type Fields and Variables Discuss Block Scoping Rules Distinguish between instance variables and method variables within a method Explain the difference between the terms field and variable List the default values for instance variables Final and Static fields and methods Local Variable type inference Using Arrays Declaring an array reference Allocating an array Initializing the entries in an array Writing methods with a variable number of arguments Records Data Objects in Java Introduce records as carrier of immutable data Defining records Java Packages and Visibility Use the package keyword to define a class within a specific package Discuss levels of accessibility/visibility Using the import keyword to declare references to classes in a specific package Using the standard type naming conventions Visibility in the Java Modular System Correctly executing a Java application class The Java modular system Defining Modules Inheritance and Polymorphism Write a subclass with a method that overrides a method in the superclass Group objects by their common supertype Utilize polymorphism Cast a supertype reference to a valid subtype reference Use the final keyword on methods and classes to prevent overriding Interfaces and Abstract Classes Define supertype contracts using abstract classes Implement concrete classes based on abstract classes Define supertype contracts using interfaces Implement concrete classes based on interfaces Explain advantage of interfaces over abstract classes Explain advantage of abstract classes over interfaces Static, default and private methods in interfaces Sealed classes Introduce Sealed classes The sealed and permits modifiers Sealed Interfaces Exception Handling Introduction to Exception Handling Introduce the Exception architecture Defining a try/catch blocks Checked vs Unchecked exceptions Exceptions Defining your own application exceptions Automatic closure of resources Suppressed exceptions Handling multiple exceptions in one catch Helpful Nullpointers Enhanced try-with-resources Java Developer's Toolbox Developing applications Introduce the wrapper classes Explain Autoboxing and Unboxing Converting String representations of primitive numbers into their primitive types Defining Enumerations Using static imports Deprecating methods Advanced Java Programming Introduction to Generics Generics and Subtyping Bounded Wildcards Generic Methods Legacy Calls To Generics When Generics Should Be Used Lambda Expressions and Functional Interface Understanding the concept of functional programming Writing lambda expressions Understanding functional interfaces Collections Provide an overview of the Collection API Review the different collection implementations (Set, List and Queue) Explore how generics are used with collections Examine iterators for working with collections Using Collections Collection Sorting Comparators Using the Right Collection Lambda expressions in Collections Bonus Topics: Time Permitting Streams Understanding the problem with collections in Java Thinking of program solutions in a declarative way Use the Stream API to process collections of data Understand the difference between intermediate and terminal stream operations Filtering elements from a Stream Finding element(s) within a Stream Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations Collectors Using different ways to collect the items from a Stream Grouping elements within a stream Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered OnlineFlexible Dates
Price on Enquiry

Medical Terminology Training

By NextGen Learning

Medical Terminology Training Course Overview: This Medical Terminology Training course provides a comprehensive foundation in understanding the language used in healthcare settings. Learners will gain a solid understanding of medical terms related to human anatomy, various body systems, lab tests, and diagnostic equipment. The course is designed to offer practical value by enhancing communication within healthcare teams and improving accuracy in documentation. By the end of the course, learners will be able to recognise and correctly use medical terminology in professional settings, leading to better collaboration and patient care. Course Description: This course covers key areas of medical terminology, from human anatomy and physiological systems to diagnostic equipment and laboratory tests. Learners will explore the meanings behind commonly used medical terms, including acronyms and abbreviations, making it easier to communicate complex medical information effectively. Each module is structured to help learners familiarise themselves with different systems of the body, such as the cardiovascular, respiratory, and musculoskeletal systems, and the language used to describe them. By the end of the course, learners will have acquired the skills to confidently engage in medical environments, improving both their professional competency and their ability to interpret medical documents. Medical Terminology Training Curriculum: Module 01: Human Body Vocabulary with Pictures Module 02: Equipment, Instruments and Lab Tests Module 03: Acronyms and Abbreviation Module 04: Digestive System Module 05: Cardiovascular System Module 06: Blood and Immunity System Module 07: Respiratory System Module 08: Musculoskeletal System Module 09: Central Nervous System (See full curriculum) Who is this course for? Individuals seeking to understand medical terminology. Professionals aiming to enhance communication within healthcare teams. Beginners with an interest in medical terminology or healthcare. Those working in administrative or support roles in healthcare settings. Career Path Medical Receptionist Health Administrator Medical Secretary Clinical Support Worker Laboratory Assistant Medical Records Coordinator

Medical Terminology Training
Delivered OnlineFlexible Dates
£7.99

Working from Home Essentials

By NextGen Learning

Working from Home Essentials Course Overview: "Working from Home Essentials" provides learners with the knowledge and skills to excel in a home-based work environment. This course explores the tools, techniques, and strategies necessary for efficient and effective remote work. From understanding essential online meeting tools to mastering project management and communication software, learners will gain a comprehensive understanding of what it takes to succeed in a virtual workplace. The course highlights key tools for maintaining productivity, staying organised, and fostering clear communication, ensuring that learners are well-equipped to thrive in a remote role. Course Description: This course dives deep into the core elements of working from home, equipping learners with the knowledge to use a variety of tools designed to enhance productivity and collaboration. Topics include navigating online meeting platforms, utilising project management tools, and improving communication through digital mediums. Learners will understand how to plan and manage tasks remotely, effectively lead virtual teams, and ensure clear communication channels. By the end of the course, learners will have a thorough grasp of the software and strategies essential for remote work success, making them highly adaptable to modern work settings. Working from Home Essentials Curriculum: Module 01: Introduction to Work from Home Module 02: Online Meeting Tools Module 03: Project Management Tools Module 04: Project Planning Tools Module 05: Communication Tools (See full curriculum) Who is this course for? Individuals seeking to improve their remote work skills. Professionals aiming to enhance their efficiency in virtual environments. Beginners with an interest in learning the basics of remote work tools. Those looking to transition to or improve their work-from-home experience. Career Path Virtual Assistant Remote Project Manager Digital Marketing Specialist Customer Support Representative (Remote) Online Content Creator Remote Team Coordinator

Working from Home Essentials
Delivered OnlineFlexible Dates
£7.99

Team Building Masterclass

By NextGen Learning

Team Building Masterclass Course Overview This Team Building Masterclass provides learners with the knowledge and skills necessary to create high-performing teams in various professional environments. Covering core topics such as communication, team dynamics, and leadership strategies, this course offers valuable insights into the qualities that contribute to a successful team. Learners will gain practical tools for managing both in-person and remote teams, along with strategies for overcoming common challenges. By the end of the course, learners will have a clear understanding of how to build cohesive, motivated, and effective teams, enhancing their leadership potential and organisational impact. Course Description The Team Building Masterclass delves into the critical aspects of team success, starting with the key qualities that define high-performing teams. Participants will explore various communication techniques, effective team-building models, and the stages of the team-building process. Special focus is placed on the challenges faced when managing virtual teams, as well as interactive exercises designed to strengthen team bonds. Throughout the course, learners will develop a comprehensive understanding of the essential elements of team collaboration and gain strategies for navigating obstacles. This course is ideal for those seeking to improve team cohesion and productivity in their professional roles. Team Building Masterclass Curriculum Module 01: Qualities of a Successful Team Module 02: Communicating Effectively as a Team Module 03: Team Building Models Module 04: Team Building Process Module 05: Challenges of Managing a Virtual Team Module 06: Team Building Exercises (See full curriculum) Who is this course for? Individuals seeking to enhance their leadership skills Professionals aiming to improve team performance Beginners with an interest in team management Managers looking to develop team-building strategies HR professionals and organisational developers Career Path Team Manager Project Manager HR Specialist Organisational Development Consultant Leadership Coach Remote Team Manager

Team Building Masterclass
Delivered OnlineFlexible Dates
£7.99

Electronic Document Management: Secure and Accessible File Storage

4.3(43)

By John Academy

Unlock the secrets of efficient Electronic Document Management (EDM) with our comprehensive course on Secure and Accessible File Storage. Delve into industry standards, regulations, and compliance, master the implementation and framework of EDM systems, and explore advanced topics such as AI integration. Elevate your skills in document lifecycle management, operations, and security auditing. Join us to gain the expertise needed for seamless digital transformation and effective information management in today's dynamic business environment.

Electronic Document Management: Secure and Accessible File Storage
Delivered Online On Demand
£24.99

Infectious Diseases in the Workplace: Prevention and Management

4.3(43)

By John Academy

Explore our comprehensive course on Infectious Diseases in the Workplace, focusing on prevention and management. Gain insights into epidemiology, risk assessment, and legal considerations. Equip yourself with the skills to create a safe and healthy work environment. Join us for expert-led sessions on infection control, outbreak management, and emergency preparedness. Elevate your understanding of occupational safety and health with practical knowledge applicable across industries. Enroll now for a proactive approach to workplace wellness.

Infectious Diseases in the Workplace: Prevention and Management
Delivered Online On Demand
£24.99

Sea Export Forwarding Essentials: Documentation, Regulations, & Procedures

4.3(43)

By John Academy

Explore the intricacies of sea export forwarding with our comprehensive course. Gain expertise in documentation, regulations, and procedures, covering pre-shipment to post-shipment processes. Stay ahead with insights into future trends and technology shaping the industry. Join us to master the essentials of sea export, logistics, compliance, and emerging technologies, ensuring success in the dynamic global trade landscape.

Sea Export Forwarding Essentials: Documentation, Regulations, & Procedures
Delivered Online On Demand
£24.99

Falls Prevention Awareness Comprehensive Training

4.3(43)

By John Academy

Enhance your expertise with our Falls Prevention Awareness Comprehensive Training. Dive into critical topics such as risk factors, signs, diagnosis, and effective preventive strategies. Equip yourself to make a meaningful impact on patient safety and community well-being. Join us for a comprehensive healthcare training experience.

Falls Prevention Awareness Comprehensive Training
Delivered Online On Demand
£23.99

Leadership Management & High-Performing Team Management With Complete Career Guide Course

5.0(2)

By Training Express

Leadership Management & High-Performing Team Management is a course designed to help individuals develop the skills to lead teams effectively and enhance their leadership abilities. Whether you're in charge of a team or looking to improve your leadership style, this course provides the tools you need to foster collaboration, drive performance, and guide teams to success. With insights into key leadership techniques, communication strategies, and team dynamics, this course is a step towards mastering team management and excelling in leadership roles. By the end of the course, you'll be equipped to manage diverse teams, adapt to various leadership challenges, and create an environment where high performance is the norm. You'll learn how to build trust, establish clear goals, and navigate conflicts with ease. This course is perfect for anyone aiming to refine their leadership style, enhance their ability to manage teams, and contribute to an organisation’s success. Prepare to develop an approach that not only motivates your team but also improves overall team efficiency and satisfaction. ________________________________________________________________________ Key Features: CPD Certified 11 Instant e-certificate and hard copy dispatch by next working day Fully online, interactive course with audio voiceover Developed by qualified professionals in the field Self-paced learning and laptop, tablet, smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum: Leadership Management Training Module 01: Getting Started Module 02: Situational Leadership Module 03: A Personal Inventory Module 04: Modeling the Way Module 05: Inspiring a Shared Vision Module 06: Challenging the Process Module 07: Enabling Others to Act Module 08: Encouraging the Heart Module 09: Basic Influencing Skills Module 10: Setting Goals Team Management Module 01: Defining Team Module 02: Understanding Management and Leadership Module 03: Building High Performing Teams Module 04: Motivating Team Members Module 05: Talent Management Module 06: Stress Management and Mental Health Module 07: Succession Planning Module 08: Communication Skills Module 09: Negotiation Techniques Module 10: Managing Change Module 11: Managing Time Module 12: Managing Conflict Module 13: Risk Management Process Module 14: Managing Virtual Teams ________________________________________________________________________ Complete Career Guide for Leadership Management & High-Performing Team Management(A to Z) This isn't just a course; it's your ticket to thriving in the sector and your roadmap to the Leadership Management. In addition to mastering the essentials of Leadership Management, you'll also gain valuable skills in CV writing, job searching, communication, leadership, and project management. These 9 complementary courses are designed to empower you at every stage of your journey. Stand out in your career, from crafting a winning CV to excelling in interviews. Develop the leadership skills to inspire your team and efficiently manage projects. This holistic approach ensures you're not just job-ready but career-ready. Enrol today, and let's build your success story together in Leadership Management. Your dream career starts here! List of career guide courses included in Leadership Management & High-Performing Team Management With Complete Career Guide: Course 01: Professional CV Writing and Job Searching Course 02: Communication Skills Training Course 03: Career Development Training Course 04: Time Management Course 05: Returning to Work Training Course 06: Level 3 Diploma in Project Management Course 07: Leadership Skills Course 08: Body Language Course 09: Interview and Recruitment ________________________________________________________________________ Learning Outcomes: Understand situational leadership for adaptive managerial approaches. Develop a personal inventory for effective self-awareness and leadership. Inspire shared visions and challenge conventional processes with confidence. Acquire essential influencing and negotiation skills for successful leadership. Master stress management and mental health strategies for team well-being. Handle the challenges of virtual team leadership and managing risks. ________________________________________________________________________ Accreditation All of our courses, including this Course, are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Certification Once you've successfully completed your Course, you will immediately be sent your digital certificates. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our certifications have no expiry dates, although we recommend renewing them every 12 months. Assessment At the end of the courses, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven't, there's no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself. CPD 100 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring and current leaders seeking comprehensive leadership skills. Professionals aiming to enhance team performance and synergy. Individuals eager to master effective communication and negotiation. those seeking knowledge in workplace mental health and handling stress. Anyone aspiring to lead virtual teams and effectively manage change. Career path Team Leader - £28K to 45K/year. HR Manager - £35K to 60K/year. Change managing Specialist - £40K to 70K/year. Communication Manager - £30K to 50K/year. Risk Analyst - £25K to 45K/year. Certificates 11 CPD Accredited e-Certificates Digital certificate - Included 11 CPD Accredited Hard Copy Certificates Hard copy certificate - Included

Leadership Management & High-Performing Team Management With Complete Career Guide Course
Delivered Online On Demand1 hour
£65