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

11278 Environment courses in Runcorn delivered Online

Understanding Cisco Data Center Foundations (DCFNDU) v1.1

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Data center administrators Data center engineers Systems engineers Server administrators Network managers Cisco integrators and partners Data center designers Technical solutions architects Network architects Overview After taking this course, you should be able to: Describe the foundations of data center networking Describe Cisco Nexus products and explain the basic Cisco NX-OS functionalities and tools Describe Layer 3 first-hop redundancy Describe Cisco FEX connectivity Describe Ethernet port channels and vPCs Introduce switch virtualization, machine virtualization, and describe network virtualization Compare storage connectivity options in the data center Describe Fibre Channel communication between the initiator server and the target storage Describe Fibre Channel zone types and their uses Describe NPV and NPIV Describe data center Ethernet enhancements that provide a lossless fabric Describe FCoE Describe data center server connectivity Describe Cisco UCS Manager Describe the purpose and advantages of APIs Describe Cisco ACI Describe the basic concepts of cloud computing The Understanding Cisco Data Center Foundations (DCFNDU) v1.1 course helps you prepare for entry-level data center roles. In this course, you will learn the foundational knowledge and skills you need to configure Cisco© data center technologies including networking, virtualization, storage area networking, and unified computing. You will get an introduction to Cisco Application Centric Infrastructure (Cisco ACI), automation and cloud computing. You will get hands-on experience with configuring features on Cisco Nexus Operating System (Cisco NX-OS) and Cisco Unified Computing System (Cisco UCS). This course does not lead directly to a certification exam, but it does cover foundational knowledge that can help you prepare for several CCNP and other professional-level data center courses and exams. Describing the Data Center Network Architectures Cisco Data Center Architecture Overview Three-Tier Network: Core, Aggregation, and Access Spine-and-Leaf Network Two-Tier Storage Network Describing the Cisco Nexus Family and Cisco NX-OS Software Cisco Nexus Data Center Product Overview Cisco NX-OS Software Architecture Cisco NX-OS Software CLI Tools Cisco NX-OS Virtual Routing and Forwarding Describing Layer 3 First-Hop Redundancy Default Gateway Redundancy Hot Standby Router Protocol Virtual Router Redundancy Protocol Gateway Load Balancing Protocol Describing Cisco FEX Server Deployment Models Cisco FEX Technology Cisco FEX Traffic Forwarding Cisco Adapter FEX Describing Port Channels and vPCs Ethernet Port Channels Virtual Port Channels Supported vPC Topologies Describing Switch Virtualization Cisco Nexus Switch Basic Components Virtual Routing and Forwarding Cisco Nexus 7000 VDCs VDC Types VDC Resource Allocation VDC Management Describing Machine Virtualization Virtual Machines Hypervisor VM Manager Describing Network Virtualization Overlay Network Protocols VXLAN Overlay VXLAN BGP EVPN Control Plane VXLAN Data Plane Cisco Nexus 1000VE Series Virtual Switch VMware vSphere Virtual Switches Introducing Basic Data Center Storage Concepts Storage Connectivity Options in the Data Center Fibre Channel Storage Networking VSAN Configuration and Verification Describing Fibre Channel Communication Between the Initiator Server and the Target Storage Fibre Channel Layered Model FLOGI Process Fibre Channel Flow Control Describing Fibre Channel Zone Types and Their Uses Fibre Channel Zoning Zoning Configuration Zoning Management Describing Cisco NPV Mode and NPIV Cisco NPV Mode NPIV Mode Describing Data Center Ethernet Enhancements IEEE Data Center Bridging Priority Flow Control Enhanced Transmission Selection DCBX Protocol Congestion Notification Describing FCoE Cisco Unified Fabric FCoE Architecture FCoE Initialization Protocol FCoE Adapters Describing Cisco UCS Components Physical Cisco UCS Components Cisco Fabric Interconnect Product Overview Cisco IOM Product Overview Cisco UCS Mini Cisco IMC Supervisor Cisco Intersight Describing Cisco UCS Manager Cisco UCS Manager Overview Identity and Resource Pools for Hardware Abstraction Service Profiles and Service Profile Templates Cisco UCS Central Overview Cisco HyperFlex Overview Using APIs Common Programmability Protocols and Methods How to Choose Models and Processes Describing Cisco ACI Cisco ACI Overview Multitier Applications in Cisco ACI Cisco ACI Features VXLAN in Cisco ACI Unicast Traffic in Cisco ACI Multicast Traffic in Cisco ACI Cisco ACI Programmability Common Programming Tools and Orchestration Options Describing Cloud Computing Cloud Computing Overview Cloud Deployment Models Cloud Computing Services Lab outline Explore the Cisco NX-OS CLI Explore Topology Discovery Configure HSRP Configure vPCs Configure VRF Explore the VDC Elements Install ESXi and vCenter Configure VSANs Validate FLOGI and FCNS Configure Zoning Configure Unified Ports on a Cisco Nexus Switch and Implement FCoE Explore the Cisco UCS Server Environment Configure a Cisco UCS Service Profile Configure Cisco NX-OS with APIs Explore the Cisco UCS Manager XML API Management Information Tree Explore Cisco ACI

