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

9877 Concept courses in Cardiff delivered Online

Definitive Firewalls for engineers

5.0(3)

By Systems & Network Training

Firewalls training course description A technical hands on training course covering firewall technologies. This focuses on the whys and hows of firewall technology rather than looking at manufacturer specific issues. What will you learn Design secure firewall protected networks. Test firewalls. Evaluate firewalls Configure firewalls Firewalls training course details Who will benefit: Technical staff wanting to learn about Filrewalls including: Technical network staff. Technical security staff. Prerequisites: IP security foundation for engineers Duration 2 days Firewalls training course contents Firewall introduction Security review, what is a firewall? What do firewalls do? Firewall benefits, concepts. Hands on Configuring the network to be used in later labs, launching various attacks on a target. Firewall types Packet filtering, SPI, Proxy, Personal. Software firewalls, hardware firewalls, blade based firewalls, personal firewalls, which firewall should you use? Firewall products. Hands on Configuring a simple firewall. Packet filtering firewalls Things to filter in the IP header, stateless vs. stateful filtering. ACLs. Advantages of packet filtering. Hands on Configuring packet filtering firewalls. Stateful packet filtering Stateful algorithms, packet-by-packet inspection, application content filtering, tracks, special handling (fragments, IP options), sessions with TCP and UDP. Firewall hacking detection: SYN attacks, SSL, SSH interception. Hands on Stateful packet inspection firewalls. Proxy firewalls Circuit level, application level, SOCKS. Proxy firewall advantages and disadvantages. Hands on Proxy firewalls. Personal firewalls The role of personal firewalls, Windows XP, Zonealarm. Hands on Configuring a personal firewall. Firewall architectures Home based, small office, enterprise, service provider, what is a DMZ? DMZ architectures, bastion hosts, multi DMZ. Virtual firewalls, transparent firewalls. Dual firewall design, high availability, load balancing, VRRP. Hands on Resilient firewall architecture. Securing communications VPNs, IPsec. Firewall configuration of VPNs, integration of dedicated VPN devices and firewalls. Hands on IPSec VPN configuration. Testing firewalls Configuration checklist, testing procedure, monitoring firewalls, logging, syslog. Hands on Testing firewalls.

Definitive Firewalls for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Signalling systems for engineers

5.0(3)

By Systems & Network Training

Signalling training course description An intensive course that defines and explores the signalling methods that are to be found in today's telecommunications services. What will you learn Describe the Functionality and Features of Signalling. Describe the Functionality of Analogue & Digital Subscriber Signalling. Describe the various types of signalling used on different network types. Describe the Functionality of Private Network Signalling. Describe the Functionality of Public Network Signalling. Signalling training course details Who will benefit: Personnel involved with systems design, implementation and support. Prerequisites: Telecommunications Introduction Duration 2 days Signalling training course contents Introduction What is Signalling?, Standards, ITU-T Recommendations, Signalling Categories - Supervisory Addressing, E.164, Call Information, Network Management, Network Components, Inband/Outband Switch Signalling, Analogue Vs Digital Signalling. Analogue Subscriber Signalling Analogue Local Loops/Switches/Trunks, Digital Switches/Local Loops, Telephone Handset, Accessing the Local Exchange, Pulse/Tone Dialling. Digital Subscriber Signalling Integrated Digital Access, DASS2 & DPNSS, DASS2 - Call, IMUX, Euro ISDN, Q.931 Call Control, Message Identification, Message Types, Call Establishment Messages, Call Clearing. Network Types Service Types, Circuit Switched, Packet Switched, Signalling Terminology, In-Channel Signalling, G.704, Performance and Quality, Digital Signalling, CAS, CAS Applications, Foreign Exchange, CCS, Break-In/Out Private Network Signalling Types Networking PABXs, Inter PABX Analogue Signalling Methods, E & M, Tone-On-Idle, Inter PABX Digital Signalling Methods, DPNSS, DPNSS Deployment, PABX Support for DPNSS, DPNSS Call, Q.Sig, Q.Sig support/functionality/protocol, Message Overview, Call Establishment. Public Network Signalling SS7, SS7 Operations, SS7 Topology, SSP, STP, SCP, Database Types - CMSDB NP LIDB HLR VLR, Signalling Modes, Link Types, Further Redundancy, Linksets, SS7 addressing, Point Codes, Sub-System, Global Title Addressing and Translation, ANSI PCs, ITU-T PCs, SS7 Protocol Stack, MTP Level 1, MTP Level 2, Flow Control, FISU, LSSU, MSU, MSU SIF, MTP Level 3, SCCP, TCAP, TUP, Facility Format, Main Facilities, Flow Control Negotiation, Closed User Groups, Reverse Charging, Fast Select Facility, Throughput Class Negotiation, Call Barring, On-Line Facility Registration. BTUP, ISDN ISUP, Supplementary Services, ISUP Call - IAM, Progress/Answer/Suspend/ Resume/Release Messages, Intelligent Network (IN) Introduction, IN Evolution, IN Conceptual Model, IN Target Services & Service Features, Service Independent Building Blocks

