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

3522 Courses

C++ Development: The Complete Coding Guide

4.9(27)

By Apex Learning

Overview This comprehensive course on C++ Development: The Complete Coding Guide will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This C++ Development: The Complete Coding Guide 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 C++ Development: The Complete Coding Guide. It is available to all students, of all academic backgrounds. Requirements Our C++ Development: The Complete Coding Guide 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 • 79 lectures • 05:35:00 total length •Introduction: 00:04:00 •What Is C++?: 00:03:00 •Setting up A Project: 00:07:00 •Console Out: 00:04:00 •Data Types: 00:03:00 •Variables: 00:04:00 •Console In: 00:03:00 •Strings: 00:04:00 •Constants: 00:05:00 •Assignment Operator: 00:03:00 •Arithmetic Operators: 00:04:00 •Compound Assignment Operator: 00:03:00 •Increment & Decrement Operators: 00:04:00 •Relation & Comparison Operators: 00:06:00 •Logical Operators: 00:07:00 •Conditional Ternary Operator: 00:04:00 •Comma Operator: 00:03:00 •Type Casting Operator: 00:02:00 •Bitwise Operators: 00:12:00 •Size of Operator: 00:03:00 •Operator Precedence: 00:05:00 •String Streams: 00:04:00 •Conditional Statements: 00:07:00 •For Loop: 00:04:00 •While Loop: 00:03:00 •Do While Loop: 00:04:00 •Range-Based For Loop: 00:03:00 •GoTo Statement: 00:04:00 •Switch Statement: 00:05:00 •Switch Statement: 00:05:00 •Functions: 00:03:00 •Function Return Statement: 00:04:00 •Function Arguments Passed By Value: 00:05:00 •Function Arguments Passed By Reference: 00:05:00 •Function Parameter Default Values: 00:03:00 •Overloaded Functions: 00:04:00 •Function Templates: 00:04:00 •Namespaces: 00:06:00 •Arrays: 00:03:00 •Multidimensional Arrays: 00:03:00 •References: 00:02:00 •Pointers: 00:04:00 •Delete Operator: 00:02:00 •Struct: 00:04:00 •Type Aliasing: 00:03:00 •Unions: 00:04:00 •Enumerators: 00:04:00 •Introduction to Classes: 00:05:00 •Class Access: 00:04:00 •Class Constructor: 00:05:00 •Class Pointers: 00:04:00 •Overloading Operators: 00:06:00 •This Keyword: 00:04:00 •Constant Objects: 00:03:00 •Getters and Setters: 00:05:00 •Static Variables: 00:04:00 •Static Functions: 00:06:00 •Template Classes: 00:05:00 •Class Destructor: 00:04:00 •Class Copy Constructor: 00:03:00 •Friend Function: 00:06:00 •Friend Class: 00:06:00 •Class Inheritance: 00:07:00 •Multiple Class Inheritance: 00:05:00 •Virtual Methods: 00:04:00 •Abstract Base Class: 00:03:00 •Error Handling: 00:04:00 •Preprocessor Macro Definitions: 00:04:00 •Preprocessor Conditional Directives: 00:05:00 •Preprocessor Line Directive: 00:04:00 •Preprocessor Source File Inclusion: 00:02:00 •Opening A File: 00:06:00 •Writing to a File: 00:04:00 •Commenting: 00:04:00 •Class Header and Implementation: 00:09:00 •Lists: 00:04:00 •Vectors: 00:05:00 •Resource: 00:00:00 •Assignment - C++ Development: The Complete Coding Guide: 00:00:00

C++ Development: The Complete Coding Guide
Delivered Online On Demand5 hours 35 minutes
£12

Node.js Express & MongoDB Dev to Deployment

By iStudy UK

