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

170 Arithmetic courses

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

UNIX shell programming

5.0(3)

By Systems & Network Training

UNIX SHELL PROGRAMMING TRAINING COURSE DESCRIPTION This course has been designed as a follow on course for the XML primer course. The course looks at the use of XSLT in the transforming and styling XML documents. WHAT WILL YOU LEARN * Read shell scripts. * Write shell scripts. * Use different types of quotes. * Recognise the role of shell scripts within the UNIX system. UNIX SHELL PROGRAMMING TRAINING COURSE DETAILS * Who will benefit: Programmers developing programs under UNIX. Anyone working with XML. Administrators Support personnel who wish to find out more about the workings of UNIX or write simple utility programs. * Prerequisites: UNIX fundamentals Some programming experience would be useful although not essential. * Duration 2 days UNIX SHELL PROGRAMMING TRAINING COURSE CONTENTS * Review of UNIX fundamentals * Basic shell scripts What does the shell do? How are commands executed? Different shells. What is a shell script? Comments, creating shell scripts. * Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. * Positional parameters 0 to $9, $#, $* and others. shift parameter substitution. * Control statements The test command, The if statement, while loops, for loops, The case statement, Special characters, Redirection of errors, here documents, quoting. * Arithmetic in shell scripts The expr command. * System shell scripts * Screen handling The terminfo database The tput comand * Avanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. * Optimising shell scripts The time command, performance tips.

UNIX shell programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1497

Total PHP for developers

5.0(3)

By Systems & Network Training

TOTAL PHP TRAINING COURSE DESCRIPTION PHP provides for the creation of dynamic web sites. This hands on training course looks at programming with PHP with an emphasis of building dynamic websites. Forms, state management and database integration are all covered with practicals used throughout the course to reinforce theory sessions. WHAT WILL YOU LEARN * Create dynamic web sites using PHP. * Write PHP programs. * Debug PHP programs. * Examine existing code and determine its function. TOTAL PHP TRAINING COURSE DETAILS * Who will benefit: Anyone creating dynamic web sites. * Prerequisites: Software development fundamentals * Duration 3 days TOTAL PHP TRAINING COURSE CONTENTS * What is PHP? PHP history, dynamic web pages, how PHP works, alternatives to PHP. Downloading and installing PHP. Installing MySQL, installing Apache, platform issues. * A first PHP web page A basic PHP script, PHP page structure. PHP comments. Integrating PHP and HTML. * PHP forms HTML forms, taking values from forms. * PHP and HTML Page inputs, environment inputs. phpinfo(), other form elements, sticky fields, generalised code, tables, forms, form elements, style sheets, JavaScript. * Variables operators and expressions Expressions, data types, assignments, scope, constants, HTTP environment variables, getting data from forms using variables. * Operators Arithmetic, logical, relational, Boolean, others. * Control statements Conditional: if, else, elseif, switch. Loops: while, do while, for, break, continue, exit. * Functions Built in functions, declaration, arguments, scope, loading functions from other files, defaulting parameters, call by value/ name. * Arrays Indexes, array initialisation, array manipulation, multi dimensional arrays, array functions. * String handling What is a string, string functions, matching, extraction, replacement. String operations, cleansing, sprintf, formatting web pages, strops and others, splitting strings, REs. * PHP and databases Database structure, Database APIs, MySQL, Creating tables, Editing tables, simple SQL queries using PHP, building HTML tables using SQL queries, SQL injection, security issues, error handling. * File I/O Opening, reading, writing files. Permissions, ownership, locking, directories. * PHP, cookies and sessions State, Cookie properties, setting cookies, retrieving cookies, expiring/deleting cookies. Sessions, session variables, session IDs. * PHP and email Emailing from servers, attachments. * Objects OOP, PHP classes, constructors, instances.

Total PHP for developers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