Understanding Cisco Data Center Foundations (DCFNDU) v1.1
Delivered OnlineFlexible Dates
Price on Enquiry

Python With Data Science

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Audience: Data Scientists, Software Developers, IT Architects, and Technical Managers. Participants should have the general knowledge of statistics and programming Also familiar with Python Overview ? NumPy, pandas, Matplotlib, scikit-learn ? Python REPLs ? Jupyter Notebooks ? Data analytics life-cycle phases ? Data repairing and normalizing ? Data aggregation and grouping ? Data visualization ? Data science algorithms for supervised and unsupervised machine learning Covers theoretical and technical aspects of using Python in Applied Data Science projects and Data Logistics use cases. Python for Data Science ? Using Modules ? Listing Methods in a Module ? Creating Your Own Modules ? List Comprehension ? Dictionary Comprehension ? String Comprehension ? Python 2 vs Python 3 ? Sets (Python 3+) ? Python Idioms ? Python Data Science ?Ecosystem? ? NumPy ? NumPy Arrays ? NumPy Idioms ? pandas ? Data Wrangling with pandas' DataFrame ? SciPy ? Scikit-learn ? SciPy or scikit-learn? ? Matplotlib ? Python vs R ? Python on Apache Spark ? Python Dev Tools and REPLs ? Anaconda ? IPython ? Visual Studio Code ? Jupyter ? Jupyter Basic Commands ? Summary Applied Data Science ? What is Data Science? ? Data Science Ecosystem ? Data Mining vs. Data Science ? Business Analytics vs. Data Science ? Data Science, Machine Learning, AI? ? Who is a Data Scientist? ? Data Science Skill Sets Venn Diagram ? Data Scientists at Work ? Examples of Data Science Projects ? An Example of a Data Product ? Applied Data Science at Google ? Data Science Gotchas ? Summary Data Analytics Life-cycle Phases ? Big Data Analytics Pipeline ? Data Discovery Phase ? Data Harvesting Phase ? Data Priming Phase ? Data Logistics and Data Governance ? Exploratory Data Analysis ? Model Planning Phase ? Model Building Phase ? Communicating the Results ? Production Roll-out ? Summary Repairing and Normalizing Data ? Repairing and Normalizing Data ? Dealing with the Missing Data ? Sample Data Set ? Getting Info on Null Data ? Dropping a Column ? Interpolating Missing Data in pandas ? Replacing the Missing Values with the Mean Value ? Scaling (Normalizing) the Data ? Data Preprocessing with scikit-learn ? Scaling with the scale() Function ? The MinMaxScaler Object ? Summary Descriptive Statistics Computing Features in Python ? Descriptive Statistics ? Non-uniformity of a Probability Distribution ? Using NumPy for Calculating Descriptive Statistics Measures ? Finding Min and Max in NumPy ? Using pandas for Calculating Descriptive Statistics Measures ? Correlation ? Regression and Correlation ? Covariance ? Getting Pairwise Correlation and Covariance Measures ? Finding Min and Max in pandas DataFrame ? Summary Data Aggregation and Grouping ? Data Aggregation and Grouping ? Sample Data Set ? The pandas.core.groupby.SeriesGroupBy Object ? Grouping by Two or More Columns ? Emulating the SQL's WHERE Clause ? The Pivot Tables ? Cross-Tabulation ? Summary Data Visualization with matplotlib ? Data Visualization ? What is matplotlib? ? Getting Started with matplotlib ? The Plotting Window ? The Figure Options ? The matplotlib.pyplot.plot() Function ? The matplotlib.pyplot.bar() Function ? The matplotlib.pyplot.pie () Function ? Subplots ? Using the matplotlib.gridspec.GridSpec Object ? The matplotlib.pyplot.subplot() Function ? Hands-on Exercise ? Figures ? Saving Figures to File ? Visualization with pandas ? Working with matplotlib in Jupyter Notebooks ? Summary Data Science and ML Algorithms in scikit-learn ? Data Science, Machine Learning, AI? ? Types of Machine Learning ? Terminology: Features and Observations ? Continuous and Categorical Features (Variables) ? Terminology: Axis ? The scikit-learn Package ? scikit-learn Estimators ? Models, Estimators, and Predictors ? Common Distance Metrics ? The Euclidean Metric ? The LIBSVM format ? Scaling of the Features ? The Curse of Dimensionality ? Supervised vs Unsupervised Machine Learning ? Supervised Machine Learning Algorithms ? Unsupervised Machine Learning Algorithms ? Choose the Right Algorithm ? Life-cycles of Machine Learning Development ? Data Split for Training and Test Data Sets ? Data Splitting in scikit-learn ? Hands-on Exercise ? Classification Examples ? Classifying with k-Nearest Neighbors (SL) ? k-Nearest Neighbors Algorithm ? k-Nearest Neighbors Algorithm ? The Error Rate ? Hands-on Exercise ? Dimensionality Reduction ? The Advantages of Dimensionality Reduction ? Principal component analysis (PCA) ? Hands-on Exercise ? Data Blending ? Decision Trees (SL) ? Decision Tree Terminology ? Decision Tree Classification in Context of Information Theory ? Information Entropy Defined ? The Shannon Entropy Formula ? The Simplified Decision Tree Algorithm ? Using Decision Trees ? Random Forests ? SVM ? Naive Bayes Classifier (SL) ? Naive Bayesian Probabilistic Model in a Nutshell ? Bayes Formula ? Classification of Documents with Naive Bayes ? Unsupervised Learning Type: Clustering ? Clustering Examples ? k-Means Clustering (UL) ? k-Means Clustering in a Nutshell ? k-Means Characteristics ? Regression Analysis ? Simple Linear Regression Model ? Linear vs Non-Linear Regression ? Linear Regression Illustration ? Major Underlying Assumptions for Regression Analysis ? Least-Squares Method (LSM) ? Locally Weighted Linear Regression ? Regression Models in Excel ? Multiple Regression Analysis ? Logistic Regression ? Regression vs Classification ? Time-Series Analysis ? Decomposing Time-Series ? Summary Lab Exercises Lab 1 - Learning the Lab Environment Lab 2 - Using Jupyter Notebook Lab 3 - Repairing and Normalizing Data Lab 4 - Computing Descriptive Statistics Lab 5 - Data Grouping and Aggregation Lab 6 - Data Visualization with matplotlib Lab 7 - Data Splitting Lab 8 - k-Nearest Neighbors Algorithm Lab 9 - The k-means Algorithm Lab 10 - The Random Forest Algorithm

