Networking, System Basics and OS Fundamentals

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 2967 | Total Attempts: 6,941,113
| Questions: 30 | Updated: Aug 4, 2026
Please wait...
Question 1 / 31
🏆 Rank #--
0 %
0/100
Score 0/100

1. A PC has 16 GB RAM but only 8 GB is usable. What could be one possible reason?

Explanation

A hardware or operating system configuration issue can prevent the full utilization of installed RAM. This may occur if the operating system is a 32-bit version, which typically limits usable memory to around 4 GB, or if there are settings in the BIOS/UEFI that restrict memory access. Additionally, hardware incompatibilities or faulty RAM modules could also lead to only a portion of the installed memory being recognized and usable by the system.

Submit
Please wait...
About This Quiz
Networking, System Basics and OS Fundamentals - Quiz

This assessment focuses on fundamental concepts in networking, system basics, and operating system principles. It evaluates your understanding of key topics such as IP addressing, network protocols, and hardware components. This knowledge is essential for anyone looking to enhance their technical skills in IT and networking.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. A user wants to completely remove an installed application from Windows. What should they normally use?

Submit

3. A user wants to create a new folder using Command Prompt. Which command can be used?

Submit

4. Which command can show files and folders in Windows Command Prompt?

Submit

5. Which OS feature allows multiple programs to run at the same time?

Submit

6. A hardware device is not working correctly. Which Windows tool can help identify driver/device problems?

Submit

7. Which file system is commonly used by Windows?

Submit

8. Which part of an OS manages communication between software and hardware?

Submit

9. Which Windows shortcut opens Task Manager directly?

Submit

10. What is the main purpose of an operating system?

Submit

11. Which component provides network connectivity to a computer?

Submit

12. Which component stores data even after the computer is turned off?

Explanation

An SSD (Solid State Drive) is a type of non-volatile storage that retains data even when the power is turned off. Unlike RAM, which is volatile and loses its data when the computer is shut down, an SSD uses flash memory to store information persistently. This makes SSDs ideal for long-term data storage, allowing users to save files, applications, and the operating system securely. In contrast, components like RAM, CPU cache, and registers are designed for temporary data storage and are cleared when the device is powered down.

Submit

13. Which storage interface is commonly associated with modern high-speed NVMe SSDs?

Explanation

NVMe SSDs utilize the PCIe (Peripheral Component Interconnect Express) interface to achieve high-speed data transfer rates. PCIe provides a direct connection to the motherboard, allowing NVMe drives to take advantage of multiple lanes for simultaneous data transmission, significantly reducing latency and increasing throughput compared to older interfaces. This makes PCIe the preferred choice for modern storage solutions, enabling faster boot times, quicker file transfers, and improved overall system performance.

Submit

14. A CPU has 8 cores and 16 threads. What does this generally mean?

Explanation

A CPU with 8 cores and 16 threads indicates that it has 8 physical processing units, which can handle tasks simultaneously. The 16 threads imply that each core can manage two threads at once, thanks to technologies like Hyper-Threading. This allows for better multitasking and improved performance in parallel processing tasks, as the CPU can efficiently switch between threads, utilizing its resources more effectively. Thus, it enhances the overall computing power without necessarily increasing the number of physical cores.

Submit

15. A PC loses its BIOS/UEFI time settings when powered off. What component should you check?

Explanation

A PC loses its BIOS/UEFI time settings when powered off because the CMOS battery, which powers the memory that stores these settings, is depleted or malfunctioning. The CMOS battery maintains the system clock and BIOS settings even when the computer is unplugged. If the battery is dead, the BIOS/UEFI will reset to default settings, causing the time and configuration to be lost. Checking and replacing the CMOS battery is essential to ensure the system retains its settings during power loss.

Submit

16. A PC can connect to other PCs in the same LAN but cannot access the internet. What should you check first?

Explanation

In a local area network (LAN), the default gateway is essential for routing traffic from the local network to the internet. If a PC can connect with other PCs but not access the internet, it likely indicates an issue with the default gateway configuration. Checking the default gateway ensures that the PC is correctly set up to communicate with the router or modem that provides internet access. If the default gateway is incorrect or missing, the PC will not be able to reach external networks.

Submit

