All
This training course aims to provide a comprehensive understanding of Blockchain technology, an innovative system used to record information in a secure, transparent, and decentralized manner. Blockchain relies on a series of blocks that are linked together using cryptographic techniques, making it impossible to tamper with the stored data. The program aims to enable participants to understand how this technology works, its different types (public, private, and hybrid), its applications in va...
Scratch is a visual programming language that allows students to create their own interactive stories, games and animations. As students design Scratch projects, they learn to think creatively, reason systematically, and work collaboratively.
In this course you will learn the basics of programming using C++ language. You will learn how to identify the functionality of the basic parts of any programming code even if not written in C++. You will also learn how to handle inputs and outputs, flow control, functions, arrays, debugging tools, some computational problems and many more topics.
The program focuses on fundamental principles that enable participants to use computers effectively and browse the internet correctly. It includes a dedicated section on key software used daily, both in school and work tasks. The IC3 (Internet and Computing Core Certification) is an internationally recognized certification that demonstrates proficiency in computing and internet basics. It covers three main areas: 1. Computing Fundamentals: Covers understanding computer h...
Introduce fundamental programming concepts: Includes understanding: variables, data types (like numbers, strings, and Booleans), operators (used for calculations and comparisons), and basic control flow statements (like if statements and loops). Learn basic syntax and structure: Understanding how Python code is written, including indentatio...
Understand the purpose of SQL and relational databases. Identify key database objects like tables, columns, rows, and constraints. Learn the basic SQL syntax for data retrieval (SELECT), insertion (INSERT), updates (UPDATE), and deletion (DELETE). Master the SELECT statement to extract specific data from tables. Use filtering conditions (WHERE), sorting (ORDER BY), and grouping (GROUP BY) effectively. Apply aggregate functions (SUM, COU...