This Node.js Express & MongoDB Dev to Deployment course is a well-prepared course and perfect for individuals interested in learning how to structure your Node/Express applications, create data models, relate data, display views, authenticate users, create helpers since this comprehensive course provide some solid insight into NodeJS development. With this course, you'll learn about Node for adding server-side JavaScript to your skill-set and learn to build engaging and responsive applications. You'll also learn to build schemas, structure models and query MongoDB to get the accurate data, and the core concepts of MongoDB for building production-ready applications. The foundations of Node.js including how to prepare and deploy apps to production with Heroku, ES6 concepts like arrow functions, promises, template strings, etc. are an integral part of this course. What you'll learn Build high quality applications built with Node, Express and MongoDB Implement authentication including local & Google OAuth strategies Create data models with Mongoose ODM Prepare & deploy apps to production with Heroku Learn ES6 concepts like arrow functions, template strings & promises Requirements Basic HTML / CSS knowledge A good understanding of JavaScript Fundamentals (functions, objects, loops, etc) Who this course is for: Anyone that wants to learn how to build & deploy apps built with Node, Express & MongoDB Course Introduction Welcome To The Course FREE 00:05:00 Project Files and Questions FREE 00:03:00 Setting Up Dev Environment Setup 00:07:00 What Is Node.js 00:05:00 Installing & Exploring Node.js 00:07:00 Installing MongoDB Locally 00:08:00 Sign Up For mLab 00:03:00 Creating a Heroku Account 00:03:00 VidJot Project & Express Fundamentals Vidjot Project Introduction 00:04:00 Install & Initialize Express 00:08:00 Basic Routing & Nodemon 00:06:00 Express Middleware 00:05:00 Working With Templates 00:10:00 Bootstrap & Partials 00:08:00 Mongoose & Local MongoDB Install Mongoose & Connect To Mongo 00:06:00 Create The Idea Model 00:05:00 Add Idea Form 00:07:00 Server Side Form Validation 00:09:00 Save Idea To MongoDB 00:04:00 Fetching Ideas From MongoDB 00:05:00 Edit Idea Form 00:05:00 Update Idea Data 00:09:00 Remove Idea Data 00:06:00 Flash Messaging 00:11:00 Local Authentication With Passport A Look At Passport 00:05:00 The Express Router 00:11:00 Login & Register Pages 00:13:00 Register Form Validation 00:11:00 User Registration 00:17:00 Hooking Up A Local Strategy 00:11:00 Finishing The Login Functionality 00:12:00 Logout Function 00:04:00 Protecting Routes 00:06:00 Access Control 00:08:00 VidJot Prep & Deployment Preparing Our App For Deployment 00:08:00 Deploying To Heroku 00:08:00 Adding a Domain Name 00:04:00 StoryBooks Project Start & Google OAuth StoryBooks App Introduction 00:04:00 Initial Setup & Heroku Push 00:11:00 Creating Our Google OAuth Credentials 00:08:00 Creating Our Google Strategy 00:12:00 Auth Callback & Remote App 00:09:00 Creating The User Model 00:06:00 Saving The Authenticated User 88 00:10:00 Adding Session & Authentication 00:12:00 Creating Our Ul Index Routes & Handlebars 00:12:00 Header & Navbar 00:09:00 Side Navigation 00:09:00 Dashboard & Stories Routes 00:09:00 Add Button & Footer 00:10:00 Restricting Routes 00:06:00 Add Story Form 00:11:00 Stories & The Database Create The Story Model 00:06:00 Save Story To MongoDB 00:13:00 Fetch & Display Public Stories 00:12:00 Handlebars Helpers 00:07:00 Show Template & Format Date 00:11:00 Creating The Dashboard 00:12:00 Edit Form & Select Helper 00:09:00 Updating Stories 00:08:00 Deleting Stories 00:04:00 Comments, Access control & Cleanup Add Comment Functionality 00:10:00 Listing Comments 00:04:00 Edit Access Control 00:10:00 Get Stories From Specific Users 00:07:00 Block Private Story Details Page 00:05:00 StoryBooks Prep & Deployment Prep & Production Key Variables 00:08:00 Deploy & Test 00:05:00 Domain & Update Google OAuth Creds 00:05:00

Node.js Express & MongoDB Dev to Deployment
Delivered Online On Demand9 hours 1 minutes
£25

Level 3 Tax Accounting

4.9(27)

By Apex Learning

