Author Archives: Creadora

Direct Method or Polynomial Method for Line Drawing

Direct Method for Line Drawing Algorithm Direct Method for Line Drawing Algorithm method is the easiest and straightforward method that uses Cartesian slope-intercept equation of a line : y  = mx + b  –[1] Here x and y are the coordinates of any point of a line, ‘m’ represents the slope of line and ‘b’… Read More »

Segmentation-Operating System

Segmentation is  a memory management technique in which process is dividing into the segments and the segments are of variable size. The details about each segment are stored in a table called a segment table. Segment table is stores mainly two information of the segments. Base: It is the base address of the segment Limit:… Read More »