edited by
1,526 views
0 votes
0 votes

Express the specification “The automated reply cannot be sent when the file system is full”

using logical connectives.

edited by

2 Answers

Best answer
2 votes
2 votes

The automated reply    p
when the file system is full  q

q --> Not  P

(If the file system is full then automated reply cant be sent)

selected by
2 votes
2 votes

The automated reply cannot be sent when the file system is full.

The above statement is in the form of:

                     q when p

in simple form it can be written as

                    if p then q

where

p = the file system is full.

q= The automated reply can be sent.

so the above statement can me expressed as p->~q .

(if the file system is full then the automated reply cannot be sent.)

Related questions

1 votes
1 votes
1 answer
3
go_editor asked Apr 16, 2016
2,610 views
What Boolean search would you use to look for Web pages about hiking in West Virginia? What if you wanted to find Web pages about hiking in Virginia, but not in West Virg...
1 votes
1 votes
1 answer
4
go_editor asked Apr 14, 2016
7,651 views
Determine whether each of these conditional statements is true or false.If 1 + 1 = 3, then unicorns exist.If 1 + 1 = 3, then dogs can fly.If 1 + 1 = 2, then dogs can fly....