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

7594 Systems courses

C204- WEATHERTIGHTESS AND TESTING (1/2 DAY)

By CWCT

Outline: This course is intended to provide an introduction to the methods of test (both laboratory-based and on-site) that are used to assess primary performance and installation requirements of different kinds of cladding and glazing system used on modern buildings, and to identify key British, European and CWCT standards and guides relevant to those tests. NOTE: The material for this course is based on previous MTCP and CWDC courses. Target audience: This course is aimed at those who require, specify or witness testing of modern façade systems, as well as those whose products or installations are likely to require testing. Learning objectives: Understand why testing may be carried and what tests are available, Understand how built-up walls and glazed systems are tested for weathertightness in the laboratory, Understand how built-up walls and glazed systems are tested for weathertightness in on site, Appreciate the importance of appropriate test samples, Appreciate the importance of whole building air leakage testing. Assessment: Assessment will be via a series of multiple-choice questions following the course, The assessment is timed and must be passed in order to receive a CPD certificate for the course, If the assessment is failed, one re-take will be permitted. Prerequisites: None, although C201 Introduction to contemporary cladding and façade systems is recommended. Course availability:  23 September - 20 October 2024 Lecture time: 1/2 day Price:  Member price Non-Member price £90 + VAT £180 + VAT

C204- WEATHERTIGHTESS AND TESTING (1/2 DAY)
Delivered Online On Demand12 hours
£90 to £180

Lean Six Sigma Green Belt Certification Program: Virtual In-House Training

By IIL Europe Ltd

Lean Six Sigma Green Belt Certification Program: Virtual In-House Training This learning series is designed to enable participants to fulfill the important role of a Lean Six Sigma Green Belt and to incorporate the Lean Six Sigma mindset into their leadership skills. Green Belt is not just a role, it is also a competency required for leadership positions at many top companies. This learning series is designed to enable participants to fulfill the important role of a Lean Six Sigma Green Belt and to incorporate the Lean Six Sigma mindset into their leadership skills. With a real-world project focus, the series will teach the fundamental methodology, tools, and techniques of the Define, Measure, Analyze, Improve and Control Process Improvement Methodology. This course is delivered through sixteen 3-hour online sessions. What you Will Learn At the end of this program, you will be able to: Identify strategies for effectively leading high performing process improvement teams Analyze whether projects align with business strategy Apply process improvement methodologies to DMAIC steps, based on real world scenarios Explain ways to appropriately respond to process variation Distinguish among best practice problem solving methodologies Evaluate and effectively communicate data-driven decisions, based on real world scenarios Introduction Lean Six Sigma & quality The vision The methodologies The metric Project Selection Why Projects Random idea generation Targeted idea generation CTQs (Critical to Quality) & projects Project screening criteria Quick improvements Introduction to Define Project Planning Developing the core charter Developing a project charter Facilitation Process Management Business process management Top-down process mapping Voice of the Customer Voice of Customer Stakeholder analysis Communication planning Kicking off the project Define Summary Introduction to Measure Data Collection Fact-based decision making Data sampling Operations definitions Data collection plan Measurement system analysis Graphical Statistics for Continuous Data Meet Six SigmaXL Graphical & statistical tools Data stratification Graphical Statistics for Discrete Data Pareto analysis Dot plots Plotting data over time: Looking for patterns Variation Concepts Variation is reality Special Cause and Common Cause variation Example of standard business reporting Individuals Control Chart Process Capability Genesis of process capability Calculating the metrics of Six Sigma Yield metrics: Measuring process efficiency Cost of Poor Quality The Cost of Poor Quality (COPQ) Cost of Quality categories Calculating the Cost of Poor Quality Measure Summary Introduction to Analyze Process Analysis Introduction to process analysis Value-added analysis Cycle time analysis WIP & pull systems Analyzing bottlenecks and constraints Cause & Effect Analysis Fishbone/Ishikawa diagram 5-Whys analysis Graphical & statistical tools Advanced Analysis Why use hypothesis rests? Hypothesis tests Correlation and regression analysis Analyze Summary Introduction to Improve Solutions Creativity techniques Generating alternative solutions Solution selection techniques Introduction to Design of Experiments Introduction to DOE DOE activity Error Proofing Failure mode & effect analysis Poka-Yoke Project Management Fundamentals Successful teams Project roles Conflict management Standardization Standardization The Visual Workplace 5S Piloting & Verifying Results What is a pilot? Evaluating results Improve Summary Introduction to Control Statistical Process Control Review of Special & Common Cause variation Review of Individual Control Chart P-Chart for discrete proportion data Transition Planning Control plan Project closure Control Summary Summary and Next Steps

