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

1942 Courses delivered On Demand

Project Management, Business Development and Quality Management QLS Endorsed Diploma

By Compliance Central

Recent studies have shown a surge in demand for professionals skilled in Advanced Project Management, Business Development, and Quality Management. With the global economy evolving rapidly, organisations are seeking individuals adept at navigating complex projects, driving business growth, and ensuring top-notch quality standards. In response to this trend, our comprehensive Advanced Project Management, Business Development and Quality Management QLS Endorsed Diploma bundle offers a robust curriculum encompassing both theoretical knowledge and practical application, equipping learners with the tools needed to excel in these critical areas. This Advanced Project Management, Business Development and Quality Management bundle features a dynamic blend of QLS Endorsed Courses and CPD QS Accredited Courses, providing learners with a well-rounded education. Through our Advanced Project Management, Business Development, and Quality Management bundle, participants will delve into topics such as Quality Assurance, Business Development strategies, and Advanced Project Management methodologies. Additionally, they will gain insight into Operations Management, Lean Process, Six Sigma, Leadership, Finance, and SAP Controlling, enhancing their proficiency in various facets of organisational management. Upon completion of this Advanced Project Management, Business Development and Quality Management bundle, learners will emerge with a multifaceted skill set poised to propel their careers to new heights. From mastering the intricacies of project planning and execution to honing leadership abilities and financial acumen, graduates will be well-equipped to tackle the challenges of today's dynamic business landscape. Furthermore, our guided courses in Career Development, CV Writing, Networking, Public Speaking, and Decision Making will empower individuals to showcase their expertise effectively and advance professionally. Bundle Include includes: QLS Endorsed Courses: Course 01: Diploma in Quality Assurance (QA) & Quality Management at QLS Level 5 Course 02: Advanced Diploma in Business Development at QLS Level 7 Course 03: Advanced Diploma in Project Management at QLS Level 7 CPD QS Accredited Courses: Course 04: Operations Management Course 05: Certified Project Manager Course 06: Diploma in Lean Process and Six Sigma Course 07: Leadership and Management Course Course 08: Finance and Budgeting Course Course 09: Financial Wellness: Managing Personal Cash Flow Course 10: SAP Controlling (CO) - Product Costing S4HANA Course 11: Cost Control & Project Scheduling Take your career to the next level with our Advanced Project Management, Business Development and Quality Management bundle that includes technical courses and five guided courses focused on personal development and career growth. Course 12: Career Development Plan Fundamentals Course 13: CV Writing and Job Searching Course 14: Networking Skills for Personal Success Course 15: Ace Your Presentations: Public Speaking Masterclass Course 16: Decision Making and Critical Thinking Seize this opportunity to elevate your career with our comprehensive Advanced Project Management, Business Development and Quality Management bundle, endorsed by the prestigious QLS and accredited by CPD. Advanced Project Management, Business Development and Quality Management QLS Endorsed Diploma. Learning Outcomes: Acquire advanced skills in project management, business development, and quality management. Develop a deep understanding of quality assurance principles and practices. Master techniques for effective business development and strategic planning. Gain proficiency in operational management and lean process methodologies. Enhance leadership and management capabilities for driving organizational success. Improve financial acumen for budgeting, cost control, and project management. Within this Advanced Project Management, Business Development and Quality Management bundle, participants will delve into the intricacies of quality management, learning to implement robust quality assurance measures to enhance product and service excellence. Through the "Diploma in Quality Assurance (QA) & Quality Management," learners will explore principles such as Total Quality Management (TQM), Six Sigma, and ISO standards, equipping them with the knowledge to drive continuous improvement initiatives within their organizations. From devising quality control processes to conducting root cause analysis, participants will emerge adept at ensuring the highest standards of quality across all facets of their operations. In the realm of business development, participants will embark on a journey of strategic planning and market analysis through the "Advanced Diploma in Business Development." They will uncover techniques for identifying growth opportunities, forging strategic partnerships, and crafting compelling business proposals. With a focus on sustainable growth and competitive advantage, participants will hone their ability to navigate dynamic market landscapes and drive business success. CPD 160 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Advanced Project Management, Business Development and Quality Management course is ideal for: Professionals seeking to advance their careers in project management, business development, or quality management. Individuals aspiring to enhance their leadership and managerial capabilities. Entrepreneurs looking to bolster their business development skills for sustainable growth. Graduates aiming to kickstart their careers in project management or quality assurance. Anyone interested in gaining expertise in operational management and lean process methodologies. Requirements You are warmly invited to register for this bundle. Please be aware that there are no formal entry requirements or qualifications necessary. This curriculum has been crafted to be open to everyone, regardless of previous experience or educational attainment. Career path Upon completion of the Advanced Project Management, Business Development and Quality Management courses, you will be able to: Project Manager Business Development Manager Quality Assurance Manager Operations Manager Lean Process Specialist Financial Controller Leadership and Management Consultant Certificates 13 CPD Quality Standard Certificates Digital certificate - Included 3 QLS Endorsed Certificates Hard copy certificate - Included

