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

212 Programming Fundamentals courses

SQL Querying Fundamentals - Part 1

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Individuals with basic computer skills, familiar with concepts related to database structure and terminology, and who want to use SQL to query databases. Overview Upon successful completion of this course, students will be able to: - connect to the SQL Server database and execute a simple query. - include a search condition in a simple query. - use various functions to perform calculations on data. - organize data obtained from a query before it is displayed on-screen. - retrieve data from tables. - format an output, save a result, and generate a report. In this course, students will compose SQL queries to retrieve desired information from a database. 1 - EXECUTING A SIMPLE QUERY * Connect to the SQL Database * Query a Database * Save a Query * Modify a Query * Execute a Saved Query 2 - PERFORMING A CONDITIONAL SEARCH * Search Using a Simple Condition * Compare Column Values * Search Using Multiple Conditions * Search for a Range of Values and Null Values * Retrieve Data Based on Patterns 3 - WORKING WITH FUNCTIONS * Perform Date Calculations * Calculate Data Using Aggregate Functions * Manipulate String Values 4 - ORGANIZING DATA * Sort Data * Rank Data * Group Data * Filter Grouped Data * Summarize Grouped Data * Use PIVOT and UNPIVOT Operators 5 - RETRIEVING DATA FROM TABLES * Combine Results of Two Queries * Compare the Results of Two Queries * Retrieve Data by Joining Tables * Check for Unmatched Records * Retrieve Information from a Single Table Using Joins 6 - PRESENTING QUERY RESULTS * Save the Query Result * Generate an XML Report

SQL Querying Fundamentals - Part 1
Delivered OnlineTwo days, Jun 24th, 13:00
£495

SQL Querying Fundamentals - Part 2

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Students should have basic computer skills, SQL skills, and be familiar with concepts related to database structure and terminology. Overview Upon successful completion of this course, students will be able to: - Use subqueries to generate query output. - Manipulate table data by inserting, updating, and deleting records in a table. - Manipulate the table structure. - Create views, manipulate data through views, modify the view structure, and drop views. - Create indices on table columns and drop inefficient indices. - Mark the beginning of a transaction, create a savepoint within a transaction, rollback a transaction, and commit a transaction. In this course, students will work with advanced queries to manipulate and index tables. Students will also create transactions so that you can choose to save or cancel data entry process. Prerequisites * SQL Querying Fundamentals - Part 1 1 - USING SUBQUERIES TO PERFORM ADVANCED QUERYING * Search Based on Unknown Values * Compare a Value with Unknown Values * Search Based on the Existence of Records * Generate Output Using Correlated Subqueries * Filter Grouped Data Within Subqueries * Perform Multiple-Level Subqueries 2 - MANIPULATING TABLE DATA * Insert Data * Modify and Delete Data 3 - MANIPULATING THE TABLE STRUCTURE * Create a Simple Table * Create a Table with Constraints * Add or Drop Table Columns * Add or Drop Constraints * Modify the Column Definition * Back Up Tables * Delete Tables 4 - WORKING WITH VIEWS * Create a View * Manipulate Data in Views * Create Aliases * Modify and Drop Views 5 - INDEXING DATA * Create Indices * Drop Indices 6 - MANAGING TRANSACTIONS * Create Transactions * Commit Transactions

SQL Querying Fundamentals - Part 2
Delivered OnlineTwo days, Jun 28th, 13:00
£495