With a single payment you will gain access to Level 3 Tax Accounting including 10 Career development courses, original hardcopy certificate, transcript and a student ID card which will allow you to get discounts on things like music, food, travel and clothes etc. Learn how to steer clear of mistakes that could cost you money by enrolling in our exclusively designed Level 3 Tax Accounting. This course educates you on the right way to effectively handle complex accounting and tax preparation tasks, equipping you with the skills to make smart financial decisions in the best interests for your company. Tax Accountancy is a highly valued profession with multiple opportunities for advancement. After successful completion, you will be more than capable of building the best business strategies to make a profit. You will have the skills to resolve taxable income, research difficult tax issues to develop appropriate solutions, determine employment and benefits, and much more. Take this course anywhere and at any time. Don't let your lifestyle limit your learning or your potential. Level 3 Tax Accounting will provide you with the CPD certificate that you'll need to succeed. Gain experience online and interact with experts. This can prove to be the perfect way to get noticed by a prospective employer and stand out from the crowd. Level 3 Tax Accounting has been rated and reviewed highly by our learners and professionals alike. We have a passion for teaching, and it shows. All of our courses have interactive online modules that allow studying to take place where and when you want it to. The only thing you need to take Level 3 Tax Accounting is Wi-Fi and a screen. You'll never be late for class again. Experienced tutors and mentors will be there for you whenever you need them, and solve all your queries through email and chat boxes. Benefits you'll get choosing Apex Learning for this Level 3 Tax Accounting: One payment, but lifetime access to 11 CPD courses Certificates, student ID for the title course included in a one-time fee Full tutor support available from Monday to Friday Free up your time - don't waste time and money travelling for classes Accessible, informative modules taught by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills Gain valuable knowledge without leaving your home What other courses are included with this Training? Course 01: Level 3 Tax Accounting Course 02: Introduction to Accounting Course 03: Payroll Management Course Course 04: Budgeting and Forecasting Course 05: Xero Advisor Course 06: Fraud Management & Anti Money Laundering Awareness Complete Diploma Course 07: Applied Business Analysis Diploma Course 08: Data Analysis in Microsoft Excel Complete Training Course 09: Microsoft Excel Level 3 Course 10: Time Management Course 11: Professional Bookkeeping Course Curriculum Course 1: Level 3 Tax Accounting Module 01: Tax System and Administration in the UK Module 02: Tax on Individuals Module 03: National Insurance Module 04: How to Submit a Self-Assessment Tax Return Module 05: Fundamentals of Income Tax Module 06: Payee, Payroll and Wages Module 07: Value Added Tax Module 08: Corporation Tax Module 09: Double Entry Accounting Module 10: Management Accounting and Financial Analysis Module 11: Career as a Tax Accountant in the UK Course 2: Introduction to Accounting Section 01: Accounting Fundamental Lecture-1. What is Financial Accounting Lecture-2. Accounting Double Entry System and Fundamental Accounting Rules Lecture-3. Financial Accounting Process and Financial Statements Generates Lecture-4. Basic Accounting Equation and Four Financial Statements Lecture-5. Define Chart of Accounts and Classify the accounts Lecture-6. External and Internal Transactions with companies Lecture-7. Short Exercise to Confirm what we learned in this section Section 02: Accounting Policies Lecture-8. What are Major Accounting Policies need to be decided by companies Lecture-9. Depreciation Policies Lecture-10. Operational Fixed Asset Controls Lecture-11. Inventory Accounting and Controls Lecture-12. Revenue Accounting and Controls Course 3: Payroll Management Course Payroll System in the UK Payroll Basics Company Settings Legislation Settings Pension Scheme Basics Pay Elements The Processing Date Adding Existing Employees Adding New Employees Payroll Processing Basics Entering Payments Pre-Update Reports Updating Records e-Submissions Basics Process Payroll (November) Employee Records and Reports Editing Employee Records Process Payroll (December) Resetting Payments Quick SSP An Employee Leaves Final Payroll Run Reports and Historical Data Year-End Procedures Course 4: Budgeting and Forecasting Unit-1. Introduction Unit-2. Detail Budget Requirement Unit-3. Process of Making Budget Course 5: Xero Advisor Module 01: Getting Started Module 02: Setting up the System Module 03: Customers and Suppliers Module 04: Fixed Assets Module 05: Bank Payments and Receipts Module 06: Petty Cash Module 07: Bank Reconciliation Module 08: Business Credit Card Account Module 09: Aged Reports Module 10: Payroll and Journals Module 11: VAT Return Module 12: CIS Return Module 13: Accrual and Prepayment Module 14: Accrued Income and Deferred Income Module 15: Depreciation Journal Module 16: Management Reports Module 17: Preparation of Budget Module 18: Preparing Cash Flow Module 19: Payment Services on Xero Module 20: Bank Rules Module 21: Multicurrency on Xero Module 22: App Marketplace Module 23: Introduction of Resources available during Covid-19 Module 24: Correction of Error Course 6: Fraud Management & Anti Money Laundering Awareness Complete Diploma Module 01: Introduction to Money Laundering Module 02: Proceeds of Crime Act 2002 Module 03: Development of Anti-Money Laundering Regulation Module 04: Responsibility of the Money Laundering Reporting Office Module 05: Risk-based Approach Module 06: Customer Due Diligence Module 07: Record Keeping Module 08: Suspicious Conduct and Transactions Module 09: Awareness and Training Course 7: Applied Business Analysis Diploma Applied Business Analysis Diploma Module 01: Introduction to Business Analysis Module 02: Business Processes Module 03: Business Analysis Planning and Monitoring Module 04: Strategic Analysis and Product Scope Module 05: Solution Evaluation Module 06: Investigation Techniques Module 07: Ratio Analysis Module 08: Documenting and Managing Requirements Module 09: Career Prospect as a Business Analyst in the UK Course 8: Data Analysis in Microsoft Excel Complete Training Data Analysis in Microsoft Excel Complete Training Modifying a Worksheet Working with Lists Analyzing Data Visualizing Data with Charts Using PivotTables and PivotCharts Working with Multiple Worksheets and Workbooks Using Lookup Functions and Formula Auditing Automating Workbook Functionality Creating Sparklines and Mapping Data Forecasting Data Course 9: Microsoft Excel Level 3 Microsoft Excel 2019 New Features Getting Started with Microsoft Office Excel Performing Calculations Modifying a Worksheet Formatting a Worksheet Printing Workbooks Managing Workbooks Working with Functions Working with Lists Analyzing Data Visualizing Data with Charts Using PivotTables and PivotCharts Working with Multiple Worksheets and Workbooks Using Lookup Functions and Formula Auditing Sharing and Protecting Workbooks Automating Workbook Functionality Creating Sparklines and Mapping Data Forecasting Data Excel Templates Course 10: Time Management Identifying Goals Effective Energy Distribution Working with Your Personal Style Building Your Toolbox Establishing Your Action Plan Course 11: Professional Bookkeeping Course Section 01: Introduction Section 02: Basic Accounting Terms Section 03: Common Transactions Section 04: Practice How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) If you want to get hardcopy certificates for other courses, generally you have to pay £20 for each. But this Fall, Apex Learning is offering a Flat 50% discount on hard copy certificates, and you can get each for just £10! P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. CPD 115 CPD hours / points Accredited by CPD Quality Standards Who is this course for? There is no experience or previous qualifications required for enrolment on this Level 3 Tax Accounting. It is available to all students, of all academic backgrounds. Requirements Our Level 3 Tax Accounting is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 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 Having this CPD certificate will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Certificates Certificate of completion Digital certificate - Included

