zhiwei zhiwei

Why Does a Computer Require RAM? Understanding Random Access Memory's Crucial Role

Why Does a Computer Require RAM? Understanding Random Access Memory's Crucial Role

You're trying to edit a video, and suddenly, your computer grinds to a halt. Tabs refuse to open, applications become unresponsive, and the cursor moves like it's wading through molasses. Frustration mounts. What's going on? You've got a decent processor, a solid-state drive, but something is still holding you back. More often than not, the culprit, or at least a significant contributing factor, is insufficient RAM. But why does a computer require RAM in the first place? It’s not the processor that *does* the thinking, and it’s not the storage that *holds* the active projects. So, what exactly is this temporary holding area doing that makes it so indispensable for your computer's performance?

At its core, RAM, or Random Access Memory, is the short-term workspace of your computer. Think of it as your desk. When you're working on a project, you pull out the necessary documents, tools, and materials from your filing cabinets (your hard drive or SSD) and spread them out on your desk. This allows you to access everything you need quickly and efficiently. The more space you have on your desk, the more you can spread out, the more tasks you can juggle simultaneously, and the faster you can switch between them. Without enough desk space, you'd be constantly rummaging through your filing cabinets, slowing down your entire workflow. This is precisely why a computer requires RAM – it’s the immediate access buffer that enables your CPU to perform its operations at lightning speed without being bottlenecked by slower storage devices.

My own journey into understanding computer hardware, much like many others, started with a desire to improve my gaming experience or simply make my aging laptop feel less sluggish. I remember vividly the first time I upgraded the RAM in an old desktop. It wasn't just a small improvement; it was a night-and-day difference. Applications loaded faster, multitasking became a breeze, and even complex games that used to stutter began to run smoothly. This hands-on experience truly solidified the concept for me: RAM isn't just a component; it's the engine of responsiveness for your entire computing experience. It’s the difference between a car sputtering along and a sports car accelerating with ease.

In this comprehensive article, we'll delve deep into why a computer requires RAM, exploring its fundamental purpose, how it interacts with other components, and the tangible benefits of having adequate RAM for various computing tasks. We'll break down the technical aspects into understandable terms, demystifying its function and importance for everyday users and power users alike.

The Fundamental Role of RAM: A Computer's Active Workspace

To truly grasp why a computer requires RAM, we must first understand its primary function: acting as the computer's volatile, high-speed, temporary storage for data and instructions that the CPU needs to access *right now*. Unlike your hard drive or Solid State Drive (SSD), which store data persistently (meaning it stays there even when the power is off), RAM is volatile. When you turn off your computer, everything stored in RAM is erased. This volatility is a trade-off for speed. RAM is significantly faster than any form of persistent storage.

Imagine the CPU as the chef in a kitchen. The hard drive/SSD is the pantry and refrigerator, holding all the ingredients. RAM, in this analogy, is the countertop space. The chef (CPU) can't possibly prepare a meal if all the ingredients are still in the pantry. They need to bring the necessary ingredients (data and instructions) out onto the countertop (RAM) where they can be quickly accessed, chopped, mixed, and cooked. The more countertop space available, the more ingredients the chef can have ready, allowing for more complex dishes and faster preparation. If the countertop is too small, the chef has to keep going back to the pantry for each small step, drastically slowing down the cooking process.

So, why does a computer require RAM? It's the intermediary that bridges the speed gap between the incredibly fast CPU and the relatively slower storage devices. When you launch an application, or open a file, the operating system doesn't just run the program directly from the hard drive. Instead, it loads the necessary parts of that program, along with any data it will need to work with, into RAM. The CPU then fetches instructions and data directly from RAM to execute tasks. This process is orders of magnitude faster than retrieving data from an SSD, and exponentially faster than from a traditional HDD.

This concept is key to understanding why performance plummets when you don't have enough RAM. If the CPU needs data or instructions that aren't in RAM, it has to wait. If RAM is full, the operating system might have to "swap" – moving some data from RAM to a dedicated space on the hard drive (called a swap file or page file) to make room for new data. This process, known as disk swapping or paging, is incredibly slow compared to accessing data directly from RAM. This is why your computer feels sluggish when you're multitasking heavily or running resource-intensive applications without enough RAM – the CPU is spending a lot of time waiting for data to be moved back and forth between RAM and the much slower storage.