Signalling systems for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Oracle SQL Advanced

5.0(3)

By Systems & Network Training

Oracle SQL Advanced training course description The Oracle SQL Advanced course is designed to give delegates practical experience in using some of the more advanced features of Oracle SQL. Additional datatypes and the use of advanced SQL functions and expressions are covered together with enhanced table handling features. What will you learn Retrieve data using correlated subqueries, in-line views and multi-column subqueries. Use the WITH Clause. Inserting and Updating Rows Using Complex Subqueries Create Hierarchical Queries. Use ROLLUP, CUBE and GROUPING SETS group by enhancements. Implement the GROUPING and GROUPING_ID functions. Manage large data sets. Insert data conditionally and unconditionally. Merge Rows in a Table. Create TIMESTAMP and INTERVAL Datatypes. Use TIMESTAMP, TIMEZONE and INTERVAL functions and literals. Use regular expressions and implement related functions. Manage objects with the data dictionary. Manage schema objects. Perform flashback operations. Create and using external tables. Control user access to database objects. Oracle SQL Advanced training course details Who will benefit: Anyone who needs to use the more advanced features of SQL to improve their productivity in querying and updating an Oracle database. Prerequisites: Delegates should have attended the Oracle SQL course or have a similar level of experience. Duration 2 days Oracle SQL Advanced training course contents Retrieve data using subqueries ANY, ALL or SOME operators, Correlated subqueries, In-Line views, The Exists operator, The WITH clause, Multi-Column subqueries, Insert and update using a query, Correlated update and delete. Hierarchical queries Hierarchical data, The START WITH and CONNECT BY clauses, The LEVEL pseudo-column, Sequencing the output, Eliminating nodes and branches. Enhanced grouping features Review of basic grouping concepts, The ROLLUP and CUBE extensions, The GROUPING SETS extension, Using the GROUPING and GROUPING_ID functions. Manage large data sets Multi-table Inserts, Conditional and unconditional Inserts, Merging data into a table, Table and view based merge, A sub query based merge. Flashback technology Flashback query, The AS clause, Flashback table, Flashback drop. Date, time and time zone support Date, Timestamp and Interval datatypes, Handling dates and times, Handling intervals, Date, timestamp and interval functions and literals, Related NLS parameters. Regular expression support Regular expression notation, Character matching, Repetition operators, Sub expression grouping, Regular expression functions. Manage objects with the Data Dictionary The Data Dictionary, Useful Data Dictionary tables, Using the Data Dictionary. Manage schema objects Column operations, Constraint operations, Creating and dropping Indexes, B-Tree indexes, Function based indexes, Descending indexes, Creating and using external tables. Access control System privileges and roles, Create users, Alter user details, Grant and revoke object privileges.

Oracle SQL Advanced
Delivered in Internationally or OnlineFlexible Dates
£1,727

ITIL 4 Specialist: Create, Deliver and Support: In-House Training

By IIL Europe Ltd

