CSLB General Building (B) Trade Practice Test
常见问题
这里有多少道 Google IT Support 练习题?+
一整套原创 Google IT Support 练习题,覆盖官方内容板块、按真实考试权重分布、附解析。免费,无需注册。
Google IT Support 考试是什么样的?+
大约 100 道题。先在这里按主题刷题,再做完整计时模考检验准备度。
这些是真实考题吗?+
不是。每道题都是 100% 原创,依据公开一手来源编写并附解析。我们从不抄袭真题或付费备考资料。
我可以用中文或西班牙语学吗?+
PrepPass 练习提供英文、中文、西班牙文。官方考试以英文进行 —— 你随时可以把题目语言切回英文,熟悉考试当天的确切术语。
样题与解析
以下是本题库中的部分真题与完整解析。完整题库请用上方的刷题工具。
- 1. Hardware
Which component is considered the 'brain' of a computer, executing instructions and performing calculations?
- a.The power supply unit (PSU)
- b.The central processing unit (CPU)
- c.The hard disk drive (HDD)
- d.The network interface card (NIC)
答案: b
解析: The CPU carries out the instructions of a program by performing arithmetic, logic, and control operations. It is often called the brain of the computer. Other components like storage and power supplies support the CPU but do not execute program logic.
- 2. Hardware
Which of the following is an example of a peripheral (input) device?
- a.The motherboard
- b.The power supply
- c.A keyboard
- d.The system RAM
答案: c
解析: A keyboard is an input peripheral that lets a user send data and commands to the computer. Peripherals are external devices that extend the computer's functionality. Output peripherals include monitors and printers, while the motherboard and RAM are internal core components.
- 3. Operating Systems
Which Linux command lists the files in the current directory?
- a.cd
- b.ls
- c.rm
- d.mkdir
答案: b
解析: The ls command lists the contents of a directory. Options like -l show detailed information and -a reveal hidden files. In contrast, cd changes directories, rm removes files, and mkdir creates directories.
- 4. Operating Systems
What is the main benefit of creating user accounts with limited (standard) privileges instead of administrator rights?
- a.It makes the computer boot faster
- b.It increases available disk space
- c.It improves the screen resolution
- d.It limits the damage that malware or mistakes can cause
答案: d
解析: Standard user accounts cannot make system-wide changes without elevated permission, which reduces the impact of malware or accidental misconfiguration. Following the principle of least privilege improves security. Administrator rights should be reserved for tasks that truly require them.
- 5. Networking
What does the acronym 'IP' stand for in networking?
- a.Internal Protocol
- b.Interface Port
- c.Internet Protocol
- d.Integrated Packet
答案: c
解析: IP stands for Internet Protocol, which is responsible for addressing and routing packets of data so they can travel across networks. Every device on an IP network has an IP address. IP works together with TCP in the widely used TCP/IP suite.
- 6. Networking
Which port number is the default for HTTP web traffic?
- a.443
- b.80
- c.22
- d.53
答案: b
解析: HTTP typically uses port 80 for unencrypted web traffic. Port 443 is used for HTTPS, the encrypted version. Knowing common port numbers helps in configuring firewalls and troubleshooting connectivity.
- 7. IT Security
What are the three core principles of the classic information security 'CIA triad'?
- a.Control, Isolation, Access
- b.Confidentiality, Integrity, Availability
- c.Cryptography, Identity, Authorization
- d.Compliance, Inspection, Auditing
答案: b
解析: The CIA triad stands for Confidentiality, Integrity, and Availability. Confidentiality keeps data private, integrity ensures data is accurate and unaltered, and availability ensures systems and data are accessible when needed. These principles guide most security decisions.
- 8. IT Security
What is a VPN (Virtual Private Network) primarily used for?
- a.To increase RAM
- b.To defragment drives
- c.To create a secure, encrypted connection over a public network
- d.To generate stronger Wi-Fi signals
答案: c
解析: A VPN creates an encrypted tunnel between a device and a remote network over the public internet. This protects data from eavesdropping and can mask the user's location. It is widely used for secure remote access to corporate resources.
- 9. Troubleshooting
What is a good first step in a structured troubleshooting methodology?
- a.Replace all hardware immediately
- b.Identify and clearly define the problem
- c.Reinstall the operating system
- d.Tell the user it is their fault
答案: b
解析: Effective troubleshooting starts by identifying and clearly defining the problem, often by gathering information and asking the user questions. Understanding the symptoms precisely prevents wasted effort. Only after defining the issue should you form and test hypotheses.
- 10. Troubleshooting
A user's application keeps freezing. Which step reflects forming and testing a hypothesis?
- a.Ignoring the issue and hoping it resolves
- b.Immediately replacing the hard drive
- c.Suspecting insufficient memory and checking resource usage in Task Manager
- d.Telling the user to buy a new computer
答案: c
解析: After identifying the problem, you form a probable theory of the cause and test it. Suspecting a memory shortage and checking resource usage is a logical hypothesis test. If the theory is confirmed, you can address it; if not, you form a new theory.