📚 Year 8 CCEA Computer Science Unit Test Mock Paper Analysis | Year 8 CCEA 计算机 单元测试模拟卷解析
This article provides a full walkthrough of a sample Year 8 CCEA Computer Science unit test, covering essential topics such as computer hardware, software, data representation, programming concepts, and online safety. Each question is followed by a detailed English explanation and its Chinese translation to help students reinforce their understanding and exam technique.
本文提供一份 Year 8 CCEA 计算机科学单元测试模拟卷的完整解析,涵盖计算机硬件、软件、数据表示、编程概念和网络安全等重点内容。每道题后均有详细的英文解析和中文翻译,帮助学生巩固知识并提升应试技巧。
1. Output Devices Identification | 输出设备标识题
Question: Which of the following is an output device?
A. Keyboard
B. Mouse
C. Monitor
D. Scanner
Answer: C. Monitor. An output device takes data from the computer and presents it to the user in a human-readable form. A monitor displays visual information, while a keyboard, mouse, and scanner are all input devices that send data into the computer.
答案:C. 显示器。输出设备将计算机中的数据以人类可读的形式呈现给用户。显示器显示视觉信息,而键盘、鼠标和扫描仪都是将数据输入计算机的输入设备。
2. CPU Definition | CPU 定义
Question: What does CPU stand for, and what is its primary role in a computer system?
Answer: CPU stands for Central Processing Unit. It is often called the ‘brain’ of the computer. Its primary role is to fetch instructions from memory, decode them, and then execute them. This is known as the fetch–decode–execute cycle. The CPU carries out all arithmetic and logical operations and controls the flow of data within the system.
答案:CPU 代表中央处理器(Central Processing Unit),常被称为计算机的“大脑”。其主要作用是从内存中取指令、译码并执行,这个过程称为“取指–译码–执行”循环。CPU负责执行所有的算术和逻辑运算,并控制系统内的数据流。
3. Storage Devices Examples | 存储设备举例
Question: Give two examples of secondary storage devices and state whether they use magnetic, optical, or solid-state technology.
Answer:
Example 1: Hard disk drive (HDD) – magnetic storage. It uses spinning platters coated with magnetic material to read/write data.
Example 2: USB flash drive – solid-state storage. It uses flash memory chips with no moving parts, making it more durable and portable.
Another common example is a CD/DVD (optical storage), which uses lasers to read data from a reflective surface.
答案:
例1:硬盘驱动器(HDD)——磁性存储。它利用涂有磁性材料的旋转盘片来读写数据。
例2:USB闪存盘——固态存储。它使用闪存芯片,无移动部件,更耐用、更便携。
另一个常见例子是 CD/DVD(光存储),它使用激光从反射表面读取数据。
4. Binary to Decimal Conversion | 二进制转十进制
Question: Convert the binary number 1101 into decimal. Show your working.
Answer: Place the binary digits under the correct place values: 8, 4, 2, 1.
1 1 0 1
This equals (1 × 8) + (1 × 4) + (0 × 2) + (1 × 1) = 8 + 4 + 0 + 1 = 13.
Therefore, the decimal equivalent of binary 1101 is 13.
答案:将二进制各位对应位权:8, 4, 2, 1。
1 1 0 1
计算:(1×8) + (1×4) + (0×2) + (1×1) = 8 + 4 + 0 + 1 = 13。
因此,二进制 1101 对应的十进制数是 13。
5. Phishing Awareness | 网络钓鱼识别
Question: Explain what phishing is and give one sign that an email might be a phishing attempt.
Answer: Phishing is a type of cyber attack where criminals send fake emails or messages that appear to come from a trusted source (like a bank or a school) to trick people into revealing personal information, such as passwords or credit card numbers. One sign of a phishing email is urgent or threatening language, e.g., ‘Your account will be closed unless you click this link immediately.’ Other signs include poor spelling, suspicious links, and requests for private data.
答案:网络钓鱼是一种网络攻击,犯罪分子发送看似来自可信来源(如银行或学校)的虚假电子邮件或消息,诱骗人们泄露个人信息,如密码或信用卡号。网络钓鱼邮件的一个迹象是使用紧急或威胁性语言,例如“您的账户将被关闭,除非您立即点击此链接”。其他迹象包括拼写错误、可疑链接以及索要私人数据。
6. Scratch Movement Block | Scratch 移动积木
Question: In Scratch, which block would you use to make a sprite move forward by 10 steps? What category does it belong to?
Answer: The block is called ‘move 10 steps’ and it is found in the ‘Motion’ category (blue blocks). This block changes the sprite’s x and y coordinates based on its current direction. For example, if the sprite is facing right, ‘move 10 steps’ adds 10 to its x position.
答案:需要使用“移动 10 步”积木,它位于“运动”类别(蓝色积木)中。该积木根据精灵当前的方向改变其 x 和 y 坐标。例如,若精灵面向右侧,“移动 10 步”会将其 x 坐标增加 10。
7. RAM vs ROM | RAM 与 ROM 的区别
Question: Compare RAM and ROM. Give two differences.
Answer:
1. RAM (Random Access Memory) is volatile – its contents are lost when the power is turned off. ROM (Read-Only Memory) is non-volatile – it retains data even without power.
2. RAM is used to hold programs and data currently in use by the CPU, and it can be read from and written to. ROM typically stores firmware or the BIOS and is usually pre-written; data on ROM cannot be easily modified or is read-only during normal operation.
3. RAM capacity is generally much larger than ROM in a modern computer.
答案:
1. RAM(随机存取存储器)是易失性的——断电后内容会丢失;ROM(只读存储器)是非易失性的——断电后仍保留数据。
2. RAM用于存放CPU当前使用的程序和数据,可读写;ROM通常存储固件或BIOS,预先写入,正常操作下数据不能轻易修改或只读。
3. 在现代计算机中,RAM的容量通常远大于ROM。
8. Online Safety Tips | 网络安全建议
Question: List two practical ways a Year 8 student can stay safe when using the internet.
Answer:
1. Never share personal information (full name, address, school, phone number, passwords) with people met online, and keep social media profiles private.
2. Use a strong, unique password for each account and enable two-factor authentication where possible.
3. Think before clicking: do not open suspicious links or attachments, even if they appear to come from friends.
4. Tell a trusted adult immediately if something online makes you feel uncomfortable.
答案:
1. 切勿与网上认识的人分享个人信息(全名、地址、学校、电话、密码),并将社交媒体个人资料设为私密。
2. 为每个账户使用强而独特的密码,并尽可能启用双重认证。
3. 点击前三思:不要打开可疑链接或附件,即使它们看起来来自朋友。
4. 如果网上有任何事让你感到不适,立即告诉可信任的成年人。
9. Client-Server Network Advantage | 客户端-服务器网络优点
Question: A school network uses a server. State one advantage of a client-server network over a peer-to-peer network in this context.
Answer: One advantage is centralised management. The server can control user accounts, security settings, and file sharing from one place. This makes it easier for the network administrator to back up all data, install software updates, and enforce access policies across all computers. It also improves security, as sensitive files are stored on the server rather than on individual machines.
答案:一个优点是集中管理。服务器可以集中控制用户账户、安全设置和文件共享。这使得网络管理员更容易备份所有数据、安装软件更新并在所有计算机上实施访问策略。同时,它还提高了安全性,因为敏感文件存储在服务器上而不是单台机器上。
10. Simple Pseudocode | 简单伪代码
Question: Write a simple algorithm using pseudocode to ask the user for two numbers, add them together, and display the sum.
Answer:
BEGIN OUTPUT "Enter first number:" INPUT num1 OUTPUT "Enter second number:" INPUT num2 sum ← num1 + num2 OUTPUT "The sum is: " + sum END
This algorithm uses OUTPUT to display messages, INPUT to receive values from the user, and stores the result of the addition in a variable called ‘sum’ before displaying it.
答案:
开始 输出 "输入第一个数字:" 输入 num1 输出 "输入第二个数字:" 输入 num2 sum ← num1 + num2 输出 "总和是:" + sum 结束
该算法使用 OUTPUT 显示信息,INPUT 接收用户输入的值,并将两数相加的结果存入变量 sum,然后显示。
Published by TutorHao | CCEA Computer Science Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导