ITIL® 4 Specialist: Create, Deliver and Support: In-House Training The ITIL® 4 Specialist: Create, Deliver, and Support module is part of the Managing Professional stream for ITIL® 4. Candidates need to pass the related certification exam for working towards the Managing Professional (MP) designation. This course is based on the ITIL® 4 Specialist: Create, Deliver, and Support exam specifications from AXELOS. With the help of ITIL® 4 concepts and terminology, exercises, and examples included in the course, candidates acquire the relevant knowledge required to pass the certification exam. What You Will Learn The learning objectives of the course are based on the following learning outcomes of the ITIL® 4 Specialist: Create, Deliver, and Support exam specification: Understand how to plan and build a service value stream to create, deliver, and support services Know how relevant ITIL® practices contribute to the creation, delivery, and support across the SVS and value streams Know how to create, deliver, and support services Organization and Culture Organizational Structures Team Culture Continuous Improvement Collaborative Culture Customer-Oriented Mindset Positive Communication Effective Teams Capabilities, Roles, and Competencies Workforce Planning Employee Satisfaction Management Results-Based Measuring and Reporting Information Technology to Create, Deliver, and Support Service Integration and Data Sharing Reporting and Advanced Analytics Collaboration and Workflow Robotic Process Automation Artificial Intelligence and Machine Learning CI / CD Information Model Value Stream Anatomy of a Value Stream Designing a Value Stream Value Stream Mapping Value Stream to Create, Deliver, and Support Services Value Stream for Creation of a New Service Value Stream for User Support Value Stream Model for Restoration of a Live Service Prioritize and Manage Work Managing Queues and Backlogs Shift-Left Approach Prioritizing Work Commercial and Sourcing Considerations Build or Buy Sourcing Models Service Integration and Management

ITIL 4 Specialist: Create, Deliver and Support: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£2,295

ITIL 4 Specialist: Drive Stakeholder Value: In-House Training

By IIL Europe Ltd

ITIL® 4 Specialist: Drive Stakeholder Value: In-House Training The ITIL® 4 Specialist: Drive Stakeholder Value module is part of the Managing Professional stream for ITIL 4. Candidates need to pass the related certification exam for working towards the Managing Professional (MP) designation. This course is based on the ITIL® 4 Specialist: Drive Stakeholder Value exam specifications from AXELOS. With the help of ITIL® 4 concepts and terminology, exercises, and examples included in the course, candidates acquire the relevant knowledge required to pass the certification exam. What You Will Learn The learning objectives of the course are based on the following learning outcomes of the ITIL® 4 Specialist: Drive Stakeholder Value exam specification: Understand how customer journeys are designed Know how to target markets and stakeholders Know how to foster stakeholder relationships Know how to shape demand and define service offerings Know how to align expectations and agree on details of services Know how to onboard and offboard customers and users Know how to act together to ensure continual value co-creation (service consumption / provisioning) Know how to realize and validate service value Customer Journey Purpose of the Module Purpose of Mastering the Customer Journey Touchpoints and Service Interactions Module Topics Mapping the Customer Journey Designing the Customer Journey Measuring and Improving the Customer Journey Customer Journey Step 1: Explore Purpose of the Module Purpose of the Explore Step Module Topics Understanding Service Consumers Understanding Service Providers Understanding and Targeting Markets Customer Journey Step 2: Engage Purpose of the Module Purpose of the Engage Step Aspects of Service Value Module Topics Service Relationship Types Building Service Relationships Building and Sustaining Trust and Relationships Analyzing Customer Needs Managing Suppliers and Partners Customer Journey Step 3: Offer Purpose of the Module Purpose of Shaping Demand and Service Offerings Module Topics Managing Demand and Opportunities Specifying and Managing Customer Requirements Designing Service Offerings and User Experience Selling and Obtaining Service Offerings Customer Journey Step 4: Agree Purpose of the Module Purpose of Aligning Expectations and Agreeing on Services Module Topics Agreeing on and Planning Value Co-Creation Negotiating and Agreeing on a Service Customer Journey Step 5: Onboard Purpose of the Module Purpose of Onboarding and Offboarding ITIL® Management Practices Module Topics Planning Onboarding Fostering Relationships with Users Providing User Engagement and Delivery Channels Enabling Users for Service Elevating Mutual Capabilities Offboarding Customer Journey Step 6: Co-create Purpose of the Module Purpose of Service Provision and Consumption Module Topics Service Mindset Ongoing Service Interactions Nurturing User Communities Customer Journey Step 7: Realize Purpose of the Module Measuring Service Value Purpose of Value Capturing and Customer Journey Improvement Realizing Service Value in Different Settings Module Topics Tracking Value Realization Assessing and Reporting Value Realization Evaluating Value Realization and Improving Customer Journeys Realizing Value for the Service Provider