BASIC MATHS ONLINE COURSE This comprehensive course is designed to help students of all ages and abilities improve their understanding and proficiency in basic mathematics. Whether you are struggling with basic concepts or looking to improve your problem-solving skills, this course has something for everyone.   COURSE OVERVIEW * Focused on the essentials: This course covers the core concepts of basic mathematics, including arithmetic, algebra, geometry, and statistics. * Adaptive learning: Our adaptive learning technology will help you identify your strengths and weaknesses and adjust the course content to meet your needs. * Real-world examples: You will learn how to apply mathematical concepts to real-world problems and situations.   KEY TOPICS COVERED * Arithmetic: You will learn the basics of arithmetic operations, including addition, subtraction, multiplication, and division. * Algebra: You will learn how to solve equations and work with variables and expressions. * Geometry: You will learn the basic concepts of geometry, including points, lines, angles, and shapes. * Statistics: You will learn how to collect, analyze, and interpret data using statistical methods.   COURSE BENEFITS * Improve your problem-solving skills: By working through real-world examples and exercises, you will develop your problem-solving skills and be able to apply mathematical concepts to real-world situations. * Confidence in math: This course will help you build confidence in your mathematical abilities and give you the tools you need to succeed in your academic and professional pursuits. * Flexibility: This course is fully online, so you can learn at your own pace and on your own schedule.   VIDEO RESOURCES * Introduction to basic math: embed video link * Solving basic algebraic equations: embed video link * Geometry basics: embed video link * Statistics and data interpretation: embed video link   This course is perfect for students of all ages and abilities looking to improve their understanding and proficiency in basic mathematics. Enroll now and start your journey to becoming a math expert! Please note that the embed video links provided are just examples and not actual video links, you would need to provide the actual video links for the course.

Basic Maths
Delivered Online On Demand
£50

Complete JavaScript

5.0(3)

By Systems & Network Training

COMPLETE JAVASCRIPT TRAINING COURSE DESCRIPTION A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. WHAT WILL YOU LEARN * Read JavaScript. * Write JavaScript. * Debug JavaScript. COMPLETE JAVASCRIPT TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to learn JavaScript. * Prerequisites: None. * Duration 3 days COMPLETE JAVASCRIPT TRAINING COURSE CONTENTS * CORE JAVASCRIPT * Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. * Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. * Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. * Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. * Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. * Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. * Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. * Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. * Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. * JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. * Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. * CLIENT SIDE JAVASCRIPT * JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. * The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. * Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. * Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. * Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. * Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Digital Electric Circuits & Intelligent Electrical Devices

5.0(2)

By Studyhub UK

The 'Digital Electric Circuits & Intelligent Electrical Devices' course provides an introduction to digital electric circuits and explores intelligent electrical devices. The course covers topics such as numbering systems, binary arithmetic, logic gates, flip-flops, counters, shift registers, and adders. LEARNING OUTCOMES: 1. Understand different numbering systems and perform binary arithmetic. 2. Gain knowledge of logic gates and their applications in digital circuits. 3. Learn about flip-flops, counters, shift registers, and adders, and their roles in digital electric circuits and intelligent electrical devices. WHY BUY THIS DIGITAL ELECTRIC CIRCUITS & INTELLIGENT ELECTRICAL DEVICES? 1. Unlimited access to the course for forever 2. Digital Certificate, Transcript, student ID all included in the price 3. Absolutely no hidden fees 4. Directly receive CPD accredited qualifications after course completion 5. Receive one to one assistance on every weekday from professionals 6. Immediately receive the PDF certificate after passing 7. Receive the original copies of your certificate and transcript on the next working day 8. Easily learn the skills and knowledge from the comfort of your home CERTIFICATION After studying the course materials of the Digital Electric Circuits & Intelligent Electrical Devices 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 COURSE FOR? This Digital Electric Circuits & Intelligent Electrical Devices 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 skill. PREREQUISITES This Digital Electric Circuits & Intelligent Electrical Devices does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Digital Electric Circuits & Intelligent Electrical Devices 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 As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Digital Electric Circuits & Intelligent Electrical Devices is a great way for you to gain multiple skills from the comfort of your home. COURSE CURRICULUM Digital Electric Circuits & Intelligent Electrical Devices Module 01: Introduction 00:06:00 Module 02: Numbering Systems 00:28:00 Module 03: Binary Arithmetic 00:19:00 Module 04: Logic Gates 00:30:00 Module 05: Flip-Flops 00:23:00 Module 06: Counters & Shift Registers 00:12:00 Module 07: Adders 00:11:00 Assignment Assignment - Digital Electric Circuits & Intelligent Electrical Devices 00:00:00

