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

3414 Office Skills & Productivity courses in Manchester delivered Online

Complete ASP.NET Core MVC 6: A Project guide

By Xpert Learning

About Course ASP.NET Core MVC 6: Master the Latest Web Development Framework Become a full-stack web developer with this comprehensive course on ASP.NET Core MVC 6, taught by a lead instructor with 20+ years of experience. This course is designed for beginners with zero or basic programming experience. You will learn everything you need to know to build modern web applications with ASP.NET Core MVC 6, including: HTML5 and CSS3 Bootstrap 4 C# ASP.NET Core MVC 6 Entity Framework Core SQL Server Express You will also learn about important web development concepts such as routing, controllers, views, and models. The course includes HD video tutorials, code challenges, and coding exercises to help you learn and practice the material. You will also build a real-world project to apply your skills. By the end of this course, you will be fluent in ASP.NET Core MVC 6 and ready to build any website you can dream of. Enroll today and start your journey to becoming a full-stack web developer! Benefits of taking this course: Learn from a lead instructor with 20+ years of experience Become a full-stack web developer with just one course Learn the latest tools and technologies used at large companies such as Apple, Facebook, Google, and Netflix Get comprehensive student testing and feedback from students who are working and applying these coding examples Learn by building real-world websites and web apps Get access to HD video tutorials, code challenges, and coding exercises Target audience: Beginners with zero or basic programming experience who want to learn how to build modern web applications with ASP.NET Core MVC 6 What Will You Learn? Learn structure of ASP .NET MVC Core (.NET 6) Project Create websites and webapp for your business needs Get a job as a junior web developer on Microsoft technologies Identify a case study to manage a project development Master front-end development using HTML & CSS back-end development using C# & MS SQL Create fully function dynamic MVC Core web applications using Asp .NET Core Creating Functional Model, View and Controller functionality on Movie Project Learn to Add Entity Framework Packages to Project Using NuGet Package Manager Applying SQL Server Database Connection to your application Running Power Shell Commands for Scaffolding and CRUD function Webforms Identify and applying Database Migrations You will learn fully functional Validations for your project Course Content Getting Started Course Introduction Course Curriculum How to Get Course Requirements Getting Started on Windows, Linux or Mac How to Ask Great Questions FAQ's ASP.NET Basics Section Introduction What You Can Build with ASP.NET Core What is ASP.NET Core How to Get Visual Studio Installing Visual Studio and ASP.NET Creating New Project Summary Prerequisites: HTML, CSS and Bootstrap Section Introduction HTML Overview Paragraph HTML List Items Forms CSS Overview CSS Internal CSS External CSS Forms Bootstrap Overview First Bootstrap Website Bootstrap Grids System Bootstrap Cards Summary ASP.NET MVC: Movie Project Section Introduction Source Code Reference MVC - Model View Controller Create a MVC Project Exploring the MVC Template Creating Controller Add a Controller URL Routing Logic Creating View Add a View Change Views and Layout Pages Passing Data from Controller to View Creating Model Add a Model Add Entity Framework Packages Scaffold Movie Pages-CRUD Database Migrations Initial Migration Generated Database Context Class Dependency Injection Database Connection String Summary Working with Database Section Introduction SQL Server Express Local DB Seed the Database Add the Seed Initializer Summary Add Search to ASP.NET Core MVC App Section Introduction Add Search Method to Controller Add Search to Page Search by Parameter Summary Model Update Section Introduction Add a New Field to Model Add-Migration Update Database Summary Validations Add Validation Rules to Model Required and Minimum Length Regular Expression Range String Length Validation on Error UI Enable JavaScript on Browser Examine the Details and Delete Code Review on Details Method Code Review on Delete Method Course Files and Resources Course Files and Resources A course by Sekhar Metla IT Industry Expert Xpert Learning RequirementsBasic C# programming experience needed(optional). You will learn MVC Core need to knowNo software is required in advance of the course (all software used in the course is free)No pre-knowledge is required on MVC - you will learn from basic Audience Beginner Asp .Net MVC Core C# coding, Microsoft SQL and CSS developers curious about web development Anyone who wants to generate new income streams Anyone who wants to build dynamic web applications Anyone who wants to become financially independent Anyone who wants to start their own business or become freelance Anyone who wants to become a Full stack web developer Anyone who wants to build fully functional asp .net core mvc database applications Audience Beginner Asp .Net MVC Core C# coding, Microsoft SQL and CSS developers curious about web development Anyone who wants to generate new income streams Anyone who wants to build dynamic web applications Anyone who wants to become financially independent Anyone who wants to start their own business or become freelance Anyone who wants to become a Full stack web developer Anyone who wants to build fully functional asp .net core mvc database applications

