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

14359 CV courses in Cardiff delivered Online

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Network Engineer Training - CPD Certified

4.7(47)

By Academy for Health and Fitness

24 Hours Left! Don't Let Winter Flash Sale Slip Away - Enrol Now! In today's fast-paced digital landscape, a Network Engineer's expertise is crucial in steering the course of business technology towards secure, efficient, and innovative horizons. Cybersecurity Ventures predicted that cybercrime would cost the world $10.5 trillion annually by 2025, with a significant portion of that expected to impact the UK. This Network Engineer Training Bundle is the foundation for all aspiring and established network professionals who aim to solidify their presence in the field. It begins with critical network security concepts, extending into the expansive realm of cloud computing with AWS and CompTIA Cloud+. Learners will gain proficiency in securing networks with Cisco ASA firewall expertise and ensure data protection with GDPR compliance training. The Network Engineer Training bundle also delves into the physical infrastructure of networking with data centre essentials, emphasising mechanical and cooling systems. Rounded off with cyber security awareness, this Network Engineer Training is everything you need to thrive in the ever-changing technological sector. Take the first step towards mastering the complexities of network systems and addressing the technological challenges of today and tomorrow. Enrol today and set the foundation for a dynamic and rewarding career in network engineering. With our Network Engineer Training exclusive bundle, you will get a PDF Certificate, PDF Transcript and Digital Student ID Card (worth £50) Absolutely FREE. Courses are Included in This Networking: Network Engineer Training Bundle: Course 01: Network Security Level 2 Course 02: Computer Networks Security Course 03: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 04: CompTIA Networking Course 05: AWS Certified Cloud Practitioner Course 06: IT Support Technician Course 07: CompTIA PenTest+ (Ethical Hacking) Course 08: CompTIA A+ (220-1001) Course 09: CompTIA Network (N10-007) Course 10: CompTIA A+ (220-1002) Course 11: CompTIA IT Fundamentals ITF+ (FCO-U61) Course 12: Cisco ASA Firewall Training Course 13: CompTIA Network+ Certification Course 14: Advance Windows 10 Troubleshooting for IT HelpDesk Course 15: Penetration Testing with OWASP ZAP: Mastery course Course 16: GDPR Data Protection Course 17: Data Center Training Essentials: Mechanical & Cooling Course 18: Cyber Security Awareness Training Course 19: Cloud Computing Training Course 20: Learning Computers and the Internet Learning Outcomes of the Networking: Network Engineer Training Bundle: Gain robust knowledge of computer network security to protect critical data effectively. Understand cloud services and infrastructure with CompTIA Cloud+ and AWS training. Master the essentials of networking through comprehensive CompTIA curriculum coverage. Develop expertise in managing Cisco ASA firewalls for secure network architecture. Learn GDPR compliance to safeguard and manage personal data within network systems. Explore data center essentials focusing on mechanical and cooling system maintenance. Why Choose Our Networking: Network Engineer Training Course? FREE Network Engineer Training certificate accredited Get a free student ID card with Network Engineer Training Training Get instant access to this Network Engineer Training course. Learn Network Engineer Training from anywhere in the world The Network Engineer Training is affordable and simple to understand The Network Engineer Training is an entirely online, interactive lesson with voiceover audio Lifetime access to the Network Engineer Training course materials The Network Engineer Training comes with 24/7 tutor support So enrol now in this Network Engineer Training Today to advance your career! Start your learning journey straightaway with our Networking: Network Engineer Training! Beyond the bits and bytes, our Network Engineer Training bundle, comprising 20 courses, is a multifaceted program that dives into both the theoretical underpinnings and application skills necessary for mastering the field. This Network Engineer curriculum is crafted to sharpen technical skills while simultaneously fostering innovative thinking, thereby equipping network engineers with the competencies required to excel in the ever-evolving, technologically advanced landscape of the UK and beyond. Our Network Engineer Training bundle is extremely dynamic and well-paced to help you understand Network Engineer Training with ease. Assessment Process of Networking: Network Engineer Once you have completed all the courses in the Network Engineer Training bundle, you can assess your skills and knowledge with an optional assignment. Our expert trainers will assess your assignment and give you feedback afterwards. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Networking: Network Engineer Training bundle is suitable for everyone. Also, our Network Engineer Bundle is perfect for: Budding network engineers IT security professionals Cloud services technicians Data center managers Compliance and privacy officers Requirements You will not need any prior background or expertise in this Network Engineer bundle. Career path This Network Engineer Training bundle will allow you to kickstart or take your career to the next stage in the related sector such as: Network Architect Security Analyst Cloud Consultant Data Center Admin IT Project Leader Certificates CPD Accredited Digital Certificate Digital certificate - Included CPD Accredited Hard Copy Certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Network Engineer Training - CPD Certified
Delivered Online On Demand9 days
£100

Computer Technician (Online) Diploma - CPD Certified

4.7(47)

By Academy for Health and Fitness