RAM vs. Storage: Understanding the Distinction

It’s crucial to differentiate RAM from storage (HDDs and SSDs) because this is where a lot of confusion arises. Many people, especially those new to computers, might equate more storage with better performance. While having enough storage for your files is important, it doesn't directly translate to speed in the way RAM does.

RAM (Random Access Memory): Purpose: Holds actively used data and program instructions for quick CPU access. Speed: Extremely fast (nanoseconds access time). Volatility: Volatile – data is lost when power is off. Capacity: Typically measured in Gigabytes (GB), ranging from 4GB to 64GB or more in modern consumer PCs. Analogy: Your desk workspace. Storage (HDD/SSD): Purpose: Stores the operating system, applications, and all your files (documents, photos, videos) long-term. Speed: Significantly slower than RAM (milliseconds access time for HDDs, microseconds for SSDs). SSDs are much faster than HDDs but still slower than RAM. Volatility: Non-volatile – data persists even when power is off. Capacity: Typically measured in Gigabytes (GB) to Terabytes (TB), ranging from 256GB to several TB. Analogy: Filing cabinets and bookshelves.

So, why does a computer require RAM? Because without it, the CPU would be constantly fetching from the much slower filing cabinets. Even with the fastest SSD, the sheer difference in access speed means that having enough RAM is paramount for a smooth, responsive computing experience. It’s like having a super-fast truck (CPU) but only a tiny, cramped car (RAM) to haul goods from the warehouse (storage) to the construction site (your active task). The truck can move things quickly, but it's limited by how much the car can carry at once.

How RAM Works: A Closer Look

When you power on your computer, the Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI) performs a Power-On Self-Test (POST) and then loads the operating system from your storage device into RAM. Once the operating system is loaded, it remains in RAM, ready for the CPU to interact with it. As you launch applications, the operating system finds the required program files on your storage, copies them into available RAM, and then tells the CPU where to find them.

The CPU then fetches instructions from RAM and executes them. If an instruction requires data, it fetches that data from RAM as well. This happens millions, even billions, of times per second. RAM is organized into memory addresses, allowing the CPU to pinpoint exactly where specific data or instructions are stored. This is where the "Random Access" in Random Access Memory comes from – the CPU can access any memory location directly and quickly, regardless of its physical location, in a random fashion.

Modern RAM modules, commonly known as DIMMs (Dual In-line Memory Modules) or SO-DIMMs (for laptops), contain integrated circuits (ICs) that store the data. These ICs are made up of millions of transistors and capacitors. Each capacitor can hold an electrical charge, representing a single bit of data (either a 0 or a 1). Because capacitors gradually lose their charge, RAM requires a constant refresh cycle to maintain the data it holds. This refresh process is managed by the memory controller, which is often integrated into the CPU itself or the motherboard's chipset.

The speed of RAM is measured in megahertz (MHz), indicating the clock speed at which it operates, and latency (often denoted as CL values), which represents the delay between requesting data and it becoming available. Higher MHz and lower latency generally mean faster RAM, contributing to better overall system performance. This is why, when considering why a computer requires RAM, its speed and efficiency in data transfer are just as important as its capacity.

Why Does a Computer Require RAM for Multitasking?

Multitasking is one of the most common scenarios where the importance of RAM becomes glaringly obvious. When you have multiple applications open – say, a web browser with several tabs, a word processor, an email client, and maybe a music player – each of these applications needs to be readily accessible. The operating system and the running applications continuously store their current state, data, and instructions in RAM.

Let's say you’re browsing the web. Each tab in your browser might be loading different web pages, executing JavaScript, and holding images and other media. All of this information takes up space in RAM. When you switch from your browser to your word processor, the operating system needs to quickly make the word processor's data available to the CPU and temporarily put some of the browser's data "aside." If you have enough RAM, this switching is seamless. The browser's data remains in RAM, perhaps moved to a less actively used part of it, and the word processor's active data is brought to the forefront.

However, if your RAM is full, the operating system has to resort to using the page file on your storage drive. It will move less actively used parts of the browser's memory and perhaps even parts of the word processor's memory to the page file. When you switch back to the browser, the operating system must then read that data back from the storage drive into RAM. This constant reading and writing to the storage drive, known as "thrashing," is what causes your computer to slow down dramatically. Applications become unresponsive, and the system can feel like it's frozen.