Complete ASP.NET Core MVC 6: A Project guide
Delivered Online On Demand6 hours 30 minutes
£9.99

Advanced C++

By Xpert Learning

About Course Advanced C++: Master the Language of Champions Learn the advanced C++ concepts and techniques you need to build high-performance software applications. In this comprehensive course, you will learn: Generic programming with templates Metaprogramming with constexpr and reflection Advanced object-oriented programming techniques Concurrency and parallelism Performance optimization This course is designed for experienced C++ programmers who want to take their skills to the next level. You will learn from an experienced C++ developer who will teach you the concepts and skills you need to succeed. By the end of this course, you will be able to: Write high-performance, efficient, and maintainable C++ code. Use advanced C++ features to solve complex problems. Design and implement complex software applications. Build a portfolio of real-world C++ applications Throughout the course, you will work on a variety of hands-on projects to build your skills and create a portfolio of real-world C++ applications. Enroll today and start your journey to becoming a C++ expert! Bonus: Get access to the instructor's personal collection of C++ resources. Why learn advanced C++? C++ is a powerful and versatile language that can be used to build a wide variety of software applications. It is also one of the most in-demand languages in the software industry. Learning advanced C++ will give you a significant advantage in the job market and allow you to build more complex and sophisticated software applications. Here are some of the benefits of learning advanced C++: C++ is a high-performance language that can be used to build fast and efficient software applications. C++ is a versatile language that can be used to build a wide variety of software applications, including operating systems, embedded systems, games, and more. C++ is an in-demand language in the software industry, and there are many job opportunities for C++ programmers. Learning advanced C++ will give you a significant advantage in the job market and allow you to build more complex and sophisticated software applications. So what are you waiting for? Enroll in this course today and start your journey to becoming a C++ expert! What Will You Learn? Learn to program with one of the most powerful programming languages that exists today, C++ Master on every advanced C++ programming topics Learn to code C++ from scratch for application development Coding advanced problem statements using the C++ concepts Setting up a local C++ coding environment to create your own coding practices Develop skills on real-world class, object and methods programming techniques Learn how to implement C++ templates, template functions, and classes How to handle error, exception handling and catch real time app errors Apply overloading methods and deep inheritance to how code reusing for your development Polymorphism and abstract classes to implemeting secure code in multiple methods Learn to Apply overloading techniques in C++, Dynamic operators and conversions Course Content Getting Started with C++ Introduction Course Curriculum Getting Started on Windows, Mac or Linux How to Ask Great Questions FAQ's Get and Installing Visual Studio Creating Project C++ Hello World Program Compile and Run a CPP program C++ Object Oriented Programming (theory) Introduction What Are oops Data Structures What Are Access Modifiers C++ Classes Introduction Creating a Class Creating an Objects Class Methods Adding Parameters Constructors Constructor with Parameters The Destructor Get and Set Methods Access Modifiers Static Members C++ Objects and Methods Introduction Constant Objects and Functions Pointers to Class and Object Array of Objects C++ Operator Overloading Introduction Overloading the Equality Operator Overloading the Stream Insertion Operator Overloading the Stream Extraction Operator Overloading the Binary Arithmetic Operators Overloading the Assignment Operators Overloading the Unary Operators Overloading the Subscript Operator Inline Functions C++ Inheritance and Polymorphism Introduction Inheritance Protected Members Constructors and Inheritance Destructors and Inheritance Overriding Methods Polymorphism Abstract Classes Final Classes and Methods Deep Inheritance and Methods Multiple Inheritance C++ Error Handling and Exceptions Introduction What Are Exceptions Throwing an Exception Catching an Exception Catching Multiple Exceptions Create Custom Exceptions C++ Templates Introduction Creating a Function Template Function Template Arguments Overloading a Function Template Creating a Class Template Templates with Multiple Parameters A course by Sekhar Metla IT Industry Expert Xpert Learning RequirementsGood to have C++ basic, intermediate to start hereNo software is required in advance of the course (all software used in the course is free) Audience C++ Advanced level developers curious about programming Anyone interested in learning the Advanced concepts of C++ Anyone who wants to grasp the concept with real-world examples of coding Anyone who wants to become a proficient software developer Anyone who wants to become an independent programmer Audience C++ Advanced level developers curious about programming Anyone interested in learning the Advanced concepts of C++ Anyone who wants to grasp the concept with real-world examples of coding Anyone who wants to become a proficient software developer Anyone who wants to become an independent programmer