ITIL 4 Specialist: Drive Stakeholder Value: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£2,295

ITIL 4 Strategist: Direct, Plan and Improve: Virtual In-House Training

By IIL Europe Ltd

ITIL® 4 Strategist: Direct, Plan and Improve: Virtual In-House Training The ITIL® 4 Strategist: Direct, Plan, and Improve course is based on the ITIL® 4 Strategist Direct, Plan, and Improve candidate syllabus from AXELOS. This course is based on the ITIL® 4 Strategist: Direct, Plan and Improve IT exam specifications from AXELOS. With the help of ITIL® 4 concepts and terminology, exercises, and examples included in the course, candidates acquire the relevant knowledge required to pass the certification exam. This course provides the practical skills necessary to create a 'learning and improving' IT organization, with a strong and effective strategic direction. It was designed to provide practitioners with a practical and strategic method for planning and delivering continual improvement with necessary agility. It covers both practical and strategic elements, making it the universal module that is a key component to both ITIL® 4 Managing Professional and ITIL® 4 Strategic Leader streams. What You Will Learn At the end of this course, participants will be able to: Understand the key concepts of direction, planning, improvement Understand the scope of what is to be directed and/or planned and know how to use key principles and methods of direction and planning in that context Understand the role of GRC and know how to integrate the principles and methods into the service value system Understand and know how to use the key principles and methods of continual improvement for all types of improvements Understand and know how to use the key principles and methods of Communication and Organizational Change Management to direction, planning and improvement Understand and know how to use the key principles and methods of measurement and reporting in direction, planning, and improvement Understand and know how to direct, plan, and improve value streams and practices Course Introduction Let's Get to Know Each Other Course Overview ITIL® 4 Certification Scheme Course Learning Objectives Course Components Course Agenda Exercises Case Study: Axle Car Hire Case Study: HandyPerson on Demand Exam Details Core Concepts of DPI Key Terms Covered in the Module Module Learning Objectives Basics of Direction Basics of Planning Basics of Improvement Other Core Elements DPI through Service Value Chain and Guiding Principles Key Terms Covered in the Module Module Learning Objectives DPI of the SVS DPI of Guiding Principles Role of Direction in Strategy Management Key Terms Covered in the Module Introducing Strategy Management Developing Effective Strategies Implementation of Strategies Key Terms Covered in the Module Module Learning Objectives Managing Risks Making Decisions through Portfolio Management Directing via Governance, Risk, and Compliance (GRC) Introduction to Assessment and Planning Key Terms Covered in the Module Module Learning Objectives Core Concepts of Assessment Conducting Effective Assessments Core Concepts of Planning Assessment and Planning through VSM Key Terms Covered in the Module Module Learning Objectives Introducing VSM Developing Value Stream Maps Knowing More About VSM Measurement, Reporting, and Continual Improvement Key Terms Covered in the Module Module Learning Objectives Measurement and Reporting Alignment of Measurements and Metrics Success Factors and Key Performance Indicators Continual Improvement Measurements and Continual Improvement through Dimensions and SVS Key Terms Covered in the Module Module Learning Objectives Measurements for the Four Dimensions Continual Improvement of the Service Value Chain and Practices OCM Principles and Methods Key Terms Covered in the Module Module Learning Objectives Basics of OCM OCM throughout DPI and Service Value Chain Resistance and Reinforcement Communication Principles and Methods Key Terms Covered in the Module Module Learning Objectives Basics of Effective Communication Communication with Stakeholders SVS Development Using Four Dimensions Key Terms Covered in the Module Module Learning Objectives Organizations and People in the SVS Partners and Suppliers in the SVS Value Streams and Processes in the SVS Information and Technology in the SVS

ITIL 4 Strategist: Direct, Plan and Improve: Virtual In-House Training
Delivered OnlineFlexible Dates
£2,150

Developing Effective Working Relationships

By Underscore Group