This is a crucial reason why a computer requires RAM: to enable the fluid and rapid switching between multiple active processes without performance degradation. More RAM means more applications and more data can reside in the fast-access workspace simultaneously, leading to a much smoother multitasking experience. I often see users with 4GB of RAM trying to run modern operating systems with multiple browser tabs and a few background applications. They wonder why their computer is so slow, but the answer is simple: their desk is too small for all the work they're trying to do.

A Practical Example of RAM Usage in Multitasking:

Consider a typical workflow:

Opening a Web Browser: The browser's core files and a small amount of initial data are loaded into RAM. Opening Several Tabs: Each tab requires additional RAM to store the webpage content, scripts, and media. A complex webpage with many embedded videos and interactive elements can consume a significant chunk of RAM per tab. Launching a Word Processor: The word processor's program files are loaded into RAM. Working on a Document: The content of your document, along with formatting information and any autosave data, occupies RAM. Switching Between Tasks: When you click on the word processor from the browser, the CPU prioritizes instructions from the word processor. If there's ample RAM, the browser's data remains resident and quickly accessible for when you switch back. If RAM is scarce, parts of the browser's content are moved to the page file on the SSD/HDD. Opening Another Application (e.g., Email Client): This further consumes RAM. If RAM is already nearly full, the OS will aggressively move data from less active applications to the page file to make space.

The more RAM you have, the further down this list you can go before performance noticeably degrades. It allows your system to keep more application data "hot" and ready for immediate access.

Why Does a Computer Require RAM for Gaming?

Gaming is another area where RAM plays a critical role. Modern video games are incredibly complex, featuring high-resolution textures, intricate 3D models, extensive game worlds, and sophisticated artificial intelligence. All of these elements need to be loaded into memory for the CPU and GPU to access them quickly.

When you launch a game, the game's executable files, textures, sound effects, music, and environmental data are loaded from your storage drive into RAM. The GPU, which handles graphics rendering, also relies on data stored in RAM (and its own dedicated VRAM, which is a specialized type of RAM). The CPU uses RAM to manage game logic, AI, physics calculations, and to load assets that the GPU will then render.

Insufficient RAM in gaming can lead to several issues:

Stuttering and Frame Rate Drops: If the game needs to access assets that aren't in RAM, it has to wait for them to be loaded from storage. This causes noticeable hitches and drops in your frame rate, ruining the immersive experience. Longer Loading Times: Games have to load substantial amounts of data. With limited RAM, this loading process takes longer as the system struggles to manage the data transfer. Texture Pop-in: You might see textures appearing blurry or low-resolution until they are loaded into VRAM/RAM, after which they "pop" into higher detail. Crashing: In extreme cases, if a game exhausts all available RAM and the page file on the storage drive is also insufficient or too slow to keep up, the application may crash.

While graphics cards (GPUs) have their own dedicated video RAM (VRAM) for textures and graphical assets, the main system RAM is still vital for the game's overall operation. Games often require a minimum amount of system RAM, and exceeding that minimum can significantly improve performance. For example, a game might list 8GB of RAM as recommended, but players often find that 16GB or even 32GB provides a much smoother experience, especially when running other background applications or using higher graphical settings.

This is why when building or upgrading a gaming PC, RAM is a crucial consideration. It's not just about having enough to "run" the game; it's about having enough to run it *well*. The speed of the RAM also plays a role here, as faster RAM can deliver game data to the CPU and GPU more quickly, potentially leading to higher frame rates and smoother gameplay.

Why Does a Computer Require RAM for Operating System Functionality?

Your operating system (OS) – whether it's Windows, macOS, or Linux – is the foundation upon which all other applications run. The OS itself consumes a significant amount of RAM. It needs to load its core services, drivers, background processes, and manage all the hardware and software interactions. Think of the OS as the conductor of an orchestra; it needs to have all its sheet music (instructions and data) readily available to cue the musicians (hardware and applications) precisely when needed.

Even when your computer is idle, the operating system is performing numerous background tasks: checking for updates, managing network connections, indexing files for search, running security scans, and much more. All of these processes require space in RAM. As you launch applications, they reside in RAM alongside the OS. The OS is responsible for allocating RAM to different processes and ensuring they don't interfere with each other.