24-Hour Flash Sale! Prices Reduced Like Never Before!! The IT industry is experiencing a giant boom in this era of Information & Technology! Digital literacy has become as essential as reading and writing. The UK tech sector's growth has been unprecedented, contributing billions to the economy and creating millions of jobs. Yet, a gap persists in skilled IT professionals, who can grasp this opportunity and use it as their advantage. The Computer Technician (Online) Diploma is designed to bridge this gap, offering curriculum that spans from foundational IT skills to offering specialised knowledge in cybersecurity. This diploma bundle consists of carefully designed courses, guiding learners from the basics of Computer Technician to the complexities of Cybersecurity, Cloud Computing, and Ethical Hacking. It offers knowledge on topics like CompTIA A+, Network+, Security+, and more, ensuring a rounded education in IT Fundamentals, Advanced Troubleshooting, and Cybersecurity Law. This program is tailored to equip students with the theoretical knowledge needed to excel in various IT roles, making them indispensable assets in any tech-driven workplace. Courses Included In this Computer Technician (Online) Diploma Training Are: Course 01: Computer Technician (Online) Diploma Course 02: Functional Skills IT Course 03: Advance Windows 10 Troubleshooting for IT HelpDesk Course 04: Computer Maintenance Course 05: Internet of Things Course 06: Encryption Course 07: IT: Ethical Hacking & IT Security Course 08: CompTIA Network Course 09: CompTIA Security+ (SY0-401) Course 10: CompTIA Security+ (SY0-601) Course 11: CompTIA IT Fundamentals ITF+ (FCO-U61) Course 12: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 13: CompTIA A+ (220-1002) Course 14: CompTIA Network+ Certification (N10-007) Course 15: CompTIA CySA+ Cybersecurity Analyst (CS0-002) Course 16: CompTIA PenTest+ (Ethical Hacking) Course 17: Cyber Security Law Course 18: Learning Computers and Internet Course 19: Document Control Course 20: ChatGPT Masterclass: A Complete ChatGPT Zero to Hero! Learning Outcomes of Computer Technician (Online) Diploma - CPD Certified Bundle: Master foundational IT skills and internet navigation techniques. Get to know Windows 10 troubleshooting and computer maintenance. Understand IoT principles and applications in today's tech landscape. Acquire essential knowledge in encryption and cybersecurity measures. Get proficient in CompTIA A+, Network+, and Security+. Develop skills in ethical hacking and cybersecurity analysis. Why Prefer this Computer Technician Course? Get a free CPD Accredited Certificate upon completion of the Computer Technician course Get a Free Student ID Card with Computer Technician Training The Computer Technician course is Affordable and Simple to understand Lifetime Access to the Computer Technician course materials The Computer Technician course comes with 24/7 tutor support Enrol today and gain the skills and knowledge to become a skilled computer technician! Take a step toward a brighter future! With the tech industry's rapid growth and the increasing demand for IT professionals in the UK and globally, this diploma acts as the perfect starting point for anyone looking to secure a prominent role in IT or cybersecurity. Whether you're starting your career, seeking to upgrade your skills, or transitioning to a tech-focused role, this comprehensive course bundle is your key to unlocking a wealth of opportunities in the digital age. Course 01: Computer Technician (Online) Diploma Module 01: Software Module 02: Hardware Module 03: Security Module 04: Networking Module 05: Basic IT Literacy Course 02: Functional Skills IT Module 01: How People Use Computers Module 02: System Hardware Module 03: Device Ports And Peripherals Module 04: Data Storage And Sharing Module 05: Understanding Operating Systems Module 06: Setting Up And Configuring A PC Module 07: Setting Up And Configuring A Mobile Device Module 08: Managing Files Module 09: Using And Managing Application Software Module 10: Configuring Network And Internet Connectivity Module 11: IT Security Threat Mitigation Module 12: Computer Maintenance And Management Module 13: IT Troubleshooting Module 14: Understanding Databases Module 15: Developing And Implementing Software Course 03: Advance Windows 10 Troubleshooting for IT HelpDesk Module 01: Course Introduction Module 02: Prepare Virtual Test Lab Module 03: Installing Windows OS With Multiple Media Module 04: System Troubleshooting Without Reboot Module 05: Optimize System Performance (Fix Slowness Issue) Module 06: Active Directory Server Setup (Optional) Module 07: Active Directory Introduction Module 08: File System Related Troubleshooting =========>>>>> And 17 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*20 = £259.8) CPD Hard Copy Certificate: Free ( For The First Course: Previously it was £29.99) CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Aspiring IT professionals Tech enthusiasts Future cybersecurity experts Network administrators Cloud computing specialists Requirements You will not need any prior background or expertise to enrol in this course. Career path After completing this course, you are to start your career or begin the next phase of your career. IT Support Specialist - £30,000 to £40,000 Cybersecurity Analyst - £40,000 to £65,000 Network Engineer - £35,000 to £55,000 Ethical Hacker - £50,000 to £70,000 Certificates CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free. CPD Accredited Hard Copy Certificate Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee.

Computer Technician (Online) Diploma - CPD Certified
Delivered Online On Demand5 days
£100

Cisco Certified Network Associate

5.0(1)

By Course Gate