Level 3 Tax Accounting
Delivered Online On Demand
£53

A-Level Maths Distance Learning Course by Oxbridge

By Oxbridge

Embark on an invigorating intellectual journey with this A-Level Maths course, meticulously crafted to imbibe the nuances of advanced mathematics. Delve into topics such as forces, probability, algebra, and vectors, honing your expertise while bolstering your critical thinking and analytical prowess. In the realm of UK education, A-levels stand as a testament to significant educational accomplishment. Our A-Level Maths course epitomises this, enhancing your appeal to both universities and employers while paving the way to a world of exciting opportunities. Adhering to the fresh AQA A-Level Maths syllabus, this online home study course is constructed to dovetail with your convenience, enabling you to learn at your own pace. Our comprehensive support system includes unlimited tutor assistance, a systematic induction, and well-structured assignments, preparing you efficiently for the exams. We ensure your access to our partnered exam centres for your final A-Level examinations. With our course, you'll have access to: Cutting-edge course content, shaped according to the latest specification. A Fast track option (for exams in 2022). A network of partnership exam centres. Unlimited tutor support and an exam pass guarantee. Awarding body: AQA Course code: X901 Qualification code: 7357 AQA qualifications enjoy international recognition, being taught in 30 countries and prized by employers and universities alike. These qualifications accommodate a wide range of abilities, encompassing GCSEs, IGCSEs, and A-levels. ⏱ Estimated Study Time Allocate between 300 and 360 hours for study, along with additional time for assignments. 👩‍🏫 Learning Methodology Our course is delivered via an immersive online learning platform, complete with diverse media resources like videos. However, if you prefer a more traditional approach, you can print the learning materials. 📆 Course Duration Enrol and benefit from our unlimited tutor support for up to 24 months. Upon enrolment, you will receive access to MyOxbridge, where all your learning materials are housed. 📋 Evaluation Examinations start from Summer 2022.  You will be evaluated on three written exams: Paper 1: 2 hours, 33.3% of A-Level, 100 marks. Paper 2: 2 hours, 33.3% of A-Level, 100 marks. Paper 3: 2 hours, 33.3% of A-Level, 100 marks. The exams will consist of a range of question types, from single-mark questions to multi-step problems. Our students are provided with a guaranteed exam space and an exam pass guarantee. Assignments The course includes several assignments. Though not contributing to your final grade, they allow you to receive feedback from your tutor, helping you track your progress. 👩‍🎓 Course Outcomes Upon successful course completion, you will receive an AQA-issued A-Level in Maths. This certificate mirrors those awarded to students at any other educational institution.  ℹ️ Further Details Difficulty - Level 3 Entry requirements - A GCSE or equivalent level in Mathematics is strongly advised. UCAS Points - 56 Course Content Core Content Mathematical argument, language, and proof Mathematical problem solving Mathematical modelling Proof Algebra and functions Coordinate geometry in the (x,y) plane Sequences and series Trigonometry Exponentials and logarithms Differentiation Integration Numerical methods Vectors Statistical sampling Data presentation and interpretation Probability Statistical distributions Statistical hypothesis testing Quantities and units in mechanics Kinematics Forces and Newton’s laws Moments

