Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Someone has designed the following test, called the write-address test (WAT), for a memory consisting of 1024 8-bit words: For I = 0 to 1023

Someone has designed the following test, called the write-address test (WAT), for a memory consisting of 1024 8-bit words:

For I = 0 to 1023 do A[I] := (I mod 256);

This means that address 0, A[0], gets the value 0 (i.e., A[0]:=0), A[1]:=1,

. . . , A[255]:=255, A[256]:=0, A[257]:=1, etc.

For I = 0 to 1023 do { Read A[I]; A[I]:= 255(I mod 256) }; i.e., Read A[I] and Write the complement of (I mod 256).

For I = 0 to 1023 do Read A[I] Verify whether this test detects all unlinked AFs, SAFs, TFs, and CFsts. Hint: In order to get a quick feel for the fault coverage, assume initially that the memory consists of 1-bit words (i.e., B = 1).

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

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions

Question

3. Is it a topic that your audience will find worthwhile?

Answered: 1 week ago

Question

2. Does the topic meet the criteria specified in the assignment?

Answered: 1 week ago