Python With Data Science
Delivered OnlineFlexible Dates
Price on Enquiry

Oracle 19c PL/SQL Fundamentals (TTOR12019)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for anyone needing to interface with an Oracle database such as end users, business analysts, application developers and database administrators / DBAs. Overview Working within in a hands-on learning environment, guided by our expert team, attendees will develop a practical approach to Oracle Database Technology. Throughout the course participants will explore: Using PL/SQL programming language for database applications and development incorporating PL/SQL modules within the application architecture from the initial design and planning phase The essentials of building executable PL/SQL program units Each of the major segments of a working program and how these interact with each other during program execution Important error or exception handling capabilities of the language. How database-resident program units can be used as part of the overall database application architecture Applying these new skills to the development of PL/SQL packages. Advanced database programming capabilities and benefits How database triggers can be used as part of an advanced database application design Oracle 19c PL/SQL Fundamentals is a three-day, hands-on course that introduces Oracle database programming using the PL/SQL programming language. Throughout the course students will explore the core syntax, structure and features of the language. This course will also lay the foundation for the entire Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. The course also explores applying the newly learned skills to the development of database applications. Participants will learn how to use database-resident stored program units such as procedures, functions, packages and database triggers. Students will also learn about the latest features in Oracle 19c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL *Plus Setup JDeveloper About BIND and Substitution Variables Using SQL Developer Using SQL *Plus Choosing a Database Programming Language What is Database Programming PL/SQL Programming PL/SQL Performance Advantages Integration with Other Languages PL/SQL Language Essentials PL/SQL Program Structure Language Syntax Rules Embedding SQL Writing Readable Code Generating Readable Code Generating Database Output SQL * Plus Input of Program Block DECLARE Section About the Declare Section Declare Primitive Types Declaration Options Not Null Constant Data Dictionary Integration % Type Declare Simple User-Defined Types Type ? Table Type ? Record Extended User Defined Types BEGIN Section About the Begin Section Manipulating Program Data Logic Control & Braching GOTO LOOP IF-THEN-ELSE CASE EXCEPTION Section About the Exception Section Isolating the Specific Exception Pragma Exception_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT & Select ? Into Beyond the Basics : Explicit Cursors About Explicit Cursors Extend Cursor Techniques For Update of Clause Where Current of Clause Using for ? Loop Cursors Introduction Database Resident Programming Units About Database ? Resident Programs Physical Storage & Execution Types of Stored Program Units Stored Program Unit Advantages Modular Design Principles Creating Stored Procedures and Functions Stored Procedures & Functions Create Procedure / Create Function Creating Procedures & Functions Raise_Salary() Procedure Salary_Valid() function The Parameter Specification Default Clause System & Object Privileges Using the Development Tools Executing Stored Procedures and Functions Calling Procedures & Functions Unit Testing with Execute Anonymous Block Unit Testing Specifying a Parameter Notation SQL Worksheet Unit Testing Calling Functions from SQL Maintaining Stored Programming Units Recompiling Programs Mass Recompilation Using UTL_RECOMP() Dropping Procedures & Functions Drop Procedures & Functions Drop Procedure / Function Data Dictionary Metadata Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies Dependency Internals Tracking Dependencies The Dependency Tracking Utility SQL Developer Dependency Info Dependency Strategy Checklists Creating & Maintaining About Packages Creating Packages Maintaining Packages Performance Considerations Advanced Package Capabilities Definer & Invoker Rights White Lists & Accessible By Persistent Global Objects Defining Initilization Logic Object Orientation Support Advanced Cursor Techniques Using Cursor Variables Using SYS_REFCURSOR Using Cursor Expressions Using System Supplied Packages DBMS_OUTPUT() UTL_FILE() FOPEN() Example Database Trigger Concepts About Database Triggers DML Event Trigger Sub-Types Database Trigger Scenario Trigger Exhaustion Mechanisms Trigger within SQL Worksheet Creating Database Triggers Statement Level Triggers Using Raise Application_Error() Row-Level Triggers Examples of Triggers Employee_Salary_Check Example Employee_Journal Example Budget_Event Example Instead of Triggers Triggers within and Application Maintaining Database Triggers Call Syntax Trigger Maintenance Tasks Show Errors Trigger Drop Trigger Alter Trigger Multiple Triggers for a Table Handling Mutating Table Issues Implementing System Event Triggers What are System Event Triggers Defining the Scope Available System Events System Event Attributes

