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

3542 Windows courses in Cardiff delivered Online

Introduction Perl Programming Essentials (TT4925)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is appropriate for anyone who wants to create applications or modules to automate and simplify common tasks with Perl. Overview Working within in an engaging, hands-on learning environment, guided by our expert web development, PHP practitioner, students will learn to: Create a working script that gets input from the command line, the keyboard, or a file Use arrays to store and process data from files Create formatted reports Use regular expressions Use the appropriate types of variables and data structures Refactor duplicate code into subroutines and modules What is available in the standard library Use shortcuts and defaults, and what they replace Introduction to Perl Programming Essentials is an Introductory-level practical, hands-on Perl scripting training course that guides the students from the basics of writing and running Perl scripts to using more advanced features such as file operations, report writing, the use of regular expressions, working with binary data files, and using the extensive functionality of the standard Perl library. Students will immediately be able to use Perl to complete tasks in the real world. Session: An Overview of Perl What is Perl? Perl is compiled and interpreted Perl Advantages and Disadvantages Downloading and Installing Perl Which version of Perl Getting Help Session: Creating and running Perl Programs Structure of a Perl program Running a Perl script Checking syntax and warnings Execution of scripts under Unix and Windows Session: Basic Data and I/O Numeric and Text literals Math operators and expressions Scalar variables Default values Writing to standard output Command line arguments Reading from the standard input Session: Logic and Loops About flow control The if statement and Boolean values Using unless and elsif Statement modifiers warn() and die() The conditional construct Using while loop and its variants Using the for loop Exiting from loops Session: Lists and Arrays The list data type Accessing array elements Creating arrays List interpolation Arrays and memory Counting elements Iterating through an array List evaluation Slices and ranges Session: Reading and writing text files File I/O Overview Opening a file Reading text files Writing to a text file Arrays and file I/O Using the <> operator Session: List functions Growing and shrinking arrays The split() function Splitting on whitespace Assigning to literal lists The join() function The sort() function Alternate sort keys Reversing an array Session: Formatting output Using sprintf() and printf() Report formatting overview Defining report formats The write() function Advanced filehandle magic Session: Hashes Hash overview Creating hashes Hash attributes Traversing a hash Testing for existence of elements Deleting hash elements Session: References What is a reference? The two ways to create references References to existing data References to anonymous data Dereferencing scalar, array, and ash references Dereferencing elements of arrays and hashes Multidimensional arrays and other data structures Session: Text and Regular Expressions String length The substr() function The index() and rindex() functions String replication Pattern matching and substitution Regular expressions Session: Raw file and data access Opening and closing raw (binary) files Reading raw data Using seek() and tell() Writing raw data Raw data manipulation with pack() and unpack() Session: Subroutines and variable scope Understanding packages Package and Lexical variables Localizing builtin variables Declaring and calling subroutines Calling subroutines Passing parameters and returning values Session: Working with the operating system Determining current OS Environment variables Running external programs User identification Trapping signals File test operators Working with files Time of day Session: Shortcuts and defaults Understanding $_ shift() with no array specified Text file processing Using grep() and Using map() Command-line options for file processing Session: Data wrangling Quoting in Perl Evaluating arrays Understanding qw( ) Getting more out of the <> operator Read ranges of lines Using m//g in scalar context The /o modifier Working with embedded newlines Making REs more readable Perl data conversion Session: Using the Perl Library The Perl library Old-style library files Perl modules Modules bundled with Perl A selection of modules Getting modules from ActiveState Getting modules from CPAN Using Getopt::Long Session: Some Useful Tools Sending and receiving files with Net::FTP Using File::Find to search for files and directories Grabbing a Web page Some good places to find scripts Perl man pages for more information Zipping and unzipping files

Introduction Perl Programming Essentials (TT4925)
Delivered OnlineFlexible Dates
Price on Enquiry

Python Basic Programming for Absolute Beginners

4.5(3)

By Studyhub UK