A-Level Maths Distance Learning Course by Oxbridge
Delivered Online On Demand
£665

Accountancy, AML, Financial Investigator

4.9(27)

By Apex Learning

Give a compliment to your career and take it to the next level. This Accountancy, AML, Financial Investigator bundle will provide you with the essential knowledge to shine in your professional career. Whether you want to develop skills for your next job or elevate your skills for your next promotion, this Payroll, Employment Law & Business Administration bundle will help you stay ahead of the pack. Throughout the Accountancy, AML, Financial Investigator programme, it stresses how to improve your competency as a person in your chosen field while also outlining essential career insights in the relevant job sector. Along with this Accountancy, AML, Financial Investigator course, you will get 10 premium courses, an originalhardcopy, 11 PDF certificates (Main Course + Additional Courses) Student ID card as gifts. This Accountancy, AML, Financial Investigator Bundle Consists of the following Premium courses: Course 01: Accountancy Course 02: Accounting and Tax Course 03: Diploma in Quickbooks Bookkeeping Course 04: Microsoft Excel Level 3 Course 05: Team Management Course 06: Level 3 Xero Training Course 07: Effective Communication Skills Diploma Course 08: Decision-Making Course 09: Applied Business Analysis Diploma Course 10: Fraud Management & Anti Money Laundering Awareness Complete Diploma Course 11: Financial Investigator Enrol now in Accountancy, AML, Financial Investigator to advance your career, and use the premium study materials from Apex Learning. Certificate: PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) Curriculum of Accountancy, AML, Financial Investigator Bundle Course 01: Accountancy Module 01: Introduction to Accounting Module 02: The Role of an Accountant Module 03: Accounting Concepts and Standards Module 04: Double-Entry Bookkeeping Module 05: Balance Sheet Module 06: Income statement Module 07: Financial statements Module 08: Cash Flow Statements Module 09: Understanding Profit and Loss Statement Module 10: Financial Budgeting and Planning Module 11: Auditing Course 02: Accounting and Tax Module 01: Tax System and Administration in the UK Module 02: Tax on Individuals Module 03: National Insurance Module 04: How to Submit a Self-Assessment Tax Return Module 05: Fundamentals of Income Tax Module 06: Payee, Payroll and Wages Module 07: Value Added Tax Module 08: Corporation Tax Module 09: Double Entry Accounting Module 10: Management Accounting and Financial Analysis Module 11: Career as a Tax Accountant in the UK Course 03: Diploma in Quickbooks Bookkeeping Getting prepared - access the software and course materials Getting started Setting up the system Nominal ledger Customers Suppliers Sales ledger Purchases ledger Sundry payments Sundry receipts Petty cash VAT - Value Added Tax Bank reconciliation Payroll / Wages Reports Tasks Course 04: Microsoft Excel Level 3 Getting Started with Microsoft Office Excel Performing Calculations Modifying a Worksheet Formatting a Worksheet Printing Workbooks Managing Workbooks Working with Functions Working with Lists Analyzing Data Visualizing Data with Charts Using PivotTables and PivotCharts Working with Multiple Worksheets and Workbooks Using Lookup Functions and Formula Auditing Sharing and Protecting Workbooks Automating Workbook Functionality Creating Sparklines and Mapping Data Forecasting Data Excel Templates Course 06: Level 3 Xero Training Introduction Getting Started Invoices and Sales Bills and Purchases Bank Accounts Products and Services Fixed Assets Payroll VAT Returns Course 07: Effective Communication Skills Diploma Module 01: Business Communication Module 02: Verbal and Non-verbal Communication Module 03: Written Communication Module 04: Electronic Communication Module 05: Communicating with Graphic Module 06: Effectively Working for Your Boss Course 08: Decision-Making Module 01: What is Decision Making? Module 02: Stress and Its Impact Module 03: Time Stress and Decision Making Module 04: Personal Level Decision making Under Stress Module 05: Organisational Level Decision making Under Stress Module 06: Decision Making for Conflict Management Course 09: Applied Business Analysis Diploma Module 01: Introduction to Business Analysis Module 02: Business Processes Module 03: Business Analysis Planning and Monitoring Module 04: Strategic Analysis and Product Scope Module 05: Solution Evaluation Module 06: Investigation Techniques Module 07: Ratio Analysis Module 08: Documenting and Managing Requirements Module 09: Career Prospect as a Business Analyst in the UK Course 10: Fraud Management & Anti Money Laundering Awareness Complete Diploma Module 01: Introduction to Money Laundering Module 02: Proceeds of Crime Act 2002 Module 03: Development of Anti-Money Laundering Regulation Module 04: Responsibility of the Money Laundering Reporting Office Module 05: Risk-based Approach Module 06: Customer Due Diligence Module 07: Record Keeping Module 08: Suspicious Conduct and Transactions Module 09: Awareness and Training Course 11: Financial Investigator Module 01: Introduction to Financial Investigator Module 02: Introduction to Financial Investigation Module 03: Characteristics of Financial Crimes Module 04: Categories of Financial Crimes Module 05: Financial Crime Response Plan Module 06: Collecting, Preserving and Gathering Evidence Module 07: Laws against Financial Fraud CPD 115 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Accountancy, AML, Financial Investigator bundle. Requirements This Accountancy, AML, Financial Investigator course has been designed to be fully compatible with tablets and smartphones. Career path Having this expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included