This Cisco Certified Network Associate course is the exam associated with the Cisco Certified Entry Network Technician certification and a tangible first step, second being ICND2, in achieving the Cisco Certified Network Associate certification. This Cisco Certified Network Associate course will prepare you for this exam. This exam stands to test your knowledge and skills required to successfully install, operate, and troubleshoot a small branch office network. The exam includes topics on networking fundamentals; connecting to a WAN; basic security and wireless concepts; routing and switching fundamentals; the TCP/IP and OSI models; IP addressing; WAN technologies; operating and configuring IOS devices; configuring RIPv2, static and default routing; implementing NAT and DHCP; and configuring simple networks. This course provides the foundational understanding of network Layers 1-3 that are applicable to core routing and switching plus other advanced technologies. All configuration commands are introduced through examples and supported with lab exercises. Course Highlights The price is for the whole course including final exam - no hidden fees Accredited Certificate upon successful completion Efficient exam system with instant results Track progress within own personal learning portal 24/7 customer support via live chat This valuable course is suitable for anyone interested in working in this sector or who simply wants to learn more about the topic. If you're an individual looking to excel within this field then Cisco Certified Network Associate course is for you. We've taken this comprehensive course and broken it down into several manageable modules which we believe will assist you to easily grasp each concept - from the fundamental to the most advanced aspects of the course. It really is a sure pathway to success. All our courses offer 12 months access and are designed to be studied at your own pace so you can take as much or as little time as you need to complete and gain the accredited qualification. We pride ourselves on having friendly and experienced instructors who provide full weekday support and are ready to help with any of your queries. So, if you need help, just drop them an email and await a speedy response. Furthermore, you can check the validity of your qualification and verify your certification on our website at anytime. So, why not improve your chances of gaining professional skills and better earning potential. Assessment At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career Path Not only does our accredited course look good on your CV, setting you apart from the competition, it can be used as a stepping stone to greater things. Further advance your learning, launch a new career or reinvigorate an existing one. Course Curriculum Building a Simple Network Networking Functions 00:20:00 Understanding the Host-to-Host Communications Model 00:23:00 Introducing LANs 00:17:00 Introduction to the IOS 00:32:00 Starting a Switch 00:11:00 Understanding Ethernet and Switch Operation 00:27:00 Troubleshooting Common Switch Media Issues 00:16:00 Perform Switch Startup 00:29:00 Troubleshooting Switch Media Issues 00:09:00 Command Line Help 00:07:00 Establishing Internet Connectivity Understanding the TCPIP Internet Layer 00:31:00 Understanding IP Addressing and Subnets 00:41:00 Understanding the TCPIP Transport Layer 00:24:00 Exploring the Functions of Routing 00:22:00 Configuring a Cisco Router 00:19:00 Exploring the Packet Delivery Process 00:24:00 Enabling Static Routing 00:18:00 Managing Traffic Using ACLs 00:18:00 Enabling Internet Connectivity 00:50:00 Performing Initial Router Setup Media Issues 00:15:00 Connecting to the Internet 00:24:00 Life of a Packet 00:11:00 Managing Network Device Security Securing Administrative Access 00:33:00 Implementing Device Hardening 00:47:00 Implementing Traffic Filtering with ACLs 00:32:00 Ethernet the Security of the Intial Configuration Part 1 00:16:00 Ethernet the Security of the Intial Configuration Part 2 00:22:00 Device Hardening 00:31:00 Filtering Traffic with ACLs 00:12:00 Configuring SSH 00:10:00 Configuring NTP 00:06:00 AAA 00:14:00 DHCP Snooping 00:08:00 Building a Medium-Sized Network Implementing VLANs and Trunks 00:31:00 Routing Between VLANs 00:12:00 Using a Cisco Network Device as a DHCP Server 00:16:00 Introducing WAN Technologies 00:15:00 Introducing Dynamic Routing Protocols 00:32:00 Implementing OSPF 00:40:00 Configuring Expanded Switch Networks 00:24:00 Configuring DHCP Server 00:13:00 Implementing OSPF 00:40:00 Troubleshooting OSPF 00:04:00 Implementing RIPv2 00:12:00 Introducing IPv6 Introducing Basic IPv6 00:23:00 Understanding IPv6 00:11:00 Configuring IPv6 Routing 00:11:00 IPv6 Addresses 00:17:00 Configure and Verify IPv6 Routing 00:20:00 IPv6 ACL 00:11:00 IPv6 RIP 00:16:00 Mock Exam Mock Exam - Cisco Certified Network Associate (CCNA) 00:20:00 Final Exam Final Exam - Cisco Certified Network Associate (CCNA) 00:20:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Cisco Certified Network Associate
Delivered Online On Demand18 hours 27 minutes
£11.99

Hotel & Hospitality Management Diploma with Holiday Representative Training

5.0(1)

By Course Gate

This Hotel & Hospitality Management Diploma with Holiday Representative Training will provide you with an understanding of the interrelationships between departments that drive performance in the hotel and resort industry. The course will introduce to the central philosophies of facilities and resource management, operating procedures and compliance requirements. You will focus on developing and maintaining effective teamwork and the management of staff relationships within a hospitality team. You will become proficient in developing food and beverage menus that meet cost requirements and the management of staff training processes. You'll learn about food service operations alongside a variety of academic disciplines, including foreign languages. This course covers a range of topics such as hotels, resorts, cruise ships, private / corporate owned restaurants and special catering events. You'll also be provided with cash handling, function, restaurant service, and barista skills. Who is this course for? Retail Customer Service and Visual Merchandising Training is suitable for anyone who wants to gain extensive knowledge, potential experience, and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. Requirements Our Retail Customer Service and Visual Merchandising Training is open to all from all academic backgrounds and there is no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Starting a Restaurant Are you ready for the challenge? 00:15:00 How to decide on a concept 00:30:00 Designing your restaurant 00:15:00 Friends and family 00:15:00 Writing a Business Plan 00:30:00 Insurance 00:15:00 Restaurant Organizations that you need to check out. 00:15:00 What are the best Catering Industry Trade Shows? 00:15:00 Managing a Restaurant Managing Yourself 00:30:00 Managing Others 00:30:00 Managing Your Money 00:15:00 Managing Your Food and Supplies 00:30:00 Managing Everything Else 00:30:00 Starting Food Catering Where You Work 00:15:00 Health and safety 00:15:00 Staff, Suppliers and Transport 00:00:00 Food Hygiene 01:00:00 Rules about Menus 00:15:00 Paperwork and Finances 00:15:00 Law 00:15:00 Food Business Food Business Basics 00:45:00 Put Together Your Business Concept 00:10:00 Identify Your Target Market 00:10:00 Identify Your Competition 00:10:00 Write A Mission Statement 00:10:00 Downline Basics 00:15:00 Equipment And Supplies 00:10:00 Marketing And Quality Control 00:10:00 Wrapping Up 00:05:00 Hospitality Introduction to Hospitality 00:15:00 Characteristics of the Hospitality Industry 00:15:00 Relationship Between the Hospitality Industry and Tourism 00:15:00 Types of Accommodation 00:15:00 Types of Room 00:30:00 Types of Hotel Guests 00:15:00 Hospitality Management Introduction to Hospitality Management 01:00:00 Influences Which Affect the Industry 00:05:00 The Development of the Hospitality Industry 00:05:00 Hospitality Brands 00:15:00 Accommodation 00:05:00 Food Service 00:05:00 Successful Quality Management 00:05:00 Holiday Representative Your Introduction to Becoming a Holiday Rep 00:15:00 Defining the Career of a Holiday Rep 00:30:00 Exploring the Various Types of Holiday Reps 00:30:00 Exploring the Origins and Growth of British Tourism 00:30:00 The Components of the Travel and Tourism Industry 00:15:00 Factors that Affect Your Career 00:30:00 Nailing the Teamwork Element Required to Surpass Expectations 01:00:00 The Standard Duties of Holiday Reps 00:15:00 The Legalities Holiday Reps Need to Know About 01:00:00 The Holiday Reps Role in Keeping their Guests Safe 00:30:00 Effective Handling of Customer Complaints 00:30:00 Administration Duties 00:15:00 Crushing It With Customer Services 00:30:00 Creating the Perfect Welcome Meeting 00:15:00 Guide to Selling Excursions 00:15:00 Preparing and Conducting Transfers Successfully 00:05:00 Tallying Floats and Converting Currencies 00:30:00 Mock Exam Mock Exam - Hotel & Hospitality Management Diploma with Holiday Representative Training 00:20:00 Final Exam Final Exam - Hotel & Hospitality Management Diploma with Holiday Representative Training 00:20:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Hotel & Hospitality Management Diploma with Holiday Representative Training
Delivered Online On Demand20 hours 45 minutes
£11.99