Advanced C++
Delivered Online On Demand5 hours
£9.99

Big Data Analytics with PySpark Power BI and MongoDB

By SkillWise

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents, and interests with our special Big Data Analytics with PySpark Power BI and MongoDB Course. You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides the professional training that employers are looking for in today's workplaces. The Big Data Analytics with PySpark Power BI and MongoDB Course is one of the most prestigious training offered at Skillwise and is highly valued by employers for good reason. This Big Data Analytics with PySpark Power BI and MongoDB Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Big Data Analytics with PySpark Power BI and MongoDB Course, like every one of Skillwise's courses, is meticulously developed and well-researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At Skillwise, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from Skillwise, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Big Data Analytics with PySpark Power BI and MongoDB? Unlimited access to the course forever Digital Certificate, Transcript, and student ID are all included in the price Absolutely no hidden fees Directly receive CPD Quality Standard-accredited qualifications after course completion Receive one-to-one assistance every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Big Data Analytics with PySpark Power BI and MongoDB there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for free. Original Hard Copy certificates need to be ordered at an additional cost of £8. Who is this course for? This Big Data Analytics with PySpark Power BI and MongoDB course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skills. Prerequisites This Big Data Analytics with PySpark Power BI and MongoDB does not require you to have any prior qualifications or experience. You can just enroll and start learning. This Big Data Analytics with PySpark Power BI and MongoDB was made by professionals and it is compatible with all PCs, Macs, 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. Career path As this course comes with multiple courses included as a bonus, you will be able to pursue multiple occupations. This Big Data Analytics with PySpark Power BI and MongoDB is a great way for you to gain multiple skills from the comfort of your home.   Section 01: Introduction Introduction 00:10:00 Section 02: Setup and Installations Python Installation 00:03:00 Installing Apache Spark 00:12:00 Installing Java (Optional) 00:05:00 Testing Apache Spark Installation 00:06:00 Installing MongoDB 00:04:00 Installing NoSQL Booster for MongoDB 00:07:00 Section 03: Data Processing with PySpark and MongoDB Integrating PySpark with Jupyter Notebook 00:05:00 Data Extraction 00:19:00 Data Transformation 00:15:00 Loading Data into MongoDB 00:13:00 Section 04: Machine Learning with PySpark and MLlib Data Pre-processing 00:19:00 Building the Predictive Model 00:12:00 Creating the Prediction Dataset 00:08:00 Section 05: Creating the Data Pipeline Scripts Installing Visual Studio Code 00:03:00 Creating the PySpark ETL Script 00:22:00 Creating the Machine Learning Script 00:24:00 Section 06: Tableau Data Visualization Installing Tableau 00:03:00 Installing MongoDB ODBC Drivers 00:03:00 Creating a System DSN for MongoDB 00:04:00 Loading the Data Sources 00:04:00 Creating a Geo Map 00:11:00 Creating a Bar Chart 00:03:00 Creating a Magnitude Chart 00:07:00 Creating a Table Plot 00:06:00 Creating a Dashboard 00:07:00 Source Code Source Code and Notebook