AS06 IBM RPG IV Programming Fundamentals Workshop for IBM i

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is the first in a series of two courses designed for programmers who are new to RPG IV. Basic programming experience is required. The student should have attended at least an introductory course to programming such as one of those available at technical colleges. The student is not taught the concepts of programming. Experienced programmers who are new to the Power System with IBM i should also attend this course. Examples of other programming languages are BASIC, COBOL, or RPG II. This course focuses entirely on the features of the RPG IV Version 7 compiler and the techniques that this compiler provides. Features of V7 are discussed. Previous techniques and the maintenance of programs that are written using legacy techniques, such as fixed format calculations, are not covered in the classroom. Some additional material and the bibliography will assist the new RPG IV programmer in the maintenance of legacy applications. Overview Write RPG IV version 7.1 programs to produce reportsWrite simple RPG IV version 7.1 inquiry programs that interact with displaysReview compilation listing, find and correct compilation errorsMaintain existing applications written in the RPG IV Version 7.1 languageUse many popular RPG IV built-in functions This course is a comprehensive exposure to the basic features and functions of RPG IV for Version 7. COURSE OUTLINE * RPG IV introduction * Coding specifications for RPG IV * Data representation and definition * Manipulating data in calculations * Using printer and display files in an RPG IV program * Structured programming, error handling, subprocedures, and subroutines * Using arrays, data structures, and data areas * Accessing the DB2 database using RPG IV * What's next? ADDITIONAL COURSE DETAILS: Nexus Humans AS06 IBM RPG IV Programming Fundamentals Workshop for IBM i 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 AS06 IBM RPG IV Programming Fundamentals Workshop for IBM i 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.

AS06 IBM RPG IV Programming Fundamentals Workshop for IBM i
Delivered on-request, onlineDelivered Online
Price on Enquiry

55337 Introduction to Programming

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of programming fundamentals and object-oriented programming concepts. They will typically be high school students, post-secondary school students, or career changers, with no prior programming experience. They might want to gain an understanding of the core programming fundamentals before moving on to more advanced courses such as Programming in C#. Overview Explain core programming fundamentals such as computer storage and processing. Explain computer number systems such as binary. Create and use variables and constants in programs. Explain how to create and use functions in a program. Create and use decisions structures in a computer program. Create and use repetition (loops) in a computer program. Explain pseudocode and its role in programming. Explain the basic computer data structures such as arrays, lists, stacks, and queues. Implement object-oriented programming concepts. Create and use classes in a computer program. Implement encapsulation, inheritance, and polymorphism. Describe the base class library (BCL) in the .NET Framework. Explain the application security concepts. Implement simple I/O in a computer program. Identify application errors and explain how to debug an application and handle errors. Identify the performance considerations for applications. In this 5-day course, students will learn the basics of computer programming through the use of Microsoft Visual Studio 2022 and the Visual C# and Visual Basic programming languages. The course assumes no prior programming experience and introduces the concepts needed to progress to the intermediate courses on programming, Programming in C#. The focus will be on core programming concepts such as computer storage, data types, decision structures, and repetition by using loops. The course also covers an introduction to object-oriented programming covering classes, encapsulation, inheritance, and polymorphism. Coverage is also included around exception handling, application security, performance, and memory management. 1 - INTRODUCTION TO CORE PROGRAMMING CONCEPTS * Computer Data Storage and Processing * Application Types * Application Lifecycle * Code Compilation 2 - CORE PROGRAMMING LANGUAGE CONCEPTS * Syntax * Data Types * Variables and Constants 3 - PROGRAM FLOW * Introduction to Structured Programming Concepts * Introduction to Branching * Using Functions * Using Decision Structures * Introducing Repetition 4 - ALGORITHMS AND DATA STRUCTURES * Understand How to Write Pseudocode * Algorithm Examples * Introduction to Data Structures 5 - ERROR HANDLING AND DEBUGGING * Introduction to Program Errors * Introduction to Structured Error Handling * Introduction to Debugging 6 - INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING * Introduction to Complex Structures * Introduction to Structs * Introduction to Classes * Introducing Encapsulation 7 - MORE OBJECT-ORIENTED PROGRAMMING * Introduction to Inheritance * Introduction to Polymorphism * Introduction to .NET and the Base Class Library 8 - INTRODUCTION TO APPLICATION SECURITY * Authentication and Authorization * Code Permissions on Computers * Introducing Code Signing 9 - CORE I/O PROGRAMMING * Using Console I/O * Using File I/O 10 - APPLICATION PERFORMANCE AND MEMORY MANAGEMENT * Value Types vs Reference Types * Converting Types * The Garbage Collector ADDITIONAL COURSE DETAILS: Nexus Humans 55337 Introduction to Programming 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 55337 Introduction to Programming 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.