Accountancy, AML, Financial Investigator
Delivered Online On Demand
£53

MS Excel 2016 Introduction

4.3(43)

By John Academy

Description MS Excel introduces multi-dimensional activities through its various feature. Do you want to be the first to look at the MS Excel 2016 Introduction course to learn its vivid use? Don't be late. Look at the MS Excel 2016 Introduction course and justify its authentic knowing its various fields. The course designs in such a way that helps you to know the basic functions of MS Excel and various use of Excel for making calculation, producing charts, and recording data of all kind of business. It teaches you how to create Excel data, simple PivotTable and charts, vivid use of IF, SUM, TOTAL, and AVERAGE. It enables the students to understand how Excel is used in business to analyze the existing data. It also teaches the functions of range, and cell to do different types of activities. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? MS Excel 2016 Introduction is certified by CPD Qualifications Standards and CiQ. This makes it 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. Requirements Our MS Excel 2016 Introduction is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction Introduction FREE 00:01:00 Getting Started with Excel What is Excel 00:02:00 Opening Excel 00:04:00 Navigating the Excel User Interface 00:07:00 Using the Excel Ribbon 00:03:00 Understanding Excel Work Components 00:04:00 Using the Backstage View 00:03:00 Creating Workbooks and Using Templates Creating a New Workbook 00:03:00 Creating Workbooks Using Templates 00:03:00 Saving an Excel Workbook 00:05:00 Using Convert and Checking Compatiblity 00:02:00 Entering Data Navigating a Worksheet by Mouse or Keyboard 00:05:00 Excel Data Types 00:03:00 Cell and Range Addressing 00:02:00 Data Selection Techniques 00:05:00 Common Excel Commands 00:07:00 Using the Autofill Handle 00:03:00 Excel Formula Basics Data What are Formulas and Functions 00:02:00 Components of a Formula 00:06:00 Calculation Hierarchy Using the Order of Operations_Revise 00:02:00 Creating Basic Formulas 00:08:00 Working with Basic Functions and Autosum 00:04:00 Using Cell References 00:04:00 Using the Quick Analysis Tool 00:01:00 Adjusting a Worksheet Modifying Columns and Rows 00:06:00 Hiding and Unhiding Columns and Rows 00:03:00 Formatting and Aligning Worksheet Data Formatting and Aligning Data 00:06:00 Merging Data 00:03:00 Wrapping Text Orientation 00:02:00 Formatting Numbers 00:03:00 Using Borders and Shading 00:03:00 Using the Format Painter 00:01:00 Removing Formatting Quickly 00:01:00 Using Cell Styles and Themes Understanding Cell Styles 00:02:00 Applying Cell Styles 00:04:00 Applying Themes 00:03:00 Inserting Objects and Graphics Inserting and Formatting Images 00:03:00 Inserting and Formatting Shapes 00:04:00 Inserting and Formatting Smart Art 00:04:00 Inserting Screenshots 00:02:00 Inserting Hyperlinks 00:03:00 Inserting Symbols and Equations 00:03:00 Inserting Word Art Or Text Boxes 00:04:00 Inserting Other Excel Objects 00:04:00 Arranging Objects 00:04:00 Proofing a Workbook Using Find and Replace 00:04:00 Finding and Replacing Formatting 00:01:00 Using Got to and Go to Special 00:02:00 Using the Spell Checker 00:03:00 Using the Theasaurus and Translation Feature 00:03:00 Printing an Excel File Printing and Previewing Excel Files 00:03:00 Creating Custom Margins and Scaling 00:05:00 Adding Headers and Footers 00:04:00 Formatting a Page with the Page Layout Tab 00:03:00 Printing Titles and Specific Worksheet Areas 00:05:00 Exporting to PDF and XPs 00:02:00 Managing Worksheets Renaming and Coloring Worksheet Tabs 00:03:00 Adding, Deleting, and Navigating Worksheets 00:03:00 Moving and Copying Worksheets 00:04:00 Hiding and Unhiding Worksheets 00:02:00 Navigating and Viewing Excel Files Viewing Workbooks 00:03:00 Using Zoom Tools 00:02:00 Configure Sheet Options 00:02:00 Using Freeze Panes and Split Commands 00:05:00 Working with Window Commands 00:04:00 Adjusting Workbook Properties 00:03:00 Conclusion Course Recap 00:02:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