Dive into the captivating world of programming with our course titled 'Python Basic Programming for Absolute Beginners'. Whether you're a novice looking to embark on a new journey or someone eager to grasp the foundational elements of Python, this course is tailored for you. From setting up Python to crafting your first game and understanding the intricacies of control flow statements, our comprehensive curriculum ensures you grasp every fundamental aspect, setting a robust foundation for your future coding endeavours. Learning Outcomes Understand the core concepts and foundational elements of Python programming. Develop proficiency in working with Python strings, operators, and sequences. Master the art of creating control flow statements and basic Python games. Gain insights into file structures and the application of regular expressions in Python. Successfully complete a Python project, showcasing your newfound knowledge. Why buy this Python Basic Programming for Absolute Beginners? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on 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 Python Basic Programming for Absolute Beginners 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 £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Python Basic Programming for Absolute Beginners for? Beginners with no prior knowledge of programming seeking a structured introduction. Individuals with a curiosity to explore coding as a new skill or hobby. Students desiring to enhance their academic learning with foundational programming knowledge. Professionals from diverse fields looking to broaden their skill set. Educators wishing to acquire beginner-level knowledge for instructional purposes. Prerequisites This Python Basic Programming for Absolute Beginners does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Python Basic Programming for Absolute Beginners 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. Career path Python Developer: Average salary range £45,000 - £70,000. Data Analyst: Average salary range £30,000 - £55,000. Web Developer: Average salary range £25,000 - £50,000. Software Engineer: Average salary range £35,000 - £75,000. Automation Tester: Average salary range £40,000 - £65,000. Game Developer: Average salary range £30,000 - £60,000 Course Curriculum Section 01: Introduction Course Introduction 00:02:00 Course Curriculum 00:04:00 How to get Pre-requisites 00:02:00 Getting Started on Windows, Linux or Mac 00:01:00 Section 02: Introduction To Python And Setting Up Introduction to Python 00:02:00 Python vs Other Languages 00:04:00 Why It's Popular 00:04:00 Command Line Basics 00:07:00 Python Installation (Step By Step) 00:06:00 PyCharm IDE Installation 00:08:00 Getting Start PyCharm IDE 00:05:00 First Python Hello World Program 00:07:00 Assessment Test1 00:01:00 Solution for Assessment Test1 00:01:00 Summary 00:02:00 Section 03: PythonBasic Introduction 00:02:00 Variables 00:16:00 Data Types 00:13:00 Type Casting 00:07:00 User Inputs 00:08:00 Comments 00:04:00 Assessment Test2 00:01:00 Solution for Assessment Test2 00:02:00 Summary 00:02:00 Section 04: Python Strings Introduction 00:02:00 Strings 00:05:00 String Indexing 00:05:00 String Slicing 00:04:00 String Built-in Functions 00:09:00 Formatting String (Dynamic Data) 00:05:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 Summary 00:01:00 Section 05: Python Operators Introduction 00:03:00 Arithmetic Operators 00:08:00 Assignment Operators 00:05:00 Comparison Operators 00:05:00 Logical Operators 00:02:00 AND Operator 00:04:00 OR Operator 00:02:00 NOT Operator 00:03:00 Booleans 00:02:00 Assessment Test4 00:02:00 Solution for Assessment Test4 00:01:00 Summary 00:01:00 Section 06: Python Sequences Introduction 00:02:00 Arrays in Earlier 00:02:00 Lists 00:06:00 Add List Items 00:03:00 Remove List Items 00:01:00 Sort Lists 00:03:00 Join Lists 00:08:00 Tuples 00:08:00 Update tuples 00:07:00 Join tuples 00:02:00 Dictionaries 00:06:00 Add Dictionary Items 00:04:00 Remove Dictionary Items 00:03:00 Nested Dictionaries 00:04:00 Sets 00:04:00 Add Set Items 00:03:00 Remove Set Items 00:01:00 Join Set Items 00:04:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 Summary 00:01:00 Section 07: Python Statements Introduction 00:03:00 If Statement 00:03:00 If-else Statement 00:04:00 If-elif-else Statement 00:04:00 If Statement Coding Exercise 00:05:00 Assessment Test 00:02:00 Solution for Assessment Test 00:02:00 Summary 00:02:00 Section 08: Python Control Flow Statements Introduction 00:04:00 Flow Charts 00:04:00 While Loops Statement 00:10:00 For Loops Statement 00:06:00 Loop through a String 00:03:00 The Break Statement 00:03:00 The Continue Statement 00:02:00 The range() Function 00:04:00 Nested Loops 00:04:00 2D List using Nested Loop 00:04:00 Assessment Test 00:01:00 Solution for Assessment Test 00:03:00 Summary 00:01:00 Section 09: Python Games For Beginners Introduction 00:01:00 Guessing Game 00:07:00 Car Game 00:10:00 Summary 00:01:00 Section 10: Python Functions Introduction 00:02:00 Creating a Function 00:03:00 Calling a Function 00:06:00 Function with Arguments 00:05:00 args, Arbitrary Arguments 00:04:00 kwargs, Arbitrary Keyword Arguments 00:06:00 Summary 00:01:00 Section 11: Working With File Structure Introduction 00:03:00 Reading Files 00:10:00 Creating / Writing Files 00:06:00 Delete Files 00:03:00 Summary 00:01:00 Section 12: Regular Expressions Introduction 00:02:00 RegEx Module 00:07:00 RegEx Functions 00:08:00 Summary 00:02:00 Section 13: PythonProject Introduction 00:02:00 Project Overview 00:03:00 ATM RealTime Project 00:13:00 Summary 00:01:00

Python Basic Programming for Absolute Beginners
Delivered Online On Demand7 hours 18 minutes
£10.99

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash

By Packt

Unlock the power of modular kitbashing and bring your medieval fantasy world to life with UE5. Learn unique techniques for stylized structures, functional water systems, open-world landscapes, custom prop collections, large-scale structures, and more. Build a stunning environment that blurs the line between reality and imagination using 250 modular assets.

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash
Delivered Online On Demand21 hours 59 minutes
£82.99

Start Your Career as Web Developer - Complete Training

4.7(160)

By Janets