17. A computer suddenly shuts down when there is a power problem. Which component supplies power to the PC?

Explanation

The Power Supply Unit (PSU) is responsible for converting electrical power from an outlet into usable power for the computer's components. It supplies power to the motherboard, CPU, RAM, and other peripherals. When there is a power problem, such as a surge or outage, the PSU is the component that manages the power delivery, and a failure in this unit can lead to the computer shutting down unexpectedly. Thus, the PSU is crucial for maintaining stable power to the PC.

Submit

18. A computer is running many applications slowly and RAM usage is near 100%. Which component is most likely under heavy pressure?

Explanation

When a computer runs multiple applications simultaneously and exhibits slow performance, it indicates that the system is struggling to manage its tasks efficiently. High RAM usage, nearing 100%, suggests that the available memory is fully utilized, leading to a bottleneck. RAM serves as the short-term memory for active processes, and when it is overloaded, the system cannot allocate enough resources to run applications smoothly, causing slowdowns. Thus, RAM is the component under heavy pressure in this scenario.

Submit

19. A switch receives an Ethernet frame. Which address does it primarily use to decide where to forward it?

Explanation

A switch primarily uses the MAC address to determine where to forward an Ethernet frame. Each device on a local network has a unique MAC address that identifies it. When a switch receives a frame, it reads the destination MAC address to look up its associated port in its MAC address table. This allows the switch to efficiently direct the frame only to the intended recipient, minimizing unnecessary traffic on the network. Other options, like DNS addresses or URLs, are not relevant for local frame forwarding in Ethernet networks.

Submit

20. A technician wants to see the IP configuration on a Windows PC. Which command is useful?

Explanation

The `ipconfig` command is used in Windows to display the current IP configuration of the computer, including details such as the IP address, subnet mask, and default gateway for each network adapter. This command is essential for troubleshooting network issues and verifying network settings. In contrast, `mkdir` is for creating directories, `cls` clears the command prompt screen, and `taskkill` is used to terminate running processes, making them irrelevant for checking IP configurations.

Submit

21. A user can ping 8.8.8.8 but cannot open google.com. What is the most likely problem?

Explanation

The user can successfully ping 8.8.8.8, which indicates that their internet connection is functioning and they can reach the Google Public DNS server. However, the inability to open google.com suggests a problem with domain name resolution. This typically points to a DNS issue, where the user's device cannot translate the domain name (google.com) into its corresponding IP address. Therefore, the most likely problem is related to DNS settings or configurations, rather than hardware or connectivity issues.

Submit

22. You see an address like 2001:db8::1. Which IP version is it?

Explanation

The address 2001:db8::1 is formatted in hexadecimal and includes colons, which is characteristic of IPv6 addresses. IPv6 was developed to replace IPv4 due to the exhaustion of available IPv4 addresses. The "::" notation indicates that one or more groups of zeroes have been compressed, a feature unique to IPv6. In contrast, IPv4 addresses are written in decimal and separated by periods. Thus, the structure and format of the given address clearly identify it as an IPv6 address.

Submit

23. You see an IP address 192.168.1.25. Which IP version is this?

Explanation

The IP address 192.168.1.25 is formatted in a 32-bit structure, which is characteristic of IPv4 addresses. IPv4 addresses are expressed in decimal format, divided into four octets separated by periods. Each octet can range from 0 to 255, making 192.168.1.25 a valid IPv4 address. In contrast, IPv6 addresses are longer, comprising 128 bits and usually represented in hexadecimal. Therefore, the identification of this address as IPv4 is based on its structure and format.

Submit

24. A website uses https:// instead of https://. What is the main benefit?

Explanation

Using HTTPS instead of HTTP provides encrypted communication between the user's browser and the web server. This encryption protects sensitive data, such as passwords and credit card information, from being intercepted by malicious actors during transmission. HTTPS employs SSL/TLS protocols to ensure that the data remains confidential and secure, enhancing user trust and safeguarding against eavesdropping and man-in-the-middle attacks. This is crucial for maintaining privacy and security in online transactions and interactions.

Submit

25. A technician wants to identify a network device at Layer 2. Which address is most relevant?

Explanation

