National Chengchi University
Uedu Main Site
Explore Uedu
Student Console
Register as Member/Login
Research Informed Consent Center
Survey Center
Teacher Console
Course Setup
Support & Messages
Uptime Data

UeduGPTs

--

Jupyters

7

Local AI

--

Uedu Code

--

CISOSE26 Local AI Uedu Code UG26
政治大學 AQI 58 26°C PM2.5 12
AI Reply Desktop Notifications

Show a desktop notification when the AI TA finishes replying

Chat Message Notifications

Notify me when classmates post messages in the forum

Sound notification

Play an alert sound whenever there is a new notification

Uedu Computing · Interdisciplinary General Education

Understand how an entire computer works from a single bit

Covers basics, hardware and operating systems, programming, algorithms and data structures, databases, networking, cyber security, and computational theory.
Takes you through the university “Introduction to Computers” in full, with each article labelled by level and accompanied by a conceptual illustration.

130
readings
65
Topic category
12
Terminology
Algorithms · Quicksort DEMO
Quicksort n=32 pivot=arr[hi]=52
32
Number of elements n
214times
Number of comparisons
49times
Number of exchanges
7 layers
Recursion depth
Average O(n log n) Worst O(n²) Unstable sorting
Teaching illustration · partition intermediate state · indicative scale for a frequency count of n=32

Quicksort partition demo · O(n log n) average

Topic category

Build a complete map of computer fundamentals step by step by starting from topic clusters

計算的基礎 Foundations of Computing

電腦硬體與組織 Hardware & Organization

作業系統 Operating Systems

程式設計 Programming

演算法與資料結構 Algorithms & Data Structures

資料庫與資料管理 Databases & Data

網路與網際網路 Networks & Internet

資訊安全與計算理論 Security & Theory

程式實作(Python) Programming with Python

程式實作(C++) Programming with C++

程式實作(Java) Programming with Java

Notes for use

This section contains original educational material intended to build conceptual frameworks; the illustrations are conceptual diagrams generated by AI (not precise technical diagrams). For deeper study, please still refer to textbooks and authoritative teaching materials.