A modern OS with all its bells and whistles, graphical user interfaces, and background services, can easily consume several gigabytes of RAM just by itself. For example, a Windows 10 or Windows 11 installation typically requires at least 4GB of RAM just to boot and run basic operations. However, to have a responsive experience with multitasking, 8GB is often considered the minimum, with 16GB becoming increasingly standard for smooth performance.

If the OS doesn't have enough RAM, it has to rely more heavily on the page file. This means that even simple OS operations, like opening the File Explorer or accessing system settings, can become sluggish. The OS is constantly juggling its own needs with the needs of the applications you’re running. This is a fundamental reason why a computer requires RAM – it's the essential memory space for the OS to function efficiently and manage the entire system.

Typical RAM Allocation by Operating System (Illustrative Example): | Component/Application | Estimated RAM Usage (GB) | Notes | | :-------------------------- | :----------------------- | :----------------------------------------------------------------- | | Windows 11 (Core OS) | 2.0 - 4.0 | Varies with background services and features enabled. | | Web Browser (with 5 tabs) | 1.5 - 3.0 | Varies greatly with website complexity and content. | | Word Processor | 0.5 - 1.0 | Includes document data and formatting. | | Email Client | 0.3 - 0.7 | Varies with mail volume and client features. | | Music Player | 0.1 - 0.3 | Generally low, but can increase with high-fidelity audio streaming. | | Antivirus/Security Software | 0.5 - 1.5 | Background scans and real-time protection consume resources. | | Other Background Processes | 0.5 - 1.0 | System updates, cloud sync, etc. | | **Total Estimated Usage** | **5.4 - 11.5 GB** | **This illustrates why 8GB is a minimum and 16GB is often preferred.** |

This table demonstrates that even with a relatively light workload, RAM usage can quickly add up. If your system has only 8GB of RAM, and you approach the higher end of this estimate, the OS will start to heavily utilize the page file, leading to noticeable slowdowns.

Why Does a Computer Require RAM for Creative and Professional Tasks?

Beyond everyday computing and gaming, professionals who engage in creative or data-intensive tasks have an even greater need for ample RAM. These tasks often involve working with very large files and complex datasets.

Video Editing: Editing high-resolution video (4K, 8K) involves manipulating large video files, applying effects, and rendering timelines. Each frame, effect, and intermediate render requires RAM. Without sufficient RAM, rendering times skyrocket, and the editing interface can become laggy, making it difficult to preview changes in real-time. Professional video editors often utilize 32GB, 64GB, or even 128GB of RAM. Photo Editing: Working with large RAW image files from professional cameras or extensive photo manipulations in software like Adobe Photoshop can consume considerable RAM, especially when dealing with multiple layers or high-resolution images. 3D Modeling and Animation: Creating complex 3D models, scenes, and animations involves massive datasets representing geometry, textures, lighting, and simulations. Rendering these scenes is extremely RAM-intensive. Workstations for these tasks often feature 64GB, 128GB, or more RAM. Data Analysis and Machine Learning: Loading large datasets into memory for analysis, training machine learning models, or running complex simulations requires substantial amounts of RAM. Researchers and data scientists often push the boundaries of available RAM to efficiently process and analyze vast amounts of information. Virtual Machines (VMs): Running multiple operating systems simultaneously within virtual machines on a single host machine requires allocating dedicated RAM to each VM. The more VMs you run, and the more RAM each VM needs, the higher the total RAM requirement for the host system.

For these users, RAM isn't just about responsiveness; it's about enablement. It allows them to work on larger, more complex projects that would be impossible or prohibitively slow with insufficient RAM. This is a prime example of why a computer requires RAM – it directly dictates the scale and complexity of the tasks that can be efficiently performed.

Factors Affecting RAM Needs

Several factors influence how much RAM your computer truly needs:

Operating System: Modern OS versions generally require more RAM than older ones. Applications: The software you use has varying RAM demands. Heavy-duty applications (video editors, CAD software, virtual machines) are RAM-hungry, while basic productivity tools (text editors, simple web browsing) are less so. Number of Applications Running Simultaneously (Multitasking): The more programs you have open at once, the more RAM is consumed. Browser Tabs: Each browser tab, especially those with complex content, consumes RAM. Gaming: As discussed, modern games have significant RAM requirements. System Architecture: 64-bit operating systems can address and utilize more RAM than 32-bit systems.

