Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.
Advanced Java training course description A tour of the more advanced features of Java following on from the Introduction to Java course. JDBC and JavaBeans are covered in separate courses. What will you learn Use Java to implement OOA/D. Use within Java programs - Internationalisation - Object serialisation - Reflection - RMI - Swing - JAR files Write Servlets and Java Server Pages Advanced Java training course details Who will benefit: Those wishing to program in Java. Prerequisites: Introduction to Java programming Duration 5 days Advanced Java training course contents What you should already know OO features in Java Static initialisers, object destruction, finalisation, constructor chaining, shadowing, Abstract classes and interfaces, inner classes, nested classes, member classes, local classes, anonymous classes. Internationalisation Locales, Unicode, local customs, localising messages. Object Serialisation Simple and custom serialisation, class versioning. Reflection Obtaining class and member information. RMI Restrictions, RMI architecture, Stubs, skeletons, rmic, the registry server, The RMI API. Swing An overview, examples, comparison vs. AWT, data transfer cut & paste. Servlets Servlet API, Java Web server, The servlet life cycle, chaining servlets, Hybrid servlets. JAR files and signed applet JAR files and signed applet
Complete VB.Net training course description A hands on introduction to programming in Visual BASIC .Net. What will you learn Build Visual BASIC applications. Build simple components Debug Visual BASIC programs. Examine existing code and determine its function. Complete VB.Net training course details Who will benefit: Anyone wishing to program in Visual BASIC. Anyone wishing to build Windows based applications. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete VB.Net training course contents Writing your first program Visual Studio, forms designer, running VB programs, the UI, properties, writing the code. Toolbox Controls Basic use, input controls, ActiveX controls. Menus and Dialog Boxes Menus, Dialog Box controls, event procedures. Visual Basic .NET variables and operators Variables, I/O, data types, constants, operators, Math Methods, precedence. Decision Structures and Loops and Timers Event-Driven programming, Ifâ¦Then, Select Case, Forâ¦Next Loops, Timer Control. Debugging Visual Basic .NET Programs Break Mode, watch & command windows. Structured Error Handling Try...Catch, Finally, Err Object, retry periods. Modules and Procedures Standard modules, public variables, procedures. Arrays and Collections to Manage Data Fixed-Size & dynamic Arrays, ReDim Preserve, object collections, Controls Collection. Text Files and String Processing Text Box object, Text String methods, sorting. Automating Office Applications Application objects, automation in VB, the Object Browser, the Process Component. Deploying Visual Basic .NET Applications Planning a deployment, ways to deploy an application, deployment projects, options. Managing Windows Forms Forms, positioning, manipulation, adding controls, organizing controls, Startup Object. Adding Graphics and Animation Effects System.Drawing namespace, coordinates, SystemPaint Event, animation, transparency. Inheriting Forms and Creating Base Classes Inheriting forms, inheritance picker, base classes and inheritance, classes in projects. Working with Printers PrintDocument class, Text Box object, Print Preview and Page Setup Dialog Boxes. Database programming with ADO.NET Databases, ADO.NET, Data Adapters, Datasets, Bound & Navigation Controls. Displaying database records, formatting DataGrid cells, updating the database. Displaying HTML Documents Using IE IE Object, Internet Controls, IE Events. Web Forms for Interactive Web Applications ASP.NET, Web Forms vs. Windows Forms, HTML controls, web applications, event procedures for web forms controls.
Complete VBA programming training course description This course helps you extend the capabilities of the entire Office suite using Visual Basic for Applications (VBA). Even if you have no programming experience, you'll be automating routine computing processes quickly using the simple, yet powerful VBA programming language. We start at the beginning to get you acquainted with VBA so you can start recording macros right away. You'll then build upon that foundation to utilize the full capabilities of the language in Word, Excel, Outlook, and PowerPoint. What will you learn Record, write and run macros. Work with VBA Editor. Use the huge library of built-in functions. Create simple dialog boxes and complex forms. Customize Word, Excel, PowerPoint, Outlook, and Access. Program the Office 2016 ribbon. Complete VBA programming training course details Who will benefit: Anyone looking to extend the capabilities of the entire Office suite using VBA. Prerequisites: None. Duration 5 days Complete VBA programming training course contents Macros and getting started in VBA VBA syntax, variables, constants, and enumerations, array variables, finding objects, methods, and properties. Working with VBA 1 VBA syntax, variables, constants, and enumerations, array variables, finding objects, methods, and properties. Decisions, loops and functions Built-in functions, creating your own functions, making decisions in your code, using loops to repeat actions. Using message boxes, input boxes, and dialog boxes Getting user input with message boxes and input boxes, creating simple custom dialog boxes, creating complex forms. Creating effective code Building modular code and using classes, debugging your code and handling errors, building well-behaved code, exploring VBA's security features. Programming the Office applications The Word object model and key objects, working with widely used objects in Word, the Excel object model and key objects, working with widely used objects in Excel, the PowerPoint object, model and key objects, working with shapes and running slide shows, the Outlook object model and key objects, working with events in Outlook, the Access object model and key objects, manipulating the data in an Access database via VBA, accessing one application from another application, programming the Office 2016 ribbon.
Complete C programming training course description A hands-on introduction to programming in the ANSI C programming language. The course initially moves at a fast pace in order to spend as much time as possible on the subject of pointers - the area which cause the most bugs in C programs. What will you learn Write ANSI C programs Use the C libraries Debug C programs Examine existing code and determine its function. Complete C programming training course details Who will benefit: Programmers wishing to learn C. Programmers wishing to learn C++ or Java. Prerequisites: None, although experience in another high level language would be useful. Duration 5 days Complete C programming training course contents Getting started The compilation process, comments, main(), statement blocks, printf(). C data types and operators char, int, float and double, qualifiers, arithmetic and assignment operators, precedence, Associativity. Basic I/O C libraries, stdin and stdout, getchar(), putchar(), printf() formatting. Flow control if else, dangling elses, else if, while and for loops. switch statements, the null statement, break, continue and gotos. Functions Function calls, arguments and return types, function declarations (prototypes), function definitions, scope of variables. The preprocessor Preprocessor actions, macros, #include. Libraries and their relationship with header files. Conditional compilation. More data types and operators Logical, bitwise and other operators, type conversion, casting, typedefs and access modifiers. Arrays Declaring and handling arrays, common gotchas, multidimensional arrays. Pointers What are pointers? Why they are so important, declaring and using pointers,The three uses of the *,pointer example - scanf, pointers as arguments. More pointers Golden rules of pointers and arrays, pointers to arrays, pointer arithmetic, arrays of pointers, multiple indirection. Character/string manipulation Arrays of characters, string definition, working with strings, String library. Program arguments argc and argv, example uses,char *argv[] versus char ** argv. Program structure and storage classes Globals (externals), multi source programs, the look of a C program. Structures Declaration, the . and - operators, unions and bitfields. Library functions File handling, fopen and fclose, reading from and writing to files, fseek().calloc() and malloc()
Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.
In this course, you will learn everything a candidate needs to excel in the AWS Certificate Practitioner exam CLF-C01 . This course contains a practice test along with the solutions to make sure how to clear the exam by analyzing each of the options and putting your knowledge into practice.
***24 Hour Limited Time Flash Sale*** Level 2 Certificate in Understanding Coding Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Level 2 Certificate in Understanding Coding Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Level 2 Certificate in Understanding Coding bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Level 2 Certificate in Understanding Coding Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Level 2 Certificate in Understanding Coding Career Bundle: Course 01: Coding with Scratch Course 02: Coding with HTML, CSS, & Javascript Course 03: Python Programming for Everybody Course 04: Ultimate PHP & MySQL Web Development & OOP Coding Course 05: jQuery: JavaScript and AJAX Coding Bible Course 06: C++ Development: The Complete Coding Guide Course 07: HTML Web Development for Beginners Course 08: SQL Programming Masterclass Course 09: JavaScript Foundations for Everyone Course 10: Basic Node.JS Course 11: Master JavaScript with Data Visualization Course 12: Ionic & Angular JS: Mobile and Web Development Course 13: Building a TodoMVC Application in Vue, React and Angular Course 14: Encryption Course 15: Web Application Penetration Testing Course 16: Secure Programming of Web Applications - Developers and TPMs Course 17: Microsoft SQL Server Development for Everyone Course 18: The Complete MySQL Server from Scratch: Bootcamp Course 19: Bash Scripting, Linux and Shell Programming Course 20: JavaScript Project - Game Development with JS Course 21: R Programming for Data Science Course 22: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 23: CompTIA A+ (220-1002) Course 24: Cyber Security Awareness Training Course 25: Cyber Security Advanced Training Course 26: Cyber Security Incident Handling and Incident Response Course 27: Basics of Network Security Course 28: IT Support Technician Course 29: Functional Skills IT Course 30: Complete Windows 10 Troubleshooting for IT HelpDesk With a Level 2 Certificate in Understanding Coding, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in Level 2 Certificate in Understanding Coding today and take the first step towards achieving your goals and dreams. Why buy this Level 2 Certificate in Understanding Coding? Free CPD Accredited Certificate upon completion of Level 2 Certificate in Understanding Coding Get a free student ID card with Level 2 Certificate in Understanding Coding Lifetime access to the Level 2 Certificate in Understanding Coding course materials Get instant access to this Level 2 Certificate in Understanding Coding course Learn Level 2 Certificate in Understanding Coding from anywhere in the world 24/7 tutor support with the Level 2 Certificate in Understanding Coding course. Start your learning journey straightaway with our Level 2 Certificate in Understanding Coding Training! Level 2 Certificate in Understanding Coding premium bundle consists of 30 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of Level 2 Certificate in Understanding Coding is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Level 2 Certificate in Understanding Coding course. After passing the Level 2 Certificate in Understanding Coding exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Level 2 Certificate in Understanding Coding course is ideal for: Students seeking mastery in Level 2 Certificate in Understanding Coding Professionals seeking to enhance Level 2 Certificate in Understanding Coding skills Individuals looking for a Level 2 Certificate in Understanding Coding-related career. Anyone passionate about Level 2 Certificate in Understanding Coding Requirements This Level 2 Certificate in Understanding Coding doesn't require prior experience and is suitable for diverse learners. Career path This Level 2 Certificate in Understanding Coding bundle will allow you to kickstart or take your career in the related sector to the next stage. 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.
24 Hours Left! Don't Let Year-End Deals Slip Away - Enrol Now! Boost Your Career By Enrolling In This Educational Psychology Bundle To Overcome Your Challenges! Receive 10 CPD Accredited additional bundle courses for free when you purchase 1 QLS-Endorsed certificate course. If you wish to gain a solid and compact knowledge of Educational Psychology and boost your career, then take a step in the right direction with this industry-standard, comprehensive Educational Psychology bundle of courses, which are well organised. This Educational Psychology bundle package includes 1 Premium, The Quality Licence Scheme-endorsed course, 10 additional CPDQS Accredited Certificate courses, with expert assistance, and a FREE courses assessment included. Learn a range of in-demand technical skills to help you progress in your career with 12 months of unlimited access to this bundle of courses. If you enrol in this course, you will not be charged any extra fees. This Educational Psychology Bundle Package includes: Course 01: Diploma in Educational Psychology and Development at QLS Level 4 10 Additional CPDQS Accredited Premium Courses - Course 01: Child-Psychology Course 02: SEN Teaching Course 03: Special Educational Needs Coordinator (SENCO) Course 04: Challenging Behaviour in Children Course 05: EYFS Teaching Assistant Course 06: Diploma in Play Therapy Course 07: Child Protection and Safeguarding Course 08: Autism and Developmental Disorders Course 09: Physical Education (PE) Teacher Training Course 10: Teaching Phonics The course materials for Educational Psychology are designed by experts. With this Educational Psychology bundle package, which enables you to monetize your expertise, success becomes much simpler. Master the abilities, equip yourself with the appropriate qualities, and explore your job options in Educational Psychology relevant industries. Your personal development is aided by this premium Educational Psychology package, which has been approved by the Quality Licence Scheme and CPD accreditation. You'll have the freedom to practice at your own pace. Why Prefer This Educational Psychology Bundle? You will receive a completely free certificate from the Quality Licence Scheme Option to purchase 10 additional certificates accredited by CPD Get a free Student ID Card - (£10 postal charges will be applicable for international delivery) Free assessments and immediate success results 24/7 Tutor Support Take a step toward a brighter future! with our QLS Endorsed Educational Psychology Bundle. Here is the curriculum breakdown of main QLS Course of this Educational Psychology bundle: Diploma in Educational Psychology and Development at QLS Level 4 An Overview Educational Psychology and its History Behavioural Views of Learning Cognitive Development Social, Moral, and Emotional Development Constructivism and Motivation Dyslexia and Learning Difficulties Applying Educational Psychology to Teaching Effective Instruction and Technology in Education Opportunities and Careers Assessment Process? After completing an online module from Educational Psychology bundle, you will be given immediate access to a specially designed MCQ test. The results will be immediately analysed, & the score will be shown for your review. The passing score for each test will be set at 60%. You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Educational Psychology at QLS Level 4 exams. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Educational Psychology bundle is perfect for highly motivated people who want to improve their technical skills and prepare for the career they want! Requirements No prior background or expertise is required for this Educational Psychology bundle. Certificates Diploma in Educational Psychology and Development at QLS Level 4 Hard copy certificate - Included Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Educational Psychology and Development at QLS Level 4, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with completely free of charge in this package. For Additional Courses, You have to pay the price based on the Level of these Courses Endorsed by The Quality Licence Scheme Level 1 - £59 Level 2 - £79 Level 3 - £89 Level 4 - £99 Level 5 - £119 Level 6 - £129 Level 7 - £139 Certificate Accredited by CPDQS Printed Hardcopy Certificate £29 inside the UK. £39 outside the UK (International Delivery). CPD Accredited Certificate Digital certificate - £10 Upon passing the Bundle, you need to order to receive a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD.
***24 Hour Limited Time Flash Sale*** Fast-Moving Consumer Goods (FMCG) & Retail Management Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Are you a professional feeling stuck in your career, struggling to keep up with the ever-changing demands of the industry? Or perhaps you're a beginner, unsure of where to start or how to break into your desired field. Whichever stage you're in, our exclusive Fast-Moving Consumer Goods (FMCG) & Retail Management Bundle provides unique insights and tools that can help you achieve your goals. Designed to cater to the needs of both seasoned professionals and aspiring newcomers, our Fast-Moving Consumer Goods (FMCG) & Retail Management bundle is a comprehensive program that will equip you with the essential skills and knowledge you need to succeed. Whether you're looking to advance in your current role or embark on a new career journey, this bundle has everything you need to take your professional life to the next level. But that's not all. When you enrol in Fast-Moving Consumer Goods (FMCG) & Retail Management Online Training, you'll receive 20 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Fast-Moving Consumer Goods (FMCG) & Retail Management Career Bundle: Course 01: Fast-Moving Consumer Goods (FMCG) & Retail Management Course 02: Retail Accountant Course 03: Quality Assurance (QA) Management Course 04: Product Management Course 05: Good Manufacturing Practice (GMP) Course 06: Logistic Management Course 07: Inventory Management Course 08: Warehouse Management Course 09: Operations Management Course 10: Supply Chain Management Course 11: Purchasing and Procurement Course 12: Level 3 HACCP for Manufacturing Course 13: Sales Management- Key Account Managers Course 14: Sales Skills Course 15: Retail Customer Service & Effective Customer Targeting Course 16: Consumer Rights Certificate Course 17: Food Labelling Regulations Training Course 18: Strategic Planning and Implementation Course 19: Workplace Performance Management Course 20: Workplace Communication Management With Level 7 in Strategic Learning & Development, you'll embark on an immersive learning experience that combines interactive lessons with voice-over audio, ensuring that you can learn from anywhere in the world, at your own pace. And with 24/7 tutor support, you'll never feel alone in your journey, whether you're a seasoned professional or a beginner. Don't let this opportunity pass you by. Enrol in Fast-Moving Consumer Goods (FMCG) & Retail Management today and take the first step towards achieving your goals and dreams. Why buy this Level 7 in Strategic Learning & Development? Free CPD Accredited Certificate upon completion of Level 7 in Strategic Learning & Development Get a free student ID card with Level 7 in Strategic Learning & Development Lifetime access to the Fast-Moving Consumer Goods (FMCG) & Retail Management course materials Get instant access to this Fast-Moving Consumer Goods (FMCG) & Retail Management course Learn Fast-Moving Consumer Goods (FMCG) & Retail Management from anywhere in the world 24/7 tutor support with the Fast-Moving Consumer Goods (FMCG) & Retail Management course. Start your learning journey straightaway with our Fast-Moving Consumer Goods (FMCG) & Retail Management Training! Fast-Moving Consumer Goods (FMCG) & Retail Management premium bundle consists of 20 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of the Fast-Moving Consumer Goods (FMCG) & Retail Management is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. Certification You have to complete the assignment given at the end of the Fast-Moving Consumer Goods (FMCG) & Retail Management course. After passing the Fast-Moving Consumer Goods (FMCG) & Retail Management exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Fast-Moving Consumer Goods (FMCG) & Retail Management course is ideal for: Students seeking mastery in Level 7 in Strategic Learning & Development Professionals seeking to enhance Fast-Moving Consumer Goods (FMCG) & Retail Management skills Individuals looking for a Level 7 in Strategic Learning & Development-related career. Anyone passionate about Level 7 in Strategic Learning & Development Requirements This Fast-Moving Consumer Goods (FMCG) & Retail Management doesn't require prior experience and is suitable for diverse learners. Career path This Fast-Moving Consumer Goods (FMCG) & Retail Management bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Digital Certificate Digital certificate - Included CPD Accredited Hard Copy Certificate Hard copy certificate - Included If you are an international student, you will be required to pay an additional fee of 10 GBP for international delivery, and 4.99 GBP for delivery within the UK, for each certificate