55337 Introduction to Programming
Delivered Online6 days, Sept 9th, 13:00 + 1 more
£2975

Groovy Programming Fundamentals for Java Developers

By Packt

In this course, we take you step by step through the most common features and programming idioms of the Groovy programming language, enabling you to supercharge your developer productivity by harnessing the power of Groovy's lightweight and succinct programming syntax.

Groovy Programming Fundamentals for Java Developers
Delivered Online On Demand
£93.99

Oracle 19c SQL Programming Fundamentals (TTOR11019)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is appropriate for anyone needing to interface with an Oracle database or those needing a general understanding of Oracle database functionality. That would include end users, business analysts, application developers and database administrators. Overview Working in a hands-on learning environment led by our expert pracitioner you'll learn how to: Add Data, Retrieve, Sort and Organize a SQL Database Combine Data, Set Operators and Subqueries Manipulate Data and Data Definition Languages in SQL Work with Data Dictionary Views and Create Sequences, Indexes and Views Use Database Objects and Subqueries Perform Data and access control Perform other Advanced Level Database operations. Oracle 19C SQL Programming Fundamentals Is a three-day, hands-on course designed to equip you with the fundamental skills needed to set up, run and manage SQL databases using Oracle Database Technology. You will also be discovering all the tools and concepts required to organize data efficiently. Our engaging instructors and mentors are highly-experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working within in a hands-on learning environment, guided by our expert team, attendees will develop a practical approach to Oracle Database Technology. Throughout the course, you will learn the key elements of a database, and the way Oracle systems facilitate their induction in the system. You?ll also learn the tools and strategies you can implement to store, retrieve, compare and organize data according to your requirements. You?ll also explore the process of creating simple to complex reports from existing data. By the end of this course, you will also have hands-on knowledge of SQL systems that are required to proceed to other advanced to professional programs. ADDING DATA, RETRIEVING, SORTING AND ORGANIZING A SQL DATABASE * The building blocks of a database. * How to add data to the database. * The process of retrieving data using SQL functions. * Multiple methods of sorting and organizing data. * Using SQL functions to get the required simple to complex output. * Various strategies for using functions and conditions to organize data. COMBINING DATA, SET OPERATORS AND SUBQUERIES * Consolidating data using multiple functions and group operators. * Fetching intelligent data reports using simple functions. * Fetching data from multiple sources in the tables. * Using Subqueries to compile data as required. * Using Set operators to create smart data reports. DATA MANIPULATION AND DATA DEFINITION LANGUAGES IN SQL * Describing and managing data transaction using Data Definition Language. * Categorize and review data tables using Data Definition Language. DATA DICTIONARY VIEWS AND CREATING SEQUENCES, INDEXES AND VIEWS * How to manage and query Data Dictionary Views. * The process of creating and using Sequences. * How to create various types of Synonyms and Indexes. * Creating simple and complex views and retrieving data. UNDERSTANDING AND USING DATABASE OBJECTS AND SUBQUERIES * Core concept and application of Schema Objects. * Fetching required data with Subqueries. * Using Subqueries to organize Data in SQL. DATA AND ACCESS CONTROL * Assigning and revoking data access. * Managing data access control according to user levels. PERFORMING ADVANCED LEVEL DATABASE OPERATIONS. * Using advanced functions and performing data queries. * Creating and managing time zone-based databases.

Oracle 19c SQL Programming Fundamentals (TTOR11019)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Coding (C++, Python, JavaScript & IT) - CPD Certified