Instagram Marketing Masterclass

5.0(1)

By Course Gate

This course will provide you with everything you need to take control of Instagram and attract targeted followers. This comprehensive course guides you with a better understanding of using Instagram and generate more earnings. You will learn how to get started with Instagram, build an audience and increase followers on this incredible platform and sell your products or services. With this course, determine what the best hashtags are for your business and how to use them in every post. Moreover, learn to create interesting and encouraging content and optimise your account for leads. Instagram is ideal for the advertisement since a vast amount of people use Instagram to research on different subjects, and this is where your product or service can be found. Your Learning Goals: Discover what it takes to create an impressive Instagram profile and feed. Get plenty of tips and tricks for producing daily content. Grow genuine Instagram followers. Promote your products or services through Instagram and boost revenue. Be able to collect leads from Instagram. Successfully sell your products or services through Instagram. Who is this Course for? Instagram Marketing Masterclass is perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Introduction About the instructor and the course FREE 00:03:00 DO NOT ENROL until you watch this 00:02:00 INSTAGRAM FUNDAMENTALS Introduction to Fundamentals 00:01:00 Basic Features of Instagram 00:05:00 How Instagram Works 00:04:00 Rule no.1 & Rule no.2 of Instagram Marketing 00:04:00 Purpose and Theme 00:09:00 ACCOUNT SETUP Introduction to Account Setup 00:01:00 Username Selection 00:09:00 Personal or Business Account 00:08:00 How to Create an Amazing Bio Description 00:10:00 How to Select the Perfect Display Image (Profile image) 00:06:00 The Instagram solo link 00:05:00 CONTENT STRATEGY Introduction to Content creation on Instagram 00:01:00 Theme of your account 00:04:00 Quality and Quantity of content 00:09:00 Type of content that work on Instagram 00:11:00 How to create compelling content (non designers) 00:05:00 Free stock photo websites 00:04:00 Tools for creating content: IOS devices 00:10:00 Tools for creating content: Android devices 00:04:00 Tools for creating content: Desktop tools 00:10:00 What to do if you don't have time to create content 00:09:00 Tools to schedule your content 00:13:00 Create the ultimate Content Strategy Plan 00:07:00 GROWTH HACKS Introduction to Growth Hacking 00:01:00 Growth Hack no.1 - Consistency 00:03:00 Growth Hack no.2 - Hashtags 00:10:00 Growth Hack no.3 00:05:00 Growth Hack no.4 - Engaging 00:05:00 Growth Hack no.5 00:08:00 Growth Hack no.6 00:06:00 Growth Hack no.7 00:09:00 Tools to track your growth 00:04:00 ADVERTISING AND PROMOTION Introduction to advertising and promotion 00:01:00 Instagram ads- within the app 00:04:00 Instagram ads - Facebook Ads Manager 00:10:00 Paid shoutouts: how much does it cost 00:09:00 How to reach out to influencers 00:04:00 HOW TO GENERATE LEADS Introduction to lead generation 00:01:00 Rule no.1 - Give value first 00:04:00 Rule no.2 - The 80/20 rule 00:05:00 Call-to-action (CTA) 00:05:00 INSTAGRAM STORIES Introduction to Stories 00:01:00 Basics of the feature 00:05:00 What to share in your strories 00:04:00 CASE STUDIES A final advice 00:02:00 @digi_lifestyle Case Study - From 0 to 1000 in 4 weeks 00:09:00 @lfcgadgets Case Study - From 1000 to 10000+ in 4 months 00:09:00 BONUSES February 2018 - How to create awesome videos for Instagram with Quick app 00:12:00 February 2018 Instagram algorithm update 00:07:00 Instagram Hashtag Algorithm Update March 2018 00:08:00 How to Create Instagram Story Ads with Facebook Ads Manager 00:12:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Instagram Marketing Masterclass
Delivered Online On Demand5 hours 17 minutes
£11.99

Advanced Diploma in Restaurant and Hospitality Management

5.0(1)

By Course Gate