A Computer Maintenance Specialist keeps computers in a good state of repair. They may run diagnostic programs to determine the causes of and help to resolve problems. The Start Your Career as Web Developer - Complete Training course is designed for the people who want to pursue the lucrative career of computer maintenance specialists. Topics included in the course are the types of computer, computer basics, the anatomy of a PC, how a PC works, input and output devices, and more. In short, the course covers almost everything that you need to know about becoming a computer specialist. Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Course Content Introduction Introduction 00:03:00 How to Get Course requirements 00:02:00 Getting Started on Windows, Linux or Mac 00:02:00 How to ask a Great Questions 00:01:00 FAQ's 00:01:00 HTML Introduction HTML 00:05:00 Choosing Code Editor 00:06:00 Installing Code Editor (Sublime Text) 00:04:00 Overview of a Webpage 00:05:00 Structure of a Full HTML Webpage 00:07:00 First Hello World! Webpage 00:09:00 HTML Basic Heading tags 00:09:00 Paragraph 00:08:00 Formatting Text 00:12:00 List Items Unordered 00:05:00 Classes 00:09:00 IDs 00:06:00 Comments 00:04:00 HTML Intermediate Images 00:12:00 Forms 00:05:00 Marquee 00:06:00 Text area 00:06:00 Tables 00:06:00 Links 00:07:00 Navbar - Menu 00:04:00 HTML Entities 00:05:00 Div tag 00:06:00 Google Maps 00:07:00 HTML Advanced HTML Audio 00:07:00 HTML Video 00:05:00 Canvas 00:06:00 Iframes 00:05:00 Input Types 00:04:00 Input Attributes 00:06:00 Registration Form 00:04:00 Contact Us Form 00:10:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 JavaScript Introduction What is JavaScript 00:09:00 Hello World Program 00:06:00 Getting Output 00:11:00 Internal JavaScript 00:13:00 External JavaScript 00:09:00 Inline JavaScript 00:04:00 Async and defer 00:06:00 JavaScript Basics Variables 00:16:00 Data Types 00:11:00 Numbers 00:06:00 Strings 00:04:00 String Formatting 00:05:00 JavaScript Operators Arithmetic operators 00:03:00 Assignment operators 00:02:00 Comparison operators 00:05:00 Logical operators 00:06:00 JavaScript Conditional Statements If-else statement 00:05:00 If-else-if statement 00:04:00 JavaScript Control Flow Statements While loop 00:09:00 Do-while loop 00:04:00 For loop 00:15:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 JavaScript Functions Creating a Function 00:08:00 Function Call() 00:07:00 Function with parameters 00:05:00 JavaScript Error Handling Try-catch 00:05:00 Try-catch-finally 00:17:00 JavaScript Client-Side Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 PHP Introduction What is PHP 00:08:00 Installing XAMPP for PHP, MySQL and Apache 00:12:00 Installing Code Editor(Visual Studio Code) 00:07:00 Creating PHP Project on XAMPP 00:03:00 Hello World Program 00:06:00 PHP Basic Variables 00:16:00 Echo and Print 00:08:00 Data Types 00:11:00 Numbers 00:06:00 Boolean 00:04:00 Arrays 00:06:00 Multi-Dimensional Array 00:07:00 Sorting Arrays 00:04:00 Constants 00:05:00 PHP Strings Strings 00:04:00 String Formatting 00:05:00 String Methods 00:08:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 PHP Operators Arithmetic operators 00:03:00 Assignment operators 00:02:00 Comparison operators 00:05:00 Increment - decrement operators 00:03:00 Logical operators 00:06:00 Ternary operator 00:03:00 PHP Decision-Making System If statement 00:05:00 If-else statement 00:02:00 If-else-if-else statement 00:03:00 Switch-case statement 00:05:00 PHP Control Flow Statements Flow Chart 00:06:00 While loop 00:09:00 Do-while loop 00:03:00 For loop 00:15:00 Foreach loop 00:04:00 Coding Exercise 00:01:00 Solution for Coding Exercise 00:01:00 PHP Functions Creating a Function 00:08:00 Function with Arguments 00:08:00 Default Argument 00:03:00 Function return values 00:06:00 Call-by-value 00:02:00 Call-By-Reference 00:02:00 PHP Super Globals $_POST Method 00:06:00 $_GET Method 00:02:00 PHP Advanced Form Handling 00:08:00 Date and Time 00:08:00 Include 00:06:00 Require 00:02:00 Sessions 00:08:00 File Reading 00:02:00 File Upload 00:06:00 PHP Object-Oriented Programming[OOPs] What is OOP 00:03:00 Class and Objects 00:11:00 Constructor 00:04:00 Destructor 00:03:00 Access Modifiers 00:10:00 Inheritance 00:12:00 Method overriding 00:06:00 Abstract Class 00:03:00 Interface 00:08:00 PHP - MySQL Application [CRUD] MySQL Basic PhpMyAdmin 00:04:00 Creating Database and Table 00:07:00 Database Connection 00:05:00 PHP Form Create records 00:16:00 PHP Form Reading records 00:11:00 PHP Form Update Data 00:15:00 PHP Form Delete records 00:04:00 PHP Real-World Code Forms Registration Form 00:04:00 MD5 Algorithm for Encrypting 00:03:00 Sha Algorithm 00:02:00 Login Form 00:12:00 PHP Validations On Submit Validation 00:09:00 Input Numeric Validation 00:12:00 Login Form Validation 00:05:00 Form Server-side all Data Validation 00:06:00 Form Server-side Validation 00:06:00 PHP Error Handling Try-throw-catch 00:06:00 Try-throw-catch-finally 00:02:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Start Your Career as Web Developer - Complete Training
Delivered Online On Demand14 hours 53 minutes
£25

Cisco CCNP Implementing Cisco IP Routing (Route) v2.0 Training

4.3(43)

By John Academy