Digital Electric Circuits & Intelligent Electrical Devices
Delivered Online On Demand
£10.99

Functional Skills Maths Level 2

By Course Cloud

WHAT WILL I LEARN? Master arithmetic operations with integers, decimals, and fractions. Solve problems using factors, multiples, and percentages. Apply the BODMAS rule for complex calculations. Simplify using estimation, approximation, and scientific notation. Tackle real-world scenarios with knowledge in ratio, profit, loss, and tax. Functional Skills Maths Level 2 is a meticulously crafted course designed to enhance learners' mathematical competencies. Diving deep into core mathematical principles, it bridges the gap between theoretical knowledge and real-world application. Whether you're aiming to advance in your professional journey or seeking clarity in daily math-related tasks, this course stands as an essential toolkit. With a focus on practicality, it ensures that learners not only understand but can also apply their knowledge confidently in various scenarios. Elevate your numeracy skills and become mathematically adept with this comprehensive course.

Functional Skills Maths Level 2
Delivered Online On Demand
£89

Introduction to Maths

By OnlineCoursesLearning.com

Fundamental Maths This fundamental maths course is for anybody hoping to improve their insight into essential numerical ideas. The course comprises of three modules clarifying the numerical essentials, and worksheets to survey your insight into the subject. Acquiring adequate information in science will empower you to build your familiarity and trust in the subject. You can build up a positive methodology and utilize sensible thinking in managing distinctive genuine issues. The course empowers you to apply your numerical information and way to deal with tackle issues successfully. It will make ready for encouraging development in your general ability improvement. What you will realize The course is defined to guarantee you find out about the key ideas in arithmetic. It will help build up a solid establishment for additional numerical expertise upgrade. Here is the thing that you will gain from this course: Essential maths capacities, including numbers, increments, deduction, duplication and division Think about decimals, parts, shapes and estimations Figure out how to tally cash See how to deal with information, including recording, deciphering and contrasting data Figure out how to tackle basic issues with the right numerical applications Advantages of Taking This Course Improve your abilities in maths Gain a solid establishment regarding the matter Hone abilities required in your everyday life, work and study Figure out how to apply numerical information to take care of issues, all things considered, circumstances

Introduction to Maths
Delivered Online On Demand
£50

Assembly Programming for All Platforms, Learn to Code

By Packt

Assembly is the foundation for all applications, mobile to desktop. It is used in Raspberry Pi, Arm, Intel and much more

Assembly Programming for All Platforms, Learn to Code
Delivered Online On Demand
£140.99

Job-Ready SQL in an Afternoon

By Packt

Welcome to a hands-on SQL course. In this course, you will learn the fundamentals of SQL databases and the relational model. We will cover core concepts such as inserting data into SQL databases, extracting data from SQL databases, aggregations, subqueries, joins, unions, and window functions. This course will help you write complex queries to perform tasks as required in technical interviews or on the job.

Job-Ready SQL in an Afternoon
Delivered Online On Demand
£82.99

Electrical Engineering Course

5.0(1)

By LearnDrive UK

Master the intricacies of digital electric circuits and intelligent electrical devices with our comprehensive Electrical Engineering course. Gain practical skills and theoretical insights to excel in this dynamic field.

Electrical Engineering Course
Delivered Online On Demand
£20