Understanding these factors helps you determine the sweet spot for your RAM configuration. Over-provisioning isn't necessarily bad (it future-proofs your system), but under-provisioning will definitely lead to performance bottlenecks.

Troubleshooting Performance Issues: Is It RAM?

If your computer is running slowly, RAM issues are a common culprit. Here's how you can check and troubleshoot:

Checking RAM Usage

Most operating systems provide tools to monitor system resource usage, including RAM.

Windows: Press Ctrl + Shift + Esc to open Task Manager. Click on the Performance tab. Select Memory. You'll see a graph of your RAM usage over time and the total amount of RAM available. If your usage is consistently hitting 90-100%, it's a strong indicator that you need more RAM. macOS: Open Activity Monitor (Applications > Utilities > Activity Monitor). Click on the Memory tab. Activity Monitor shows "Memory Pressure," which indicates how well your system is handling its memory load. If the gauge is consistently in the yellow or red, you're likely running out of RAM. Signs of Insufficient RAM Slow application loading times. Lag when switching between applications. Unresponsiveness of the cursor or keyboard input. Applications crashing or closing unexpectedly. Frequent "Not Responding" messages. Noticeable slowdowns when many browser tabs are open. The system hard drive (SSD/HDD) activity light is constantly on or flashing, even during simple tasks. When to Consider Upgrading RAM

If your RAM usage is consistently high (above 80-90%) during your typical daily workflow, it's a strong signal that an upgrade would significantly benefit your system's performance. This is the most direct answer to why a computer requires RAM – to prevent it from being a bottleneck.

Can You Have Too Much RAM?

While it's possible to have *more* RAM than your current applications can effectively utilize, it's generally not a bad thing. Having excess RAM means your system will operate more efficiently because it can keep more data and applications readily available without needing to access the slower storage drive. The CPU will almost always find a use for fast RAM.

The only real downside to having excessively more RAM than you need is the cost. RAM modules can be expensive, and you might be spending money on a component that provides diminishing returns if your typical workload never comes close to utilizing it. For most general users, 16GB is a comfortable amount. Power users and professionals might benefit from 32GB, 64GB, or more. The sweet spot is usually determined by your specific use case.

The Future of RAM and Its Continued Importance

While technologies evolve, the fundamental need for a fast, temporary workspace will remain. Future advancements might bring about faster, denser, and more efficient RAM technologies (like DDR5, DDR6, and beyond), or perhaps entirely new memory architectures. However, the principle of why a computer requires RAM – to serve as the CPU's immediate playground for data and instructions – will endure. As software becomes more sophisticated and demands more from our hardware, the role of ample RAM will only become more pronounced.

Frequently Asked Questions About Why a Computer Requires RAM

How does RAM affect my computer's speed?

RAM's effect on computer speed is profound and direct. It functions as the computer's short-term memory, holding all the data and instructions that the Central Processing Unit (CPU) needs for immediate access. When you open an application, load a file, or switch between tasks, the relevant data is transferred from your slower long-term storage (like an SSD or HDD) into RAM. The CPU can then access this data incredibly quickly from RAM, allowing operations to be performed at high speeds. If your computer doesn't have enough RAM, it has to constantly move data back and forth between RAM and the storage drive, a process called "swapping" or "paging." This swapping is much slower than accessing data directly from RAM and is a primary reason why computers become sluggish and unresponsive when RAM is insufficient.

Think of it like a chef preparing a meal. The ingredients are stored in the pantry (storage), but the chef needs to bring what they're actively using onto the kitchen counter (RAM). The more counter space (RAM) the chef has, the more ingredients they can have ready, leading to faster and more efficient meal preparation. If the counter is too small, the chef has to constantly go back to the pantry for each item, slowing down the entire process significantly. Therefore, more RAM generally leads to a faster and smoother computing experience, especially when multitasking or running demanding applications.

Why is RAM considered "volatile" memory?

RAM is described as "volatile" because it requires a constant supply of electrical power to maintain the data it stores. When you turn off your computer or if the power is interrupted, the electrical charge within the capacitors that store the data dissipates, and all the information held in RAM is lost. This is a fundamental characteristic that distinguishes RAM from non-volatile storage devices like hard disk drives (HDDs) and solid-state drives (SSDs), which retain data even when the power is off. The volatility of RAM is a necessary trade-off for its incredible speed. The mechanisms that allow for such rapid data access and modification are inherently tied to maintaining an electrical charge, which is lost without a continuous power source. So, in essence, RAM loses its memory when the power is cut.