Project Management, Business Development and Quality Management QLS Endorsed Diploma
Delivered Online On Demand4 days
£310

PHP Webforms for Everyone Course

By One Education

Get ready to leave clunky forms behind and meet the elegance of PHP webforms—designed to make websites work smarter, not harder. This course delivers the essential know-how to create clean, functional, and dynamic webforms using PHP. Whether you’re new to PHP or dusting off old knowledge, it walks you through everything from basic form handling to more advanced form logic, session-based responses, and secure data processing—no fluff, just straight-to-the-point skills. You’ll explore how to manage user input, validate forms, and build responsive, interactive web experiences with ease. The course keeps things sharp and enjoyable—because learning to code shouldn’t feel like reading stereo instructions. Instead, you’ll gain the confidence to structure forms that actually do things. From login pages to feedback forms and everything in-between, PHP webforms have quietly powered the web for years—and after this course, you’ll know exactly how to make them shine. Ask ChatGPT Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Curriculum: Getting Started Introduction Course Curriculum How to Get Pre-Requisites Getting Started on Windows, Linux or Mac How to ask a Great Questions FAQ's Setting up Local Development Environment What is PHP Installing XAMPP for PHP, MySQL and Apache Choosing Code Editor Installing Code Editor (Sublime Text) Installing Code Editor (Visual Studio Code) Creating PHP Project on XAMPP Hello World Program Summary PHP Fundamentals Section Introduction Variables Echo and Print Data Types Numbers Boolean Arrays Multi-Dimensional Array Sorting Arrays Constants Comments Summary PHP Strings Section Introduction Strings String Formatting String Methods Coding Exercise Solution for Coding Exercise Summary PHP Operators Section Introduction Arithmetic operators Assignment operators Comparison operators Increment - decrement operators Logical operators Ternary operator Summary PHP Conditional Statements Section Introduction If statement If-else statement If-else if-else statement Switch-case statement Summary PHP Control Flow Statements Section Introduction Flow Chart While loop Do-while loop For loop Foreach loop Break Continue Coding Exercise Solution for Coding Exercise Summary PHP Functions Section Introduction Creating a Function Function with Arguments Default Argument Function return values Call-by-value Call-by-reference Summary PHP Superglobals Section Introduction $_SERVER $_REQUEST $_POST Method $_GET Method Summary PHP Advanced Section Introduction Form Handling Date and Time Include Require Cookies Sessions File Reading File Writing File Upload Summary PHP OOPs - [Object Oriented Programming] Section Introduction What is OOP Class and Objects Constructor Destructor Access Modifiers Inheritance Method overriding Abstract Class Interface Summary PHP - MySQL Database(CRUD) Section Introduction MySQL Basic PhpMyAdmin Creating Database and Table Database Connection PHP Form Create records PHP Form Reading records PHP Form Update Data PHP Form Delete records Summary PHP Real-World App Forms Section Introduction Registration Form MD5 Algorithm for Encrypting Sha Algorithm Login Form Dashboard Summary PHP Client-side Validations Section Introduction On Submit Validation Input Numeric Validation Login Form Validation Password Strength Check Validation Summary PHP Server-Side Validations Section Introduction Form Server-side all Data Validation Form Server-side Validation Summary PHP Error Handling Try-throw-catch Try-throw-catch-finally Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). Who is this course for? This PHP Webforms for Everyone course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This PHP Webforms for Everyone course is open to all, with no formal entry requirements. Career path Upon successful completion of the PHP Webforms for Everyone Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