MS Excel 2016 Introduction
Delivered Online On Demand3 hours 45 minutes
£11.99

Microsoft Excel 2007 for Beginners

4.3(43)

By John Academy

Description: This course was created to help anyone learn about Microsoft Excel 2007 for beginners. Through this course, you will learn the importance of planning and organise your thoughts when creating a worksheet. This will help you maximise the capability of the Excel program. You will learn the basic functions and formula that are commonly used in Microsoft Excel. You will also know the importance of saving, editing and creating new worksheets in an effective manner. This course will help you practice what you've learned and learn how to apply what you've learned in your career. Who is the course for? Professionals who want to learn about Microsoft Excel 2007 features People who have an interest in knowing all the essentials in Microsoft Excel 2007 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. 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. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: The Microsoft Excel 2007 for Beginners is a useful qualification to possess and would be beneficial for any for any Office job, such as: Admin Assistant PA Secretary Administrator Account Assistant Bookkeeper Accountant Office Manager. Microsoft Excel 2007 for Beginners Module One - Getting Started 01:00:00 Module Two - Opening and Closing Excel 01:00:00 Module Three - Your First Worksheet 01:00:00 Module Four - Working with Excel Files 01:00:00 Module Five - Viewing Excel Data 01:00:00 Module Six - Printing Excel Data 01:00:00 Module Seven - Building Formulas 01:00:00 Module Eight - Using Excel Functions 01:00:00 Module Nine - Using Time Saving Tools 01:00:00 Module Ten - Formatting your Data 01:00:00 Module Eleven - More Formatting 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities Activities-Microsoft Excel 2007 for Beginners 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Excel 2007 for Beginners
Delivered Online On Demand11 hours 30 minutes
£21