What is the difference between RAM and ROM?

The primary difference between RAM (Random Access Memory) and ROM (Read-Only Memory) lies in their purpose, volatility, and how data is accessed. As we've discussed extensively, RAM is a volatile, high-speed memory used for actively running programs and data. It can be read from and written to very quickly by the CPU. ROM, on the other hand, is non-volatile memory, meaning it retains its data even when the power is off. Historically, ROM was strictly read-only, containing firmware and essential boot-up instructions that the computer needs to start. Modern variations of ROM, like EEPROM (Electrically Erasable Programmable Read-Only Memory) and Flash memory, can be written to or erased, but these processes are much slower and less frequent than typical RAM operations. They are still used for firmware updates and system configuration, not for the dynamic, everyday operations that RAM handles. So, in simple terms: RAM is for temporary, fast access for active tasks, while ROM is for permanent, essential instructions that don't change often.

Why does my computer still feel slow even with a fast processor and SSD, but enough RAM?

While RAM is crucial, it's only one component of a computer's performance. If your computer feels slow even with adequate RAM, a fast processor, and an SSD, there could be several other contributing factors:

CPU Bottleneck: While your CPU might be fast in terms of clock speed, it might not have enough cores or threads for highly parallel tasks, or it could be overheating and throttling its performance. Graphics Card (GPU): For gaming, graphically intensive applications, or tasks like video editing and 3D rendering, a weak GPU can be the bottleneck, regardless of your CPU, RAM, or storage speed. Storage Speed (Beyond Basics): While an SSD is vastly superior to an HDD, there are different classes of SSDs (SATA vs. NVMe). If your SSD is older or a slower SATA model, it might still be slower than expected for very demanding I/O operations. Software Issues: Malware or viruses can consume significant system resources. Outdated drivers, software conflicts, or poorly optimized applications can also lead to performance degradation. Background Processes: Even with enough RAM, a large number of background processes running simultaneously can tax your CPU and slow down the system. Thermal Throttling: If your CPU or GPU is overheating due to poor cooling, it will automatically reduce its speed to prevent damage, leading to a noticeable slowdown. Internet Connection: For tasks that rely heavily on internet access (web browsing, streaming, online gaming), a slow or unstable internet connection can make the entire system feel slow, even if the computer itself is performing well.

It's essential to use system monitoring tools (like Task Manager in Windows or Activity Monitor in macOS) to identify which component is being maxed out during periods of slowdown. This will help pinpoint the actual bottleneck.

How much RAM do I need for my specific use case?

Determining the right amount of RAM depends heavily on how you use your computer:

Basic Use (Web browsing, email, word processing, light media consumption): 8GB of RAM is generally sufficient. It allows for comfortable multitasking with a few browser tabs and standard applications. Moderate Use (More extensive multitasking, light photo editing, casual gaming): 16GB of RAM is the sweet spot for most users. It provides ample headroom for running multiple applications simultaneously, managing more browser tabs, and enjoying many modern games without significant performance issues. Power User / Enthusiast (Heavy multitasking, professional photo editing, mainstream gaming with higher settings, virtual machines): 32GB of RAM is beneficial here. It ensures smooth operation when dealing with larger files, running more demanding software, and keeping many applications open concurrently without hitting RAM limits. Professional / Creative Work (Video editing, 3D rendering, complex simulations, data science, heavy virtual machine usage): 64GB or more is often recommended. Tasks like editing 4K video, working with large 3D models, or training complex machine learning models are extremely RAM-intensive and can benefit significantly from vast amounts of memory.

Always consider the applications you use most frequently. If you're unsure, it's often better to err on the side of having a little more RAM than you think you need, as it contributes significantly to overall system responsiveness and future-proofing.

Why does a computer require RAM

Copyright Notice: This article is contributed by internet users, and the views expressed are solely those of the author. This website only provides information storage space and does not own the copyright, nor does it assume any legal responsibility. If you find any content on this website that is suspected of plagiarism, infringement, or violation of laws and regulations, please send an email to [email protected] to report it. Once verified, this website will immediately delete it.。