PHP Webforms for Everyone Course
Delivered Online On Demand9 hours
£12

First Aid for Cyclists (Including Child First Aid)

5.0(1)

By First Aid for Life

The First Aid for Cyclists (Including Child First Aid) course is designed to give you the theoretical knowledge (and a lot more) needed to equip you with the skills and knowledge to be able to help someone involved in a cycling accident. The course covers topics such as how to put someone into the Recovery position, resuscitation, head injuries, sprains, breaks and dislocations and so much more. This course is an excellent First Aid Training package for people to gain the skills and knowledge to be able to help an adult or child injured whilst out on their bike and also serves as an ideal annual refresher between practical courses covering the full HSE syllabus plus head injuries, heart attack, asthma and much more. This course fulfils all the criteria for Appointed Person First Aid training, however a practical course is required in order to qualify as a full First Aider. The course consists of illustrated step by step directions, flow charts, diagrams, videos and test yourself sections fully compatible with all computers and mobile devices. You will be able to stop and start as often as you like and print your Certificate on completion. You will have continuous access to the course for 12 months. It is impossible to cover all eventualities within this course, or to equip you with the knowledge and skills to appropriately diagnose and treat in unpredictable real life situations. If you suspect serious illness or injury, you should always seek immediate professional medical advice. The Author has made every effort to ensure the accuracy of the information contained within the course, however this course is merely a guide and the Author does not accept any liability or responsibility for any inaccuracies or for any mistreatment or misdiagnosis of any person, however caused. The course material has been written by Emma Hammett, Qualified Nurse, First Aid Trainer and founder of First Aid for Life in conjunction with other medical and first aid professionals. If you have any queries concerning this course, please contact emma@firstaidforlife.org.uk   Course Contents: Action in an emergency Role of the First Aider The Primary Survey – How to help in an Emergency Unresponsive and Breathing Recovery Position Secondary Survey Heart Attack and Angina Unconscious and not breathing Resuscitation Compression only Resuscitation Breathing Problems Choking Asthma Panic Attacks and hyperventilation Wounds and bleeding Shock Fainting Bites and Stings Burns Breaks, Sprains and Dislocations Head Injuries Spinal Injuries Major Crush injury – 15 minute rule Road Traffic Accidents Fitting / Seizures / Convulsions Extremes of body temperature Medical conditions Diabetes

First Aid for Cyclists (Including Child First Aid)
Delivered Online On Demand6 hours
£97

Economics Course

3.5(2)

By Elearncollege