Oracle 19c PL/SQL Fundamentals (TTOR12019)
Delivered OnlineFlexible Dates
Price on Enquiry

Level 5 Diploma in Business Analysis

5.0(3)

By School Of Health Care

Business Analysis: Business Analysis Course Online Introducing Business Analysis: Business Analysis Course "Empowering the Next Generation" Online course! This Business Analysis: Business Analysis Course provides a thorough introduction to the primary functions and objectives of business analysis: business analysis activities. Learn about the business analyst's main duties and responsibilities, as well as the six primary phases of the business analysis: business analysis process, the art of effective business process improvement, and how to perform a gap analysis. Whether you are looking for a promotion or a major career change, this Business Analysis: Business Analysis Course could make all the difference. Business Analysis: Business Analysis Course are responsible for implementing positive change at all levels of an organisation. The business analyst, appointed by both employers and stakeholders, must establish objectives (financial or otherwise) and oversee the creation and implementation of solutions. Ultimately, they work with complex business intelligence data to continuously improve performance and profitability. To become a skilled business analyst is to become one of the most in-demand commodities for employers and decision-makers worldwide. Why choose this Business Analysis: Business Analysis Course from the School of Health Care? Self-paced Autism: Autism course, access available from anywhere in the world. Business Analysis: Business Analysis Course developed by industry experts. After each module of Autism: Autism Course, there will be an MCQ quiz to assess your learning. Free PDF certificate after completing the Business Analysis: Business Analysis Course Courses you will Get with This Business Analysis: Business Analysis Course Course 01: Business Analysis Course 02: Business Process Management Course 03: Creating a Business Start-Up Course 04: Level 3 Business Administration Course 05: Strategic Management Special Offers of this Business Analysis: Business Analysis Course: This Business Analysis: Business Analysis Course includes a FREE PDF Certificate. Lifetime access to this Business Analysis: Business Analysis Course Instant access to this Business Analysis: Business Analysis Course 24/7 Support Available to this Business Analysis: Business Analysis Course [ Note: Free PDF certificate as soon as completing Business Analysis: Business Analysis Course] Business Analysis: Business Analysis Course Online This Business Analysis: Business Analysis Course consists of 12 modules. This Business Analysis: Business Analysis course is your gateway to mastering the skills needed to drive positive change in organisations. As a business analyst, you'll be responsible for setting objectives, whether financial or operational, and overseeing the creation of solutions. Through this Business Analysis: Business Analysis course, you’ll learn how to work with complex business intelligence data to improve performance and profitability. Becoming a skilled professional in Business Analysis: Business Analysis makes you an in-demand asset for employers and decision-makers globally. Who is this course for? Business Analysis: Business Analysis Course Online This Business Analysis: Business Analysis Course is suitable for anyone looking to take a current or prospective career in business to the next level. Requirements Business Analysis: Business Analysis Course Online To enrol in this Business Analysis: Business Analysis Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Business Analysis: Business Analysis Course. Be energetic and self-motivated to complete our Business Analysis: Business Analysis Course. Basic computer Skill is required to complete our Business Analysis: Business Analysis Course. If you want to enrol in our Business Analysis: Business Analysis Course, you must be at least 15 years old. Career path Business Analysis: Business Analysis Course Online A Business Analysis: Business Analysis Course may prepare you for a successful career in practically any corporate environment.