Big Data Analytics with PySpark Power BI and MongoDB
Delivered Online On Demand
£29

JavaScript Functions

4.5(3)

By Studyhub UK

Welcome to the realm of JavaScript, where functions are the virtuosos orchestrating the code symphony. In our course, 'JavaScript Functions,' we transcend the basics and delve into the intricacies of this programming language's powerhouse. Imagine your code as a musical composition, and functions as the notes that shape it. From the fundamentals explored in the introduction to the intricacies of asynchronous functions, this course is a journey into the artistry of JavaScript. Prepare to redefine your understanding of functions as we navigate through defining, invoking, and understanding their scope. Composing functions is not just about syntax; it's about creating harmonious code that resonates with efficiency. This isn't your ordinary coding class; this is an odyssey into the heart of JavaScript functions, where each unit is a movement in the symphony of programming. Learning Outcomes Master the fundamentals of JavaScript Functions. Skillfully define and invoke functions. Understand the intricacies of function scope. Compose functions to create efficient and elegant code. Dive into the world of asynchronous functions. Why choose this JavaScript functions 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 JavaScript functions course for? Aspiring developers eager to elevate their JavaScript skills. Students pursuing computer science or programming degrees. Professionals looking to enhance their coding expertise. Entrepreneurs wanting to understand the backbone of web development. Anyone with a passion for learning the language that powers the web. Career path Frontend Developer: £25,000 - £45,000 JavaScript Developer: £30,000 - £55,000 Full Stack Developer: £35,000 - £65,000 Software Engineer: £40,000 - £70,000 Web Development Manager: £45,000 - £80,000 Technical Architect: £50,000 - £90,000 Prerequisites This JavaScript Functions does not require you to have any prior qualifications or experience. You can just enrol and start learning.This JavaScript Functions 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 Unit 01: Introduction Introduction 00:02:00 Why use JavaScript functions? 00:06:00 Unit 02: Defining and Invoking Functions Defining and Invoking Functions 00:04:00 Demo: Invoking and Defining JavaScript functions 00:07:00 Alternate ways to define functions 00:01:00 Demo: Alternate ways to define functions 00:04:00 Unit 03: Function Scope What is function scope? 00:03:00 Demo: Exploring Function Scope 00:04:00 Child Function Scope 00:02:00 Demo: Child Function Scope 00:06:00 Unit 04: Composing Functions What is function composition? 00:02:00 Demo: Currying Functions 00:05:00 Factory Functions3 00:01:00 Demo: Factory Functions 00:04:00 Unit 05: Asynchronous Functions What are callback functions?3 00:01:00 Demo: Callback Functions3 00:04:00 Promises, Async and Generators3 00:06:00 The 'this' keyword & demo3 00:04:00 Self-Invoking Functions & demo3 00:03:00 Error Catching & demo3 00:04:00 Object Creators & demo3 00:03:00 Course Summary3 00:02:00 Assignment Assignment - JavaScript Functions 00:00:00

JavaScript Functions
Delivered Online On Demand1 hour 18 minutes
£10.99

C Programming Language for Beginners on Linux

4.5(3)

By Studyhub UK