5.0(2)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Coding (C++, Python, JavaScript & IT) Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Become a Programming Powerhouse with Our Comprehensive Training Bundle In today's rapidly evolving digital landscape, the demand for skilled programmers and coders has soared to unprecedented heights. According to recent statistics, the UK is projected to face a shortage of over 800,000 skilled workers in STEM fields by 2030. Furthermore, the average salary for a programmer in the UK is an impressive £42,000 per annum, reflecting the high value placed on these invaluable skills. This bundle covers introductory programming with Scratch, HTML, CSS, Python, and C#, advanced programming and development with C++, Kotlin, computer vision, and data visualisation, web development using JavaScript frameworks, data science and database management with SQL, AutoCAD programming with VBA and .NET, and IT support and network security. But that's not all. When you enrol in Computer Programming and Coding from Scratch Online Training, you'll receive 30 CPD-Accredited PDF Certificates, Hard Copy Certificates, and our exclusive student ID card, all absolutely free. Courses Are Included In this Computer Programming and Coding from Scratch (Online) Career Bundle: Introductory Programming * Course 01: Coding with Scratch * Course 02: HTML and CSS Coding for Beginners and Kids * Course 03: PYTHON PROGRAMMING BIBLE * Course 04: Learn CSS Coding from Scratch * Course 05: Create HTML Email from Scratch * Course 06: Coding with HTML, CSS, & JavaScript * Course 07: Basic C# Coding Advanced Programming and Development * Course 08: Computer Vision: C++ and OpenCV with GPU support * Course 09: C# Programming - Beginner to Advanced * Course 10: Kotlin Programming : Android Coding * Course 11: C++ Coding Masterclass * Course 12: C++ Development: The Complete Coding Guide Web Development * Course 13: Front End Web Development Training for Everyone * Course 14: jQuery: JavaScript and AJAX Coding Bible * Course 15: Javascript Programming for Beginners * Course 16: Master JavaScript with Data Visualisation Data Science & Database Management * Course 17: Quick Data Science Approach from Scratch * Course 18: R PROGRAMMING FOR DATA SCIENCE * Course 19: SQL Programming Masterclass * Course 20: Microsoft SQL Server Development for Everyone * Course 21: SQL Server for Beginners AutoCAD Programming * Course 22: AutoCAD to Excel - VBA Programming Hands-On! * Course 23: AutoCAD Programming using VB.NET with Windows Forms * Course 24: AutoCAD VBA Programming - Beginner course * Course 25: AutoCAD Programming using C# with Windows Forms IT Support and Security * Course 26: IT Support Technician Training * Course 27: LEARN ETHICAL HACKING FROM A-Z: BEGINNER TO EXPERT * Course 28: Secure Programming of Web Applications * Course 29: Functional Skills IT * Course 30: Computer Networks Security from Scratch to Advanced Don't let this opportunity pass you by. Enrol in Coding (Computer Programming) today and take the first step towards achieving your goals and dreams. Why buy this Coding (Computer Programming) Fundamentals? * Get Free CPD Accredited Certificate upon completion of Coding (Computer Programming) * Get a free student ID card with Coding (Computer Programming) * Lifetime access to the Coding (Computer Programming) course materials * Get instant access to this Coding (Computer Programming) course * Learn Coding (Computer Programming) from anywhere in the world * 24/7 tutor support with the Coding (Computer Programming) course. Start your learning journey straightaway! This Coding (Computer Programming)'s curriculum has been designed by Coding (Computer Programming) experts with years of experience behind them. This course is extremely dynamic and well-paced to help you understand Coding (Computer Programming) with ease. You'll discover how to master the Coding (Computer Programming) skill while exploring relevant and essential topics. Certification of Coding (Computer Programming) You have to complete the assignment given at the end of the Coding (Computer Programming) course. After passing the Coding (Computer Programming) exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 300 CPD hours / points Accredited by CPD Quality Standards WHO IS THIS COURSE FOR? This bundle is ideal for: * Students seeking mastery in this field * Professionals seeking to enhance their skills * Anyone who is passionate about this topic REQUIREMENTS This Coding (Computer Programming) doesn't require prior experience and is suitable for diverse learners. CAREER PATH This Coding (Computer Programming) bundle will allow you to kickstart or take your career in the related sector to the next stage. CERTIFICATES CPD ACCREDITED DIGITAL CERTIFICATE Digital certificate - Included CPD ACCREDITED HARD COPY CERTIFICATE Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

Coding (C++, Python, JavaScript & IT) - CPD Certified
Delivered Online On Demand
£209

