Quiz 2
Registry Synced

Chatty reference · computationalthinking week 2

69 words
1 min read
2026-08-16

10. CT Week 2

  • Iteration
  • Filtering
  • Selection
  • Pseudocode
  • Finding maximum/minimum
  • AND
Patterns:

Accumulation

text
total ← 0

for each x:
    total ← total + x

Maximum

text
best ← first item

for each x:
    if x > best:
        best ← x

Filtering

text
if condition:
    keep/process x

Conjunction

ABA\land B
Both must be true.

Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.