Computers Articles

Page 3 of 100

Which one is safer Sleep or Hibernate in Windows?

Om Sharma
Om Sharma
Updated on 17-Mar-2026 399 Views

Users generally sleep, hibernate or shut down their PC/laptop without understanding what these different power modes actually do. Understanding these modes helps you choose the safest and most efficient option for your needs. Sleep Mode In Sleep mode (also called Standby), your computer enters a low-power state while keeping your session active in RAM. The system maintains power to memory and essential components, allowing you to resume work instantly. All open files, applications, and system state remain in memory, ready for immediate access when you wake the device. Power States Comparison ...

Read More

Difference between 32-bit and 64-bit Operating Systems

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 17-Mar-2026 2K+ Views

In computing, processors handle data in units called bits. Modern personal computers use either 32-bit or 64-bit processors, which determines the architecture of the operating system they can run. The fundamental difference lies in their data processing capability and memory addressing capacity. A 32-bit system processes 32 bits of data simultaneously, while a 64-bit system processes 64 bits at once. This difference significantly impacts performance, memory usage, and application compatibility. What is a 32-Bit Operating System? A 32-bit operating system is designed to work with processors that handle 32 bits of data at a time. These systems ...

Read More

Difference between Operating System and Kernel

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 17-Mar-2026 10K+ Views

Both operating system and kernel are types of system software. The basic difference between the two is that an operating system is a system software that acts as the interface between the users and the machine, while a kernel is a part of the operating system that converts user commands into machine language. Understanding the relationship between these two components is crucial for grasping how modern computer systems function and manage resources. What is an Operating System? An Operating System (OS) is system software that manages computer hardware and software resources while providing common services for computer ...

Read More

Now, Google+VMware Provide Services to Chrome OS

karthikeya Boyini
karthikeya Boyini
Updated on 17-Mar-2026 201 Views

Google and VMware have partnered to make it easier for enterprise Chromebook users to access Windows applications and desktops through cloud-based virtualization. This collaboration enables Chrome OS users to run Windows environments using VMware's Horizon Desktop as a Service (DaaS), which utilizes VMware's HTML5 Blast protocol for seamless streaming. Google + VMware Chrome OS Integration Chrome OS Chromebook User Device HTML5 Blast ...

Read More

Speed up a slow pc without spending money

Sharon Christine
Sharon Christine
Updated on 17-Mar-2026 292 Views

When your PC gets slow, don't immediately blame the hardware. While upgrading RAM, CPU, or switching to an SSD can help, these solutions require spending money. You can significantly improve your PC's performance by applying optimization techniques that address system problems without purchasing additional software or hardware. This article provides practical methods to speed up your slow PC using built-in Windows tools and simple maintenance practices. Stop Unwanted Processes Using Task Manager Your computer may be running numerous processes that consume valuable system resources. To identify resource-heavy processes: Right-click on the taskbar and select Task ...

Read More

Hold shutdown function of the system using shutdown7

Sharon Christine
Sharon Christine
Updated on 17-Mar-2026 260 Views

Shutdown7 is a compact, feature-rich application that enhances Windows' built-in shutdown functionality with advanced scheduling and automation capabilities. This free utility allows users to set up automatic system shutdowns based on specific conditions such as application closure, file deletion, music playback completion, or after a defined period of user inactivity. The primary advantage of Shutdown7 is its ability to automate system power management. Users can specify exact dates and times for shutdown operations, making it ideal for scenarios where processes run overnight. Instead of leaving a computer running indefinitely, Shutdown7 ensures the system powers down automatically once tasks complete, ...

Read More

Difference Between Deadlock and Starvation in OS

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 17-Mar-2026 5K+ Views

In operating systems, both deadlock and starvation are unwanted situations that occur when processes requiring shared resources block each other's progress indefinitely. While both are undesirable conditions, deadlock and starvation have distinct characteristics and causes. What is Deadlock? A deadlock is a condition where no process can proceed for execution because each process is waiting for resources that have been acquired by other processes in the same deadlock set. In this situation, all involved processes become permanently blocked. Deadlock is also known as circular wait because processes wait for resources in a circular chain. For deadlock to ...

Read More

Difference Between Semaphore and Monitor in OS

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 17-Mar-2026 11K+ Views

Both Semaphore and Monitor are types of process synchronization tools in operating systems. Semaphores and monitors allow different processes to utilize shared resources in mutual exclusion, however they differ in their implementation and approach. The basic difference between a semaphore and a monitor is that a semaphore is an integer variable, whereas a monitor is an abstract data type. What is Semaphore? A semaphore is a process synchronization tool that consists of an integer variable, denoted by "S". The initialization of this variable "S" is done by assigning a number equal to the number of resources present in ...

Read More

Difference Between fork() and vfork()

AmitDiwan
AmitDiwan
Updated on 17-Mar-2026 1K+ Views

In this post, we will understand the difference between system calls fork() and vfork() − Both fork() and vfork() are system calls used to create child processes in Unix-like operating systems. However, they differ significantly in how they handle memory management, execution order, and resource sharing between parent and child processes. The fork() System Call The fork() system call creates a new process by making a complete copy of the parent process. Here are its key characteristics: The child and parent process have separate memory spaces. The child and parent process are executed simultaneously. This ...

Read More

File Allocation Table(FAT)

Arnab Chakraborty
Arnab Chakraborty
Updated on 17-Mar-2026 18K+ Views

The File Allocation Table (FAT) is a file system used by operating systems to organize and manage files on storage devices. It maintains a table that maps each file to its physical location on the disk, tracking which clusters (groups of sectors) are allocated to files and which are available for use. Structure of FAT FAT consists of a sequence of entries, where each entry represents a cluster on the disk. A cluster is the smallest unit of disk space that can be allocated to a file. Each FAT entry contains information about the cluster's status and pointers ...

Read More
Showing 21–30 of 993 articles
« Prev 1 2 3 4 5 100 Next »
Advertisements