Full-Stack Developer Question:

Tell us what is sequential consistency?

Tweet Share WhatsApp

Answer:

The result of any execution is the same as if the operations of all the processors were executed in some sequential order, and the operations of each individual processor appear in this sequence in the order specified by its program

Download Full-Stack Developer PDF Read All 30 Full-Stack Developer Questions
Previous QuestionNext Question
Do you know what is a memory barrier?Do you know what is data race?