Description The Implementing Cisco IP Routing is a qualifying exam for the Cisco Certified Network Professional CCNP, Cisco Certified Internetwork Professional CCIP, and Cisco Certified Design Professional CCDP certifications. This Cisco CCNP Implementing Cisco IP Routing (Route) v2.0 Training will help you to be certified Successfully with all the important knowledge and skills necessary to use advanced IP addressing and routing in implementing scalable and secure Cisco ISR routers connected to LANs and WANs. The exam also covers configuration of secure routing solutions to support branch offices and mobile workers. This is an advanced course on Cisco routing configuration for both IPv4 and IPv6. In this course, you will gain the knowledge to configure and optimize a routing domain using OSPF, EIGRP, BGP, PBR, IP SLA and configure redistribution when needed. It also includes the configuration of highly secure routing solutions to support branch offices and mobile workers. Assessment & Certification To achieve a formal qualification, you are required to book an official exam separately with the relevant awarding bodies. However, you will be able to order a course completion CPD Certificate by paying an additional fee. Hardcopy Certificate by post - £19 Soft copy PDF via email - £10 Requirements Our Cisco CCNP Implementing Cisco IP Routing (Route) v2.0 Training 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. Routing Services Complex Enterprise Network Frameworks, Architectures, and Models FREE 00:15:00 Creating, Documenting, and Executing an Implementation Plan 00:09:00 Overview of IP Routing 00:12:00 RIPNG 00:26:00 Configuring the Enhanced Interior Gateway Routing Protocol Understanding EIGRP Terminology and Operation 00:14:00 Planning EIGRP Routing Implementations 00:03:00 Configuring and Verifying EIGRP 00:03:00 Enable EIGRP Routing 00:01:00 Define EIGRP Networks 00:03:00 Define Bandwidth on Interfaces 00:01:00 Enable and Disable EIGRP Automatic Summarization 00:01:00 Passive Interface 00:02:00 IP Default Network 00:03:00 Configure a Router to Advertise a Default Route as the Gateway 00:02:00 Example of the IP Route Next Hop Command 00:01:00 Example of the IP Route Quad Zero Command 00:01:00 Summarization in Discontiguous Networks 00:01:00 Configuring and Verifying EIGRP in an Enterprise WAN 00:03:00 Disabling Automatic Summarization 00:01:00 Frame Relay Using Dynamic Mapping 00:03:00 EIGRP over Layer 3 MPLS VPNs 00:02:00 EIGRP over Layer 2 MPLS VPNs 00:04:00 Configuring and Verifying EIGRP Authentication 00:04:00 Configure Authentication Mode for EIGRP 00:02:00 Configure the Key Chain 00:01:00 Optimizing EIGRP Implementations 00:05:00 Enable Authentication to use the Key Chain 00:01:00 EIGRP 00:21:00 Configuring the Open Shortest Path First Protocol Understanding OSPF Terminology and Operation 00:20:00 OSPF Packets 00:11:00 Planning OSPF Routing Implementations 00:06:00 Basic OSPF Verification and Configuration 00:09:00 Configuring Single Area OSPF 00:02:00 Configuring Multi Area OSPF 00:01:00 EIGRP over Layer 3 MPLS VPNs 00:02:00 OSPF Network Types 00:11:00 Assigning Router Priority 00:02:00 Override the Default Interface Cost 00:01:00 Configure a Key for Simple Authentication 00:01:00 Configure the MD5 Key-ID and Key 00:02:00 Verifying Simple Password Authentication 00:01:00 OSPF 00:19:00 Manipulating Routing Updates Assessing Network Routing Performance Issues 00:05:00 Using Multiple Routing Protocols on a Network 00:09:00 Redistribution Supports All Routing Protocols 00:01:00 Implementing Route Redistribution 00:07:00 Redistribute Routes into RIP 00:03:00 Redistribute Routes into OSPF 00:04:00 Default Metric for Routing Protocols 00:02:00 Redistributing Routes into EIGRP 00:05:00 Applying Metric Values for EIGRP 00:03:00 Modifying the Administrative Distance for all Routing Protocols 00:06:00 Changing OSPF AD 00:15:00 Controlling Routing Update Traffic 00:11:00 Route Map 00:10:00 Using Distribute Lists and Filter Incoming Routing Updates 00:03:00 Defining a Filter for Outgoing Routing Commands 00:02:00 Distribute List In or Out and Examples 00:06:00 Distribute Lists to Avoid Route Feedback 00:05:00 Fallbacks of Distribute Lists 00:01:00 Using Prefix Lists 00:02:00 Implementing Path Control Understanding Path Control 00:05:00 Similarities of ACLs and Prefix Lists 00:01:00 Implementing Path Control using Offset-Lists 00:02:00 Configuring a Prefix List 00:04:00 Implementing Path Control Using Offset-Lists 00:03:00 Verify Offset-Lists 00:01:00 Implementing Path Control using IOS IP SLAs 00:10:00 Cisco IOS IP SLAs 00:01:00 IP SLAs Applications 00:01:00 Operations - Responders and Sources 00:01:00 IP SLAs Operations 00:01:00 Steps to Deploying IP SLAs 00:01:00 IP SLA - ICMP ECHO and ICMP ECHO Sub Commands 00:04:00 IP SLA Schedules 00:05:00 Define Tracking Objects to Track the State of IP SLAs Operations 00:02:00 Configuring Track Delay 00:01:00 Configure a Static Route for IP SLAs Tracking 00:03:00 Verify IP SLAs using Method 1 00:02:00 Verify IP SLAs using Method 2 00:02:00 Implement Path Control using Policy-Based Routing 00:09:00 Implement Path Control using Policy-Based Routing 00:01:00 Configure PBR 00:01:00 Logical PBR Operation 00:01:00 Route-Map Commands for PBR 00:03:00 Match Statements and Conditions 00:03:00 Match Commands Used in PBR 00:01:00 Specify Criteria to be Matched using Prefix Lists of ACLs 00:01:00 Specify Criteria to be Matched by Packet Length 00:01:00 Modify Matching Conditions using Set Statements 00:01:00 Set Conditions 00:03:00 Set Commands used in PBR 00:02:00 Specify the Next Hop IP Address for Matching Packets 00:01:00 Specify Interfaces Through which Packets Can be Routed 00:01:00 Specify a List of Default Next-Hop IP Addresses 00:02:00 Specify a List of Default Interfaces 00:02:00 Mark Packets Using the IP ToS Field 00:02:00 Set the 3 IP Precedence Bits in the IP Packet Header 00:01:00 Set IP Precedence Parameters 00:02:00 Identify a Route Map to Use for Policy Routing on an Interface 00:01:00 Various Methods to Verify PBR 00:02:00 Advanced Path Control Tools 00:02:00 Implementing a Border Gateway Protocol Solution for ISP Connectivity BGP Terminology, Concepts, and Operation 00:20:00 EGP and IGP 00:01:00 AS 00:02:00 IANA 00:01:00 RIRs 00:02:00 AS Numbers 00:03:00 Facts about BGP 00:03:00 BGP Neighbors 00:03:00 BGP Operational Overview 00:02:00 BGP Use between ASs 00:01:00 BGP and IGPs 00:01:00 Connecting Enterprise Networks to Internet Service Providers 00:02:00 Configuring BGP 00:12:00 Questions for Deploying Routing and Connection 00:02:00 Public IP Address Space 00:02:00 Configure Static Routes 00:02:00 Configure the Default Local Preference 00:01:00 Define BGP as the IP Routing Protocol 00:03:00 Router BGP Command Parameters 00:01:00 Identify Peer Router to Establish a BGP Session 00:02:00 Create a Peer Group 00:02:00 Assign Neighbors as Part of the Peer Group 00:02:00 Disable an Existing BGP Neighbor or Peer Group Relationship 00:02:00 Establish the IBGP Session Using a Loopback Interface 00:02:00 IBGP Source IP 00:03:00 Increase the TTL for EBGP Connections 00:03:00 Configure the Router as the Next Hop for a BGP Speaking Peer 00:02:00 Verifying and Troubleshooting BGP 00:01:00 Basic BGP Path Manipulation Using Route Maps 00:05:00 Filtering BGP Routing Updates 00:02:00 Implementing Routing Facilities for Branch Offices and Mobile Workers Planning the Branch Office Implementations 00:15:00 NAT 00:09:00 Planning for Mobile Worker Implementations 00:03:00 Routing Traffic to the Mobile Worker 00:02:00 Implementing IPv6 in the Enterprise Network Introducing IPv6 00:07:00 Configuring and Verifying IPv6 Unicast Addresses 00:06:00 Routing IPv6 Traffic 00:01:00 Configuring Static Routing 00:04:00 Configuring OSPFv3 00:07:00 OSPFv3 00:22:00 Configuring EIGRP for IPv6 00:03:00 EIGRP for IPv6 00:18:00 Multiprotocol BGP (MP-BGP) 00:03:00 Mock Exam Mock Exam- Cisco CCNP Implementing Cisco IP Routing (Route) v2.0 Training 00:20:00 Final Exam Final Exam- Cisco CCNP Implementing Cisco IP Routing (Route) v2.0 Training 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Cisco CCNP Implementing Cisco IP Routing (Route) v2.0 Training
Delivered Online On Demand10 hours 56 minutes
£24

Professional Receptionist Skills Diploma

By iStudy UK