Level 5 Diploma in Business Analysis
Delivered Online On Demand1 hour 18 minutes
£12

Python Django Dev To Deployment

By Packt

Learn Python and build & deploy a real estate application using the Django framework & PostgreSQL

Python Django Dev To Deployment
Delivered Online On Demand11 hours 6 minutes
£80.99

Advanced Diploma in Social Media Marketing at QLS Level 7

4.8(9)

By Skill Up

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

Advanced Diploma in Social Media Marketing at QLS Level 7
Delivered Online On Demand3 weeks
£100

ISO 9001: Quality Management System

By IOMH - Institute of Mental Health

Overview of ISO 9001: Quality Management System In an era where excellence is paramount, quality management has surged as a pivotal sector. With its multifaceted industries, the UK thrives on ISO 9001: Quality Management Systems, ensuring business processes meet global standards. Embracing this ISO 9001: Quality Management Systems course unlocks opportunities in a dynamic environment that values quality. The demand for ISO 9001 expertise is robust and ever-growing, from major corporate giants to rising start-ups. Dive into this immersive ISO 9001: Quality Management Systems course and become a beacon of excellence in the realm of quality management. Unlock the potential of businesses and elevate your career trajectory. Get a quick look at the course content: This ISO 9001: Quality Management System Course will help you to learn: Understand ISO 9001's structure and key definitions. Identify roles and responsibilities in quality management. Recognise quality management principles and their applications. Analyse major alterations and updates to the ISO 9001. Evaluate organisational performance through set objectives. Use tools for efficient quality management system application. This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this ISO 9001: Quality Management System. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement Certificate of Completion - Digital / PDF Certificate After completing the ISO 9001: Quality Management System course, you can order your CPD Accredited Digital / PDF Certificate for £5.99.  Certificate of Completion - Hard copy Certificate You can get the CPD Accredited Hard Copy Certificate for £12.99. Shipping Charges: Inside the UK: £3.99 International: £10.99 Who Is This Course for? This course is designed for individuals aiming to delve into the world of quality management using ISO 9001: Quality Management Systems. Whether you're a budding manager keen to streamline processes, a business owner wanting to understand and implement quality standards, or a consultant looking to advise organisations, this ISO 9001: Quality Management Systems course offers comprehensive insights. Delving into pivotal definitions, major changes, and quality objectives, attendees will leave equipped with the knowledge to assess and bolster organisational performance. Moreover, this ISO 9001: Quality Management Systems course curriculum serves those interested in setting up or refining quality management systems in alignment with ISO standards. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the ISO 9001: Quality Management System course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path Quality Assurance Manager - £35K to £50K/year. ISO 9001 Auditor - £30K to £45K/year. Quality Systems Coordinator - £28K to £42K/year. Quality Improvement Specialist - £32K to £48K/year. Compliance Officer (Quality) - £27K to £40K/year. Frequently Asked Questions (FAQ's) Q. How do I purchase a course? 1. You need to find the right course on our IOMH website at first. You can search for any course or find the course from the Courses section of our website. 2. Click on Take This Course button, and you will be directed to the Cart page. 3. You can update the course quantity and also remove any unwanted items in the CART and after that click on the Checkout option and enter your billing details. 4. Once the payment is made, you will receive an email with the login credentials, and you can start learning after logging into the portal. Q. Will I receive certificate after completing the course? Yes, you will receive a free Digital Certificate after completing the course. If you want, you can order the Digital Transcript, Hardcopy Certificate & Transcript as well, for which you need to pay an additional fee. The fees of Digital Transcript, Hard Copy Certificate & Transcript are given in the certificate ordering page: Ordering page link: https://www.iomh.co.uk/certificate/ Q. Can I gift a course, and if so, how can I do that? Yes, you can gift a course to anyone you wish. After you find the course that you want to gift, please click on the GIFT THIS COURSE option and enter your email and the student's email address. After that, enter the learner's full name. Once you are done with these, click on the Send as Gift option, and you will be directed to the Cart page. You can now make the payment from the Checkout option. The learner will receive the course access details within 24 hours if the payment is successful. Q. Can I do the courses using mobile phone? Our courses are conducted online and you can access them using any internet connected smart device. Q. I have purchased the course when will I be able to access the materials? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. I haven't received my certificate yet. What should I do? You should receive your Digital Certificate within 24 hours after placing the order, and it will take 3-9 days to deliver the hard copies to your address if you are in the UK. For International Delivery, it will take 20-25 days. If you require any assistance, get in touch with our dedicated Customer Support team, and your queries/issues will be dealt with accordingly. Q. I don't have a credit/debit card, what other methods of payment do you accept? You can make the payment using PayPal or you can Bank Transfer the amount. For Bank transfer you will require an invoice from us and you need to contact our Customer Support team and provide details of your purchase to get the invoice. After that, you will receive an email with the invoice and bank details and you can make the payment accordingly. Q. I wanted to ask what is the age limit to do the courses. The age limit to enrol on our courses is 16 years. However, learners below 16 years can enrol in the course with parental consent. Q. What happens if I fail the exam, can I retake? If you fail in the exam then you can retake the exam for a maximum of 3 times. Q. What is the duration of the course please? The course can be accessed for 1 year. The specific course duration varies from course to course. You can find the course duration on the course page. Q. Can I do the courses from outside UK? We are an online course provider, and learners from anywhere in the world can enrol on our courses using an internet-connected device. Q. Can I revisit my course even after completing it? Yes, you can revisit your course even after completing the course as long as you have access to the course. Q. Where can I use the certificate I will receive after completing my course? You can use the certificate in applying for a job in the relevant sector. Q. I have received the course login details but the video does not play. It says the course access details will be sent. Yes, it should have been sent. Please check your Spam/Junk folders. For further inquiries please contact our Customer Support team. Q. When I log into the account it says 'Contact Administrator'. To resolve this issue, please log out of your account and then log back in. Q. I haven't received my course yet? After purchasing the course, you should receive an email with the login credentials within 24 hours. Please check your spam or junk folder if you didn't receive it in your inbox. You can access your courses by logging into your account. If you still need any assistance, please get in touch with our Customer Support team by providing the details of your purchase. Q. Can I make the payment over the phone? Yes, you can make the payment over the phone. Our Customer Support team is always available to assist you.  Course Curriculum Course Structure Course Structure 00:07:00 Critical Definitions What is Quality 00:00: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 - ISO 9001: Quality Management System 00:00:00

ISO 9001: Quality Management System
Delivered Online On Demand8 hours 35 minutes
£11.99

Understanding Anxiety

By Inclusive Solutions

Transforming your approach to the behaviour of autistic children

Understanding Anxiety
Delivered Online On Demand1 hour
£149

Painting and Decorating Level 2 & 3 - CPD Accredited

5.0(3)

By School Of Health Care

Painting and Decorating Level 2 & 3 Course Are you artistically inclined and enjoy painting and furnishing interior spaces? If so, signing up for our Painting and Decorating course can help you advance in your career. All of the fundamentals of painting and decorating are covered in the Painting and Decorating Course. You will also be knowledgeable about different painting and decorating tools, equipment, and surface preparation. Paint kinds, colour theory, and painting techniques are all covered in the painting and decorating course. How to restore and fix any painting and decorating products is also covered in the painting and decorating course. Our painting and decorating course goes into detail on environmental concerns, business necessities, health and safety, and more. Sign up in the Painting and Decorating Course to acquire skills ranging from fundamental to sophisticated that will aid in your career development. Why choose this Painting and Decorating Course from the School of Health Care? Self-paced Painting and Decorating Course, access available from anywhere in the world. High-quality study materials that are easy to understand. Painting and Decorating Course developed by industry experts. 24/7 support is available via live chat, phone call, or email. Free PDF certificate after completing the Painting and Decorating Course. Main Course: Painting and Decorating Level 2 Painting and Decorating Level 3 [ Note: Free PDF certificate as soon as completing the Painting and Decorating Course] Painting and Decorating Course Course Curriculum of Painting and Decorating Level 2 Course Module 01: Introduction to Painting and Decorating Module 02: Tools and Equipment Module 03: Surface Preparation Module 04: Paint Types and Color Theory Module 05: Interior Painting Techniques Module 06: Exterior Painting Techniques Module 07: Wallpaper Installation Module 08: Decorative Finishes Module 09: Specialty Surfaces and Materials Module 10: Restoration and Repair Module 11: Health and Safety in Painting Module 12: Business Essentials Module 13: Environmental Considerations Course Curriculum of Painting and Decorating Level 3 Course Module 01: Awareness of Health, Safety, and Environment Module 02: Advanced Surface Preparation Module 03: Techniques for Decorative Finishing Module 04: Design and Colour Theory Module 05: Utilising Specialised Materials Module 06: Project management, planning, and estimating Module 07: Client Care and Expertise Module 08: Experience Working on-Site Assessment Method of Painting and Decorating Course After completing Painting and Decorating Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Certification of Painting and Decorating Course After completing the Painting and Decorating Course, you can instantly download your certificate for FREE. The hard copy of the certification will also be delivered to your doorstep via post, which will cost £13.99. Who is this course for? Painting and Decorating Course This Painting and Decorating Course package is open to students of any background. Special Note: Our Course is knowledge Based course. If You want to get qualified, you can consider following options: Level 2 NVQ Diploma in Decorative Finishing and Industrial Painting Occupations (Construction) (RQF) Requirements Painting and Decorating Course To enrol in this Painting and Decorating Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Painting and Decorating Course. Be energetic and self-motivated to complete our Painting and Decorating Course. Basic computer Skill is required to complete our Painting and Decorating Course. If you want to enrol in our Painting and Decorating Course, you must be at least 15 years old. Career path Painting and Decorating Course Having this Painting and Decorating Course experience can improve the look of your CV and increase your employability.

Painting and Decorating Level 2 & 3 - CPD Accredited
Delivered Online On Demand14 hours
£12

Unreal Engine 5 - Blueprints Game Developer Masterclass

By Packt

Using Blueprints in UE5, you can learn game development without coding. This beginner-friendly course will teach you how to use Unreal Engine's visual coding system. There is no prior experience required, and each lesson will gradually increase your knowledge.

Unreal Engine 5 - Blueprints Game Developer Masterclass
Delivered Online On Demand14 hours 15 minutes
£82.99