CompTIA Linux+

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for IT professionals whose primary job responsibility is the management of servers and other devices running the Linux operating system. A typical student in this course should have at least nine months of hands-on Linux experience and at least one and a half years of IT experience in other computing environments. The target student should wish to expand their skillset to support their career in Linux system administration and operation. This course is also designed for students who are seeking the CompTIA Linux+ certification and who want to prepare for Exam XK0-005. The Linux+ certification can validate the student's understanding and skill in configuring, monitoring, and supporting Linux systems. Overview In this course, you will configure, operate, and troubleshoot Linux systems. You will: - Perform basic Linux tasks. - Manage users and groups. - Manage permissions and ownership. - Manage storage. - Manage files and directories. - Manage kernel modules. - Manage the Linux boot process. - Manage system components. - Manage devices. - Manage networking. - Manage packages and software. - Secure Linux systems. - Write and execute Bash shell scripts. - Automate tasks. - Plan and perform a Linux installation. The Official CompTIA© Linux+© courseware builds on your existing experience with systems operations and administration to provide you with the knowledge and skills required to configure, manage, operate, and troubleshoot a Linux environment by using security best practices, scripting, and automation. This course will also prepare you for the Exam XKO-005. 1 - PERFORMING BASIC LINUX TASKS * Identify the History and Development of Linux * Enter Shell Commands * Get Help Using Linux 2 - MANAGING USERS AND GROUPS * Assume Superuser Privileges * Create, Modify, and Delete Users * Create, Modify, and Delete Groups * Query Users and Groups * Configure Account Profiles 3 - MANAGING PERMISSIONS AND OWNERSHIP * Modify File and Directory Permissions * Modify File and Directory Ownership * Configure Special Permissions and Attributes * Troubleshoot Permissions Issues 4 - MANAGING STORAGE * Create Partitions * Manage Logical Volumes * Mount File Systems * Manage File Systems * Navigate the Linux Directory Structure * Troubleshoot Storage Issues 5 - MANAGING FILES AND DIRECTORIES * Create and Edit Text Files * Search for Files * Perform Operations on Files and Directories * Process Text Files * Manipulate File Output 6 - MANAGING KERNEL MODULES * Explore the Linux Kernel * Install and Configure Kernel Modules * Monitor Kernel Modules 7 - MANAGING THE LINUX BOOT PROCESS * Configure Linux Boot Components * Configure GRUB 2 8 - MANAGING SYSTEM COMPONENTS * Configure Localization Options * Configure GUIs * Manage Services * Troubleshoot Process Issues * Troubleshoot CPU and Memory Issues 9 - MANAGING DEVICES * Identify the Types of Linux Devices * Configure Devices * Monitor Devices * Troubleshoot Hardware Issues 10 - MANAGING NETWORKING * Identify TCP/IP Fundamentals * Identify Linux Server Roles * Connect to a Network * Configure DHCP and DNS Client Services * Configure Cloud and Virtualization Technologies * Troubleshoot Networking Issues 11 - MANAGING PACKAGES AND SOFTWARE * Identify Package Managers * Manage RPM Packages with YUM * Manage Debian Packages with APT * Configure Repositories * Acquire Software * Build Software from Source Code * Troubleshoot Software Dependency Issues 12 - SECURING LINUX SYSTEMS * Implement Cybersecurity Best Practices * Implement Identity and Access Management Methods * Configure SELinux or AppArmor * Configure Firewalls * Implement Logging Services * Back Up, Restore, and Verify Data 13 - WORKING WITH BASH SCRIPTS * Customize the Bash Shell Environment * Identify Scripting and Programming Fundamentals * Write and Execute a Simple Bash Script * Incorporate Control Statements in Bash Scripts 14 - AUTOMATING TASKS * Schedule Jobs * Implement Version Control Using Git * Identify Orchestration Concepts 15 - INSTALLING LINUX * Prepare for Linux Installation * Perform the Installation ADDITIONAL COURSE DETAILS: Nexus Humans CompTIA Linux Plus Certification (Exam XK0-005) 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 CompTIA Linux Plus Certification (Exam XK0-005) 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.

