Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What should the pre-condition P be in each of the following correctness statements for the statement to be an instance of Hoares axiom scheme? All

What should the pre-condition P be in each of the following correctness statements for the

statement to be an instance of Hoares axiom scheme? All variables are of type int.

(a) P { x = 1; } x <= 1

(b) P { x = 1; } x == 0

(c) P { x = x + y; } 0 < x + z

(d) P { x = x*z + 5; } x*x > y + 100

(e) P { x = x*y*z + 1; } y*y > z + 100

(f) P { x = x + y; } Exists(y=0; y<100) x*y > z+8

(g) P { x = x + y; } ForAll(x=0; x<100) x*y*z > x+y

(h) P { x = x + y; } Exists(y=0; y < x) z*y > x+11

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

More Books

Students also viewed these Databases questions

Question

2. Develop a persuasive topic and thesis

Answered: 1 week ago

Question

1. Define the goals of persuasive speaking

Answered: 1 week ago