Overlay in Memory Management Rohan Raoul 8:09 PMAn Overlay is a part of an application, which has been loaded at same origin where previously some other parts of the program was residing. ... Continue Reading
Sliding Window Protocol Rohan Raoul 8:16 PMSliding window protocol is data link layer protocol for reliable and sequential delivery of data frame. The sliding window is also used in T... Continue Reading
Leaky Bucket Algorithm Rohan Raoul 7:31 PMThe leaky bucket algorithm is a method of temporarily storing a variable, number of requests and organizing them into a set-rate output of p... Continue Reading
Types Of Registers Rohan Raoul 8:33 AMType of Registers 1. Accumulator Register (AC) :- This register is used to store data temporarily for computation of ALU. AC is considered ... Continue Reading
Difference Between C & C++ Rohan Raoul 8:40 AMThere are following differences between C and C++: C++ is derived from C language. It is super set of C. Earlier C++ was known as C with cla... Continue Reading
Parity Bits Rohan Raoul 7:57 AMA parity bit is an error detection bit added to binary data such that it makes the total number of 1's in the data is either even or odd... Continue Reading
Floating Point Notation Rohan Raoul 9:16 AMFloating point notation is a method for calculating and storing numbers in which the decimal point do not line up as in fixed point numbers.... Continue Reading