Description Economics Diploma  The discipline of Economics is a part of the social sciences that concerns itself with the production and the, distribution and consumption of services and goods. The field analyses the processes by which people as individuals or businesses and nations and governments make decisions on allocating resources. Studies in the discipline concentrate on people's actions by establishing assumptions based on how individuals operate rationally and aiming to optimise resource utilisation. The analysis of trade and labour is the foundational stone of economics. There are many ways to implement human labour, and there are also various ways to access resources and make use of them. So, economics is concerned with determining the methods that will provide the best and most profitable outcomes. Macroeconomics studies the economy as a whole, whereas microeconomics focuses on people and enterprises. The difference in the wealth between nations or countries, the factors underlying economic depressions and what triggers the process, the use of data to understand all of this- Economics encompasses all. The field is an integration of various other disciplines like politics, history, and psychology. The area is concerned with the world of business and finances, but it also influences society's development. To learn economics is to develop knowledge that contains different methods and ways of solving various issues today. Gaining a diploma in Economics would make you a valuable asset as you become well-versed in the discipline. Economics Diploma course is a comprehensive introductory course to the discipline known as Economics. You will learn the various kinds of economics, the market system and how it operates, and understand the circular flow model. You will also be introduced to basic concepts in economics like supply and demand and item prices. Through the course, you will also develop a clear comprehension of the markets' structures and the failures they can face. You will also learn about different financial systems and elements critical for an economy's growth. The course will bestow you with the knowledge and skills that are fundamental and essential in studying economics, which can be applied to your everyday life. With the Economics Diploma on your resume, you can be confident that you have a thorough understanding of economics' fundamentals and functions, putting you ahead of the pack. The Economics Diploma course is divided into various modules that dive deep into their concerned topics. This will provide a convenient way to understand the different concepts to enrich your learning experience quickly. After completing the course, you will receive an e-certificate that stands as a document proving that you possess the knowledge and skills of the field and are competent for employment. You can access the materials for the diploma course in Economics online using devices that can gain internet access like smartphones, tablets, laptops, or PCs. You are also free to learn at your place and pace. Embark on a new journey today by enrolling in the Economics Diploma course and securing a better future for yourself. What you will learn   1: What is Economics?  2: Macroeconomics and measurement of the economy  3: Inflation and Recession  4: Supply and Demand  5: Free Market  6: Monopoly  7: Property Rights and Market Failure  8: Prominent Economists of all time  9: Fallacies in economic practices  10: Important Economic Practices  Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Economics Course
Delivered Online On Demand9 days
£99

ArcGIS for Hydrology

By Course Cloud

Course Overview Arcgis is the leading geographic information system for working with maps and geographic data. The ArcGIS for Hydrology course is designed to take you from beginner to expert in ArcGis in no time. Through this practical training, you will learn the basic concepts and how to use the main features of GIS software. It will teach you how to perform hydrology-related tasks such as calculating flow direction and creating segments for streaming vertices, through video and instructor-led guidance. This course is suitable for complete beginners and aspiring Hydrology Technicians. There are no specific entry requirements for this course, however an understanding of Windows software is ideal, and you will need to have ArcGis software installed on your computer or laptop. This best selling ArcGIS for Hydrology has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth ArcGIS for Hydrology is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The ArcGIS for Hydrology is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The ArcGIS for Hydrology is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the ArcGIS for Hydrology, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the ArcGIS for Hydrology will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the ArcGIS for Hydrology to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

ArcGIS for Hydrology
Delivered Online On Demand
£25

First Aid for Dentists including 6 hours Verifiable Enhanced CPD

5.0(1)

By First Aid for Life

Emergency First Aid at Work plus additions specifically written for dental professionals.   This course is designed to give you the theoretical knowledge (and a lot more) needed to accompany the Emergency First Aid at Work 6 hour First Aid course specifically tailored for dentists. The course covers the recovery position, choking, asthma, CPR, strokes and much more. This course does not seek to replace the practical element but allows you to undertake the online pre-learning at a time and place to suit you and then book onto a practical course if you need a regulated qualification. The course consists of illustrated step by step directions, flow charts, diagrams, videos and test yourself sections fully compatible with all computers and mobile devices. You will be able to stop and start as often as you like and print your Certificate on completion. This course is equivalent to 6 hours of verifiable CPD and you will have continuous access to the course for 12 months. It is impossible to cover all eventualities within this course or to equip you with the knowledge and skills to appropriately diagnose and treat in unpredictable real-life situations. If you suspect serious illness or injury, you should always seek immediate professional medical advice. The author has made every effort to ensure the accuracy of the information contained within the course, however, this course is merely a guide and the author does not accept any liability or responsibility for any inaccuracies or for any mistreatment or misdiagnosis of any person, however caused. The course material has been written by Emma Hammett, a qualified nurse, first aid trainer and founder of First Aid for Life, in conjunction with other medical and first aid professionals. If you have any queries concerning this course, please contactemma@firstaidforlife.org.uk Course contents: Action in an emergency What to put in your first aid kit Role of the first aider The primary survey – how to help in an emergency Danger Response Airway Breathing Medical emergencies in dental practice Emergency drugs in dental practice Storage of emergency drugs Common medical emergencies in dental practices Unresponsive and breathing Recovery position Secondary survey Heart attack and angina Unconscious and not breathing Resuscitation Choking Asthma Anaphylactic shock Wounds and bleeding Dressings Embedded objects Shock Knocked out teeth Internal bleeding Eye injuries Nose bleeds Objects in nose Objects in ears Types of wounds Fainting/Vasovagal Syncope Adrenal insufficiency Burns Breaks, sprains and dislocations Head injuries Compression and concussion Strokes and transischaemic Attacks Fitting/seizures/convulsions