Understand and explore what you and others do that develops and destroys working relationships. Course overview Duration: 2 days (13 hours) This is an exciting opportunity to dive into the very heart of human behaviour as we encourage you to explore what you and others do that develops and destroys working relationships.  We start by getting you to determine where in your working life you need to develop effective relationships before guiding you through a process of analysing personalities and behaviours and then giving you the skills to create and maintain great relationships.  Objectives  By the end of the course you will be able to: Create a stakeholder map and analyse which relationships need to be developed Describe different personality types and how these can cause connection and conflict Develop behaviours that help build relationships Bring more assertiveness to your relationships Have courageous conversations and handle conflict should it occur Content Getting started The benefits of great working relationships Determining what you want specifically from your relationships at work Developing a stakeholder map to enable you to analyse who you need to build relationships with and how you might do this Defining your personal brand How your personal brand could impact relationships Understanding others Exploring different personality types Understanding how others are both similar and different to you Identifying when personality differences might cause conflict Better Behaviour Exploring the concept of transactional analysis How transactional analysis can help to build or break relationships Understanding life positions How life positions impact your behaviour and that of others How to use transactional analysis in creating better relationships Developing Relationships Understanding the common ways poor communication can cause problems in relationships Developing assertive communication Making human connections at work in order to build better relationships and create trust Maintaining Relationships Recognition and Tiny Noticeable Things How to have courageous conversations e.g. giving feedback A model for handling conflict when it occurs

Developing Effective Working Relationships
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

Intro to data communications & networking

5.0(3)

By Systems & Network Training

Data comms training course description A hands on training course introducing the concepts of data communications, moving on to covering both LAN and WAN technology. Quizzes are used extensively to ensure material has sunk in and to maximise learning time. Hands on sessions ensure that by the end of the course delegates have made cables, built LANS and WANS, configured TCP/IP, switches and routers. What will you learn Use the seven layer model to classify networking buzzwords. Build and troubleshoot Ethernet, LAN/WAN and WiFi networks Explain the difference between switches and routers. Connect networks with routers. Data comms training course details Who will benefit: Anyone who requires a technical introduction to networks. Prerequisites: None. Duration 3 days Data comms training course contents What are networks? What is data communications? What are networks? Types of network, LANs, LAN choices, WANs, WAN choices, PANs, SANs, MANs, connecting networks. Internetworks, the internet, clouds. Networks and standards Standards bodies, ISO, ITU, IEEE, IETF, OSI 7 layer reference model, TCP/IP and OSI, ping and the 7 layer model, encapsulation, fragmentation. The physical layer Transmission media: Copper, Fibre, RF, UTP, Cat 5/5e/6/7..., RJ45, straight and cross over cables. Coax, Fibre cable & connectors, SFP, MMF, SMF, radio spectrum, frequencies, ranges, noise and electrical distortion, repeaters. Hands on Cabling, ping. Bandwidth Definition, Bits, bytes, speeds, simplex, half/full duplex, a/symmetrical, aggregation, latency. Calculating bandwidth requirements. The Data Link layer Frames, classifications, standards, LAN/WAN layer 2 technologies (Point to point, virtual circuits). Ethernet What is Ethernet? 802.3, evolution from CSMA/CD, choosing cables, topologies, NICs, MAC addresses. Ethernet frame format. Hands on Analysing Ethernet frames. Ethernet switches Connecting multiple devices, switches work at layer 2, Switches vs. hubs, simultaneous conversations, full duplex, MAC address database, how switches work, switch benefits, loops, STP. Console ports. Hands on Switches and WireShark, configuring switches, broadcast storms, STP. VLANS What are VLANs, why have VLANs. Hands on The effect of VLANs on network traffic. Wireless LANs Type of wireless network. WiFi, 802.11b/g/n/ac, WiFi6, antennae, interference, 802.11 frame format, CSMA/CA, half duplex, Wireless Access Points, security. Hands on Building a WiFi network. WANS WAN architecture, WAN types, service providers, access equipment, DTE, DCE, core equipment, WANs and the 7 layer model, choosing a WAN. WAN access Point to point, multi access, Internet, phone lines, leased lines, xDSL, broadband architecture. DOCSIS, FTTH, PON, SD-WAN. Older technologies (if required): Modems, ISDN, 64k, E1, TDM. Packet switched networks Packet switching, virtual circuits, Hub & spoke, partial & full mesh, MPLS, MPLS and routers, Why MPLS? MPLS -TE, MPLS VPN, Internet VPN. Older technologies (if required). Service provider technologies Transport plane, SDH, SONET, WDM, CWDM, DWDM, DWDM architectures, OTN. TCP/IP Definition, protocols, services, internetworking, the Internet, intranets, IAB, RFCs, IP header, IP addressing, subnet masks, IPv6, TCP, UDP. Hands on IP address and subnet mask configuration. Routers What are routers? Routers vs switches, when to route and when to switch, default gateways, routing tables, static routes, routing protocols. Firewalls, how firewalls work. Hands on Router configuration, tracert. Applications Clients, servers, web, HTTP, Email, resource sharing, IM, VoIP, Video over IP, terminal emulation, ftp, ssh. Hands on telnet

