Computer Science, asked by PragyaTbia, 1 year ago

Write a brief note on Correctness?

Answers

Answered by Arslankincsem
0

Hoare logic is a particular legal system for thinking rigorously about the correctness of computer programs.


It uses axiomatic methods to define programming style semantics and debate about the accuracy of programs through statements known as Hoare triples.


Hoare logic gives axioms and deduction rules for all the constructs of a little powerful programming language.


Besides to the rules for the single language in Hoare's original paper, controls for other language constructs have been improved since then with Hoare and many different researchers.


There are laws for concurrency, methods, jumps, and pointers.


Similar questions