Interact with people to earn good reputation as a Receptionist Do you feel you can have a career as an Office admin or a receptionist? Then what are you waiting for! This course was made for you. The Professional Receptionist Skills Diploma will teach you how to serve visitors by greeting, welcoming, and directing them appropriately; notifies company personnel of visitor arrival; maintains security and telecommunications system. For any company, you need a person to greet clients or customers. A good receptionist helps make a good impression about the company and can enhance the reputation of the company. The business duties of a receptionist may include answering visitors' enquiries about a company and its products or services, directing visitors to their destinations, sorting and handing out mail, answering incoming calls and setting appointments. Professional Receptionist Skills Diploma comprises of units designed to improve your social skills and help you interact better with customers or clients. So what are you waiting for, get the course now! Course Highlights Professional Receptionist Skills Diploma is an award winning and the best selling course that has been given the CPD Certification & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Professional Receptionist Skills Diploma into several modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 20/30 hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Professional Receptionist Skills Diploma Lifetime access to the course No hidden fees or exam charges CPD Accredited certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Professional Receptionist Skills Diploma is CPD certified and IAO accredited. 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 backgrounds. Requirements Our Professional Receptionist Skills Diploma 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 You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume.   Professional Receptionist Skills Diploma - Updated Version Introduction to Reception and Receptionist 00:26:00 Business Telephone Skills 00:20:00 Representing Your Boss and Company 00:36:00 Mail Services and Shipping 00:28:00 Travel Arrangements 00:25:00 Organising Meeting and Conferences 00:28:00 Time Management 00:35:00 Record Keeping and Filing Systems 00:28:00 Business Writing Skills 00:41:00 Organisational Skills 00:26:00 Communication Skills 00:27:00 Customer Service 00:17:00 Effective Planning and Scheduling 00:52:00 Invoicing/Petty Cash 00:28:00 Business Environment 00:16:00 Microsoft Excel Navigate the Excel User Interface 00:28:00 Use Excel Commands 00:28:00 Create and Save a Basic Workbook 00:19:00 Enter Cell Data 00:12:00 Use Excel Help 00:05:00 Create Worksheet Formulas 00:15:00 Insert Functions 00:17:00 Reuse Formulas and Functions 00:17:00 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 Apply Text Formats 00:16: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:08:00 Preview and Print a Workbook 00:10:00 Set Up the Page Layout 00:09:00 Configure Headers and Footers 00:07:00 Manage Worksheets 00:05:00 Manage Workbook and Worksheet Views 00:07:00 Manage Workbook Properties 00:06:00 Professional Receptionist Skills Diploma - Old Version Module 1: Receptionist Receptionist FREE 00:30:00 Importance of Receptionist FREE 00:15:00 Different Types of Receptionist & Roles 01:00:00 Communication Skills for Receptionist 01:00:00 Telephone Skills 01:00:00 Listening Skills 01:00:00 Taking Messages 00:30:00 Presenting & Appearance 00:30:00 Reservation Procedure 00:15:00 Confidentiality Checklist 00:15:00 Being Organized as Receptionist 00:15:00 Becoming a Successful Receptionist 00:15:00 Module 2: Communication Skills Techniques To Be A Spontaneous Speaker 01:00:00 Knowledge Is Power - So Enrich Your Knowledge 01:00:00 Remarkable Tips To Introduce Yourself 01:00:00 Simple Strategies That Promote Conversations 01:00:00 Speaking From The Heart 01:00:00 Learn To Be A Good Listener First 00:30:00 Stop Bragging About Yourself 01:00:00 Easy Way To Start A Conversation 01:00:00 Handle Criticism Smartly 01:00:00 Asking For What You Want 00:30:00 Module 3: Interpersonal Skills Module One - Getting Started 00:30:00 Module Two - Verbal Communication Skills 01:00:00 Module Three - Non-Verbal Communication Skills 01:00:00 Module Four - Making Small Talk and Moving Beyond 01:00:00 Module Five - Moving the Conversation Along 01:00:00 Module Six - Remembering Names 01:00:00 Module Seven - Influencing Skills 01:00:00 Module Eight - Bringing People to Your Side 01:00:00 Module Nine - Sharing Your Opinion 01:00:00 Module Ten - Negotiation Basics 01:00:00 Module Eleven - Making an Impact 01:00:00 Module Twelve - Wrapping Up 00:30:00 Interpersonal Skills Development Course- Activities 00:00:00 Module 4: Office Management Skills Building Your Management Team 01:00:00 Building A Successful Brand 01:00:00 Achieving Quality Through Teamwork 00:30:00 Keys To Staying Motivated 00:30:00 Improve Your Marketing 01:00:00 Provide Top Customer Service 00:30:00 Wrapping Up 00:30:00 Module 5: Microsoft Word Module One - Getting Started FREE 00:30:00 Module Two - Opening Word FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Document 01:00:00 Module Five - Basic Editing Tasks 01:00:00 Module Six - Basic Formatting Tasks 01:00:00 Module Seven - Formatting Paragraphs 01:00:00 Module Eight - Advanced Formatting Tasks 01:00:00 Module Nine - Working with Styles 01:00:00 Module Ten - Formatting the Page 01:00:00 Module Eleven - Sharing Your Document 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities- Microsoft Word 00:00:00 Module 6: Microsoft Excel Module One - Getting Started FREE 00:30:00 Module Two - Opening Excel FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Worksheet 01:00:00 Module Five - Viewing Excel Data 01:00:00 Module Six - Building Formulas 01:00:00 Module Seven - Using Excel Functions 01:00:00 Module Eight - Using Quick Analysis 01:00:00 Module Nine - Formatting Your Data 01:00:00 Module Ten - Using Styles, Themes, and Effects 01:00:00 Module Eleven - Printing and Sharing Your Workbook 01:00:00 Module Twelve - Wrapping Up 01:00:00 Activities - Microsoft Excel 00:00:00 Module 7: Microsoft PowerPoint Module One - Getting Started FREE 00:30:00 Module Two - Opening PowerPoint FREE 01:00:00 Module Three - Working with the Interface 01:00:00 Module Four - Your First Presentation 01:00:00 Module Five - Working with Text 01:00:00 Module Six - Formatting Text and Paragraphs 01:00:00 Module Seven - Adding Pictures 01:00:00 Module Eight - Advanced Formatting Tasks 01:00:00 Module Nine - Working with Transitions and Animations 01:00:00 Module Ten - Setting Up Your Slide Show 01:00:00 Module Eleven - Showtime! 01:00:00 Module Twelve - Wrapping Up 00:30:00 Certified Microsoft PowerPoint for Beginners - Activities 00:00:00 Mock Exam Mock Exam- Professional Receptionist Skills Diploma 00:30:00 Final Exam Final Exam- Professional Receptionist Skills Diploma 00:30:00

Professional Receptionist Skills Diploma
Delivered Online On Demand4 days
£25