Presently, there are roughly 1.9 million people working in the hospitality industry. And if you prefer to study this Advanced Diploma in Restaurant and Hospitality Management course, then there is a probability for you to be one of them. We all probably know why the hospitality industry is so thriving these days, and why so many people desire to work in it. We have delicately designed this course where you will learn restaurant and hospitality management at the same time. You will learn how to work in a fast-paced environment and perform varied tasks every day. Become a part of the foodservice industry and learn hospitality management with just one single course. Who is the course for? Any professional who works in the hotel or part of a hotel's management People who have an interest in hospitality and management Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Advanced Diploma in Restaurant and Hospitality Management - Update Version Module 1: Introduction to Hospitality Management Introduction to Hospitality Management 00:21:00 Module 2: An Overview of Hotel Industry An Overview of Hotel Industry 00:15:00 Module 3: The Process of Selection and Recruitment in Hospitality Industry The Process of Selection And Recruitment in Hospitality Industry 00:18:00 Module 4: The Process of Development and Training in Hospitality Industry The Process of Development and Training in the Hospitality Industry 00:21:00 Module 5: Management of Front Office Operations Management of Front Office Operations 00:16:00 Module 6: Management of Housekeeping, Engineering and Security Operations Management of Housekeeping, Engineering and Security Operations 00:24:00 Module 7: Management of Food and Beverage Operations Management of Food and Beverage Operations 00:17:00 Module 8: Management of Service Quality in Hospitality Industry Management of Service Quality in the Hospitality Industry 00:17:00 Module 9: Marketing in Travel and Tourism Business Marketing in Travel and Tourism Business 00:21:00 Module 10: Accounting in Hospitality Industry Accounting in Hospitality 00:23:00 Module 11: Customer Satisfaction Customer Satisfaction 00:20:00 Module 12: E-Hospitality and Technology E-Hospitality and Technology 00:19:00 Advanced Diploma in Restaurant and Hospitality Management - Old Version Starting a Restaurant Are you ready for the challenge? 00:15:00 How to decide on a concept 00:30:00 Designing your restaurant 00:15:00 Friends and family 00:15:00 Writing a Business Plan 00:30:00 Insurance 00:15:00 Restaurant Organizations that you need to check out. 00:15:00 What are the best Catering Industry Trade Shows? 00:15:00 Managing a Restaurant Managing Yourself 00:30:00 Managing Others 00:30:00 Managing Your Money 00:15:00 Managing Your Food and Supplies 00:30:00 Managing Everything Else 00:30:00 Starting Food Catering Where You Work 00:15:00 Health and safety 00:15:00 Staff, Suppliers and Transport 00:00:00 Food Hygiene 01:00:00 Rules about Menus 00:15:00 Paperwork and Finances 00:15:00 Law 00:15:00 Food Business Food Business Basics 00:45:00 Put Together Your Business Concept 00:10:00 Identify Your Target Market 00:10:00 Identify Your Competition 00:10:00 Write A Mission Statement 00:10:00 Downline Basics 00:15:00 Equipment And Supplies 00:10:00 Marketing And Quality Control 00:10:00 Wrapping Up 00:05:00 Hospitality Introduction to Hospitality 00:15:00 Characteristics of the Hospitality Industry 00:15:00 Relationship Between the Hospitality Industry and Tourism 00:15:00 Types of Accommodation 00:15:00 Types of Room 00:30:00 Types of Hotel Guests 00:15:00 Hospitality Management Introduction to Hospitality Management 01:00:00 Influences Which Affect the Industry 00:05:00 The Development of the Hospitality Industry 00:05:00 Hospitality Brands 00:15:00 Accommodation 00:05:00 Food Service 00:05:00 Successful Quality Management 00:05:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Advanced Diploma in Restaurant and Hospitality Management
Delivered Online On Demand16 hours 22 minutes
£11.99

Pure Mathematics Fundamentals

4.9(27)

By Apex Learning

