Font size
WorksheetsComputer Components Quiz
Total questions: 77
Worksheet time: 41mins
What is another name for a computer chassis?
Tower
Monitor
Keyboard
Mouse
Which of the following is NOT a component held by a computer chassis?
Mouse
RAM
Power Supply
Motherboard
Identify the component that is responsible for supplying power to a computer.
Video Card
Power Supply
USB peripheral
Sound Card
Which component is essential for the computer’s memory?
Hard disk drive
CD-DVD drive
RAM
Chassis
What is the role of the motherboard in a computer?
Connects all computer components
Supplies power
Provides external connectivity
Enhances audio output
What is the primary function of a Central Processing Unit (CPU) in a computer system?
To display graphics
To process instructions and manage the operation of the computer
To store data permanently
To power the computer system
Which of the following is NOT a step in the CPU sequence described in the material?
Fetches instructions from memory
Decodes instructions into machine language
Executes the instructions
Enhances the audio output
What does the CPU do after executing instructions?
It shuts down the system
It deletes the instructions
It stores the result for later use
It sends an output to the printer
What is the primary function of the Arithmetic Logic Unit (ALU) in a CPU?
To store data
To perform arithmetic and logical operations
To manage the CPU's power supply
To communicate with input/output devices
What does the Control Unit (CU) do with the data or instructions it receives?
Stores the data permanently
Executes data operations
Directs operations based on interpreted instructions
Transfers data directly to output devices
Which of the following is NOT a responsibility of the Control Unit (CU)?
Interpreting instructions
Executing data operations
Directing operations according to results
Communicating with input/output devices
Refer to the diagram. Which component is directly connected to both the ALU and CU in the CPU structure shown?
Cache Memory
Memory Unit
Registers
I/O Devices
What is the primary function of the internal storage in a CPU?
To process data
To store data and transfer it to its destination
To increase the speed of the CPU
To connect to external devices
Which type of memory is volatile and loses data when the computer reboots or loses power?
ROM
SSD
RAM
Hard Drive
What characteristic does ROM have regarding data retention after power loss?
Volatile
Non-volatile
Semi-volatile
Unstable
What is considered secondary storage in computer architecture?
RAM
Registers
External storage devices like hard drives and optical media
Internal cache memory
What is the function of cache in a CPU?
To store the final output of processed data
To store frequently used data and instructions for quick access
To increase the processing speed of the GPU
To manage the input/output operations of the system
What role do registers play inside a CPU?
They manage the communication between different computer components
They store data temporarily to speed up processing
They permanently store data to ensure data integrity
They control the power supply to the CPU
What does Disk I/O measure in terms of computer performance?
The speed of data transfer between the CPU and the GPU
The efficiency of the operating system
The speed of data transfer between the hard disk drive and RAM
The capacity of the hard disk
What does the term "bandwidth" refer to in network metrics?
The speed of the network
The amount of data that can be sent or received through a link in a given length of time
The number of devices connected to the network
The physical width of the network cables
What is the difference between bandwidth and throughput?
Bandwidth is about the quality of data, while throughput is about the quantity.
Bandwidth is the capacity of the network, while throughput is how much data is actually sent over the network.
Bandwidth measures speed, while throughput measures data loss.
There is no difference; both terms mean the same.
Why is throughput generally lower than bandwidth?
Throughput includes data errors and retransmissions.
Throughput measures only outgoing data.
Bandwidth calculations are often incorrect.
Throughput is not affected by network congestion.
What does the term "Latency" in network metrics refer to?
The speed at which a packet is discarded
The time it takes for a packet to leave a computer, traverse the network, complete its request, and return
The rate at which data is downloaded from the server
The maximum data transfer capacity of a network
What is "Jitter" in the context of network performance?
The consistent speed of packet delivery
The total amount of data transmitted
An inconsistent rate of packet delivery, causing uneven arrival or variable delay of packets
The minimum latency experienced on a network
What is the impact of high jitter in VoIP communications?
Increased video quality
Faster connection speeds
Garbled audio due to uneven packet delivery
Reduced data usage
What is the primary function of SNMP (Simple Network Management Protocol)?
To encrypt network data
To provide and manage network performance data
To increase internet speed
To design network architecture
Which OSI layer does SNMP operate at?
Layer 3
Layer 5
Layer 7
Layer 1
What was a significant improvement in SNMPv3 compared to earlier versions?
Reduced data usage
Cryptographic security
Faster data transfer
Simpler user interface
What does MD5 stand for in the context of SNMP Version Security Levels?
Message Digest 5
Multi-Digest 5
Message Data 5
Multi-Data 5
What is the authentication strategy used by SNMPv3 with the security level 'authNoPriv'?
MD5 or SHA
Username
Community string
No authentication
Which encryption type is associated with SNMPv3 using the 'authPriv' security level?
CBC-DES (DES-56)
None
AES
RSA
What does SHA stand for in the context of SNMP security?
Secure Hash Algorithm
Simple Hash Access
Secure Hash Access
Simple Hash Algorithm
Which SNMP version does not use any form of encryption according to the table?
SNMPv1
SNMPv2c
SNMPv3 with noAuthNoPriv
All of the above
What is the role of an SNMP manager in a network monitoring system?
To send updates to network devices
To receive and store data from network devices
To actively poll SNMP agents for updates
To repair network devices remotely
Which UDP port is used by the SNMP manager to communicate with the agent?
162
161
160
163
What type of information does the SNMP agent send to the manager when polled?
Only error logs
Configuration and statistics
User data and passwords
Encryption keys
What is the purpose of SNMP traps?
To initiate a server restart
To send unsolicited status details to the manager
To update the SNMP manager's software
To request data from the manager
What does MIB stand for in the context of SNMP?
Management Information Base
Multiple Instance Blocks
Managed Internet Bandwidth
Main Interface Bridge
What is the purpose of a Management Information Base (MIB)?
To store user data
To collect managed objects
To monitor network performance
To encrypt data transmissions
How can different managed objects in a MIB be identified?
By their IP addresses
By their MAC addresses
By an OID
By their port numbers
What is the file extension for MIB files in Windows?
.mib
.dat
.obj
.snmp
What does the term "SNMP walk" refer to?
A method to physically inspect network cables
A protocol for encrypting SNMP messages
A technique for searching information in the entire MIB
A type of SNMP error
What does the OID value "1.3.6.1.4.1" signify in the context of Object Identifiers (OIDs)?
Name of a device
US Department of Defense
Private company
Device made by a private company
What is the role of the Manager in the context of OIDs?
It uses information from the MIB to translate and interpret messages before sending them to the end-user.
True
Which of the following best describes a "Scalar" type of managed object?
What does the ".3" in the OID "1.3.6.1.4.1" represent?
Internet
Organization (DoD)
US Department of Defense
Private company
What is the purpose of a GET message in SNMP?
To send a range of information categories
To request the next information segment
To determine the value of a variable
To reply to a GET request
What does the RESPONSE message in SNMP signify?
It is a request for a range of information categories
It is a request for the next information segment
It is a reply from the Agent providing the originally requested variables
It is an information request from the Manager
What is the function of the GETNEXT message in SNMP?
To pull data tables using different commands
To determine the value of a variable
To send a reply to a GET request
To request the next information segment from the next OID within the MIB
What does the GETBULK message do in SNMP?
It requests the next information segment
It determines the value of a variable
It pulls data tables by using lots of different GETNEXT commands
It sends a reply to a GET request
What is the purpose of a SET message in SNMP?
To acknowledge a Trap ALERT
To notify the Manager of a high priority event
To change a setting or issue commands
To request information from the Agent
What does a TRAP message in SNMP signify?
It acknowledges a Trap ALERT
It changes a setting on the device
It notifies the Manager of a high priority event within the device
It requests information from the Manager
What is the function of an INFORM message in SNMP?
It changes device configurations
It acknowledges a Trap ALERT
It sends a high priority alert to the Agent
It requests a setting change from the Manager
What is the primary function of SNMP TRAP in network management?
To increase the frequency of polling
To notify the Manager of ALERTS without the need for polling
To manage the SNMP agents more effectively
To enhance the security of network management
Which of the following is NOT a compatible information source with SNMP?
NetFlow for traffic data
Syslog for system events
SMTP for email services
SNMP itself
What is the primary function of Performance & Traffic logs in network devices?
To record user login details
To monitor and record statistics for network resources over a defined period
To store user authentication data
To send messages to syslog servers
What does an audit log typically record in network security?
Performance statistics
Success/fail type of events related to authentication and authorization
Data packets information
External network threats
What is the role of a Syslog server in a network?
To provide internet access to clients
To monitor network performance
To receive and store log messages from syslog clients
To authenticate network users
Which port is commonly used by Syslog for communication?
Port 80
Port 443
Port 514
Port 8080
What is the Syslog severity level for "Emergencies" that render the system unusable?
0
1
2
3
Which Syslog severity level is described as "Conditions requiring immediate attention"?
Alerts
Critical
Errors
Warnings
At what Syslog severity level are "Notifications about error conditions within the system that do not render the system unusable" categorized?
2
3
4
5
Which of the following best describes the Syslog severity level for "Warnings"?
Notifications that specific operations failed to complete successfully
Non-error notifications that alert an administrator about state changes within a system
Detailed information about the normal operation of a system
Highly detailed information used for troubleshooting purposes
What is the severity level for Syslog messages that provide "Detailed information about the normal operation of a system"?
Informational
Notifications
Debugging
Errors
What does "logging levels" refer to in the context of network device logs?
The physical location where logs are stored
The process of deleting old logs to free up space
The categorization and logging of events based on a predetermined severity value
The frequency at which logs are checked for errors
What can you use to view application, security, and system logs in Windows?
Task Manager
Control Panel
Event Viewer
Command Prompt
How can you access the Windows log environment from your workstation?
Open the Control Panel and navigate to System Tools
Type "event viewer" in the search bar and press enter
Use the Run dialog box and type "logs"
Access it through the Settings app under Privacy
What does the term "link state" refer to in network interfaces?
The speed of the connection
The type of protocol used
Whether an interface is operational or not
The number of devices connected
Which mode allows data to be transferred and received at the same time?
Simplex
Half duplex
Full duplex
Multiplex
What is encapsulation in the context of the OSI model?
The removal of headers from data packets
The process of adding information to data as it moves through the OSI layers
The method of compressing data for transmission
The encryption of data for secure transmission
What is the purpose of cyclic redundancy checks (CRC)?
To verify the size of data frames
To establish a stable connection
To calculate a checksum for error detection
To compress data frames for faster transmission
What defines a "giant frame" in network communications?
A frame that is exactly 1500 bytes
A frame smaller than 64 bytes
A frame larger than 1500 bytes
A frame that causes a collision
What typically causes a "runt frame"?
A frame over 1500 bytes
A frame exactly 64 bytes
A frame smaller than 64 bytes
A frame without errors
What is the consequence of using underpowered equipment in a network according to the text?
The network becomes faster.
The equipment will require less maintenance.
The system will get overloaded.
It enhances the security of the network.
Which of the following is NOT listed as a requirement for computer systems in the text?
Stable power supply.
Free from outages.
Regular software updates.
Protection from voltage spikes and surges.
According to the text, what should be done to electrical systems in the presence of significant water?
They should be inspected.
They should be shut down immediately.
They should be covered with waterproof materials.
They should be upgraded.
What environmental factor can cause condensation within a device leading to corrosion and short circuit faults?
Increased sunlight exposure.
More water vapor in the air.
Lower temperatures in the environment.
Dust accumulation.
