<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AComputer_Systems_and_Networks</id>
	<title>English:Computer Systems and Networks - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AComputer_Systems_and_Networks"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Computer_Systems_and_Networks&amp;action=history"/>
	<updated>2026-08-14T11:53:40Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Computer_Systems_and_Networks&amp;diff=44088&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Computer_Systems_and_Networks&amp;diff=44088&amp;oldid=prev"/>
		<updated>2026-08-13T09:06:44Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Computer Systems and Networks]]&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
A computer system is more than a single device. It is a combination of &amp;#039;&amp;#039;&amp;#039;hardware&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;software&amp;#039;&amp;#039;&amp;#039;, data, and users working together to solve problems. A computer network connects two or more devices so that they can exchange data and share resources. In this aiMOOC for Grades 7–8, you will explore what happens inside a computer, how devices communicate across networks, how the Internet moves data, and how to use networks safely and responsibly.&lt;br /&gt;
&lt;br /&gt;
By the end of the course, you should be able to explain the roles of major computer components, describe the fetch–decode–execute cycle, compare types of storage, identify common network devices and topologies, explain packet switching and basic Internet protocols, and apply a simple troubleshooting process.&lt;br /&gt;
&lt;br /&gt;
[[File:Hardware Diagram.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=26QPDBe-NB8|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Computer Systems =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Hardware and Software ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Hardware&amp;#039;&amp;#039;&amp;#039; means the physical parts of a computer system that you can touch. Examples include the processor, memory chips, storage devices, keyboard, screen, network interface, and motherboard. &amp;#039;&amp;#039;&amp;#039;Software&amp;#039;&amp;#039;&amp;#039; means the programs and data that tell the hardware what to do.&lt;br /&gt;
&lt;br /&gt;
A useful way to understand a computer system is to follow information through four broad functions: &amp;#039;&amp;#039;&amp;#039;input&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;processing&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;storage&amp;#039;&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;&amp;#039;output&amp;#039;&amp;#039;&amp;#039;. A keyboard can provide input, the processor can work on the data, storage can keep the data for later, and a monitor can show the output.&lt;br /&gt;
&lt;br /&gt;
[[File:Quick overview of pc hardware.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The Motherboard ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;motherboard&amp;#039;&amp;#039;&amp;#039; is the main circuit board that connects many of the computer&amp;#039;s components. It provides pathways for data and control signals between the processor, memory, storage interfaces, expansion devices, and input/output connections. Modern computers can look very different inside, but the motherboard still acts as a central physical connection point.&lt;br /&gt;
&lt;br /&gt;
[[File:Motherboard diagram.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The CPU and the Fetch–Decode–Execute Cycle ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;central processing unit&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;CPU&amp;#039;&amp;#039;&amp;#039;, carries out instructions. Three important ideas help you understand its work:&lt;br /&gt;
&lt;br /&gt;
# [[English:Arithmetic logic unit|Arithmetic logic unit]]: Performs arithmetic and logical operations.&lt;br /&gt;
# [[English:Control unit|Control unit]]: Coordinates the execution of instructions and directs data movement.&lt;br /&gt;
# [[English:Processor register|Registers]]: Very small, very fast storage locations inside the CPU that hold data, instructions, or addresses currently being used.&lt;br /&gt;
&lt;br /&gt;
Many instructions are processed through a repeating &amp;#039;&amp;#039;&amp;#039;fetch–decode–execute cycle&amp;#039;&amp;#039;&amp;#039;. First, the CPU fetches the next instruction from memory. Then it decodes the instruction to work out what operation is required. Finally, it executes the instruction. The cycle repeats extremely quickly while a program is running.&lt;br /&gt;
&lt;br /&gt;
[[File:CPU block diagram.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
[[File:Von Neumann architecture.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory and Storage ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;RAM&amp;#039;&amp;#039;&amp;#039; is working memory used for programs and data that the computer is actively using. It is normally &amp;#039;&amp;#039;&amp;#039;volatile&amp;#039;&amp;#039;&amp;#039;, which means its contents are lost when power is removed. More RAM can allow a computer to keep more active data available without relying as much on slower secondary storage.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Non-volatile storage&amp;#039;&amp;#039;&amp;#039; keeps data when power is removed. Solid-state drives and hard disk drives are examples of secondary storage. Firmware needed to start or control hardware is also stored in non-volatile memory.&lt;br /&gt;
&lt;br /&gt;
It is useful to distinguish &amp;#039;&amp;#039;&amp;#039;memory&amp;#039;&amp;#039;&amp;#039; from &amp;#039;&amp;#039;&amp;#039;storage&amp;#039;&amp;#039;&amp;#039;: RAM supports active work, while secondary storage is designed to keep files and programs for longer periods.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Input, Output, and Peripherals ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Input devices&amp;#039;&amp;#039;&amp;#039; send data or control signals into a computer system. Examples include keyboards, mice, microphones, cameras, sensors, and touchscreens. &amp;#039;&amp;#039;&amp;#039;Output devices&amp;#039;&amp;#039;&amp;#039; present results from the computer. Examples include monitors, speakers, printers, and actuators.&lt;br /&gt;
&lt;br /&gt;
Some devices can do both. A touchscreen displays output and also detects touch input. A network interface sends and receives data, so it supports communication in both directions.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Operating Systems ==&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;operating system&amp;#039;&amp;#039;&amp;#039; manages computer hardware and provides services for applications. Its jobs can include managing files, memory, running programs, user accounts, devices, and security permissions. The operating system helps applications use the hardware without each application needing to control every device directly.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Computer Networks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Why Connect Computers? ==&lt;br /&gt;
&lt;br /&gt;
Networks allow devices to communicate and share resources. A school network can let students access shared files, printers, online services, and learning platforms. Networks can also support collaboration, backups, central user accounts, and communication between many devices.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;local area network&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;LAN&amp;#039;&amp;#039;&amp;#039;, connects devices across a limited area such as a home, classroom, office, or school site. A &amp;#039;&amp;#039;&amp;#039;wide area network&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;WAN&amp;#039;&amp;#039;&amp;#039;, connects networks over larger geographic distances. The Internet is a global network of networks.&lt;br /&gt;
&lt;br /&gt;
[[File:Home LAN local area network example diagram.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=3QhU9jd03a0|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Network Hardware ==&lt;br /&gt;
&lt;br /&gt;
A device needs a &amp;#039;&amp;#039;&amp;#039;network interface&amp;#039;&amp;#039;&amp;#039; to communicate on a network. Wired devices commonly use Ethernet, while wireless devices commonly use Wi-Fi.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;switch&amp;#039;&amp;#039;&amp;#039; connects devices within the same local network and forwards frames toward the appropriate destination. A &amp;#039;&amp;#039;&amp;#039;router&amp;#039;&amp;#039;&amp;#039; connects different networks and forwards packets between them. A &amp;#039;&amp;#039;&amp;#039;wireless access point&amp;#039;&amp;#039;&amp;#039; allows wireless devices to join a network. In many homes, one device combines the functions of a router, switch, wireless access point, and other services.&lt;br /&gt;
&lt;br /&gt;
[[File:Network switches.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
[[File:Ethernet RJ45 connector p1160054.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Wired and Wireless Connections ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ethernet&amp;#039;&amp;#039;&amp;#039; is a widely used family of wired networking technologies. Wired connections can provide stable, predictable performance and are common for desktop computers, servers, and network equipment.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Wi-Fi&amp;#039;&amp;#039;&amp;#039; uses radio waves to connect devices without a cable. It allows mobility and is convenient for laptops, tablets, and phones. Wireless performance can be affected by distance, walls, interference, and the number of devices sharing the connection.&lt;br /&gt;
&lt;br /&gt;
Neither wired nor wireless networking is automatically &amp;quot;better&amp;quot; in every situation. The best choice depends on speed, mobility, reliability, cost, building layout, and security needs.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Network Topologies ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;network topology&amp;#039;&amp;#039;&amp;#039; describes how devices and connections are arranged. In a &amp;#039;&amp;#039;&amp;#039;star topology&amp;#039;&amp;#039;&amp;#039;, devices connect to a central device such as a switch. This arrangement is common in modern Ethernet LANs because a single end-device cable failure normally affects only that device.&lt;br /&gt;
&lt;br /&gt;
Other topology ideas include bus, ring, tree, and mesh. Real networks may combine several structures. The important skill is not memorizing pictures but reasoning about how the arrangement affects reliability, cost, and data paths.&lt;br /&gt;
&lt;br /&gt;
[[File:NetworkTopologies.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
[[File:StarNetwork.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= How Data Travels =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Packets and Packet Switching ==&lt;br /&gt;
&lt;br /&gt;
Large messages are usually divided into smaller units called &amp;#039;&amp;#039;&amp;#039;packets&amp;#039;&amp;#039;&amp;#039; for transmission across packet-switched networks. Packets carry control information as well as part of the message. Different packets may take different routes. At the destination, the data can be checked and reassembled for the receiving application.&lt;br /&gt;
&lt;br /&gt;
Packet switching makes it possible for many users and services to share network links efficiently. If one route is unavailable, routing systems may be able to use another available path.&lt;br /&gt;
&lt;br /&gt;
[[File:Packet Switching.gif|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=AEaKrq3SpW8|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Addresses: IP and MAC ==&lt;br /&gt;
&lt;br /&gt;
Devices need addressing information so data can reach the correct destination.&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;IP address&amp;#039;&amp;#039;&amp;#039; identifies a network interface for communication using the Internet Protocol. Routers use IP information to move packets between networks. IPv4 addresses are commonly written as four decimal numbers separated by dots, while IPv6 uses a much larger address space and a different notation.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;MAC address&amp;#039;&amp;#039;&amp;#039; is a link-layer address associated with a network interface. On a local Ethernet or Wi-Fi network, link-layer addressing helps deliver frames between interfaces. IP and MAC addresses have different roles and should not be treated as the same thing.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Mb50bQ5RsUk|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== DNS: Names for Internet Services ==&lt;br /&gt;
&lt;br /&gt;
Humans find names such as web addresses easier to remember than numerical IP addresses. The &amp;#039;&amp;#039;&amp;#039;Domain Name System&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;DNS&amp;#039;&amp;#039;&amp;#039;, helps translate domain names into information that computers can use to locate services. DNS is distributed: many servers work together rather than one machine storing every name.&lt;br /&gt;
&lt;br /&gt;
[[File:DNS Architecture.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Protocols: Rules for Communication ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;protocol&amp;#039;&amp;#039;&amp;#039; is an agreed set of rules for communication. Different protocols solve different parts of the networking problem.&lt;br /&gt;
&lt;br /&gt;
# [[English:Ethernet|Ethernet]] and [[English:Wi-Fi|Wi-Fi]]: Define important rules for local wired and wireless communication.&lt;br /&gt;
# [[English:Internet Protocol|IP]]: Provides addressing and packet forwarding between networks.&lt;br /&gt;
# [[English:Transmission Control Protocol|TCP]]: Provides ordered and reliable delivery for applications that need it.&lt;br /&gt;
# [[English:User Datagram Protocol|UDP]]: Sends datagrams with less delivery overhead and without TCP&amp;#039;s built-in reliability features.&lt;br /&gt;
# [[English:Hypertext Transfer Protocol|HTTP and HTTPS]]: Support communication between web clients and web servers; HTTPS protects the connection using encryption.&lt;br /&gt;
# [[English:Domain Name System|DNS]]: Helps applications find services by name.&lt;br /&gt;
&lt;br /&gt;
Protocols work in layers. When you load a secure website, several protocols can cooperate: Wi-Fi or Ethernet carries local network traffic, IP moves packets between networks, TCP can provide reliable transport, DNS can resolve a name, and HTTPS carries protected web communication.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Network Models =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Client–Server and Peer-to-Peer ==&lt;br /&gt;
&lt;br /&gt;
In a &amp;#039;&amp;#039;&amp;#039;client–server&amp;#039;&amp;#039;&amp;#039; model, clients request services and servers provide them. A school login server, web server, or file server can serve many users. Central servers can make management and backups easier, but they also need careful maintenance and protection.&lt;br /&gt;
&lt;br /&gt;
In a &amp;#039;&amp;#039;&amp;#039;peer-to-peer&amp;#039;&amp;#039;&amp;#039; model, devices can share resources directly with one another without relying on one central server for every exchange. Peer-to-peer systems can be simple and flexible, but management and security can become more difficult as the number of devices grows.&lt;br /&gt;
&lt;br /&gt;
[[File:P2P-network.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Security and Responsible Use =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Common Risks ==&lt;br /&gt;
&lt;br /&gt;
Networks create opportunities for useful communication, but they also create security risks. Examples include stolen passwords, malicious software, phishing messages, insecure devices, accidental data sharing, and unauthorized access.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;firewall&amp;#039;&amp;#039;&amp;#039; controls network traffic according to security rules. Firewalls can reduce unwanted connections, but they are only one part of security. Good protection also depends on safe user behavior, software updates, access control, backups, and encryption.&lt;br /&gt;
&lt;br /&gt;
[[File:Firewall.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=jhXCTbFnK8o|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Safer Habits ==&lt;br /&gt;
&lt;br /&gt;
You can reduce risk by using unique strong passwords or passphrases, enabling multi-factor authentication when available, installing trusted updates, checking links and senders before opening messages, locking devices, and keeping important data backed up.&lt;br /&gt;
&lt;br /&gt;
You should also respect privacy and permission. Do not access another person&amp;#039;s account, device, or files without authorization. When investigating a network problem, use only systems and tools that you have permission to test.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Troubleshooting Networks =&lt;br /&gt;
&lt;br /&gt;
A good troubleshooter changes one thing at a time, observes evidence, and records what happened. Start with simple checks before assuming the most complicated cause.&lt;br /&gt;
&lt;br /&gt;
# [[English:Physical layer|Check the physical connection]]: Is the device powered on, is the cable connected, or is Wi-Fi enabled?&lt;br /&gt;
# [[English:Network interface controller|Check the network interface]]: Does the device show a connection to the local network?&lt;br /&gt;
# [[English:Default gateway|Check local network access]]: Can the device reach local resources or the router?&lt;br /&gt;
# [[English:Domain Name System|Check name resolution]]: If an IP-based service works but a domain name does not, DNS may be involved.&lt;br /&gt;
# [[English:Application software|Check the application]]: Is the problem limited to one browser, service, or account?&lt;br /&gt;
# [[English:Documentation|Record evidence]]: Note error messages, changes, and results so another person can understand the problem.&lt;br /&gt;
&lt;br /&gt;
Good troubleshooting is a reasoning process. Evidence helps you separate a device problem, a local network problem, an Internet connection problem, a name-resolution problem, and an application problem.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which component carries out instructions in a computer?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(CPU)&lt;br /&gt;
(!Monitor)&lt;br /&gt;
(!Keyboard)&lt;br /&gt;
(!Printer)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which memory is normally volatile?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(RAM)&lt;br /&gt;
(!SSD)&lt;br /&gt;
(!Hard drive)&lt;br /&gt;
(!Flash storage)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the main role of a network switch?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Connect devices within a local network)&lt;br /&gt;
(!Translate every domain name)&lt;br /&gt;
(!Store all Internet websites)&lt;br /&gt;
(!Generate computer passwords)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which device connects different IP networks?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Router)&lt;br /&gt;
(!Keyboard)&lt;br /&gt;
(!Speaker)&lt;br /&gt;
(!Scanner)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does DNS mainly help computers do?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Find services by domain name)&lt;br /&gt;
(!Increase monitor brightness)&lt;br /&gt;
(!Cool the processor)&lt;br /&gt;
(!Print documents)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What happens during the decode stage of the CPU cycle?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The CPU determines what the instruction means)&lt;br /&gt;
(!The screen displays the final image)&lt;br /&gt;
(!The router chooses a wireless password)&lt;br /&gt;
(!The hard drive erases every file)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which statement best describes packet switching?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Data is divided into packets that can travel across shared networks)&lt;br /&gt;
(!Every message requires one permanent private cable)&lt;br /&gt;
(!All packets must be stored on one computer forever)&lt;br /&gt;
(!Only wireless devices can send packets)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which protocol is used for addressing and forwarding packets between networks?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(IP)&lt;br /&gt;
(!HDMI)&lt;br /&gt;
(!USB)&lt;br /&gt;
(!PDF)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is one purpose of a firewall?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Control network traffic using security rules)&lt;br /&gt;
(!Replace the operating system)&lt;br /&gt;
(!Increase the size of a monitor)&lt;br /&gt;
(!Turn RAM into permanent storage)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which troubleshooting step should usually come early?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Check power cables and connection status)&lt;br /&gt;
(!Replace every device immediately)&lt;br /&gt;
(!Delete all user files)&lt;br /&gt;
(!Assume the Internet is permanently broken)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Processor || Carries out program instructions&lt;br /&gt;
|-&lt;br /&gt;
| RAM || Temporary working memory used by active programs&lt;br /&gt;
|-&lt;br /&gt;
| Switch || Connects devices inside a local network&lt;br /&gt;
|-&lt;br /&gt;
| Router || Forwards packets between different networks&lt;br /&gt;
|-&lt;br /&gt;
| DNS || Helps map domain names to service addresses&lt;br /&gt;
|-&lt;br /&gt;
| Firewall || Controls network traffic according to rules&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Central processing unit&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Executes instructions&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Random access memory&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Holds active working data&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Network switch&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Connects devices on a local network&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Internet Protocol&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Supports addressing and forwarding between networks&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Domain Name System&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Helps resolve domain names&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Match each term with the explanation that describes its main role.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Processor || Which component executes instructions?&lt;br /&gt;
|-&lt;br /&gt;
| Router || Which device forwards packets between networks?&lt;br /&gt;
|-&lt;br /&gt;
| Ethernet || Which wired networking family is common in local networks?&lt;br /&gt;
|-&lt;br /&gt;
| Protocol || What word means an agreed set of communication rules?&lt;br /&gt;
|-&lt;br /&gt;
| Firewall || What security tool controls network traffic by rules?&lt;br /&gt;
|-&lt;br /&gt;
| Packet || What small unit can carry part of a larger network message?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Computer+Systems+and+Networks &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A computer combines hardware and { software } to process data. The { CPU } carries out instructions. Working data is commonly kept in { RAM }. A motherboard provides physical connections among major { components }. A local group of connected devices can form a { LAN }. A { switch } connects devices within a local network. A { router } forwards packets between different networks. Large messages can be divided into { packets } for transmission. The { DNS } helps applications find services by domain name. A communication rule set is called a { protocol }. A { firewall } controls traffic according to security rules. Careful { troubleshooting } uses evidence to find the cause of a problem.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Computer hardware|Computer hardware]]: Create a labeled drawing or photo guide showing at least six hardware components and explain the job of each one in one sentence.&lt;br /&gt;
# [[English:Input and output|Input and output]]: Find four devices around your home or school and classify each as input, output, or both, then justify your choices.&lt;br /&gt;
# [[English:Network map|Network map]]: Draw a simple map of a safe imaginary home or classroom network that includes at least three end devices and one network device.&lt;br /&gt;
# [[English:Digital citizenship|Digital citizenship]]: Design a one-page poster that teaches younger students five safe and respectful habits for using a shared network.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Fetch–decode–execute cycle|Fetch–decode–execute cycle]]: Produce a short stop-motion video, animation, or comic that shows an instruction moving through fetch, decode, and execute.&lt;br /&gt;
# [[English:Network topology|Network topology]]: Build two topology models with paper, string, or diagram software, then compare what happens when one connection fails in each model.&lt;br /&gt;
# [[English:Computer network|Computer network]]: Interview a teacher, technician, librarian, or family member about how networks support their work and summarize three important uses and two challenges.&lt;br /&gt;
# [[English:Latency|Latency]]: Carry out a simple permitted network experiment by comparing response times from the same device in two locations, record your results, and suggest reasons for any difference.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Packet switching|Packet switching]]: Create a classroom simulation in which message cards are divided into packets, routed along different paths, and reassembled at the destination, then explain what the model shows and what it leaves out.&lt;br /&gt;
# [[English:Network security|Network security]]: Develop a security checklist for a fictional school computer room and justify each control in terms of a specific risk.&lt;br /&gt;
# [[English:Troubleshooting|Troubleshooting]]: Design a decision tree for diagnosing a device that can join Wi-Fi but cannot open a named website, including physical, addressing, DNS, and application checks.&lt;br /&gt;
# [[English:Information technology|Information technology]]: Arrange a supervised visit to a school IT room, library technology area, makerspace, or workplace network area, document the devices you are allowed to observe, and create a report connecting them to concepts from this aiMOOC.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:System analysis|System analysis]]: Given a computer that becomes slow when many applications are open, explain which components may be involved and what evidence would help you distinguish between limited RAM, storage problems, and application behavior.&lt;br /&gt;
# [[English:Network design|Network design]]: Design a small classroom LAN for twenty student devices, a teacher computer, a printer, and Internet access, then justify the network devices and connection types you choose.&lt;br /&gt;
# [[English:Protocol reasoning|Protocol reasoning]]: Explain how Ethernet or Wi-Fi, IP, TCP, DNS, and HTTPS can work together when a student opens a secure website.&lt;br /&gt;
# [[English:Security decisions|Security decisions]]: Evaluate a fictional message asking a student to enter a school password on an unfamiliar website and propose a safe response based on evidence.&lt;br /&gt;
# [[English:Fault diagnosis|Fault diagnosis]]: Compare two failures: one computer cannot access any network service, while every computer can access sites by IP address but not by name; identify different likely causes and suitable checks.&lt;br /&gt;
# [[English:Technology transfer|Technology transfer]]: Choose a non-computing system such as a postal service or road network and explain which parts can be used as an analogy for packets, addresses, routes, and protocols, including where the analogy breaks down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Area&lt;br /&gt;
! Evidence you can produce&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Accurate explanations of CPU functions, memory, storage, network devices, packets, addresses, protocols, and basic security.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Skills&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Clear diagrams, comparison of alternatives, safe practical investigation, evidence-based troubleshooting, and correct use of technical vocabulary.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Products&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| A hardware guide, network map, topology model, interview summary, packet-switching simulation, security checklist, or troubleshooting decision tree.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Reasoning&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Explanations that connect causes and effects, such as how topology affects failure, why protocols work together, or why a DNS problem differs from a physical connection problem.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Ability to apply system and network ideas to unfamiliar devices, school situations, workplace examples, and responsible digital behavior.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
Explore the English Wikipedia article on computer networks to review key terms and follow links to related topics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Computer_network &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
Computer systems and networks connect ideas from hardware, software, data, communication, security, design, and problem solving. Understanding the whole system helps you explain not only what each component does, but also how components depend on one another.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Computer Systems and Networks|Computer Systems and Networks]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Computer hardware|Computer hardware]]&lt;br /&gt;
# [[English:Central processing unit|Central processing unit]]&lt;br /&gt;
# [[English:Computer memory|Computer memory]]&lt;br /&gt;
# [[English:Operating system|Operating system]]&lt;br /&gt;
# [[English:Computer network|Computer network]]&lt;br /&gt;
# [[English:Network topology|Network topology]]&lt;br /&gt;
# [[English:Packet switching|Packet switching]]&lt;br /&gt;
# [[English:Internet Protocol|Internet Protocol]]&lt;br /&gt;
# [[English:Domain Name System|Domain Name System]]&lt;br /&gt;
# [[English:Cybersecurity|Cybersecurity]]&lt;br /&gt;
# [[English:Troubleshooting|Troubleshooting]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Computer Systems and Networks]]&lt;br /&gt;
[[Category:Computer Science]]&lt;br /&gt;
[[Category:Information Technology]]&lt;br /&gt;
[[Category:Computer Networks]]&lt;br /&gt;
[[Category:Digital Literacy]]&lt;br /&gt;
[[Category:STEM]]&lt;br /&gt;
[[Category:Grades 7-8]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>