This lecture finishes the first PowerPoint lecture for this class. It reviews Distributed Architecture and Client/Server systems. The concept of network tiers and design patterns is also discussed. It also introduces the concept of JDBC and how easy the driver and connection is to establish. There will be a full JDBC lecture in the next [...]
Lecture
Lecture 26 | Programming Paradigms (Stanford)
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. In this lecture, Prof. Cain lectures on the Python programming language in relation to XML processing and the internet. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to [...]
Unix OS – Lecture 5
This lecture provides an overview of the Unix Kernel and describes the differences between user mode and kernel mode. It also explains the concept of interrupts, signals, traps and user mode to kernel mode switching. The lecture also introduces concepts related to Kernel services such as CPU Scheduling, Memory Management, Process Management, Hardware Interfaces and [...]