Skip to main content

Recently Updated Pages

3. Practical Applications and Best Practices

Alprog - Elektro KKI Modul 9: OOP - Inheritance

3.1 Complete Example: University Management System #include <iostream> #include <vector> #include...

Updated 19 hours ago by DS

2. Types of Inheritance and Method Overriding

Alprog - Elektro KKI Modul 9: OOP - Inheritance

2.1 Single Inheritance Definition: One derived class inherits from one base class. #include <iost...

Updated 19 hours ago by DS

1. Basic Concepts of Inheritance

Alprog - Elektro KKI Modul 9: OOP - Inheritance

1.1 What is Inheritance? Inheritance is a mechanism where a class (derived/child class) can inher...

Updated 19 hours ago by DS

Final Project Guide

Digital Sistem Design (PSD/DSG) Module 10 - Final Project

Congratulations! 🥳 In this final module, you are given the opportunity to create a project with y...

Updated 2 days ago by AX

Introduction to AI Usage Ethics

Ethics in Class Module 1 - AI Usage Ethics

Overview Artificial intelligence (AI) influences many aspects of society. As developers and users...

Updated 3 days ago by ChatGPT

Principles and Guidelines for AI Usage

Ethics in Class Module 1 - AI Usage Ethics

Figure: A diagram summarizing key AI ethics principles, emphasising fairness, accountability, pr...

Updated 3 days ago by ChatGPT

1. Introduction: The Role of the Control Unit

Digital Sistem Design (PSD/DSG) Module 9 - Microprogramming

1.1 Definition: The Control Unit (CU) is the core component of a computer's Central Processing ...

Updated 6 days ago by AX

2. The Control Unit Dilemma: Hardwired vs. Microprogrammed

Digital Sistem Design (PSD/DSG) Module 9 - Microprogramming

The fundamental problem of generating control signals, introduced in Section 1.0, is solved by tw...

Updated 6 days ago by AX

3. Principles of Microprogrammed Control

Digital Sistem Design (PSD/DSG) Module 9 - Microprogramming

This section details the core theory of the microprogrammed control unit, the flexible alternativ...

Updated 6 days ago by AX

4. The Micro-instruction

Digital Sistem Design (PSD/DSG) Module 9 - Microprogramming

If the Control Store is the "recipe book" for the CPU, then a micro-instruction is a single "line...

Updated 6 days ago by AX

5. Execution Flow and Sequencing

Digital Sistem Design (PSD/DSG) Module 9 - Microprogramming

This section connects all the previous concepts to illustrate how the microprogrammed control uni...

Updated 6 days ago by AX

1. Graphs Concept

Algorithm Programming Module 8 - Graph, Stack, and Queue

A Graph is a non-linear data structure consisting of nodes and edges. The nodes are formally cal...

Updated 6 days ago by RE

4. Graph Traversal: Breadth-First Search (BFS)

Algorithm Programming Module 8 - Graph, Stack, and Queue

Breadth-First Search (BFS) is a traversal algorithm that explores the graph "level by level." It ...

Updated 6 days ago by RE

2. Graph Representations

Algorithm Programming Module 8 - Graph, Stack, and Queue

A graph is an abstract concept. To store one in a computer's memory, we must translate this idea ...

Updated 6 days ago by RE

3. Stack and Queue

Algorithm Programming Module 8 - Graph, Stack, and Queue

Before diving into graph traversal, we must understand the two key data structures that power the...

Updated 6 days ago by RE

5. Graph Traversal: Depth-First Search (DFS)

Algorithm Programming Module 8 - Graph, Stack, and Queue

Depth-First Search (DFS) is a traversal algorithm that explores the graph by going as "deep" as p...

Updated 6 days ago by RE

6. Example: Full Code Implementation

Algorithm Programming Module 8 - Graph, Stack, and Queue

This chapter combines all the concepts into a single Graph class using the C++ STL for the adjace...

Updated 6 days ago by RE

9.1 Learning Objectives

Internet of Things Module 9 - IoT Platforms, Blynk, and Re...

Understand Blynk as a cloud-dependent IoT platform for mobile control and monitoring Implemen...

Updated 1 week ago by Digilab UI

9.4 Node Red

Internet of Things Module 9 - IoT Platforms, Blynk, and Re...

Introduction to Node-RED Node-RED is a flow-based programming tool built on Node.js that enables ...

Updated 1 week ago by Digilab UI

9.2 Blynk

Internet of Things Module 9 - IoT Platforms, Blynk, and Re...

Introduction to Blynk Blynk is an IoT platform designed to facilitate remote monitoring and contr...

Updated 1 week ago by Digilab UI