These tiles show your answers to three questions. They are a starting point, not a mastery score or grade prediction.
System design basics
Correct answer: Hardware is physical equipment, software is instructions, peripherals provide input, output or storage, networks connect resources and human resources develop, operate and use the system. A device may act as client, server, router, DNS server or firewall.
Hardware is physical equipment, software is instructions, peripherals provide input, output or storage, networks connect resources and human resources develop, operate and use the system. A device may act as client, server, router, DNS server or firewall. Why the tempting alternative fails: Every computer connected to a network is a server, and a firewall's main role is translating domain names.
Systems in organizations
Correct answer: Change management coordinates people, processes, training and technology. Direct changeover is fast but risky; parallel running preserves the old system during comparison; pilot and phased approaches limit the scope of early failure.
Change management coordinates people, processes, training and technology. Direct changeover is fast but risky; parallel running preserves the old system during comparison; pilot and phased approaches limit the scope of early failure. Why the tempting alternative fails: Direct changeover is always safest because operating only one system eliminates every implementation risk.
Computer organization
Correct answer: During fetch, the next instruction's address is placed in the MAR, memory returns the instruction through the data bus into the MDR, and the control unit decodes it before execution.
Worked reasoning: During fetch, the next instruction's address is placed in the MAR, memory returns the instruction through the data bus into the MDR, and the control unit decodes it before execution. This is justified because the control unit coordinates fetch, decode and execute; the alu performs arithmetic and logic; the mar holds an address, the mdr holds transferred data, and address and data buses carry those values. Reject the alternative claim that the alu stores every program permanently and the mar carries data values rather than addresses.
For parents: look at the explanation together. A correct answer is encouraging; a missed answer gives you something specific to work on. Broader practice over time is needed to understand progress.