Assignment Chef icon Assignment Chef

Lessons

Hebrew programming tutorials

Focused lessons based on real assignment themes, written for quick study before you start coding.

May 22, 2026

Build a Relational Database for Employee Computer Tracking: A Step-by-Step SQL Project Guide

Learn how to extend the Wedgewood Pacific database with COMPUTER and COMPUTER_ASSIGNMENT tables, write SQL queries to track computer usage, and design an E-R diagram in MySQL Workbench. This tutorial covers table creation, data insertion, referential integrity, and query writing with sorting and joi

SQL project database project employee computer tracking MySQL tutorial referential integrity

Available languages

May 21, 2026

Mastering SQL Joins and Pattern Matching: A CIS4301 Homework 3 Guide

Learn how to tackle CIS4301 Homework 3 with confidence. This tutorial covers table creation, data insertion, SQL queries with WHERE, BETWEEN, LIKE patterns, and joins, using a travel booking database. Perfect for UF students studying SQL 1.

CIS4301 homework 3 SQL tutorial MariaDB query examples SQL pattern matching LIKE BETWEEN date SQL

Available languages

May 21, 2026

Mastering LeNet-5 CNN Training on MNIST, Fashion-MNIST, and CIFAR-10

Learn to train a LeNet-5 convolutional neural network on three datasets: MNIST, Fashion-MNIST, and CIFAR-10. Understand CNN components, overfitting, activation functions, and loss functions. Achieve 99%, 90%, and 65% accuracy respectively.

LeNet-5 CNN training MNIST Fashion-MNIST CIFAR-10

Available languages

May 21, 2026

Mastering Virtual Memory: Page Tables and Replacement Algorithms in CSC369

Learn how to implement two-level page tables and four page replacement algorithms (FIFO, LRU, CLOCK, OPT) for CSC369 Assignment 3. This tutorial covers address translation, demand paging, and performance analysis with timely examples from modern computing.

CSC369 assignment 3 page tables page replacement algorithms virtual memory simulator two-level page table

Available languages