To identify a network device at Layer 2, the most relevant address is the MAC address. Layer 2 of the OSI model is responsible for data link layer functions, which include the physical addressing of devices on a local network. MAC addresses are unique identifiers assigned to network interfaces, allowing devices to communicate within the same local area network. In contrast, IP addresses operate at Layer 3, dealing with routing across different networks, making the MAC address essential for Layer 2 identification.

Submit

26. Which device forwards packets between different networks?

Explanation

A router is a networking device that connects multiple networks and forwards data packets between them. It uses routing tables and protocols to determine the best path for data to travel across different networks, ensuring efficient communication. Unlike switches and hubs, which operate within a single network, routers can manage traffic between distinct networks, making them essential for internet connectivity and inter-network communication.

Submit

27. A network administrator wants to test whether a server is reachable. Which command is commonly used?

Explanation

The "ping" command is commonly used to test the reachability of a server or network device. It sends Internet Control Message Protocol (ICMP) echo request packets to the target server and waits for a response. If the server is reachable, it replies with echo reply packets, indicating that the server is online and accessible. This command helps network administrators diagnose connectivity issues and assess network performance. Other commands listed, such as "format," "mkdir," and "copy," serve different functions related to file management and system operations, not connectivity testing.

Submit

28. You need to securely remotely manage a Linux server. Which protocol is best?

Explanation

SSH (Secure Shell) is the best protocol for securely managing a Linux server remotely because it provides strong encryption, ensuring that all data transmitted between the client and server is protected from eavesdropping and tampering. Unlike Telnet and FTP, which transmit data in plaintext, SSH encrypts the session, safeguarding sensitive information such as passwords and commands. Additionally, SSH supports secure file transfers and offers robust authentication methods, making it a preferred choice for system administrators who prioritize security in remote management tasks.

Submit

29. A PC has no IP address after connecting to a network. Which service normally provides an IP automatically?

Explanation

Dynamic Host Configuration Protocol (DHCP) is a network management protocol used to automatically assign IP addresses and other network configuration parameters to devices on a network. When a PC connects to a network without a static IP address, it sends a request to the DHCP server, which then allocates an available IP address from a predefined range, allowing the device to communicate on the network without manual configuration.

Submit

30. A user enters google.com, but the computer cannot find the website's IP address. Which service should you check?

Explanation

When a user enters a web address like google.com, the computer needs to convert that domain name into an IP address to locate the website. This conversion is handled by the Domain Name System (DNS). If the computer cannot find the IP address for the website, it indicates a potential issue with the DNS service, which is responsible for resolving domain names to their corresponding IP addresses. Therefore, checking the DNS service is essential to troubleshoot the problem.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A PC has 16 GB RAM but only 8 GB is usable. What could be one possible...
A user wants to completely remove an installed application from...
A user wants to create a new folder using Command Prompt. Which...
Which command can show files and folders in Windows Command Prompt?
Which OS feature allows multiple programs to run at the same time?
A hardware device is not working correctly. Which Windows tool can...
Which file system is commonly used by Windows?
Which part of an OS manages communication between software and...
Which Windows shortcut opens Task Manager directly?
What is the main purpose of an operating system?
Which component provides network connectivity to a computer?
Which component stores data even after the computer is turned off?
Which storage interface is commonly associated with modern high-speed...
A CPU has 8 cores and 16 threads. What does this generally mean?
A PC loses its BIOS/UEFI time settings when powered off. What...
A PC can connect to other PCs in the same LAN but cannot access the...
A computer suddenly shuts down when there is a power problem. Which...
A computer is running many applications slowly and RAM usage is near...
A switch receives an Ethernet frame. Which address does it primarily...
A technician wants to see the IP configuration on a Windows PC. Which...
A user can ping 8.8.8.8 but cannot open google.com. What is the most...
You see an address like 2001:db8::1. Which IP version is it?
You see an IP address 192.168.1.25. Which IP version is this?
A website uses https:// instead of https://. What is the main benefit?
A technician wants to identify a network device at Layer 2. Which...
Which device forwards packets between different networks?
A network administrator wants to test whether a server is reachable....
You need to securely remotely manage a Linux server. Which protocol is...
A PC has no IP address after connecting to a network. Which service...
A user enters google.com, but the computer cannot find the website's...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!