CompTIA Linux+
Delivered Online6 days, Aug 12th, 13:00 + 2 more
£2475

Coding with Scratch

5.0(2)

By Studyhub UK

Embark on a digital odyssey and master the art of coding with our Coding with Scratch course. Ideal for beginners and those taking their initial steps into the world of programming, this course will guide you through the vibrant interface of Scratch, a platform where creativity meets logic. From understanding the fundamentals in the 'Introduction' to diving into the interactive environment of Scratch in 'Getting Started with Scratch', your journey promises to be as enjoyable as it is educational. As you progress to 'Coding with Scratch', you'll translate your imagination into code, creating engaging and interactive digital stories, games, and animations. The course culminates with 'Finalized Activities', where you will apply your newfound skills to complete projects that showcase your ability to think critically and solve problems through code. This course isn't just about learning to code; it's about opening doors to digital literacy and creativity that can lead to a lifetime of innovation. Learning Outcomes * Comprehend the fundamentals of Scratch and its interface. * Develop interactive projects using Scratch's visual programming language. * Cultivate problem-solving techniques through coding challenges. * Enhance digital literacy and creative thinking. * Complete original projects that demonstrate a clear grasp of coding concepts. WHY CHOOSE THIS CODING WITH SCRATCH COURSE? 1. Unlimited access to the course for a lifetime. 2. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. 3. Structured lesson planning in line with industry standards. 4. Immerse yourself in innovative and captivating course materials and activities. 5. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. 6. Flexibility to complete the Course at your own pace, on your own schedule. 7. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. 8. Unlock career resources for CV improvement, interview readiness, and job success. WHO IS THIS CODING WITH SCRATCH COURSE FOR? * Novices in computer programming keen to learn through an intuitive platform. * Young learners looking for an engaging introduction to coding concepts. * Educators seeking resources to teach programming fundamentals in an accessible way. * Hobbyists interested in creating digital art and games. * Parents wishing to provide their children with a foundation in digital creation. CAREER PATH * Educational Technology Specialist: £25,000 - £50,000 * Game Developer: £20,000 - £55,000 * Interactive Media Designer: £20,000 - £40,000 * Youth Coding Instructor: £18,000 - £35,000 * Digital Literacy Advocate: £25,000 - £45,000 * Software Developer: £25,000 - £70,000 PREREQUISITES This Coding with Scratch does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Coding with Scratch 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 Section 01: Introduction Meet your instructor 00:01:00 Article 1 00:00:00 Article 2 00:00:00 Section 02: Getting Started with Scratch Getting Started with Scratch 00:02:00 Sprites 00:03:00 Backdrops 00:02:00 Section 03: Coding with Scratch Motion blocks 00:04:00 Looks 00:05:00 Sound 00:02:00 Events 00:04:00 Control 00:05:00 Operators 00:01:00 Sensing 00:05:00 Variables 00:03:00 Section 04: Finalized Activities Sample Activity 00:01:00 How to make a sample activity 00:08:00 Assignment Assignment - Coding with Scratch 00:00:00

Coding with Scratch
Delivered Online On Demand
£10.99

C# Basics For Absolute Beginners in C# and .NET

By Packt

In this course, learn the C# programming fundamentals that are the building blocks of .NET programming, and build a solid foundation on the basics of C# programming language and coding constructs. No prior C# or .NET coding experience is required.

C# Basics For Absolute Beginners in C# and .NET
Delivered Online On Demand
£41.99

Educators matching "Programming Fundamentals"

Show all 16
eduX

edux

4.8(27)

London