Overview This comprehensive course on Pure Mathematics Fundamentals will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Pure Mathematics Fundamentals comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Pure Mathematics Fundamentals. It is available to all students, of all academic backgrounds. Requirements Our Pure Mathematics Fundamentals is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 14 sections • 193 lectures • 03:43:00 total length •About Course: 00:02:00 •Quick Guide: 00:01:00 •Topics of Essential Revision - 1: 00:00:00 •Negative numbers and operations on Integers: 00:14:00 •The rules of Indices in Algebra: 00:11:00 •Working with indices Part 1: 00:10:00 •Working with indices Part 2: 00:08:00 •Fractional Indices: 00:12:00 •What are Polynomials?: 00:07:00 •Writing statements in Algebraic Form: 00:06:00 •Simplification using BODMAS: 00:08:00 •Distributive Property: 00:07:00 •Addition of Algebraic expressions: 00:13:00 •Subtraction of Algebraic expressions: 00:12:00 •Multiplication of Algebraic Expressions Part 1: 00:05:00 •Multiplication of Algebraic Expressions Part 2: 00:05:00 •Multiplication of Algebraic Expressions Part 3: 00:06:00 •Division of algebraic expressions Part 1: 00:11:00 •Division of algebraic expressions Part 2: 00:10:00 •Division of algebraic expressions Part 3: 00:07:00 •Topics of Essential Revision - 2: 00:00:00 •Factorization by method of common factor: 00:13:00 •Factorization by regrouping the terms: 00:10:00 •Factorization by difference of two squares: 00:11:00 •Factorization using identity (a + b) ² and (a - b) ²: 00:10:00 •Factorization using identity (a + b + c) ²: 00:05:00 •Factorization by middle term split Part 1: 00:12:00 •Factorization by middle term split Part 2: 00:09:00 •Simultaneous Linear Equations: 00:07:00 •Graphical Method: 00:06:00 •Graphical method Continued: 00:11:00 •Elimination by substitution Method: 00:09:00 •Equating the coefficients Method: 00:11:00 •Cross Multiplication: 00:10:00 •Equations Reducible to Linear Equations-1: 00:08:00 •Equations Reducible to Linear Equations-2: 00:14:00 •Introduction to Quadratic Equations: 00:05:00 •Solving Quadratic Equations by Factorization method: 00:09:00 •Writing in completed square form: 00:07:00 •Solving by completed square method: 00:08:00 •Sketching of Quadratic Graphs: 00:12:00 •Quadratic graphs using Transformations: 00:06:00 •Quadratic inequalities: 00:11:00 •Deriving Quadratic formula: 00:05:00 •Solving problems using Quadratic Formula: 00:06:00 •Nature of Roots Part - 1: 00:05:00 •Nature of roots Part - 2: 00:12:00 •Downloadable Resources: 00:00:00 •Distance formula: 00:18:00 •Mid point formula: 00:05:00 •Gradient of a line: 00:11:00 •Graphing using gradient and y intercept: 00:03:00 •Some standard lines: 00:05:00 •Slope intercept form y = m x +c: 00:06:00 •Point slope form and two point form: 00:11:00 •Intersection of line and parabola: 00:10:00 •Past Papers Problems Part 1: 00:09:00 •Past Papers Problems Part 2: 00:11:00 •Past Papers Problems Part 3: 00:09:00 •Past Papers Problems Part 4: 00:12:00 •Past Papers Problems Part 5: 00:12:00 •Downloadable Resources: 00:00:00 •Sequence and series ( video): 00:08:00 •Arithmetic Sequence: 00:10:00 •General term of an A.P.: 00:07:00 •Finding given term is which term: 00:05:00 •Writing sequence when two terms are known: 00:08:00 •Condition for three terms to be in A.P.: 00:05:00 •Sum to n terms of A.P.: 00:06:00 •Practice Problems 1 (A.P.): 00:09:00 •Practice problems 2 (A.P.): 00:07:00 •Practice problems 3 (A.P.): 00:07:00 •Practice problems 4 (A.P.): 00:11:00 •Geometric Progressions: 00:12:00 •Sum to n terms in G.P.: 00:14:00 •Sum to infinite Terms in G.P.: 00:13:00 •Practice Problems 1 (GP): 00:15:00 •Practice Problems 2 (GP): 00:12:00 •Practice Problems 3 (GP): 00:07:00 •Practice Problems based on AP and GP both: 00:15:00 •Past papers problems 1: 00:17:00 •Past papers problems 2: 00:10:00 •Past papers problems 3: 00:11:00 •Downloadable Resources: 00:00:00 •Geometric Progressions - Resources: 00:00:00 •What is Factorial?: 00:07:00 •n-choose -r problems: 00:07:00 •Properties of n - choose -r: 00:05:00 •Binomial Theorem for positive index: 00:20:00 •Expanding using Binomial Theorem: 00:11:00 •Finding the indicated term in the Binomial expansion: 00:11:00 •Finding the indicated term from end: 00:09:00 •Finding the coefficient for given exponent (index) of the variable: 00:09:00 •Finding the term independent of variable: 00:05:00 •Expanding in increasing and decreasing powers of x: 00:09:00 •Practice problems 1: 00:12:00 •Practice Problems 2: 00:09:00 •Practice problems 3: 00:10:00 •Past papers problems 1: 00:15:00 •Past Paper problems 2: 00:13:00 •Past Paper problems 3: 00:09:00 •Downloadable Resources: 00:00:00 •What is Function?: 00:08:00 •Vertical Line Test: 00:04:00 •Value of a Function Graphically: 00:08:00 •Domain Range of a function Algebraically: 00:14:00 •Domain Range of a function Graphically: 00:07:00 •Even & Odd Functions: 00:07:00 •One to one Function: 00:05:00 •Composite Functions: 00:09:00 •How to draw Rational Functions- 1: 00:05:00 •How to draw Rational Functions- 2: 00:10:00 •Inverse of a function Algebraically: 00:05:00 •Inverse of a function Graphically: 00:09:00 •Practice Problems 1: 00:16:00 •Practice Problems 2: 00:11:00 •Downloadable Resources: 00:00:00 •What is Derivative?: 00:08:00 •Derivation of formula for Derivative: 00:06:00 •Differentiation by definition or First Principle: 00:07:00 •Power Rule: 00:22:00 •Practice Problems on Power Rule 1: 00:07:00 •Practice Problems on Power Rule 2: 00:07:00 •Practice Problems on Power Rule 3: 00:05:00 •Practice Problems on Power Rule 4: 00:13:00 •Practice Problems on Power Rule 5: 00:08:00 •Downloadable Resources: 00:00:00 •Tangents and Normals- Basics: 00:13:00 •Practice- Tangents and Normals Part 1: 00:16:00 •Practice- Tangents and Normals Part 2: 00:13:00 •Practice- Tangents and Normals Part 3: 00:11:00 •Practice- Tangents and Normals Part 4: 00:14:00 •Downloadable Resources: 00:00:00 •Stationary Points - Basics: 00:13:00 •Practice- Increasing Decreasing & Maxima Minima part 1: 00:11:00 •Practice- Increasing Decreasing & Maxima Minima part 2: 00:12:00 •Practice- Increasing Decreasing & Maxima Minima part 3: 00:10:00 •Downloadable Resources: 00:00:00 •Concavity-Basics: 00:02:00 •Concavity & Second Derivative: 00:08:00 •Second Derivative Test: 00:09:00 •Practice Problems on second derivative: 00:04:00 •Practice Problem of Maxima Minima using second derivative test Part 1: 00:17:00 •Practice Problem of Maxima Minima using second derivative test Part 2: 00:10:00 •Practice Problem of Maxima Minima using second derivative test Part 3: 00:07:00 •Practice Problem of Maxima Minima using second derivative test Part 4: 00:07:00 •Applications of Maxima and Minima Part 1: 00:09:00 •Applications of Maxima and Minima Part 2: 00:07:00 •Applications of Maxima and Minima Part 3: 00:10:00 •Applications of Maxima and Minima Part 4: 00:09:00 •Applications of Maxima and Minima Part 5: 00:10:00 •Applications of Maxima and Minima Part 6: 00:08:00 •Past Paper Problems on applications of maxima and minima Part 1: 00:09:00 •Past Paper Problems on applications of maxima and minima Part 2: 00:09:00 •Past Paper Problems on applications of maxima and minima Part 3: 00:08:00 •Past Paper Problems on applications of maxima and minima Part 4: 00:07:00 •Chain Rule: 00:12:00 •Rate of change part 1: 00:05:00 •Rate of change part 2: 00:10:00 •Rate of change part 3: 00:07:00 •Past Paper Problems using chain rule -1: 00:06:00 •Past Paper Problems using chain rule -2: 00:07:00 •Past Paper Problems using chain rule - 3: 00:07:00 •Past Paper Problems using chain rule - 4: 00:04:00 •Downloadable Resources: 00:00:00 •What is Integration?: 00:12:00 •Practice Questions 1: 00:06:00 •Practice Questions 2: 00:09:00 •Practice Questions 3: 00:09:00 •Fundamental Theorem of Calculus: 00:09:00 •What is Definite Integration?: 00:10:00 •Finding Definite Integration: 00:09:00 •Practice Questions on Definite Integration 1: 00:10:00 •Practice Questions on Definite Integration 2: 00:10:00 •Practice Questions on Definite Integration 3: 00:15:00 •Area below x-axis: 00:12:00 •Practice Problems on Area below x-axis 1: 00:11:00 •Practice Problems on Area below x-axis 2: 00:13:00 •Practice Problems on Area below x-axis 3: 00:09:00 •Practice Problems on Area below x-axis 4: 00:07:00 •Area between two curves (Basics): 00:15:00 •Practice Problems on Area between two curves 1: 00:06:00 •Practice Problems on Area between two curves 2: 00:13:00 •Practice Problems on Area between two curves 3: 00:12:00 •Practice Problems on Area between two curves 4: 00:10:00 •Practice Problems on Area between two curves 5: 00:13:00 •The Reverse Chain Rule- Indefinite Integration: 00:06:00 •The Reverse Chain Rule- Definite Integration: 00:05:00 •Practice Problems on The Reverse Chain Rule: 00:09:00 •Improper Integrals: 00:06:00 •Volumes by Integration: 00:08:00 •Practice Problems on Volumes by Integration-1: 00:04:00 •Practice Problems on Volumes by Integration-2: 00:04:00