Lean Six Sigma Green Belt Certification Program: Virtual In-House Training
Delivered OnlineFlexible Dates
£3,750

SOC - EC Council Official SOC Analyst (CSA) with exam

5.0(12)

By Nemstar Ltd

Classroom based, instructor led workshop with proctor at home exam. The lab-intensive Certified SOC Analyst (CSA) program emphasizes the holistic approach to deliver the advanced knowledge of how to identify, validate and defend against cyber-attacks.

SOC - EC Council Official SOC Analyst (CSA) with exam
Delivered OnlineFlexible Dates
£2,394

AN510 IBM Power Systems for AIX IV - Performance Management

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This advanced course is for: AIX technical support personnel Performance benchmarking personnel AIX system administrators Overview Define performance terminology Describe the methodology for tuning a system Identify the set of basic AIX tools to monitor, analyze, and tune a system Use AIX tools to determine common bottlenecks in the Central Processing Unit (CPU), Virtual Memory Manager (VMM), Logical Volume Manager (LVM), internal disk Input/Output (I/O), and network subsystems Use AIX tools to demonstrate techniques to tune the subsystems In this course, students will develop the skills to measure, analyze, and tune common performance issues on IBM Power Systems running AIX. Day 1 Performance analysis and tuning overview Data collection Monitoring, analyzing, and tuning CPU usage Day 2 Virtual memory performance monitoring and tuning Day 3 Physical and logical volume performance File system performance monitoring and tuning Day 4 File system performance monitoring and tuning Network performance Day 5 NFS performance Performance management methodology

AN510 IBM Power Systems for AIX IV - Performance Management
Delivered OnlineFlexible Dates
Price on Enquiry

MySQL foundation

5.0(3)

By Systems & Network Training

MySQL foundation training course description The MySQL foundation course covers the basics of the SQL language as implemented by MySQL. The course is designed to give delegates practical experience in writing SQL statements using the MySQL client program and MySQL Workbench. The basic SQL statements, including the use of SQL functions and the basic table and view handling statements are introduced. What will you learn Create, alter and drop a MySQL database. Write SQL statements. Use SQL expressions and functions. Create and alter tables, indexes and views. Use transactions. Grant and revoke access privileges. Export and import data. MySQL foundation training course details Who will benefit: Anyone who needs to access and work with a MySQL Database. Prerequisites: An understanding of databases and exposure to information technology in general would be useful. Duration 3 days MySQL foundation training course contents Database concepts What is a database? database management systems, tables, rows and columns, indexes, primary keys, unique constraints and foreign keys, client-server architecture, supported data types, storage engines and table types, Information_Schema and MySQL Databases. Hands on using a database. Using the MySQL client What is the MySQL client? getting started and logging in, selecting a database, client commands, entering and executing SQL statements, retrieving previous commands, creating, editing and executing SQL files, redirecting output into a file, command line execution of MySQL scripts. Hands on Using the MySQL client. Basic SELECT The SQL SELECT statement, case sensitivity, quotes, statement terminator, syntax conventions, SELECT clause, FROM clause, conditions and the WHERE clause, logical operators, ORDER BY clause, column aliases, arithmetic expressions, precedence of operators. Hands on querying the sample database. LIMIT, UNION and AGGREGATE functions The LIMIT clause, UNION, UNION ALL, aggregate functions, GROUP BY clause, using Rollup with GROUP BY, HAVING clause. Hands on using limit, union and aggregate functions. Subqueries and joins Subqueries, cartesian products, table aliases, natural joins, join using, join on, multi-table joins. Hands on using subqueries and joins. Numeric and character functions Function types, testing functions, numeric functions character functions. Hands on using numeric and character functions. Data, time and other functions Date and time column types, date and time formats, Date format function, functions to return date time, functions to extract components from date time, date time arithmetic, miscellaneous functions. Hands on using date, time and other functions. Databases and tables Creating a database, selecting a database, creating tables, Auto_increment, show create table, column operations, constraint operations, copying tables, renaming tables, changing engine for tables, dropping tables, temporary tables. Hands on maintaining databases and tables. Indexes and views What is an index? creating an index, reviewing indexes, dropping indexes, what is a view? creating views, view restrictions, dropping views. Hands on maintaining indexes and views. Managing data Inserting rows, replacing rows, updating rows, deleting rows, Truncate statement, The COMMIT and ROLLBACK commands, savepoints, implicit commits. Hands on managing data. Access control Creating users, renaming users, dropping users, granting privileges, revoking privileges. Hands on creating users, granting and revoking. Import and export Exporting using SQL, importing using SQL, exporting from the command line, importing from the command line. Hands on export and import data.

