Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

469 total results found

Beoordeling B3v1

2024 Level Up Check

Opgave 1, Arrays deel 1 2 punt voor getallen in array 2 punten voor juiste code (geen foutmeldingen en opmaak incluisef {} ) 2 punten voor deze output De array heeft de volgende waarden: 12, 45, 78, 23, 56 deel 2 4 punten toevoegen 89 aan array via cod...

Grid View - Max MVC

Overig / Notes

Below is sample documentation that explains how to configure each column in your grid. You can include this in your project’s documentation (for example, as a README or developer guide). Grid Column Data Structure Each column in the grid is defined as an a...

(Cyber) Security Overview

Overig Onderwijs

Incident Response LIfecycle (NIST Framework) The NIST (National Institute of Standards and Technology) defines a 6-phase approach: Preparation Develop an incident response plan (IRP). Train teams, conduct security awareness programs. Implement secur...

Fotobooth

Brand-Brothers

Code voor Arduino (1ste versie) #include <Keyboard.h> const int inputPin = 12; // Pin connected to Nayax output int lastState = LOW; // Previous state of the input pin int count; void setup() { pinMode(inputPin, INPUT); // Set the pin a...

Temperatuur en luchtvochtigheid

Arduino

Temperatuur en luchtvochtigheid DHT11 DHT11; van links naar rechts: signaal (naar port 2), 3.3V, GRND.Let op er zijn meerdere varianten en bij de meeste zit de data in het midden. (https://elektronicavoorjou.nl/product/dht11-temperatuur-en-vochtigheid-s...

Arduino's overview

Arduino

Entry-Level Boards Arduino UNO R4 Minima Price: ~$20 Main Purpose: Beginner-friendly board for learning electronics and programming. Capabilities: HID support (keyboard/mouse emulation), no built-in Wi-Fi or Bluetooth. Memory: 32 KB SRAM, 256 KB F...

Arduino projects ideas

Arduino

Arduino projects ideas LED Blinking Traffic Light Description: Build a simple traffic light simulation with red, yellow, and green LEDs that cycle in sequence. Learning Objectives: Digital output, basic timing with delay(), and code structure (setup...

Display

Arduino

1602 LCD Module Display Bundle with I2C interface 2x16 Characters Aansluitschema Let op: de pin configuratie verschilt per type Arduino Uno, Ethernet A4 (SDA), A5 (SCL)  Mega2560 20 (SDA), 21 (SCL)  Leonardo     2 (SDA),  3 (SCL) ...

PageESP32-WROOM-32S 32d

Arduino

Board Full name IdealSpark® ESP32 Development Board Integrated 2.9 cm ST7789 135x240 TFT LCD Display, WiFi+BL Wireless Module, CH340 Driver USB Type-C for Arduino Micropython Datasheet Board description The Dual Core 30pin ESP32-WROOM-32S 32d is compati...

Thermometer bewegingsmelder en clock

Arduino

Thermometer bewegingsmelder en clock Het display laat de temperatuur en luchtvochtigheid zien en toont de trend met een pijltje omhoog of naar beneden. Op de tweede regel staat de datum en tijd. Het display gaat alleen 'aan' als er beweiging wordt geconstat...

Software Development en AI

2024

Samenvatting In de tijd van AI blijven bepaalde vaardigheden onmisbaar voor programmeurs: Probleemoplossend denken: Analyseer complexe vraagstukken en ontwerp robuuste oplossingen. Softwarearchitectuur: Bepaal systeemstructuur, design patterns en zo...

Herhaling Arrays en Loops

2024 Programmeren1

Opgave A Pas de code aan zodat het land én de hoofdstad nast elkaar op één regel wordt afgedrukt. Output Nederland: AmsterdamBelgië: BrusselDuitsland: Berlijn Code <?php $landen = [ "Nederland" => [ "hoofdstad" => "Amsterdam", "inw...

Sets and availabilty

Brand-Brothers

"Database prompt" The following data is to be used as input. Table equipment with columns id and current_quantityThis data is equipment that is available for renting. Per equipment id (item) the current _quantity is the stock available. Table equipmentset...

Example prompt

2024

ZapQuiz: Interactive Quiz Application  Part 1 Project Overview ZapQuiz is a Kahoot-like interactive quiz application that allows teachers to create quizzes and participants to join via QR codes, answering questions in real-time with a points-based scoring s...

Beweging, Temperatuur Clock en Buttons

Arduino

Same setup but improved with three buttons to make it completely independed from PC. #include <Wire.h> #include <LiquidCrystal_I2C.h> #include <DHT.h> #include <DS3231.h> // --- Definitions --- #define DHTPIN 4 // Pin connected to the DHT11 data ...

Scratch 1

Software Development 2025 Blok 1 van Scratch naar Python

Deze pagina biedt een stap-voor-stap handleiding om te leren programmeren in Scratch door het bouwen van een doolhofspel. Je volgt de lessen door middel van uitlegvideo's, maakt opdrachten direct in Scratch en leert daarbij belangrijke programmeerconcepten zoa...

Scratch 2

Software Development 2025 Blok 1 van Scratch naar Python

Deze pagina biedt een reeks lessen voor het maken van een platformspel in Scratch 2, vergelijkbaar met Super Mario. De instructies leiden gebruikers stap voor stap door het proces, beginnend bij basisbeweging en voortschrijdend naar complexere elementen zoals ...

VU

Overig / Notes

Cheat Sheet – Virtual Environment Manager Standard python3 -m venv .venv source .venv/bin/activate // Linux .venv\Scripts\activate // Windows Create and Manage Environments Command Description vu new <envname> Create a new virtua...

#vu

Malta

2024

C# Code dag 1 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; public enum Days { Monday, Tuesday, Wednesday } namespace RPG { class Program { //...

Prompt Engineering 1

Software Development 2025 Blok 4 - Back End / PHP

cursus 28568 Introductie datasource Prompt Engineering is alsof je een buitenstaander die niets van je weet iets wilt vragen. Omdat te doen moet je dus duidelijk en geod communiceren. We gaan leren hoe we goede prompt kunnen schrijven. Voor een goede pr...