Pure Mathematics Fundamentals
Delivered Online On Demand3 hours 43 minutes
£12

Car Maintenance Level 3

4.9(27)

By Apex Learning

Become your own car expert! Learn vital maintenance skills to save on repairs and keep your vehicle in top shape. #CarMaintenance

Car Maintenance Level 3
Delivered Online On Demand7 hours 30 minutes
£12

Fundraising and Development Training Program

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 14 hours 49 minutes Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about investment banking and finance or capital fundraising Understand the core competencies and principles of investment banking and finance or capital fundraising Explore the various areas of investment banking and finance or capital fundraising Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert investment analyst or capital accountant Fundraising and Development Training: Investment Banking and Finance Program Course Master the skills you need to propel your career forward in investment banking and finance or capital fundraising. This course will equip you with the essential knowledge and skillset that will make you a confident investment analyst or capital accountant and take your career to the next level. This comprehensive fundraising and development training course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this fundraising and development training course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective investment banking and finance or capital fundraising practice and equip you with the essential skills, confidence and competence to assist you in the investment banking and finance or capital fundraising industry. You'll gain a solid understanding of the core competencies required to drive a successful career in investment banking and finance or capital fundraising. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for investment analyst or capital accountant or for people who are aspiring to specialise in investment banking and finance or capital fundraising. Enrol in this fundraising and development training course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive fundraising and development training course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this investment banking and finance or capital fundraising can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This fundraising and development training course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This fundraising and development training course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This fundraising and development training course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. Course Curriculum Supplementary Resources Supplementary Resources - Investment Banking and Finance: Venture Capital Fundraising 00:00:00 Welcome To The Course Welcome to This Course on Capital Raising for Entrepreneurs 00:05:00 Lets Get Started Right Away What Type of Investors are There Out There 00:05:00 What is the Difference between Venture Capital And Private Equity 00:05:00 What Stage is Your Business at 00:04:00 How Much Money Should Your Raise 00:04:00 What is the difference between Pre-Money and Post Money Valuation 00:01:00 An Introduction to Startups Startup Essentials - Markets 00:05:00 Startup Essentials - Profits 00:06:00 Startup Essentials - Business Plan 00:05:00 Startup Essentials - Capital 00:05:00 Startup Essentials - Value 00:06:00 Startup Essentials - Investors 00:05:00 Do You Really Understand Venture Capitalists Do You Really Understand Venture Capitalists 00:09:00 Do You Match Their Criteria 00:09:00 Four Key Questions to Ask 00:03:00 Understanding the Investment Process 00:07:00 How to Understand if you are Talking to The Right Investor Introduction: Understanding Your VCs; A Case Study 00:02:00 What Type of Investor are You Talking to 00:07:00 What is their Ideal Investment Size 00:05:00 What Stage Do They Invest At 00:03:00 Stage of Business Financing from a VC Perspective 00:05:00 How Can You Define Venture Capitalists' Sector Interest 00:03:00 What Part Does Geography Play 00:04:00 What is Meant by Style and Structure 00:04:00 What is Meant by Key Investment Criteria 00:03:00 Section Summary: Do You Understand VCs 00:04:00 Looking at Things From The VC Point of View Thinking Like a VC - How to Evaluate Deals Like a VC 00:04:00 What Factors are important to VCs 00:06:00 Considering Valuation from the VC Perspective 00:06:00 How do Investors Value Startups 00:07:00 How do Investors Value a Series A Investment 00:04:00 How do VCs look at your Market 00:04:00 What do VCs think about your Product or Service 00:05:00 How do VCs evaluate You and your Management Team 00:06:00 Why is Exit Strategy important to VCs 00:06:00 Why are Barriers to Entry important 00:06:00 How do VCs consider your Competition 00:04:00 What Financial Information is Important to VCs 00:03:00 What is the Typical VC Decision Making Process 00:04:00 Project: Evaluate Your Own Startup 00:02:00 What Questions Should You Ask Venture Capital 36 Questions to Ask a VC Overview 00:02:00 36 Questions to Ask a VC Part 1 - Fund Profile 00:03:00 36 Questions to Ask a VC Part 2 - Investment Style 00:02:00 36 Questions to Ask a VC Part 3 - Deal Flow 00:03:00 36 Questions to Ask a VC Part 4 - Process 00:03:00 36 Questions to Ask a VC Part 5 - Structure 00:03:00 36 Questions to Ask a VC Part 6 - Value Added 00:03:00 How to Email Venture Capital and Angel Investors How to Write an Introductory Email to an Investor 00:05:00 The Power of Forwardable Emails 00:02:00 How NOT to email investors 00:04:00 How to Find an Investors Email Address (If you Don't Have it) 00:05:00 What You to Know to Present Your Business to Investors How to Deliver a 60 Second Pitch 00:05:00 The Sixteen Magic Words Investors Want to Hear from You 00:09:00 How to Write a One Pager For a VC 00:08:00 Top Tips on Preparing to Pitch Investors 00:08:00 How to prepare a Pitch Deck for an Investor 00:08:00 How to Prepare a Financing Strategy 00:02:00 Key Elements of the Financial Plan 00:05:00 Startup Fundraising and Pitching Startup Fundraising - Getting Started 00:08:00 19 Reasons VCs May Say No 00:09:00 Communicating Your Vision 00:03:00 The Business Plan; Overview and Communication 00:07:00 Business Plan Core Contents 00:08:00 The Financial Plan 00:11:00 Pitching Your Business 00:11:00 The Pitching Process and Investor Returns 00:08:00 Pitching Dos and Don'ts 00:10:00 Post Mortems 00:07:00 What are Investors Looking For 00:07:00 How to Deliver Winning Presentation to Investors What do Investors Want 00:07:00 Bonus: Keys to a Successful VC Pitch 00:10:00 Outline Presentation Checklist 00:12:00 What is TAM, SAM and SOM and Why are They Important 00:05:00 AIDA - Why Pitching VCs is Like Buying a Car! 00:05:00 Selling Your Pitch 00:11:00 Pitching to Win. 00:10:00 How to Run the Meeting 00:08:00 Outline Management Presentation 00:13:00 Defending Your Plan 00:09:00 ACTIVITY: Create Your Own Presentation 00:01:00 Managing The Fundraising Process Can You Find Me The Right Investor. An Overview of the Process 00:15:00 How do Venture Capitalists Source Deals 00:03:00 How TO Find Angel Investors 00:04:00 How to Find Venture Capital Investors 00:02:00 BONUS: How to Find a Venture Capital Investor for Your Tech Company 00:10:00 What Happens Next The Investment Process 00:05:00 How to Manage The Investment Process 00:04:00 Venture Capital Term Sheets What is a Term Sheet Part 1 00:08:00 What is a Term Sheet Part 2 00:11:00 Key Concepts in Term Sheets 00:10:00 What is a Term Sheet Trying to Achieve 00:10:00 26 Key Components in VC Term Sheets 1 -5 00:04:00 26 Key Components in VC Term Sheets 6 - 10 00:04:00 26 Key Components in VC Term Sheets 11 - 15 00:04:00 26 Key Components in VC Term Sheets 16 - 20 00:04:00 26 Key Components in VC Term Sheets 21 - 26 00:06:00 Negotiating Term Sheets: Entrepreneurs Perspective 00:04:00 Negotiating Term Sheets: VC Perspective 00:06:00 Negotiating Term Sheets: Mutual Issues of Concern 00:02:00 Equity Crowdfunding for Entrepreneurs What is Crowdfunding 00:03:00 The Advantages of Equity Crowdfunding for the Investor 00:05:00 The Disadvantages of Crowdfunding for the Investor 00:04:00 How to Evaluate A Crowdfunding Opportunity? Introduction to How to Evaluate A Crowdfunding Opportunity 00:01:00 The Key Data You Need To Know For Any Opportunity 00:03:00 Evaluating the Business Summary 00:05:00 Evaluating the Financial Summary 00:04:00 Lets Take a look Now at Management Skills 00:03:00 Management Experience is Important as Well… 00:02:00 You must take a look at the Management's Commitment. 00:03:00 Lets Consider the Product Now and Start With The Market… 00:03:00 So, How Unique is This Product 00:03:00 What is the Competition like 00:03:00 Does The Product Have (All Important) Traction 00:03:00 How Profitable is the Product and Therefore the Investment 00:03:00 Lets Take a Look at the Most Critical Factor, Cash Flow 00:03:00 Finally, lets See What this all Means for your Investment Returns 00:03:00 Discover how you can turn this information into a Methodology. 00:02:00 Lets Summarise this Section With the 10 Most Important Factors 00:02:00 Introduction With Andrew Monk, CEO iolight About his Crowdfunding Experience Introduction 00:02:00 Why Did you Go For Equity Crowdfunding 00:04:00 What Did You Do Early On To Ensure Success 00:03:00 How Did You Go About Lining Up Your 25% 00:02:00 Did You Set About Trying To Collect Email Addresses 00:03:00 Lets Have The Investor Conversation 00:06:00 Are There Any Mistakes Looking Back You May Have Made 00:08:00 So What Is It Like By The End Of Week Three 00:07:00 How Does Crowdcube Get The Money To You 00:09:00 Are There Any Other Tools You Used That You Can Recommend 00:04:00 Bonus: Discussion About Campaign Videos 00:04:00 Summary and Wrap Up Course Summary And Wrap Up 00:03:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Fundraising and Development Training Program
Delivered Online On Demand
£19