Intro to data communications & networking
Delivered in Internationally or OnlineFlexible Dates
£1,697

Nature-Based Offset Markets & Voluntary Carbon Market (VCM) Operation for Businesses

By Natural eco Capital

This course will create insight about carbon,carbon emission, Green House Gases ( GHG's) and the voluntary carbon market. It will enable learners understand the concept of climate change, as well as nature based solutions to mitigate climate change

Nature-Based Offset Markets & Voluntary Carbon Market (VCM) 
 Operation for Businesses
Delivered OnlineFlexible Dates
£620

British Sign Language Course (Level 1)

By iStudy UK

Course Overview Learning Sign languages allows you to communicate with the deaf community and gives you the opportunity to support them in a variety of ways. In addition, this skill set can be beneficial for your professional life if you want to work in the relevant industries. Develop your skills in British Sign Language through the British Sign Language Level 1 course. From this British Sign Language Level 1 course, you will learn the core principles of BSL. The easy-to-follow modules will help you build your competence in fingerspelling. Step by step, you will learn how to describe family, colours, numbers, animals and more. This course will teach you the signs to describe a person and clothes. You will also learn how to exchange personal information using BSL. This British Sign Language Level 1 course is the perfect place to build your foundation in BSL. In addition, it will also provide you with a certificate of achievement. This certificate will add extra value to your resume. Enrol now and start learning! What You Will Learn Learn the basic concept of British Sign Language Understand the principles of fingerspelling Know how to exchange personal information in BSL Develop the skills to describe colour, number, animals etc Know how to describe a person or clothes in BSL Why Should You Choose this British Sign Language Level 1 Course Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment, and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential Who is this Course for? The British Sign Language Level 1 course is designed for individuals interested in learning BSL. This course will be highly beneficial for people who wish to pursue a career in the relevant industries. Requirements Our British Sign Language Level 1 course is fully compatible with any kind of device. Whether you are using Windows computers, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path This British Sign Language Level 1 course will assist you in pursuing a career in the relevant fields  SEN Teaching Assistant (Salary Range £19,000-£23,000) BSL Interpreter (Salary Range £20,000-£35,000) British Sign Language Course (Level 1) What is British Sign Language? 00:01:00 Introduction to BSL and Fingerspelling Fingerspelling A-Z with Subtitles 00:02:00 Fingerspelling A-Z without Subtitles 00:01:00 Fingerspelling A-Z 00:05:00 Fingerspelling Right or Left Handed 00:01:00 A to Z Cards 00:01:00 1st Name A to Z in 3 parts - Fingerspelling 00:07:00 1st Name A to Z Fingerspelling 00:10:00 Fingerspelling - Fill in the blanks 00:02:00 Fingerspelling - Fill in the Blanks Q&A 00:10:00 What is my name and Live, Where? (UK) 00:03:00 Who am I and Live Where in UK 00:10:00 Exchanging Personal Information Meeting People and Introduction with Subtitles 00:02:00 Meeting People and Introduction without Subtitles 00:02:00 Questions Signs with without Subtitles 00:01:00 Family sentences Homework 00:04:00 Meeting People 00:10:00 Families Families 00:10:00 Families Sign Part 1 with Subtitles 00:01:00 Families Sign Part 2 with Subtitles 00:02:00 Families Sign Part 1 without Subtitles 00:01:00 Families Sign Part 2 without Subtitles 00:02:00 Numbers (Time, Calendar and Money) Number 0 to 100 00:05:00 Numbers - Handouts 00:10:00 Numbers 00:02:00 Numbers - Answer 00:10:00 Bingo Numbers Games 00:02:00 BINGO 4 Games 00:10:00 Phone Numbers 00:10:00 Time and Calendar Signs with Subtitles 00:01:00 Time and Calendar without Subtitles 00:01:00 Calendars 00:10:00 Calendars Birthday Ages and Names 00:10:00 What is the Time? With Subtitles 00:01:00 What is the Time? Without Subtitles 00:01:00 What is the time - Answers 00:10:00 Calendar Signs with Subtitles 00:05:00 Calendar Signs without Subtitles 00:05:00 Birthday, When? 00:02:00 Birthday When - Answers 00:10:00 Colours Colour Signs with Subtitles 00:01:00 Colour Signs without Subtitles 00:01:00 Colours 00:04:00 Colours - Handouts 00:15:00 Draw a colour Elephant 00:02:00 Handout Answer - Draw a Colour Elephant 00:00:00 Transports Transports - Handouts 00:10:00 Transports sign with Subtitles 00:02:00 Transports sign without Subtitles 00:02:00 Transport and Time Signs with Subtitles 00:01:00 Transport and Time Signs without Subtitles 00:01:00 Weather Weather Signs with Subtitles 00:01:00 Weather Signs without Subtitles 00:01:00 Weather - Handouts 00:10:00 Weather and Questions 00:01:00 Directions Directions Signs with Subtitles 00:02:00 Directions Signs without Subtitles 00:02:00 Directions - Handouts 00:05:00 Questions for Directions Signs with Subtitles 00:01:00 Questions on Directions Signs without Subtitles 00:01:00 Non-Manual Features (NMF) in BSL 00:10:00 Affirmative & Negative Signs with Subtitles 00:01:00 Affirmative & Negative Signs without Subtitles 00:01:00 Affirmative and Negative - Handouts 00:10:00 Activities/Hobbies and Sports Activities Interests and Sports Handouts 00:10:00 Information about different clubs 00:10:00 Interests and Hobbies with Subtitles 00:03:00 Interests and Hobbies without Subtitles 00:01:00 Sports Signs with Subtitles 00:03:00 Sports Signs without Subtitles 00:03:00 Hobbies/Interests Questions with Subtitles 00:01:00 Hobbies/Interests Questions without Subtitles 00:01:00 Sports Clubs 00:01:00 Description of A Person and Clothes Description of a Person with Subtitles 00:04:00 Description of a Person without Subtitles 00:04:00 Describing a Person 00:10:00 Describing Clothes with Subtitles 00:02:00 Describing Clothes without Subtitles 00:02:00 Wearing Clothes 00:15:00 Animals A -Z of Animals with Subtitles 00:02:00 A -Z of Animals without Subtitles 00:02:00 Animal A to Z - Handsout 00:20:00 Questions about Pets with Subtitles 00:01:00 Questions about Pets without Subtitles 00:01:00 STUDY About Pets 00:02:00 STUDY ANSWERS About Pets 00:01:00 Numbers (Money) Money Signs (Part 1) with Subtitles 00:01:00 Money Signs (Part 1) without Subtitles 00:01:00 Money Signs (Part 2) with Subtitles 00:01:00 Money Signs (Part 2) without Subtitles 00:01:00 How Much is it? 00:01:00 How much is it - Answers 00:01:00 Foods and Drinks Foods and Drinks with Subtitles 00:09:00 Foods and Drinks without Subtitles 00:09:00 Food and Drinks - Handouts 00:12:00 Hurley's Food and Drink Menu with Images 00:09:00 Hurley's Food and Drink Menu without Images 00:09:00 HANDOUT Top Eat Menu 00:02:00 Hurley' s Food and Drink Menu 00:10:00 STUDY At the Restaurant 00:10:00 STUDY HANDOUT ANSWERS At the Restaurant 00:02:00 Exam STUDY: BSL LEVEL 1 EXAM 00:04:00 STUDY ANSWERS : BSL LEVEL 1 EXAM 00:01:00

British Sign Language Course (Level 1)
Delivered Online On Demand7 hours 40 minutes
£25