Unleash the power of programming with our course, 'C Programming Language for Beginners on Linux.' Imagine a journey where you seamlessly transition from a novice to a proficient coder, all within the Linux environment. In Lesson 01, delve into the fundamentals, laying a robust foundation for your coding expedition. As you progress through each lesson, unravel the intricacies of loops, variables, and control flow, gaining mastery over the essential building blocks of C programming. Picture yourself navigating the world of pointers, dynamic memory allocation, and file handling, equipping yourself with skills that transcend basic coding. Learning Outcomes Master the fundamentals of C programming, from basic setup to advanced compiler flags. Develop proficiency in working with loops, variables, and control flow for efficient coding. Explore hexadecimal and binary notations, unraveling the mysteries of static variables. Gain hands-on experience with pointers, dynamic memory allocation, and file handling. Extend your coding capabilities by understanding structures, type definitions, and command line arguments. Why choose this C Programming Language for Beginners on Linux 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 C Programming Language for Beginners on Linux course for? Aspiring programmers eager to delve into the world of C coding. Students and beginners seeking a comprehensive guide to C programming on Linux. Tech enthusiasts keen on mastering the fundamentals of coding in a Linux environment. Those looking to enhance their programming skills with a focus on C language. Individuals interested in understanding file handling, pointers, and dynamic memory allocation in C. Career path Junior C Programmer: £25,000 - £30,000 Linux Systems Developer: £30,000 - £40,000 Embedded Software Engineer: £35,000 - £45,000 Systems Analyst: £28,000 - £35,000 C Software Developer: £30,000 - £40,000 Linux Kernel Developer: £40,000 - £50,000 Prerequisites This C Programming Language for Beginners on Linux does not require you to have any prior qualifications or experience. You can just enrol and start learning.This C Programming Language for Beginners on Linux 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 C Programming Language for Beginners on Linux Lesson 01: Explore the Basics and Setup 00:31:00 Lesson 02: Loops, Printing to Screen, Floating Point Variables 00:31:00 Lesson 03: Hexadecimal and Binary Notation, Static Variables 00:31:00 Lesson 04: Methods, Parameters, Strings 00:30:00 Lesson 05: Get Input from User, Compare Strings, Control Flow 00:28:00 Lesson 06: Pointers, Addresses, Printing Patterns to the Screen 00:32:00 Lesson 07: Structures, Dynamic Memory Allocation, Type Definition 00:31:00 Lesson 08: Read and Write Files, Command Line Arguments, Compiler Flags 00:28:00

C Programming Language for Beginners on Linux
Delivered Online On Demand4 hours 2 minutes
£10.99

Microsoft Office 2013 PowerPoint Advanced - Complete Video Course

4.3(43)

By John Academy

Description: This Microsoft Office 2013 PowerPoint Advanced - Complete Video Course covers more advanced features of PowerPoint 2013. In this series, you will learn how to modify the PowerPoint environment, using methods like customizing design templates, working with media and animations, and adding SmartArt to a presentation, customizing a slide show and securing and distributing a presentation, use tables and spreadsheets to display data in a presentation, learn how to add, format and edit charts with the chart tools and quick clicks, design slide masters and apply slide transitions, apply animations to images in a slide show and edit the timing, add videos to a PowerPoint presentation and trim the media, practice delivering presentations with the presenter's tools, use the review tools to proof and protect presentations, and more. If, you have the basic skills with Microsoft Office 2013 PowerPoint and want to learn advanced-level skills then this course will be perfect for you. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. 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? Microsoft Office 2013 PowerPoint Advanced - Complete Video Course 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 Microsoft Office 2013 PowerPoint Advanced - Complete Video Course 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. Modifying the PowerPoint Environment Customize the User Interface FREE 00:12:00 Set PowerPoint 2013 Options 00:04:00 Customizing Design Templates Modify Slide Masters and Slide Layouts 00:12:00 Add Headers and Footers 00:06:00 Modify the Notes Master and the Handout Master 00:04:00 Adding SmartArt to a Presentation Create SmartArt 00:06:00 Modify SmartArt 00:07:00 Working with Media and Animations Add Audio to a Presentation 00:13:00 Add Video to a Presentation 00:12:00 Customize Animations and Transitions 00:14:00 Collaborating on a Presentation Review a Presentation 00:18:00 Store and Share Presentations on the Web 00:11:00 Customizing a Slide Show Annotate a Presentation 00:04:00 Set Up a Slide Show 00:04:00 Create a Custom Slide Show 00:04:00 Add Hyperlinks and Action Buttons 00:10:00 Record a Presentation 00:07:00 Securing and Distributing a Presentation Secure a Presentation 00:09:00 Broadcast a Slide Show 00:08:00 Create a Video or a CD 00:09:00 Mock Exam Mock Exam- Microsoft Office 2013 PowerPoint Advanced - Complete Video Course 00:20:00 Final Exam Final Exam- Microsoft Office 2013 PowerPoint Advanced - Complete Video Course 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Office 2013 PowerPoint Advanced - Complete Video Course
Delivered Online On Demand3 hours 34 minutes
£21

