Skip to content

Category Archives: Computer Subject

A parallel DBMS is a DBMS that runs across multiple processors or CPUs and is mainly designed to execute query operations in parallel, wherever possible.… Read More
Rate limiting is a process to limit requests possible. It is used to control network traffic.Suppose a web server allows upto 20 requests per minute.… Read More
The Lazy-Code-Motion problem :To avoid redundant calculations, reduce code size, or save resources, code mobility optimizations move computations across a control-flow graph (CFG). For example,… Read More
1. Parallel Database :A parallel DBMS is a DBMS that runs across multiple processors and is designed to execute operations in parallel, whenever possible. The… Read More
1. Semaphore :Semaphore is basically a technique used to manage concurrent processes by using a simple integer value that is used to control the access… Read More
Prerequisite –1. Microcontroller and Microprocessor2. Basics of ArduinoIn the age of Internet of Things(IoT) we are every day using any IoT device or coming across… Read More
Prerequisite: Electronic Data Interchange (EDI) EDI Analyst :Electronic Data Interchange (EDI) is the interchange of information among different entities in a standardized format which may… Read More
Overview :In process synchronization, there exists a Sleeping Barber problem, as discussed here. But in the above solution, there is no guarantee that the customers… Read More
Stack Frame :Stack is one of the segments of application memory that is used to store the local variables, function calls of the function. Whenever… Read More
Extracting and examining the disassembled assembly code for your Linux kernel can be really helpful if you want to look for some malfunctioning piece of… Read More
Enterprise Resource Planning (ERP) and Customer Relationship Management (CRM) sounds same in terms of customer satisfaction, but actually they are different in terms of their… Read More
Introduction :Continuous Deployment is a software engineering process in which product performance is transferred using automated submissions. It helps testers to verify that codebase changes… Read More
Distributed Database Management System (DDBMS) :A distributed database is essentially a database that’s not limited to at least one system, it covers different sites, i.e,… Read More
Commercial demands for ensuring smooth functionality and highly efficient run-time servers, make it highly prime for Database Designers to work out systems and code which… Read More
Directed Acyclic Graph :The Directed Acyclic Graph (DAG) is used to represent the structure of basic blocks, to visualize the flow of values between basic… Read More

Start Your Coding Journey Now!