<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tcx2005 on ENKR's Blog | Jing Hui PANG</title><link>https://blog.enkr1.com/tags/tcx2005/</link><description>Recent content in Tcx2005 on ENKR's Blog | Jing Hui PANG</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>ENKR</copyright><lastBuildDate>Mon, 18 May 2026 04:53:23 +0800</lastBuildDate><atom:link href="https://blog.enkr1.com/tags/tcx2005/index.xml" rel="self" type="application/rss+xml"/><item><title>TCX2005 | Notebook</title><link>https://blog.enkr1.com/nus-bit-tcx2005-notebook/</link><pubDate>Sun, 17 May 2026 03:30:00 +0800</pubDate><guid>https://blog.enkr1.com/nus-bit-tcx2005-notebook/</guid><description>&lt;p&gt;Taking TCX2005 Information Systems, Management and Organisations with Prof Prakash this Special Term. Eight weekly lectures, six Canvas quizzes, a team project, and a 50% open-book Examplify final on 11 July. The final ships the lecture slides bundled inside Examplify, no internet, no Ctrl-F across personal notes. Translation: lookup speed beats memorisation, but only if I have a &lt;em&gt;real&lt;/em&gt; notebook to look up from.&lt;/p&gt;
&lt;p&gt;This page is that notebook. It grows lecture by lecture. Chapter 1 is filled. Chapters 2 to 10 land as each lecture happens.&lt;/p&gt;
&lt;p&gt;For the database side of my Special Term, see &lt;a class="link" href="https://blog.enkr1.com/nus-bit-tcx2003-notebook/" &gt;TCX2003 Notebook&lt;/a&gt;. For the method behind these notebooks, see &lt;a class="link" href="https://blog.enkr1.com/book-how-to-take-smart-notes/" &gt;How To Take Smart Notes&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="chapter-1-foundations-of-information-systems"&gt;Chapter 1: Foundations of Information Systems
&lt;/h1&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Lecture:&lt;/strong&gt; Thu 14 May 2026, 18:30 to 20:30, LT15 F2F.
&lt;strong&gt;Textbook anchor:&lt;/strong&gt; Laudon and Laudon, MIS 17th ed., Chapter 1 and Chapter 2.
&lt;strong&gt;Quiz scope:&lt;/strong&gt; L1 and L2 share Quiz 1 (Wed 20 May 23:59, 1 point, two attempts).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="the-mystery"&gt;The mystery
&lt;/h2&gt;&lt;p&gt;A clothing chain called &lt;em&gt;TrendyThreads&lt;/em&gt; had everything you would put on a slide deck. AI fitting room recommendations. Smart chatbots. A clean digital storefront and an attentive in-store experience. The technology worked. The vendor delivered. The sales stayed flat. Then they dropped.&lt;/p&gt;
&lt;p&gt;Why?&lt;/p&gt;
&lt;p&gt;Hold that question. Most of this chapter is the answer.&lt;/p&gt;
&lt;h2 id="what-an-information-system-actually-is"&gt;What an information system actually is
&lt;/h2&gt;&lt;p&gt;Laudon (Chapter 1) defines it like this, and I had to read it three times before the words clicked:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;An information system can be defined technically as a &lt;strong&gt;set of interrelated components&lt;/strong&gt; that &lt;strong&gt;collect, process, store, and distribute&lt;/strong&gt; information to support decision making and control in an organisation.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Two pieces of vocabulary tripped me up: &lt;em&gt;interrelated components&lt;/em&gt; and &lt;em&gt;the four verbs&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Interrelated components.&lt;/strong&gt; A camera is not an information system. A router is not an information system. A database is not an information system. Wire them together with rules, and the wired thing has behaviour the parts did not have. That emergent thing is the IS. The word &amp;ldquo;interrelated&amp;rdquo; carries that whole idea: not just a pile of devices, but devices and people connected in a way that produces information.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The four verbs (CPSD).&lt;/strong&gt; Collect, Process, Store, Distribute. They tell you what an IS &lt;em&gt;does&lt;/em&gt; with information. I learnt these faster by reverse-translating from a system I had already built. GrabFood orders go like this:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;CPSD verb&lt;/th&gt;
&lt;th&gt;GrabFood mechanism&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Collect&lt;/td&gt;
&lt;td&gt;Customer taps Place Order, backend ingests order data&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Process&lt;/td&gt;
&lt;td&gt;Decode menu items, calculate price, match driver&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Store&lt;/td&gt;
&lt;td&gt;Order persisted to database, awaiting driver pickup&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Distribute&lt;/td&gt;
&lt;td&gt;Push notification to restaurant and driver via FCM&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The trap (Quiz 1 loves this trap): if you write &amp;ldquo;FCM&amp;rdquo; or &amp;ldquo;WhatsApp&amp;rdquo; as the verb, you score zero. Those are &lt;em&gt;implementations&lt;/em&gt;. &lt;strong&gt;Distribute&lt;/strong&gt; is the function. FCM is one way to do it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Static lens.&lt;/strong&gt; CPSD answers &amp;ldquo;what does an IS do?&amp;rdquo; It is the snapshot definition. It does not describe motion.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="how-data-actually-moves-ipof"&gt;How data actually moves: IPOF
&lt;/h2&gt;&lt;p&gt;Once you have the static definition, the next question is: how does data flow through the system? The answer is a different four-letter acronym, IPOF, and Prakash will put both in the same exam to see if you mix them up.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 1&lt;/span&gt;&lt;span class="cl"&gt; Environment / raw data
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 2&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 3&lt;/span&gt;&lt;span class="cl"&gt; ▼
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 4&lt;/span&gt;&lt;span class="cl"&gt; ┌─────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 5&lt;/span&gt;&lt;span class="cl"&gt; │ INPUT │ captures raw data
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 6&lt;/span&gt;&lt;span class="cl"&gt; └────┬────┘
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 7&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 8&lt;/span&gt;&lt;span class="cl"&gt; ▼
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 9&lt;/span&gt;&lt;span class="cl"&gt; ┌──────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;10&lt;/span&gt;&lt;span class="cl"&gt; │ PROCESSING │ converts to meaningful form
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;11&lt;/span&gt;&lt;span class="cl"&gt; └──────┬───────┘
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;12&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;13&lt;/span&gt;&lt;span class="cl"&gt; ▼
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;14&lt;/span&gt;&lt;span class="cl"&gt; ┌──────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;15&lt;/span&gt;&lt;span class="cl"&gt; │ OUTPUT │ transfers to users
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;16&lt;/span&gt;&lt;span class="cl"&gt; └────┬─────┘
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;17&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;18&lt;/span&gt;&lt;span class="cl"&gt; ▼
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;19&lt;/span&gt;&lt;span class="cl"&gt; Customers, suppliers, decisions
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;20&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;21&lt;/span&gt;&lt;span class="cl"&gt; └ – – – – – – ▶ (FEEDBACK loop back to INPUT)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Word-for-word definitions (memorise these, the grader is strict):&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;What it does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Input&lt;/td&gt;
&lt;td&gt;Captures raw data from the organisation or external environment&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Processing&lt;/td&gt;
&lt;td&gt;Converts raw data into meaningful form&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Output&lt;/td&gt;
&lt;td&gt;Transfers processed information to people or activities that use it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Feedback&lt;/td&gt;
&lt;td&gt;Output returned to appropriate members to evaluate or correct the input stage&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The piece that surprised me is the &lt;strong&gt;feedback loop&lt;/strong&gt;. Without feedback, the system is open-loop. It produces outputs but cannot learn whether the inputs were any good. Closed-loop systems self-correct. Open-loop systems silently drift. The Feedback stage is the entire reason the system can improve itself.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Dynamic lens.&lt;/strong&gt; IPOF answers &amp;ldquo;how does data become information?&amp;rdquo; It describes motion. Feedback is the part that distinguishes it from a one-way pipe.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="cpsd-or-ipof-the-quiz-1-trap"&gt;CPSD or IPOF? The Quiz 1 trap
&lt;/h2&gt;&lt;p&gt;I almost got this wrong on a retrieval test two days after the lecture. I thought IPOF &amp;ldquo;was better&amp;rdquo; because it had a feedback loop. That was the wrong frame. They are not better and worse. They are different lenses, and the question keyword tells you which one to pick.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;CPSD (functions, static)&lt;/th&gt;
&lt;th&gt;IPOF (stages, dynamic)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Collect (data in)&lt;/td&gt;
&lt;td&gt;Input&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Process (transform)&lt;/td&gt;
&lt;td&gt;Processing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Store (persist)&lt;/td&gt;
&lt;td&gt;(no direct equivalent; implicit between Processing and Output)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Distribute (data out)&lt;/td&gt;
&lt;td&gt;Output&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;(no direct equivalent)&lt;/td&gt;
&lt;td&gt;Feedback&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Decision rule, taped to my mental wall:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The word &lt;strong&gt;Store&lt;/strong&gt; in the question? CPSD.&lt;/li&gt;
&lt;li&gt;The word &lt;strong&gt;Feedback&lt;/strong&gt; in the question? IPOF.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Define an IS&amp;rdquo;? CPSD.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Data flow stages&amp;rdquo; or &amp;ldquo;produce information&amp;rdquo;? IPOF.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The reason &lt;strong&gt;Feedback&lt;/strong&gt; is unique to IPOF: CPSD treats the IS as a functional definition (a black box of capabilities), so there is nothing to loop back into. IPOF treats the IS as a running process, and any running process needs a way to evaluate its own outputs and correct course. Feedback is the loop that makes that possible.&lt;/p&gt;
&lt;h2 id="the-three-dimensions-of-is"&gt;The three dimensions of IS
&lt;/h2&gt;&lt;p&gt;An information system is not just technology. Prakash spent a slide-and-a-half on this, because it is the lens for the entire module.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dimension&lt;/th&gt;
&lt;th&gt;Components&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Technology&lt;/td&gt;
&lt;td&gt;Hardware, software, networks, databases&lt;/td&gt;
&lt;td&gt;iPhone + AWS + 5G + PostgreSQL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Organisation&lt;/td&gt;
&lt;td&gt;Structure, processes, culture, people&lt;/td&gt;
&lt;td&gt;Company hierarchy, workflows, culture&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Management&lt;/td&gt;
&lt;td&gt;Decisions, strategy, leadership&lt;/td&gt;
&lt;td&gt;CEO decides to launch a new product line&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Each dimension is equally critical.&amp;rdquo; Direct quote from the lecturer. It is also a Quiz trap. If a question tries to pick a &lt;em&gt;single&lt;/em&gt; most important dimension, the right answer is either &amp;ldquo;all three equally critical&amp;rdquo; or &amp;ldquo;the sociotechnical view&amp;rdquo;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;An entity can also span dimensions, which I did not expect. An ESL (electronic shelf label) is &lt;em&gt;hardware&lt;/em&gt; (Technology) when you list devices, &lt;em&gt;network&lt;/em&gt; (Technology) when you discuss connectivity, and a &lt;em&gt;workflow change&lt;/em&gt; (Organisation) when you discuss how staff update prices. The same object lives in multiple categories depending on which aspect you list it under.&lt;/p&gt;
&lt;h2 id="why-trendythreads-failed-complementary-assets"&gt;Why TrendyThreads failed: complementary assets
&lt;/h2&gt;&lt;p&gt;Back to the mystery. TrendyThreads had the AI. They did not have the &lt;em&gt;complementary assets&lt;/em&gt;. Complementary assets are the organisational supports that make the technology actually pay off.&lt;/p&gt;
&lt;p&gt;The three things TrendyThreads were missing, in their own slide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Staff friction.&lt;/strong&gt; Employees ignored AI recommendations and trusted their intuition.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data disconnect.&lt;/strong&gt; The AI recommended items that were physically out of stock.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Static flow.&lt;/strong&gt; The customer journey was unchanged after install. The AI sat on top of the same shopping experience as before.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Compare with CSSD at the hospital, where RFID was deployed for sterilisation tracking and &lt;em&gt;succeeded&lt;/em&gt;. The technology was simpler than TrendyThreads&amp;rsquo;, but the team rebuilt the process around the new data, trained staff carefully, and made accountability metrics visible. The bridge held.&lt;/p&gt;
&lt;p&gt;Four supports for the bridge:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Intensive staff training.&lt;/strong&gt; People can refuse a system; you cannot ship past that.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Clear, standardised workflows.&lt;/strong&gt; New tech without new process layers on top of old habits.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;New accountability metrics&lt;/strong&gt; tied to the new data. If no one is measured against the new system, the new system is decorative.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Real-time data sync&lt;/strong&gt; so the AI sees reality. Stale data turns AI suggestions into noise.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Complementary assets are not &amp;ldquo;more technology&amp;rdquo;. They are organisation and management changes. This is the most testable concept of the chapter.&lt;/p&gt;
&lt;h2 id="business-and-is-both-ways"&gt;Business and IS, both ways
&lt;/h2&gt;&lt;p&gt;Two arrows, not one:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt; Business strategy / needs ◀──────▶ IT capabilities
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;2&lt;/span&gt;&lt;span class="cl"&gt; (drives, requires) (enables, restricts)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Modern business pushes IS:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Real-time decisions.&lt;/li&gt;
&lt;li&gt;Demand for digital transformation.&lt;/li&gt;
&lt;li&gt;Competitive pressure to innovate.&lt;/li&gt;
&lt;li&gt;System flexibility requirements.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;IS in turn shapes business:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Strategy depends on what IT can do.&lt;/li&gt;
&lt;li&gt;Business changes require IT changes.&lt;/li&gt;
&lt;li&gt;IT limitations restrict business options.&lt;/li&gt;
&lt;li&gt;IT innovations open new opportunities for every stakeholder.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you remember nothing else here, remember this: the relationship is bidirectional. Business does not just buy what IT sells. IT does not just deliver what business orders. Each bounds the other.&lt;/p&gt;
&lt;h2 id="who-the-system-actually-serves"&gt;Who the system actually serves
&lt;/h2&gt;&lt;p&gt;Five key stakeholders, three categories:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Stakeholders&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Business relationships&lt;/td&gt;
&lt;td&gt;Customers, Suppliers&lt;/td&gt;
&lt;td&gt;Day-to-day transactions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Governance and compliance&lt;/td&gt;
&lt;td&gt;Stockholders, Regulatory agencies&lt;/td&gt;
&lt;td&gt;Oversight, rules&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Market dynamics&lt;/td&gt;
&lt;td&gt;Competitors&lt;/td&gt;
&lt;td&gt;Pressure to innovate&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The category I had not thought about until L1 is &lt;strong&gt;Competitors as stakeholders&lt;/strong&gt;. They are not transacting with you, but their moves shape your IS roadmap. They are not on your side, yet they sit on the list of forces you have to plan around.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Anchor case: Rednote (小红书).&lt;/strong&gt; January 2025, TikTok was banned in the US. A wave of &amp;ldquo;TikTok refugees&amp;rdquo; migrated to Rednote. Rednote&amp;rsquo;s IS had no internationalisation infrastructure: the moderation, the recommendation system, the operational team were all built for Mandarin-first users in China. They could not retain the new wave. They are now reactively building a Singapore team to add i18n and international ops. A competitor&amp;rsquo;s regulatory event created a demand spike, and the IS missed it.&lt;/p&gt;
&lt;p&gt;The mechanism: competitor moves create unexpected demand that exposes IS gaps. Reactive upgrade lags proactive by 6 to 12 months. The user loss in between is permanent.&lt;/p&gt;
&lt;h2 id="how-to-study-an-is"&gt;How to study an IS
&lt;/h2&gt;&lt;p&gt;Three core approaches, two supporting fields:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Approach&lt;/th&gt;
&lt;th&gt;Disciplines&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Technical&lt;/td&gt;
&lt;td&gt;Computer Science + Management Science&lt;/td&gt;
&lt;td&gt;Hardware, software, networks, process optimisation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Behavioural&lt;/td&gt;
&lt;td&gt;Sociology + Psychology + Economics + Political Science&lt;/td&gt;
&lt;td&gt;User adoption, group dynamics, market, power relations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Sociotechnical (preferred)&lt;/td&gt;
&lt;td&gt;Integration of social and technical&lt;/td&gt;
&lt;td&gt;Joint optimisation, avoids pure-tech thinking&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Supporting fields: Operations Research (process optimisation, resource allocation) and Legal Studies (privacy, intellectual property, liability).&lt;/p&gt;
&lt;p&gt;Prakash is openly biased toward the sociotechnical view. Pure-technical analysis misses the behavioural and organisational reasons that real systems fail. TrendyThreads is the case in point: a clean technical install that died because the behavioural and organisational pieces were never built.&lt;/p&gt;
&lt;h2 id="reasons-for-is-led-organisational-change"&gt;Reasons for IS-led organisational change
&lt;/h2&gt;&lt;p&gt;Prakash&amp;rsquo;s three-by-three framework, exam-likely:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Reason&lt;/th&gt;
&lt;th&gt;Mechanism&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver&lt;/td&gt;
&lt;td&gt;Cost reduction&lt;/td&gt;
&lt;td&gt;Tech automates, operational cost falls&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Driver&lt;/td&gt;
&lt;td&gt;Customer satisfaction&lt;/td&gt;
&lt;td&gt;Tech enables experience and personalisation, retention rises&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Driver&lt;/td&gt;
&lt;td&gt;Competition&lt;/td&gt;
&lt;td&gt;Competitor moves force IS upgrades just to stay alive&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Constraint&lt;/td&gt;
&lt;td&gt;Disruptions&lt;/td&gt;
&lt;td&gt;New tech breaks existing processes, needs staff training&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Constraint&lt;/td&gt;
&lt;td&gt;IS limitations&lt;/td&gt;
&lt;td&gt;System cannot execute the desired strategy, strategy is compromised&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Constraint&lt;/td&gt;
&lt;td&gt;External pressures&lt;/td&gt;
&lt;td&gt;Suppliers, customers, regulators, competitors pressure IS choices&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Decision rule:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;Why would the company adopt new IS?&amp;rdquo; Pick from the three Drivers.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Why is IS change hard?&amp;rdquo; Pick from the three Constraints.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;A competitor moved first.&amp;rdquo; Pick &lt;strong&gt;Competition driver&lt;/strong&gt; (Rednote pattern).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="the-adopter-centric-trap"&gt;The adopter-centric trap
&lt;/h2&gt;&lt;p&gt;This is the one I almost walked into.&lt;/p&gt;
&lt;p&gt;When applying the Three Dimensions or Complementary Assets analysis, the &lt;strong&gt;subject of the analysis must be the adopter (the customer, the user), not the vendor (the seller of the tech).&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Wrong (vendor-centric)&lt;/th&gt;
&lt;th&gt;Right (adopter-centric)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Does Ketchup have a champion to teach clients?&lt;/td&gt;
&lt;td&gt;Does the client have a champion to drive Ketchup adoption?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Does our management support the engineering team?&lt;/td&gt;
&lt;td&gt;Does the client&amp;rsquo;s management sponsor this purchase?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Do we have enough resources to maintain quality?&lt;/td&gt;
&lt;td&gt;Will the client change SOPs and KPIs to fit Ketchup?&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The same product sold to two clients can hit 95% retention with one and 20% with the other. The difference is not the product. It is the client&amp;rsquo;s organisation, management, and complementary assets. Customer Success teams operationalise this every day: day-1 onboarding is, in effect, an audit of the customer&amp;rsquo;s Org, Management, and Complementary Assets before the product ships further.&lt;/p&gt;
&lt;p&gt;The Prakash expected pattern: a case provides a vendor-centric analysis as a distractor option. The question asks &amp;ldquo;which analysis is incorrect?&amp;rdquo; The correct answer is the vendor-centric one.&lt;/p&gt;
&lt;h2 id="worked-example-fairprice-smart-store"&gt;Worked example: FairPrice Smart Store
&lt;/h2&gt;&lt;p&gt;The L1 activity. My submission, reviewed and refined.&lt;/p&gt;
&lt;h3 id="a-core-it-components-needed"&gt;A. Core IT components needed
&lt;/h3&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Items&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Hardware&lt;/td&gt;
&lt;td&gt;Self-checkout kiosks, barcode generator and scanner, backend server for payment and data&lt;/td&gt;
&lt;td&gt;Customer-facing transaction and back-of-house persistence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Software&lt;/td&gt;
&lt;td&gt;Checkout / payment interface, customer mobile app, inventory management system&lt;/td&gt;
&lt;td&gt;Compile the cart, sync reward points, automate stock updates&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Network&lt;/td&gt;
&lt;td&gt;Routers / Wi-Fi / IoT links, ESL connectivity, cloud gateway for IoT&lt;/td&gt;
&lt;td&gt;Move data between devices, push real-time price updates to ESLs over sub-GHz RF, secure device-to-cloud links&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="b-operational-targets"&gt;B. Operational targets
&lt;/h3&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Area&lt;/th&gt;
&lt;th&gt;Target&lt;/th&gt;
&lt;th&gt;Reason&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;System uptime&lt;/td&gt;
&lt;td&gt;99.977% (4379 of 4380 hours per year, one hour of downtime)&lt;/td&gt;
&lt;td&gt;Smart store cannot accept the queue blow-back of unscheduled downtime&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Checkout time&lt;/td&gt;
&lt;td&gt;best ~2 min, median ~5 min, worst ~10 min&lt;/td&gt;
&lt;td&gt;Smooth case versus first-timers and elderly customers who need assistance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stock accuracy&lt;/td&gt;
&lt;td&gt;&amp;gt; 95%&lt;/td&gt;
&lt;td&gt;Real-time sync target; some loss from hardware and edge cases is unavoidable&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="c-short-answer"&gt;C. Short answer
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Most critical IT component:&lt;/strong&gt; the self-checkout backend system together with the payment service.&lt;/p&gt;
&lt;p&gt;The reasoning is the cascade. If self-checkout kiosks fail, customers fall back to manual counters and queues build. If the backend or payment service is down, even manual counters cannot record purchases or process online payments. The single failure cascades to all four key requirements: self-checkout fails, ESL price updates cannot be confirmed at manual checkout, the mobile app shows wrong stock, smart inventory loses real-time updates.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Main implementation challenge:&lt;/strong&gt; fundamentally a &lt;strong&gt;complementary assets&lt;/strong&gt; problem.&lt;/p&gt;
&lt;p&gt;A solid technical solution alone is not enough. Success requires staff training, process redesign, and customer change management. Many customers are not used to self-checkout. A small team of staff trained to assist will smooth the transition. Training is also the asset that makes the staff trust the technology, which makes them confident to help customers, which is what closes the loop on adoption. Without that asset, even the cleanest technical install will look like TrendyThreads in 18 months.&lt;/p&gt;
&lt;h2 id="retail-is-case-studies"&gt;Retail IS case studies
&lt;/h2&gt;&lt;h3 id="iot-in-retail"&gt;IoT in retail
&lt;/h3&gt;&lt;p&gt;Pandemic-era survival capability is the headline finding. Retailers who already had IoT could pivot to contactless and digital flows. Retailers without IoT struggled or closed. In peacetime, IoT supports precise customer targeting, easier product information access (smart shelves, ESLs), and seamless personalised shopping.&lt;/p&gt;
&lt;p&gt;Quiz angle: &amp;ldquo;why did the pandemic accelerate IoT adoption in retail?&amp;rdquo; The answer combines &lt;strong&gt;Competition driver&lt;/strong&gt; and &lt;strong&gt;Customer satisfaction driver&lt;/strong&gt;. The pandemic compressed the timeline. Retailers without IoT had no contactless path; competitors with IoT pulled customers away; the survival pressure forced adoption.&lt;/p&gt;
&lt;h3 id="in-store-versus-online-retail-is-flows"&gt;In-store versus online retail IS flows
&lt;/h3&gt;&lt;p&gt;Same IPOF stages, different mechanisms.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;In-store&lt;/th&gt;
&lt;th&gt;Online&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Input&lt;/td&gt;
&lt;td&gt;POS transaction data&lt;/td&gt;
&lt;td&gt;Customer action (click, add to cart)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Processing&lt;/td&gt;
&lt;td&gt;Pattern detection, sales analytics&lt;/td&gt;
&lt;td&gt;Payment verification, inventory check&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Output&lt;/td&gt;
&lt;td&gt;Reports and alerts to management&lt;/td&gt;
&lt;td&gt;Order confirmation, shipping update&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Feedback&lt;/td&gt;
&lt;td&gt;Sales strategy adjustment&lt;/td&gt;
&lt;td&gt;Issue resolution loop&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The mental model: IPOF is the &lt;em&gt;structure&lt;/em&gt;. The same structure runs in both contexts, with different concrete data at each stage. If a future quiz asks you to fit a retail scenario into IPOF, do not invent new stages. Fit the mechanism into the four standard stages.&lt;/p&gt;
&lt;h3 id="rednote-mapped-across-l1-frameworks"&gt;Rednote, mapped across L1 frameworks
&lt;/h3&gt;&lt;p&gt;A single case that exercises almost every L1 concept.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Framework&lt;/th&gt;
&lt;th&gt;Application&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Key Stakeholder&lt;/td&gt;
&lt;td&gt;Competitor (TikTok regulatory event = unexpected competitor exit, demand spike)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Reason for Change&lt;/td&gt;
&lt;td&gt;Competition driver&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Three Dimensions&lt;/td&gt;
&lt;td&gt;All three failed: Technology (no i18n) + Organisation (no international team) + Management (did not anticipate)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Complementary Assets&lt;/td&gt;
&lt;td&gt;Missing: cross-cultural moderation, localised ops, international hires, trust signals (not just i18n code)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Business-IT interdependence&lt;/td&gt;
&lt;td&gt;Business opportunity present (海外用户涌入); IT limitation (no i18n) blocked capture&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Counterfactual: if Rednote had pre-invested in i18n and an international team, the TikTok ban would have been the moment they became the next Instagram. They missed the wave. The lesson is that proactive IS investment hedges against rare-but-large competitor events, even when the events themselves are unpredictable.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="quick-reference-exam-ready"&gt;Quick reference (exam ready)
&lt;/h1&gt;&lt;h2 id="concept-map"&gt;Concept map
&lt;/h2&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 1&lt;/span&gt;&lt;span class="cl"&gt; Information System (IS)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 2&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 3&lt;/span&gt;&lt;span class="cl"&gt; ┌─────────────────────┼─────────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 4&lt;/span&gt;&lt;span class="cl"&gt; │ │ │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 5&lt;/span&gt;&lt;span class="cl"&gt; What it does How data moves Who it serves
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 6&lt;/span&gt;&lt;span class="cl"&gt; (CPSD, static) (IPOF, dynamic) (5 stakeholders,
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 7&lt;/span&gt;&lt;span class="cl"&gt; │ │ 3 categories)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 8&lt;/span&gt;&lt;span class="cl"&gt; Collect Input Customers, Suppliers
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt; 9&lt;/span&gt;&lt;span class="cl"&gt; Process Processing Stockholders, Regulators
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;10&lt;/span&gt;&lt;span class="cl"&gt; Store Output Competitors
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;11&lt;/span&gt;&lt;span class="cl"&gt; Distribute Feedback ★
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;12&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;13&lt;/span&gt;&lt;span class="cl"&gt; ┌─────────────────────┼─────────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;14&lt;/span&gt;&lt;span class="cl"&gt; │ │ │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;15&lt;/span&gt;&lt;span class="cl"&gt; 3 Dimensions Complementary Adopter-centric
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;16&lt;/span&gt;&lt;span class="cl"&gt; (Tech, Org, Mgmt, Assets lens
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;17&lt;/span&gt;&lt;span class="cl"&gt; equally critical) (training, (subject = client,
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;18&lt;/span&gt;&lt;span class="cl"&gt; processes, not vendor)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;19&lt;/span&gt;&lt;span class="cl"&gt; metrics, sync)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;20&lt;/span&gt;&lt;span class="cl"&gt; │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;21&lt;/span&gt;&lt;span class="cl"&gt; ┌─────────────────────┴─────────────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;22&lt;/span&gt;&lt;span class="cl"&gt; │ │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;23&lt;/span&gt;&lt;span class="cl"&gt; 3 Drivers 3 Constraints
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;24&lt;/span&gt;&lt;span class="cl"&gt; (Cost, CSAT, Competition) (Disruption, IS limits,
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;25&lt;/span&gt;&lt;span class="cl"&gt; External pressure)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;★ Feedback exists only in IPOF, not in CPSD. This single fact is the most reliable Quiz 1 distinguisher.&lt;/p&gt;
&lt;h2 id="slide-page-index"&gt;Slide page index
&lt;/h2&gt;&lt;p&gt;Fill in after Monday 18 May, when the L1 slides ship bundled inside Examplify and the page numbers are stable. The point of this index is exam-time lookup speed: glance at the term, jump to the slide page, scan, answer.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Concept&lt;/th&gt;
&lt;th&gt;Slide page&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;CPSD definition&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IPOF flow diagram&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Three Dimensions table&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Complementary Assets list&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Five stakeholders table&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Three study approaches&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Three Drivers and Three Constraints&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adopter-centric example&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TrendyThreads case slide&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rednote case slide&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="drill-question-bank"&gt;Drill question bank
&lt;/h2&gt;&lt;p&gt;Answers are visible. The point is to ride the MRT, cover with a thumb, recite, uncover, score yourself. Aim for 8 out of 10 on the second pass.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Define an information system using the static lens.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A set of &lt;em&gt;interrelated components&lt;/em&gt; that &lt;em&gt;collect, process, store, and distribute&lt;/em&gt; information to support decision making and control in an organisation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. List the four stages of IPOF with one-line definitions.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Input captures raw data. Processing converts it into meaningful form. Output transfers it to users. Feedback returns output to evaluate or correct the input stage.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. A question says &amp;ldquo;produce information&amp;rdquo;. CPSD or IPOF?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;IPOF. The verb &amp;ldquo;produce&amp;rdquo; implies motion, which is the dynamic lens.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. A question says &amp;ldquo;store data for later retrieval&amp;rdquo;. CPSD or IPOF?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;CPSD. Store is unique to CPSD; IPOF has no Store stage.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. Name the three Dimensions of IS, with one component each.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Technology (hardware, software, networks, databases). Organisation (structure, processes, culture, people). Management (decisions, strategy, leadership).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. Why are complementary assets not just &amp;ldquo;more technology&amp;rdquo;?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;They are organisational and managerial changes: staff training, standardised workflows, accountability metrics, real-time data sync. Technology alone does not produce value without these supports.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. List the five key stakeholders and group them into three categories.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Customers and Suppliers (Business relationships). Stockholders and Regulatory agencies (Governance and compliance). Competitors (Market dynamics).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;8. Sociotechnical view: explain in one sentence why it beats pure-technical analysis.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It jointly optimises technical and social factors, which catches the organisational and behavioural reasons that pure-tech analysis misses (TrendyThreads is the case).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;9. Adopter-centric trap. Rewrite &amp;ldquo;Does Ketchup have a champion to teach clients?&amp;rdquo; so it passes Prakash&amp;rsquo;s lens.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Does the client have a champion to drive Ketchup adoption?&amp;rdquo; The subject moves from vendor (Ketchup) to adopter (client).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;10. Rednote lost the TikTok-refugee window. Which Reasons-for-Change category explains the demand spike, and which Three-Dimension failures explain the loss?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Demand spike: Competition driver (a competitor&amp;rsquo;s regulatory event opened a demand pool). Failures: all three dimensions failed (Technology: no i18n; Organisation: no international team; Management: did not anticipate the spike).&lt;/p&gt;
&lt;h2 id="glossary"&gt;Glossary
&lt;/h2&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Term&lt;/th&gt;
&lt;th&gt;Definition&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Information system (IS)&lt;/td&gt;
&lt;td&gt;Set of interrelated components that collect, process, store, and distribute information&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CPSD&lt;/td&gt;
&lt;td&gt;Collect, Process, Store, Distribute. Static &amp;ldquo;what is&amp;rdquo; lens&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IPOF&lt;/td&gt;
&lt;td&gt;Input, Processing, Output, Feedback. Dynamic &amp;ldquo;how it runs&amp;rdquo; lens&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Three Dimensions&lt;/td&gt;
&lt;td&gt;Technology, Organisation, Management. All three equally critical&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Complementary assets&lt;/td&gt;
&lt;td&gt;Organisational supports needed for technology to deliver value: training, processes, metrics, data sync&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Sociotechnical view&lt;/td&gt;
&lt;td&gt;Joint optimisation of social and technical factors&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Adopter-centric analysis&lt;/td&gt;
&lt;td&gt;Analysis whose subject is the customer or user, not the vendor&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ESL&lt;/td&gt;
&lt;td&gt;Electronic shelf label. Sub-GHz proprietary RF, 5 to 7 year battery, used for dynamic pricing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;POS&lt;/td&gt;
&lt;td&gt;Point of sale (cash register, scanner, payment terminal)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Feedback loop&lt;/td&gt;
&lt;td&gt;Output returned to evaluate or correct the input stage&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TrendyThreads&lt;/td&gt;
&lt;td&gt;Negative case: AI installed without complementary assets, sales did not move&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CSSD RFID&lt;/td&gt;
&lt;td&gt;Positive case: hospital sterilisation department, RFID succeeded because process and training were rebuilt around it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rednote (小红书)&lt;/td&gt;
&lt;td&gt;Competitor-driven IS change case: TikTok ban created demand spike, missing i18n blocked capture&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="reflection"&gt;Reflection
&lt;/h2&gt;&lt;p&gt;I came in thinking an information system was mostly about technology. I came out understanding it is the bridge between technology, organisation, and management. When the bridge collapses, the technology gets blamed, but the people are usually where the failure started.&lt;/p&gt;
&lt;p&gt;That single shift in perspective is the entire point of L1. The rest of the module is variations on the theme.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="coming-chapters"&gt;Coming chapters
&lt;/h1&gt;&lt;p&gt;The notebook grows lecture by lecture. Placeholders below are filled in after each lecture lands.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;L2 (Mon 18 May, pre-recorded).&lt;/strong&gt; Management hierarchy: TPS, MIS, DSS, ESS. Enterprise applications: ERP, SCM, CRM, KMS. &lt;em&gt;Quiz 1 scope includes this lecture, due Wed 20 May 23:59.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L3 (Thu 21 May, F2F LT15).&lt;/strong&gt; Strategy I. &lt;em&gt;I am missing this in person for the Phuket trip; catching up via Canvas recording the Saturday after.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L4 (Thu 28 May, pre-recorded).&lt;/strong&gt; Strategy II.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L5 to L10.&lt;/strong&gt; To be written as each lecture lands.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h1 id="cross-references"&gt;Cross-references
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="link" href="https://blog.enkr1.com/nus-bit-tcx2003-notebook/" &gt;TCX2003 Notebook&lt;/a&gt;: database systems, the technology dimension of an IS rendered concrete in SQL.&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://blog.enkr1.com/book-how-to-take-smart-notes/" &gt;How To Take Smart Notes&lt;/a&gt;: the method behind these notebooks.&lt;/li&gt;
&lt;li&gt;&lt;a class="link" href="https://blog.enkr1.com/nus-progress/" &gt;NUS BIT Progress&lt;/a&gt;: module-level mastery dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h1 id="sources"&gt;Sources
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Course intro slides: &lt;code&gt;lectures/L1_Introduction_v4-2026.pdf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Main L1 slides: &lt;code&gt;lectures/L1_Information Systems in Global Business Today.pdf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Case study slides: &lt;code&gt;lectures/Classroom-example-AI-in-Retail.pdf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Activity sheet: &lt;code&gt;lectures/L1_Activity.pdf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Textbook: Laudon and Laudon, &lt;em&gt;Management Information Systems: Managing the Digital Firm&lt;/em&gt;, 17th ed., Chapter 1 and Chapter 2&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>