MySQL foundation
Delivered in Internationally or OnlineFlexible Dates
£2,367

Car Restoration and Hybrid Vehicle Expert Training - QLS Endorsed

By Imperial Academy

Level 3 & 4 Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

Car Restoration and Hybrid Vehicle Expert Training - QLS Endorsed
Delivered Online On Demand1 hour
£300

Business Process Modeling

By IIL Europe Ltd

Business Process Modeling This course is part of IIL's Business Analysis Certificate Program (BACP), a program designed to help prepare individuals pass the IIBA® Certification exam to become a Certified Business Analysis Professional (CBAP®). Learn more at www.iil.com/bacp A process model is a description of a process in terms of its steps or actions, the data flowing between them and participants in the process, machines, systems, and organizations involved. Modeling is a critical business analysis skill. It applies graphical and text communication techniques to describe the actions, objects, and relationships acted upon in the process and the steps that act upon them. This course teaches the technique of process modeling and ties together the core methods of process, behavior, and data modeling to enable business analysts to fully describe business processes in levels of detail from multiple perspectives. What you will Learn Upon completion, participants will be able to: Identify business processes and their components Work with UML diagrams Use process modeling in business diagramming Diagram and model business processes Foundation Concepts The role of the business analyst The IIBA® BABOK® Knowledge Areas Business Process Modeling (BPM) and the business analyst A practical approach to business process modeling The Context for Modeling Business Processes Overview of context for business process modeling Analyzing stakeholder information Modeling best practices Critical inputs for BPM: Business Rules Critical inputs for BPM: Context Diagrams Data Models Overview of data modeling Entity relationship diagrams Object-oriented approach Class diagrams Other data models Process Models - Part I (Non-UML) Overview of process modeling Data flow diagrams Workflow diagrams Flowcharts Process Models - Part II (UML) Overview of UML Process Models UML Activity Diagrams UML Sequence Diagrams Usage Models - Part I (Non-UML) Overview of usage modeling Prototyping options Static prototyping and storyboards Dynamic prototyping User Interface Design and user stories Usage Models - Part II (UML Use Cases) Overview of Use Cases Use Case diagrams Use Case descriptions Use Cases and the product life cycle Integrating the Models Overview of integrating the models General analysis best practices Specific analysis techniques summary Best practices for transition to design Summary and Next Steps What did we learn and how can we implement this in our work environments?

Business Process Modeling
Delivered In-Person in LondonFlexible Dates
£1,695

Environment Management, Conservation and Ecology - 3 QLS Course

4.7(47)

By Academy for Health and Fitness

Immerse yourself in a journey through the heart of our planet with the "Environment Management, Conservation and Ecology - 3 QLS Course" bundle. Unpack the intricate layers of three QLS-endorsed courses - Environment Management, Conservation Diploma Course, and Ecology - providing a thorough theoretical grounding in these critical disciplines. Beyond that, expand your perspective with five additional CPD QS accredited courses encompassing Environment Management: Environment & Ecology, Genetics: DNA and Genealogy, Environmental Law, Renewable Energy, and Marine Biology. Each one offers a unique angle to enhance your understanding of our natural world and our place within it. With our QLS-endorsed courses, you will receive hardcopy certificates, recognising your knowledge and commitment. Harness this powerful tool to deepen your understanding of Earth's complex systems, how we manage them, and our ongoing commitment to their preservation. Start your journey today! Key Features of the Environment Management, Conservation and Ecology - 3 QLS Course Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Environment Management, Conservation and Ecology - 3 QLS Course bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Environment Management QLS Course 02: Conservation Diploma Course QLS Course 03: Ecology 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Environment Management : Environment & Ecology Course 02: Genetics : DNA and Genealogy Course 03: Environmental Law Course 04: Renewable Energy Course 05: Marine Biology Course In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Environment Management, Conservation and Ecology - 3 QLS Course courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes of the Environment Management, Conservation and Ecology - 3 QLS Course Bundle: Understand the principles of Environment Management, Conservation, and Ecology. Develop a deeper understanding of environment and ecology. Gain a fundamental knowledge of genetics, DNA, and genealogy. Comprehend the complexities of environmental law. Grasp the essentials of renewable energy sources. Understand the basics of marine biology. Learn how to apply theoretical knowledge in a professional setting. The "Environment Management, Conservation and Ecology - 3 QLS Course" bundle is a comprehensive theoretical package designed for those passionate about understanding and preserving our natural world. This bundle combines three QLS-endorsed courses with five relevant CPD QS accredited courses, providing a broad, cohesive learning experience. Delve into the multi-faceted world of environment management, the pressing issue of conservation, the broad science of ecology, and gain insights into related areas like genetics, environmental law, renewable energy, and marine biology. Enhance your understanding and immerse yourself in the comprehensive study of our planet's complex systems. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Individuals passionate about environmental conservation and management. Students pursuing further academic study in related fields. Professionals seeking to enhance their theoretical understanding. Anyone interested in broadening their knowledge about our planet's intricate systems. Career path Environmental Manager: £22,000 - £60,000 per year. Conservation Officer: £20,000 - £40,000 per year. Ecologist: £22,000 - £50,000 per year. Genetic Counsellor: £26,000 - £50,000 per year. Renewable Energy Consultant: £20,000 - £45,000 per year. Marine Biologist: £20,000 - £55,000 per year. Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Environment Management, Conservation and Ecology - 3 QLS Course
Delivered Online On Demand48 hours
£309