Advanced C++ Programming

By Eduolc

Created for individuals who have no prior programming experience but wish to learn how to program in C++.

Advanced C++ Programming
Delivered Online On Demand
£19

SCM605 SAP Sales Processing in SAP ERP

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Application Consultants, Business Analysts, and Solution Architects. Overview Gain a detailed knowledge of using the functions and customizing settings in sales. This course is ideal for students requiring detailed knowledge about customizing of sales processes and basic functions. Introduction to the Sales and Distribution Process Processing Sales Documents Enterprise Structures in Sales and Distribution Setting Up Enterprise Structures Sales Order Processing Identifying Sources of Document Data Using Additional Functions During Sales Order Processing Sales Document Customizing Controlling Sales Processes Defining Sales Document Types Applying Item Categories Interpreting the Item Category Determination Using Bills of Material in Sales Documents Applying Schedule Line Categories Interpreting the Schedule Line Category Determination Data Flow Interpreting the Document Flow of Sales Processes Setting Up the Copying Control Special Business Processes Executing Special Business Processes Incomplete Documents Handling Incomplete Documents Setting Up an Incompletion Procedure Business Partners Using Partner Functions in Sales and Distribution Processes Setting Up Partner Determination Procedures Outline Agreements Using Different Types of Outline Agreements Interpreting the Set-Up of Value Contracts Setting Up Specific Contract Data Material Determination Setting Up Material Determination Material Listing and Exclusion Setting Up Master Data for Material Listing / Exclusion Free Goods Setting Up the Determination of Free Goods Sales Scenarios Setting Up a Cash Sales Scenario Controlling the Usage of Bills of Material in a Sales Order Setting Up a Material Determination Scenario Additional course details: Nexus Humans SCM605 SAP Sales Processing in SAP ERP training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the SCM605 SAP Sales Processing in SAP ERP course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

SCM605 SAP Sales Processing in SAP ERP
Delivered OnlineFlexible Dates
Price on Enquiry

Security Management

By The Teachers Training

Security Management Course In 2023, UK businesses faced over £37 billion in fraud losses, while cyberattacks rose by 40%. The world feels more uncertain than ever, and this is the best time to gain some solid skills with our Security Management course.  At the beginning of the course, you will gain insights into the core principles of security, from safeguarding individuals to defending nation-states. This Security Management course will teach you about organizational security management and its critical concepts like key customers, span of control, and unity of command. You will also get a clear idea about the roles and responsibilities of a security specialist in this course. Besides, you will learn the difference between corporate and company security, understanding the unique challenges and strategies associated with each. As cyber threats loom larger than ever, our Security Management course will teach you strategies for improving cyber security and enhancing your organization's resilience against potential breaches. Moreover, this course will educate about security risk analysis & risk reduction and physical & information security protection. Furthermore, this Security Management course provides you with an in-depth understanding of business resilience and crisis management functions, learning to navigate and respond to crises effectively. Here, you will learn the ins and outs of cyber security functions, common types of fraud, and fraud prevention strategies. Finally, this course sheds light on laws and regulations to ensure law comes to chance. After completing the course, you can foster a good relationship with law enforcement for better business security management. Don't wait for the next data breach or national crisis. Enrol today and become the security expert you were meant to be. Invest in your future; invest in security. Why Choose Teachers Training Some of our website features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Be motivated and hard-working Over the age of 16. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Module 01: Introduction to Security Management Introduction to Security Management 00:35:00 Module 02: Organisational Security Management Organisational Security Management 00:28:00 Module 03: Security Risk Analysis and Risk Reduction Security Risk Analysis and Risk Reduction 00:27:00 Module 04: Physical and Information Security Protection Physical and Information Security Protection 00:38:00 Module 05: Business Resilience and Crisis Management Business Resilience and Crisis Management 00:19:00 Module 06: Cyber Security and Fraud Prevention Cyber Security and Fraud Prevention 00:27:00 Module 07: Security Investigations and Threat Awareness Security Investigations and Threat Awareness 00:26:00 Module 08: Laws and Regulations Laws and Regulations 00:31:00

Security Management
Delivered Online On Demand3 hours 51 minutes
£27.99