First Aid for Dentists including 6 hours Verifiable Enhanced CPD
Delivered Online On Demand6 hours
£149

Diploma in Teaching Yoga

4.8(9)

By Skill Up

Gain the solid skills and knowledge to kickstart a successful career and learn from the experts with this

Diploma in Teaching Yoga
Delivered Online On Demand18 hours 18 minutes
£25

The Basics of ArcGIS for Hydrology

4.7(160)

By Janets

Register on the The Basics of ArcGIS for Hydrology today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The The Basics of ArcGIS for Hydrology is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The The Basics of ArcGIS for Hydrology Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the The Basics of ArcGIS for Hydrology, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  Course Content Section 01: Introduction to ArcGIS software Introduction to ArcGIS software 00:09:00 Selection by Location, attributes, clip features and tables to Excel 00:11:00 Performing actions on the data: change the projections, dissolve, clip 00:13:00 From .TXT and .DXF to shapefile 00:10:00 Calculations with attribute table and KML files in ArcMap 00:11:00 Export from ArcMap to PDF 00:11:00 ArcScene 3D 00:08:00 GIS Example Test 00:15:00 AutoCAD fixing polygon coordinates 00:14:00 Section 02: ArcGIS for Hydrology Download hydrological data 00:06:00 Calculate flow direction and flow accumulation 00:09:00 Watershed delineation 00:10:00 Clip layers to watershed boundary 00:10:00 Stream segments and catchments areas 00:09:00 Stream order convert to vector 00:10:00 Spatial join to catchments 00:11:00 Join stream id to stream order 00:08:00 Map data and initial layout 00:11:00 Add and format map elements 00:14:00 Resources Resources - The Basics of ArcGIS for Hydrology 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

The Basics of ArcGIS for Hydrology
Delivered Online On Demand3 hours 20 minutes
£25

Credit Analyst

4.7(160)

By Janets

Register on the Credit Analyst today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The Credit Analyst is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Credit Analyst Receive an e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Credit Analyst, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Module 01: Introduction to Financial Analysis Introduction to Financial Analysis 00:19:00 Module 02: The Balance Sheet The Balance Sheet 00:30:00 Module 03: The Income Statement The Income Statement 00:26:00 Module 04: The Cash Flow Statement The Cash Flow Statement 00:26:00 Module 05: Financial Reporting Financial Reporting 00:27:00 Module 06: Analysing Profitability Analysing Profitability 00:23:00 Module 07: The Applications and Limitations of EBITDA The Applications and Limitations of EBITDA 00:28:00 Module 08: Credit Analysis Credit Analysis 00:33:00 Module 09: Equity Analysis Equity Analysis 00:18:00 Module 10: Ratio Analysis Ratio Analysis 00:29:00 Module 11: Business Analysis Business Analysis 00:15:00 Module 12: Strategic Analysis and Product Scope Strategic Analysis and Product Scope 00:29:00 Module 13: Project Management Project Management 00:20:00 Module 14: Planning & Forecasting Operations Planning & Forecasting Operations 00:22:00 Module 15: Management of Cash and Credit Management of Cash and Credit 00:20:00 Mock Exam Mock Exam- Credit Analyst 00:20:00 Final Exam Final Exam- Credit Analyst 00:20:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Credit Analyst
Delivered Online On Demand6 hours 45 minutes
£25

Basic C# Coding

4.5(3)

By Studyhub UK