Microsoft Publisher for Beginners

4.3(43)

By John Academy

Description:  Microsoft Publisher is an entry-level desktop publishing application from Microsoft. It is different from Microsoft Word since it is more effective to use on page layout and design rather than text composition and proofing. In this course, you will learn the necessary skills, knowledge, and information about Publisher and learn how to enhance the look of your publication by formatting fonts, paragraphs, and objects. Find out how to maximise the features of this flexible and powerful authoring publishing tool software. Who is the course for? Professionals who want to learn about the Microsoft Publisher. People who have an interest in the basics and features of the Publisher. 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 hardcopy 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 Publisher for Beginners course is a useful qualification to possess and would be beneficial for professions like the following positions: Administrative Assistant PA Secretary Administrator Office Manager. Microsoft Publisher for Beginners Module One - Getting Started 00:30:00 Module Two - Opening Publisher 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Publication 01:00:00 Module Five - Working with Pictures 01:00:00 Module Six - Basic Editing Tasks 01:00:00 Module Seven - Formatting Fonts 01:00:00 Module Eight - Formatting Paragraphs 01:00:00 Module Nine - Working with Objects 01:00:00 Module Ten - Working with Pages 01:00:00 Module Eleven - Publishing Your Work 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities Activities - Microsoft Publisher for Beginners 00:00:00 Mock Exam Mock Exam- Microsoft Publisher for Beginners 00:20:00 Final Exam Final Exam- Microsoft Publisher for Beginners 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Publisher for Beginners
Delivered Online On Demand11 hours 40 minutes
£21

Microsoft Excel For Beginners

5.0(1)

By Course Gate

In the Microsoft Excel for Beginners course, learners will be given a full introduction to the features and functions of Excel, taking their proficiency from beginner to advanced level in no time. We offer step-by-step guidance for managing everyday tasks, such as modifying a worksheet, managing workbooks, performing calculations and entering financial data. The principles and practices of SEN teaching and supporting children with learning difficulties is also covered in this comprehensive course. Learning Objectives: Master day-to-day office tasks and manage important work data with Microsoft Excel Learn how to modify and format worksheets in Excel Get step-by-step guidance on how to print and manage workbooks Be able to perform basic calculations and data-inputting tasks Who is this Course for? Microsoft Excel For Beginners is perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Microsoft Excel For Beginners 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. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Microsoft Excel Getting Started with Microsoft Office Excel 2016 Navigate the Excel User Interface 00:28:00 Use Excel Commands 00:10:00 Create and Save a Basic Workbook 00:19:00 Enter Cell Data 00:12:00 Use Excel Help 00:05:00 Performing Calculations Create Worksheet Formulas 00:15:00 Insert Functions 00:17:00 Reuse Formulas and Functions 00:17:00 Modifying a Worksheet Insert, Delete, and Adjust Cells, Columns, and Rows 00:10:00 Search for and Replace Data 00:09:00 Use Proofing and Research Tools 00:07:00 Formatting a Worksheet Apply Text Formats 00:17:00 Apply Number Format 00:08:00 Align Cell Contents 00:09:00 Apply Styles and Themes 00:12:00 Apply Basic Conditional Formatting 00:11:00 Create and Use Templates 00:07:00 Printing Workbooks Preview and Print a Workbook 00:10:00 Set Up the Page Layout 00:08:00 Configure Headers and Footers 00:07:00 Managing Workbooks Manage Worksheets 00:05:00 Manage Workbook and Worksheet Views 00:07:00 Manage Workbook Properties 00:05:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Microsoft Excel For Beginners
Delivered Online On Demand4 hours 15 minutes
£11.99

Microsoft Outlook 2007 Advanced Level

4.3(43)

By John Academy

