1.we learn about stack segment
(a) we know about PUSH(data stored) and POP(data removed)
(b) LIFO memory (data stored and removed from the memory)
(C) Stick pointer
(d) Offset address of the data
2.The stack segment register is usually used to stored information about the memory segment that stores ta call stack of currently executed program.