Security in Google Cloud

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This class is intended for the following job roles: [Cloud] information security analysts, architects, and engineers Information security/cybersecurity specialists Cloud infrastructure architects Additionally, the course is intended for Google and partner field personnel who work with customers in those job roles. The course should also be useful to developers of cloud applications Overview This course teaches participants the following skills: Understanding the Google approach to security Managing administrative identities using Cloud Identity. Implementing least privilege administrative access using Google Cloud Resource Manager, Cloud IAM. Implementing IP traffic controls using VPC firewalls and Cloud Armor Implementing Identity Aware Proxy Analyzing changes to the configuration or metadata of resources with GCP audit logs Scanning for and redact sensitive data with the Data Loss Prevention API Scanning a GCP deployment with Forseti Remediating important types of vulnerabilities, especially in public access to data and VMs This course gives participants broad study of security controls and techniques on Google Cloud Platform. Through lectures, demonstrations, and hands-on labs, participants explore and deploy the components of a secure Google Cloud solution. Participants also learn mitigation techniques for attacks at many points in a Google Cloud-based infrastructure, including Distributed Denial-of-Service attacks, phishing attacks, and threats involving content classification and use. Foundations of GCP Security Google Cloud's approach to security The shared security responsibility model Threats mitigated by Google and by GCP Access Transparency Cloud Identity Cloud Identity Syncing with Microsoft Active Directory Choosing between Google authentication and SAML-based SSO GCP best practices Identity and Access Management GCP Resource Manager: projects, folders, and organizations GCP IAM roles, including custom roles GCP IAM policies, including organization policies GCP IAM best practices Configuring Google Virtual Private Cloud for Isolation and Security Configuring VPC firewalls (both ingress and egress rules) Load balancing and SSL policies Private Google API access SSL proxy use Best practices for structuring VPC networks Best security practices for VPNs Security considerations for interconnect and peering options Available security products from partners Monitoring, Logging, Auditing, and Scanning Stackdriver monitoring and logging VPC flow logs Cloud audit logging Deploying and Using Forseti Securing Compute Engine: techniques and best practices Compute Engine service accounts, default and customer-defined IAM roles for VMs API scopes for VMs Managing SSH keys for Linux VMs Managing RDP logins for Windows VMs Organization policy controls: trusted images, public IP address, disabling serial port Encrypting VM images with customer-managed encryption keys and with customer-supplied encryption keys Finding and remediating public access to VMs VM best practices Encrypting VM disks with customer-supplied encryption keys Securing cloud data: techniques and best practices Cloud Storage and IAM permissions Cloud Storage and ACLs Auditing cloud data, including finding and remediating publicly accessible data Signed Cloud Storage URLs Signed policy documents Encrypting Cloud Storage objects with customer-managed encryption keys and with customer-supplied encryption keys Best practices, including deleting archived versions of objects after key rotation BigQuery authorized views BigQuery IAM roles Best practices, including preferring IAM permissions over ACLs Protecting against Distributed Denial of Service Attacks: techniques and best practices How DDoS attacks work Mitigations: GCLB, Cloud CDN, autoscaling, VPC ingress and egress firewalls, Cloud Armor Types of complementary partner products Application Security: techniques and best practices Types of application security vulnerabilities DoS protections in App Engine and Cloud Functions Cloud Security Scanner Threat: Identity and Oauth phishing Identity Aware Proxy Content-related vulnerabilities: techniques and best practices Threat: Ransomware Mitigations: Backups, IAM, Data Loss Prevention API Threats: Data misuse, privacy violations, sensitive/restricted/unacceptable content Mitigations: Classifying content using Cloud ML APIs; scanning and redacting data using Data Loss Prevention API Additional course details: Nexus Humans Security in Google Cloud 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 Security in Google Cloud 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.

Security in Google Cloud
Delivered OnlineFlexible Dates
Price on Enquiry

Accounting Bonds and Liabilities Training

4.3(43)

By John Academy