Description: Learning more about advanced Microsoft Outlook features will help you become more productive. In the long run, knowing how to utilise this essential tool will help you in your career advancement. In this course, you will be learning about the advanced functions and features of Microsoft Outlook 2007. You will learn how customising Outlook will help you in using it efficiently. Know how adding word element emails to an email can be helpful and how to customise your profile. Understand how advanced E-mail tasks and advanced calendar tasks can function as you will learn how to manage your Outlook files and data well. Who is the course for? Professionals who want to learn about Microsoft functions and features, People who have an interest in knowing advanced Microsoft Outlook features. 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 hardcopy at the cost of £39 or in PDF format at the 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 Outlook 2007 Advanced Workshop Manual is a useful qualification to possess and will be very beneficial and helpful, especially to the following professionals: Business IT Admin Secretary Project Management Microsoft Outlook 2007 Advanced Level Module One - Getting Started 00:30:00 Module Two - Customizing Outlook 01:00:00 Module Three - Adding Word Elements to an E-mail 01:00:00 Module Four - Customizing Your Profile 01:00:00 Module Five - Advanced E-Mail Tasks 01:00:00 Module Six - Advanced Calendar Tasks 01:00:00 Module Seven - Doing More with Tasks 01:00:00 Module Eight - Using Notes 01:00:00 Module Nine - Viewing RSS Feeds 01:00:00 Module Ten - Managing Outlook Data, Part One 01:00:00 Module Eleven - Managing Outlook Data, Part Two 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities Activities-Microsoft Outlook 2007 Advanced Level 00:00:00 Mock Exam Mock Exam- Microsoft Outlook 2007 Advanced Level 00:20:00 Final Exam Final Exam- Microsoft Outlook 2007 Advanced Level 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Outlook 2007 Advanced Level
Delivered Online On Demand11 hours 40 minutes
£19

Advanced Call Centre Skills Training

4.3(43)

By John Academy

Description: Call center agent is a person that represents the company through handling incoming and outgoing calls. Depending on the business they are in, it is possible for them to handle account inquiries, customer complaints or support issues. As call center agents are considered as representatives of a company, they must be trained to make sure they are representing the company well. Learn the necessary skills through this advanced call center course we are providing and become a professional call center agent. Who is the course for? Call center agents or customer service representatives who need to acquire skills for their profession. People who are interested in call center customer service training. 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 the cost of £39 or in PDF format at the 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 recognized 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 Advanced Call Center Training course is a useful qualification to possess, and would be beneficial for the following careers: Administration Assistant Call Center Agents Customer Service Representative Online Assistant Telephone Assistant. Call Centre and Customer Service Basics Module One - Getting Started 00:15:00 Module Two - The Basics (I) 00:30:00 Module Three - The Basics (II) 00:30:00 Module Four - Phone Etiquette 01:00:00 Module Five - Tools 01:00:00 Module Six - Speaking Like a Star 00:30:00 Module Seven - Types of Questions 01:00:00 Module Eight - Bench marking 00:30:00 Module Nine - Goal Setting 00:30:00 Module Ten - Key Steps 01:00:00 Module Eleven - Closing 01:00:00 Module Twelve - Wrapping Up 00:30:00 Call Centre & Customer Service Training Course- Activities 00:00:00 Telephone Etiquette Module One - Getting Started 00:30:00 Module Two - Aspects of Phone Etiquette 01:00:00 Module Three - Using Proper Phone Language 01:00:00 Module Four - Eliminate Phone Distractions 01:00:00 Module Five - Inbound Calls 01:00:00 Module Six - Outbound Calls 01:00:00 Module Seven - Handling Rude or Angry Callers 01:00:00 Module Eight - Handling Interoffice Calls 01:00:00 Module Nine - Handling Voicemail Messages 01:00:00 Module Ten - Methods of Training Employees 01:00:00 Module Eleven - Correcting Poor Telephone Etiquette 01:00:00 Module Twelve - Wrapping Up 00:30:00 Mock Exam Mock Exam- Advanced Call Centre Skills Training 00:30:00 Final Exam Final Exam- Advanced Call Centre Skills Training 00:30:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Advanced Call Centre Skills Training
Delivered Online On Demand20 hours 15 minutes
£19