Quiz 2
Registry Synced

Chatty reference · computationalthinking week 6

65 words
1 min read
2026-08-16

14. CT Week 6 — Tables & Dictionaries

Official syllabus calls this "Table, Dictionary." citeturn1view2
Patterns:

Table

Think:
row×column\text{row}\times\text{column}

Dictionary

Think:
keyvalue\text{key}\rightarrow\text{value}
Typical questions:
  • Lookup
  • Update
  • Count frequencies
  • Map identifiers to information
  • Represent relationships
  • Translate table ↔ dictionary representation
Frequency counting is a particularly important reusable pattern:
text
for each item:
    frequency[item] += 1

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.