Description Do you want to know the fundamental concepts of bonds including notes payable, bond payable, and liabilities along with its record procedure? Are you looking for any course regarding this topic? If so, look at our Accounting Bonds and Liabilities Training course. It will assist you in understanding all you need to know about this field. The course introduces you to different types of bond and their features and how to issue bonds according to par value, premium, and discount for the journal entry. It teaches you how to calculate different confusing present value in various effective ways using value table, Microsoft Excel functions, and algebra and formula. The course will enable you to identify the reasons of fluctuation of price value, know amortization tables for accurate transactions on a note payable bond. It also teaches you how to create a liability section of the balance sheet, differentiates between capital lease and operating lease, and solve the problems stepping back and thinking about the whole accounting phases. 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? Accounting Bonds and Liabilities Training 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 Accounting Bonds and Liabilities Training 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 00:08:00 PDF - 10 Bond & Note Payable Introduction 00:01:00 10 Bonds & Notes Payable Introduction 00:10:00 Accounting Comic Break 00:01:00 Bonds - Market Rate vs Contract Rate 2 Bonds Market Rate vs Contract Rate 00:01:00 PDF - 20 Bonds Issued at Par 00:01:00 20 Bond Issued at Par 00:06:00 PDF - 25 Bond Market Price vs Contract Rate 00:01:00 Excel Download 00:01:00 Worksheet - 20 Bond Issued at Par 00:06:00 Excel Download 00:01:00 Bonds Issued at Premium 3 Bonds Issued at Premium 00:01:00 PDF - 50 Bond Issued at Premium 00:08:00 50 Bond Issued at Premium 00:07:00 Excel Download 00:01:00 Worksheet - 50 Bond Issue at Premium 00:09:00 PDF - 60 Amortization Premium & Recording Interest 00:01:00 60 Premium Amortization & Interest 00:13:00 Excel Download 00:01:00 Worksheet - 55 Bond Premium and Interest Journal Entry 00:16:00 10 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Bonds Issued at Discount 4 Bonds Issued at Discount 00:01:00 PDF - 30 Bonds Issued at Discount 00:01:00 PDF - 40 Amortizing Discount & Recording Interest 00:01:00 40 Issue bond at a discount%2C calculate%2C and record interest 00:26:00 Excel Download 00:01:00 Worksheet - 30 Bond Issued at Discount 00:09:00 Excel Download 00:01:00 Worksheet - 35 Bond Discount & Interest 00:18:00 Excel Download 00:01:00 Worksheet - 1400.10 Record issuance of bond at a discount amortiz 00:16:00 Worksheet - 1400.20 Record issuance of bond at a discount amortiz 00:16:00 Worksheet - 1400.40 Record issuance of bond at a premium amortize 00:16:00 Worksheet - 1400.50 Record issuance of bond at a premium amort. 00:14:00 20 Multiple Choice Question - Long Term Liabilities 00:04:00 Accounting Comic Break 00:01:00 Present Value - Bond Price 5 Present Value Bond Price 00:03:00 PDF - 70 Bond Present Value Formula 00:14:00 Excel Download 00:01:00 Worksheet - 70 Bond Present Value Formula 00:15:00 PDF - 80 Bond Present Value Tables 00:01:00 80 Bond Present Value Tablesy 00:14:00 Excel Download 00:01:00 Worksheet - 80 Bond Present Value Tables 00:11:00 Excel Download 00:01:00 Worksheet - 90 Bond Present Value Excel 00:20:00 30 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Bond Retirement 6 Bond Retirement 00:01:00 PDF - 100 Bond Retirement 00:01:00 100 Bond Retirement 00:09:00 Excel Download 00:01:00 Worksheet - 100 Bond Retirement 00:12:00 40 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Notes Payable Introduction 7 Notes Payable Introduction 00:01:00 PDF - 110 Notes Payable Introduction 00:01:00 110 Notes Payable Introduction 00:05:00 PDF - 120 Installment Note Journal Entry 00:01:00 Excel Download 00:01:00 50 Multiple Choice Question - Long Term Liabilities 00:05:00 Accounting Comic Break 00:01:00 Amortization Schedule - Notes Payable 8 Amortization Schedule Notes Payable 00:01:00 PDF - 130 Notes Payable Amortization 00:01:00 130 Amortization Schedule 00:12:00 PDF - 140 Notes Payable Interest Payments 00:01:00 140 Notes Payable Payments Journal Entry 00:07:00 Excel Download 00:01:00 Worksheet - 130 Note Payable Amortization 00:15:00 Excel Download 00:01:00 Worksheet - 140 Note payable interest payments 00:10:00 60 Multiple Choice Question - Long Term Liabilities 00:06:00 Accounting Comic Break 00:01:00 Notes Payable Adjusting Entries 9 Notes Payable Adjusting Entries 00:01:00 PDF - 150 Adjusting Entry - Notes Payable 00:01:00 150 Notes Payable Adjusting Entry 00:10:00 Excel Download 00:01:00 Worksheet - 150 Note Payable Adjusting Entry 1 00:07:00 Excel Download 00:01:00 Worksheet - 160 Note Payable Adjusting Entry 2 00:06:00 70 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Financial Statements - Long Term Liabilities 10 Financial Statements Long Term Liabilities 00:01:00 PDF - 170 Liabilities - Current vs Non Current 00:01:00 170 Notes Payable Current vs. Non Current 00:18:00 Excel Download 00:01:00 Worksheet - 170 FS St LT One Loan 1 TB Account 00:09:00 Excel Download 00:01:00 Worksheet - 180 FS St LT Loan 1 loan 2 TB Accounts 00:08:00 Excel Download 00:01:00 Worksheet - 190 FS ST LT 2 loans 1 TB account 00:08:00 Excel Download 00:01:00 Worksheet - 200 FS ST LT 2 Loans 1 ST 1 LT TB account 00:09:00 Excel Download 00:01:00 Worksheet - 210 FS ST LT 2 Loans 2 Loan Account TB 00:08:00 Excel Download 00:01:00 Worksheet - 220 FS 2 Loans 4 Accounts TB 00:11:00 80 Multiple Choice Question - Long Term Liabilities 00:07:00 Accounting Comic Break 00:01:00 Bond Characteristics and Types 11 Bond Characteristics and Types 00:01:00 PDF - 230 Bond types 00:01:00 230 Bond Characteristics 00:02:00 90 Multiple Choice Question - Long Term Liabilities 00:05:00 Short Calculation 00:08:00 Accounting Comic Break 00:01:00 Effective Method - Amortization Bond Discount & Premium 12 Effective Method Amortization Bond Discount & Premium 00:01:00 PDF - 230 Effective Interest Discount Amortization 00:01:00 235 Discount Amortization Effective Method 00:13:00 Excel Download 00:01:00 Worksheet - 230 Effective Interest Discount Amortization 00:17:00 Excel Download 00:01:00 Worksheet - 240 Effective Interest Premium Amortization 00:13:00 100 Multiple Choice Question - Long Term Liabilities 00:10:00 Leases - Operating vs. Capital 13 Leases Operating vs. Capital 00:01:00 PDF - 250 Leases 00:01:00 250 Leases Capital vs. Operating 00:12:00 Accounting Comic Break 00:01:00 Comprehensive Problem 14 Comprehensive Problem 00:01:00 Excel Download 00:01:00 1 Accounting%2C Financial - Comp Prob Service Co 1 Part 1 00:15:00 2 Accounting%2C Financial - Comp Prob Service Co 1 Part 2 00:15:00 3 Accounting%2C Financial - Comp Prob Service Co 1 Part 3 00:15:00 4 Accounting%2C Financial - Comp Prob Service Co 1 Part 4_2 00:22:00 6 Comp Prob Service Co 1 Adjusting Entries part 6 00:20:00 Definitions & Key Terms 15 Definitions & Key Terms 00:01:00 Annuity Definition - What is Annuity 00:05:00 Bond Definition - What is Bond 00:06:00 Book Value of Bonds - What is Book Value of Bonds 00:06:00 Carrying Value of Bonds Definition - What is Carrying Value 00:05:00 Lease Definition - What is a Lease 00:01:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Accounting Bonds and Liabilities Training
Delivered Online On Demand12 hours 25 minutes
£21