Cyber Security Law & Ethical hacking- 3 QLS Course

4.7(47)

By Academy for Health and Fitness

Step into the future with our 'Cyber Security Law & Ethical Hacking' bundle. This comprehensive package includes three QLS-endorsed courses: 'Cyber Security Advanced Training', 'Cyber Security Law Online Course', and 'Cyber Security & Ethical Hacking To The Next Level'. Each course comes with a hardcopy certificate, offering you recognised credentials in this vital field. This bundle is further enriched by five CPD QS accredited courses: 'Cyber Intelligence Officer', 'Cyber Security Incident Handling and Incident Response', 'Linux Security and Hardening', 'Cyber Security Awareness Training', and 'Computer Networks Security from Scratch to Advanced'. Key Features of the Cyber Security Law & Ethical hacking- 3 QLS Course Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Cyber Security Law & Ethical hacking- 3 QLS Course bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Cyber Intelligence Officer QLS Course 02: Cyber Security Incident Handling and Incident Response QLS Course 03: Linux Security and Hardening 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Cyber Intelligence Officer Course 02: Cyber Security Incident Handling and Incident Response Course 03: Linux Security and Hardening Course 04: Cyber Security Awareness Training Course 05: Computer Networks Security from Scratch to Advanced In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Cyber Security Law & Ethical hacking- 3 QLS Course courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Secure your career in the cyber realm by mastering the legal landscape, advanced protection techniques, and ethical hacking principles through this immersive learning experience. Learning Outcomes: Grasp advanced cyber security concepts and strategies. Gain a comprehensive understanding of Cyber Security Law. Learn and apply ethical hacking principles. Become proficient in cyber intelligence and incident response. Understand Linux security and hardening techniques. Enhance awareness of cyber security threats and countermeasures. Learn about computer network security from scratch to advanced. The 'Cyber Security Law & Ethical Hacking' bundle delivers an extensive theoretical foundation in critical areas of cyber security. With the three QLS-endorsed courses, you'll delve into advanced cyber security practices, the legal framework surrounding cyber security, and ethical hacking principles. The five additional CPD QS accredited courses cover a broad spectrum of vital cyber security topics, from intelligence and incident response, to Linux security and cyber security awareness. This knowledge allows you to understand and navigate the increasingly complex digital security landscape and protect vital information and systems. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring professionals in the field of cyber security. Law students interested in specialising in cyber security law. IT professionals aiming to broaden their skill set with cyber security knowledge. Anyone interested in understanding the foundations of ethical hacking. Career path Cyber Security Analyst: Implement security measures to protect systems (£26,000 - £60,000). Cyber Security Lawyer: Advise on legal aspects of cyber threats (£40,000 - £80,000). Ethical Hacker: Identify vulnerabilities in systems using hacking techniques (£30,000 - £70,000). Cyber Intelligence Officer: Monitor and analyse cyber threats (£35,000 - £65,000). Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Cyber Security Law & Ethical hacking- 3 QLS Course
Delivered Online On Demand3 days
£309

Plumbing - Domestic Plumbing, Installations and Repair Diploma for Plumbers

4.9(27)

By Apex Learning

Flash Sale | 20-in-1 Mega Bundle | CPD QS Certified | 220 CPD Points | Free Hardcopy + PDF Certificates + Exam | Customer Support | Lifetime Access | Enrol Now

Plumbing - Domestic Plumbing, Installations and Repair Diploma for Plumbers
Delivered Online On Demand3 days
£109