Unlock the power of programming with our Basic C# Coding course, designed for beginners eager to embark on a coding journey. Dive into the world of C#, a versatile programming language that forms the backbone of numerous software applications. From understanding the foundations of C# and the .NET Framework to mastering key concepts like operators, statements, and control flow, this course offers a comprehensive introduction to C# coding. Get hands-on experience with arrays, lists, file structures, and dates, and learn essential debugging techniques to ensure your code runs smoothly. Whether you're looking to kickstart a career in software development or want to enhance your problem-solving skills, this course is the ideal starting point to unravel the art of programming. Learning Outcomes Gain a solid understanding of C# and the .NET Framework. Master C# basics, including operators, statements, and control flow. Explore the use of arrays, lists, and working with file structures. Learn to manipulate dates and effectively debug applications. Be prepared to take your coding skills to the next level with a strong foundation in C#. Why choose this Basic C# Coding 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 Basic C# Coding course for? Aspiring programmers and software development enthusiasts. Students and beginners seeking an introduction to C# coding. Professionals looking to enhance their problem-solving and logical thinking skills. Individuals considering a career in software development. Anyone curious about the world of programming and its endless possibilities. Career path Junior Software Developer: £20,000 - £35,000 Software Engineer: £30,000 - £60,000 Web Developer: £25,000 - £45,000 Application Developer: £25,000 - £50,000 Database Administrator: £25,000 - £45,000 Quality Assurance Analyst: £20,000 - £40,000 Prerequisites This Basic C# Coding does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Basic C# Coding 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 Introduction 00:02:00 Course Curriculum 00:07:00 How to get Pre-requisites 00:03:00 Getting Started on Windows or Linux 00:01:00 How to ask Great Questions 00:02:00 FAQ's 00:01:00 Section 02: Introduction to C# and .NET Framework Introduction to C# 00:07:00 C# vs .NET 00:04:00 What is CLR? 00:05:00 Architecture of .NET Application 00:09:00 Getting Visual Studio 00:07:00 First C# Hello World Application 00:16:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 05 Interview Questions and Answers 00:04:00 Section 03: C# Basic Introduction 00:03:00 Variables 00:24:00 C# Identifiers 00:08:00 Data Types 00:08:00 Type Casting 00:14:00 User Inputs 00:10:00 Comments 00:03:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 03 Interview Questions and Answers 00:02:00 Summary 00:02:00 Section 04: C# Operators Introduction 00:02:00 Arithmetic Operators 00:09:00 Assignment Operators 00:03:00 Comparison Operators 00:03:00 Logical Operators 00:03:00 Strings 00:10:00 String Properties 00:08:00 Booleans 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 03 Interview Questions and Answers 00:04:00 Summary 00:02:00 Section 05: C# Statements Introduction 00:02:00 If Conditions and Statements 00:12:00 Switch-Case Statements 00:09:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 03 Interview Questions and Answers 00:04:00 Summary 00:02:00 Section 06: C# Control Flow Statements Introduction 00:02:00 While Loop Statement 00:07:00 Do-While Statement 00:03:00 For Loop Statement 00:07:00 Foreach Statement 00:06:00 Break and Continue 00:03:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 03 Interview Questions and Answers 00:02:00 Summary 00:01:00 Section 07: C# Arrays and Lists Introduction 00:01:00 Arrays 00:13:00 Loop Through Arrays 00:10:00 Lists 00:07:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 03 Interview Questions and Answers 00:02:00 Summary 00:02:00 Section 08: Working with File Structure Introduction 00:01:00 System.IO Namespace 00:03:00 File and File Info 00:11:00 Directory and Directory Info 00:08:00 Getting File Path Information 00:05:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 03 Interview Questions and Answers 00:03:00 Summary 00:03:00 Section 09: Working with Dates Introduction 00:02:00 Datetime 00:10:00 TimeSpan 00:06:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 Summary 00:02:00 Section 10: Debugging Applications Introduction 00:02:00 Debugging Tools in Visual Studio 00:13:00 Call Stack Window 00:04:00 Locals and Autos Windows 00:04:00 Summary 00:02:00 Section 11: What's Next? Bonus Lecture for What Next? 00:02:00 Assignment Assignment - Basic C# Coding 00:00:00

Basic C# Coding
Delivered Online On Demand6 hours 27 minutes
£10.99