Welcome to eduX, your premier destination for online learning and educational resources. At eduX, we believe in the transformative power of education to enrich lives and empower individuals to reach their full potential. Our Mission: eduX is dedicated to providing accessible, high-quality education to learners worldwide. Our mission is to democratize learning by breaking down barriers to education and fostering a community of lifelong learners. What We Offer: At eduX, we offer a diverse range of courses across various disciplines, from academic subjects to professional development and personal enrichment. Whether you're looking to enhance your skills, pursue a new passion, or advance your career, we have something for everyone. Why Choose eduX? * Update Courses Content & Material : At eduX, learners can expect to receive updated courses with comprehensive materials to ensure they stay current with the latest advancements in their chosen fields. * Flexible Learning: We understand that life can be busy, which is why we offer flexible learning options to fit your schedule. Learn at your own pace, anytime, anywhere. * Interactive Learning Experience: Engage with course materials through interactive lectures, assignments, and discussions. Collaborate with fellow learners from around the world and gain insights from diverse perspectives. * Continuous Support: Our dedicated support team is here to assist you every step of the way. Whether you have questions about course content or need technical assistance, we're here to help. Join the eduX Community: Join us on a journey of discovery, growth, and lifelong learning. Whether you're a student, professional, or lifelong learner, eduX is your trusted partner in education. Explore our courses today and unlock endless possibilities for personal and professional development. Welcome to eduX, Where Knowledge Takes Flight.

Course Gate

course gate

5.0(1)

London

Welcome to Course Gate, your gateway to a world of knowledge and opportunity. We are a leading online learning marketplace dedicated to empowering individuals and organisations with the skills they need to succeed in today's dynamic and competitive environment. -------------------------------------------------------------------------------- Our Mission Our mission is to make education accessible and enjoyable for everyone. We want to help you discover your passion, expand your knowledge, and grow your confidence. Whether you want to learn a new language, master software, or develop a hobby, we have the right course for you.  -------------------------------------------------------------------------------- Our Vision  At Course Gate, we envision a future where education knows no boundaries. Our goal is to eliminate the traditional barriers of time, location, and accessibility, empowering learners from diverse backgrounds to unlock their full potential. Through our innovative approach, we aim to revolutionise the learning experience by making top-quality education accessible to everyone, regardless of their location. -------------------------------------------------------------------------------- Why Choose Course Gate? When you opt for Course Gate, you're choosing excellence, convenience, and an unparalleled learning experience. Here's why learners and organisations worldwide trust us: * Unmatched Quality: We meticulously curate our courses, collaborating with industry-leading experts to provide the highest-quality, relevant, and up-to-date content. * Flexible Learning: Our platform enables you to learn at your own pace, fitting into your schedule. Whether you're a full-time professional, a stay-at-home parent, or a busy student. * 24/7 Customer Support: Our dedicated customer support team is available to assist you whenever you need help. * Accreditation & Endorsement: We hold CPD accreditation and QLS endorsement, and we're a registered course provider on the UKRLP in the UK. * Affordability: We believe education should be accessible to all. Course Gate provides competitive pricing and discounts, ensuring that the cost never becomes a barrier to your personal and professional development. So, what are you waiting for? Join the thousands of learners who have already chosen Course Gate as their trusted learning partner and unlock your full potential. --------------------------------------------------------------------------------

Academy for Health and Fitness

academy for health and fitness

4.8(12)

London

Who We Are Academy for Health and Fitness is a growing online course provider where students learn and transform themselves for a better tomorrow. We created our courses with a specific emphasis on three primary categories: fitness, Therapy, and Health. Our organisation provides a wide variety of individually accredited courses and a comprehensive certification programme, through which we give millions of professionals the employable skills they need to succeed in their careers. Moreover, we focus strongly on providing our students with the necessary expertise for the future world. Our Mission As a growing Health and fitness course provider, we deliver our students the best learning environment possible and open up the opportunity for everyone to learn new skills. While granting access to various courses, we strive to uphold our sterling reputation, excellent service, and complete transparency. Our Vision We aim to raise higher learning standards and establish ourselves as the UK's leading course provider. Furthermore, we want to create a safer learning environment with the highest flexibility while maximising each student's potential to enhance their employability, both now and in the future. We Provide * Courses curated by leading industry experts * Fully accredited courses & study materials * Business Team Training * Affordable subscription * Accredited Certification * New courses every month * Flexible learning * 24/7 Support What Made Us Unique We are dedicated to providing the greatest customer service and the most comprehensive selection of courses. With new courses being added constantly, you can rest assured that you will get the best learning experience and an outstanding customer support team to help you become skilled and certified.