Quick Start to Mastering Prompt Engineering for Software Developers (TTAI2300)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for To gain the most from attending this course you should possess the following incoming skills: Basic knowledge of programming concepts and syntax in Python. Familiarity with common data formats such as CSV, JSON, and XML. Experience using command-line interfaces and basic text editing tools. Understanding of basic machine learning concepts and algorithms. Overview Working in an interactive learning environment, led by our engaging expert, you will: Gain a solid understanding of prompt engineering concepts and their applications in software development and AI-driven solutions. Master the techniques for preprocessing and cleaning text data to ensure high-quality inputs for AI models like GPT-4. Develop expertise in GPT-4 tokenization, input formatting, and controlling model behavior for various tasks and requirements. Acquire the ability to design, optimize, and test prompts effectively, catering to diverse business applications and use cases. Learn advanced prompt engineering techniques, such as conditional text generation and multi-turn conversations, to create more sophisticated AI solutions. Practice creating prompts to generate, run, and test code in a chosen programming language using GPT-4 and OpenAI Codex. Understand the ethical implications and best practices in responsible AI deployment, ensuring fair and unbiased AI applications in software development. Prompt Engineering offers coders and software developers a competitive edge by empowering them to develop more effective and efficient AI-driven solutions in their projects. By harnessing the capabilities of cutting-edge AI models like GPT-4, coders can automate repetitive tasks, enhance natural language understanding, and even generate code suggestions, boosting productivity and creativity. In addition, mastering prompt engineering can contribute to improved job security, as professionals with these in-demand skills are highly sought after in the rapidly evolving tech landscape. Quick Start to Prompt Engineering for Coders and Software Developers is a one day course designed to get you quickly up and running with the prompting skills required to out AI to work for you in your development efforts. Guided by our AI expert, you?ll explore key topics such as text preprocessing, data cleansing, GPT-4 tokenization, input formatting, prompt design, and optimization, as well as ethical considerations in prompt engineering. In the hands-on labs you?ll explore tasks such as formatting inputs for GPT-4, designing and optimizing prompts for business applications, and implementing multi-turn conversations with AI. You?ll work with innovative tools like the OpenAI API, OpenAI Codex, and OpenAI Playground, enhancing your learning experience while preparing you for integrating prompt engineering into your professional toolkit. By the end of this immersive course, you?ll have the skills necessary to effectively use prompt engineering in your software development projects. You'll be able to design, optimize, and test prompts for various business tasks, integrate GPT-4 with other software platforms, and address ethical concerns in AI deployment. Introduction to Prompt Engineering Overview of prompt engineering and its importance in AI applications Major applications of prompt engineering in business Common challenges faced in prompt engineering Overview of GPT-4 and its role in prompt engineering Key terminology and concepts in prompt engineering Getting Things Ready: Text Preprocessing and Data Cleansing Importance of data preprocessing in prompt engineering Techniques for text cleaning and normalization Tokenization and n-grams Stop word removal and stemming Regular expressions and pattern matching GPT-4 Tokenization and Input Formatting GPT-4 tokenization and its role in prompt engineering Understanding and formatting GPT-4 inputs Context windows and token limits Controlling response length and quality Techniques for handling out-of-vocabulary tokens Prompt Design and Optimization Master the skills to design, optimize, and test prompts for various business tasks. Designing effective prompts for different tasks Techniques for prompt optimization GPT-4 system and user parameters for controlling behavior Importance of prompt testing and iteration Best practices for prompt engineering in business applications Advanced Techniques and Tools in Prompt Engineering Learn advanced techniques and tools for prompt engineering and their integration in business applications. Conditional text generation with GPT-4 Techniques for handling multi-turn conversations Overview of tools for prompt engineering: OpenAI API, OpenAI Codex, and OpenAI Playground Integration of GPT-4 with other software platforms and tools Monitoring and maintaining prompt performance Code Generation and Testing with Prompt Engineering Develop the skills to generate, integrate, and test AI-generated code effectively, enhancing productivity and creativity in software development projects. Introduction to code generation with AI models like GPT-4 Designing prompts for code generation across programming languages Techniques for specifying requirements and constraints in prompts Generating and interpreting code snippets using AI-driven solutions Integrating generated code into existing projects and codebases Best practices for testing and validating AI-generated code Ethics and Responsible AI Understand the ethical implications of prompt engineering and the importance of responsible AI deployment in business. Ethical considerations in prompt engineering Bias in AI systems and its impact on prompt engineering Techniques to minimize bias and ensure fairness Best practices for responsible AI deployment in business applications Monitoring and addressing ethical concerns in prompt engineering

Quick Start to Mastering Prompt Engineering for Software Developers  (TTAI2300)
Delivered OnlineFlexible Dates
Price on Enquiry

Creative Writing Course - Short Stories

5.0(1)

By Course Gate

Learn the procedures of winning the heart of your reader. Short stories are one of the most popular forms of writing as people prefer to read short stories instead of long novels nowadays. The Creative Writing Course - Short Stories course helps you to learn the useful, pragmatic ways of scripting short stories that will attract the customers. Before starting the writing strategies, the course shows you some related terms for writing such as time management, defining your goals for writing, understanding the audiences, etc. Then, you will know how to create protagonists, style, the point of view, tones, short story templates, creating draft and publishing. The final section is dedicated to the procedures of edition including Kindle publishing etc. Here, you will also learn how to deal with the rejections, rights and payments. In short, the course guides you to start writing short stories. 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 applying for NUS Extra Discount Card; 24/7 student support via email. Who is this Course for? Creative Writing Course - Short Stories 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 Creative Writing Course - Short Stories 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 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. Course Curriculum Introduction Introduction to Short Story Writing 00:06:00 Foreword Who Am I to Run This Course? 00:06:00 It's All About Mindset 00:07:00 What Tools Do You Need To Succeed? 00:05:00 Part One: Mindset Mental Preparation 00:06:00 Time Management 00:06:00 Self Belief 00:02:00 Goal Setting 00:01:00 Part Two: The Basics Subject Matter 00:04:00 Genre 00:07:00 Scope 00:02:00 Getting Ideas 00:02:00 Part Three: Construction Time The 7-Step Story Generator 00:02:00 Characters & Character Creation 00:03:00 Creating Protagonists 00:07:00 Character Motivation & Interactions 00:03:00 Story & Setting 00:03:00 The 5-Point Story Structure 00:02:00 Style & Tone 00:02:00 Point of View & Tense 00:03:00 Plotting & The Twist 00:05:00 Building a Short Story Template 00:03:00 Building a Short Story Template 00:03:00 Introduction to Scrivener All Hail Scrivener! 00:04:00 Part Four: Writing Your Story The Opening Paragraph 00:03:00 Fast Writing 00:05:00 The Second Draft 00:04:00 Polishing 00:04:00 Part Five: Submitting Your Work 6 Lectures It's All About Presentation 00:04:00 Dealing With Rejection 00:02:00 Rights and Payment 00:01:00 Kindle Publishing 00:04:00 Conclusion Short Stories 00:02:00 Resources Resources - Creative Writing Course - Short Stories 00:00:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Creative Writing Course - Short Stories
Delivered Online On Demand2 hours 3 minutes
£11.99