-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposttest.json
More file actions
50 lines (50 loc) · 1.42 KB
/
posttest.json
File metadata and controls
50 lines (50 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"question": "To detect a stuck at fault, error signal must be propagated (must affect the value).This is called",
"answers": {
"a": "Fault termination",
"b": "Fault propagation",
"c": "Fault nullification",
"d": "Fault improvisation"
},
"correctAnswer": "b"
},
{
"question": "ATPG is a tool that can ascertain presence and abscence of faults at some locations in the circuits.ATPG stand for",
"answers": {
"a": "Automatic Test Pattern Group",
"b": "Automatic Technology Pattern Generation",
"c": "Automatic Test Pattern Generation",
"d": "Automatic Technology Pattern Group"
},
"correctAnswer": "c"
},
{
"question": "In order to detect a fault at 'h', we need to provide fault-free logic value at 'h' location.This is called",
"answers": {
"a": "Fault activation",
"b": "Fault termination",
"c": "Fault removal",
"d": "Fault improvisation"
},
"correctAnswer": "a"
},
{
"question": "It is always possible to detect a Stuck-at-0 fault using some input values.",
"answers": {
"a": "True",
"b": "False"
},
"correctAnswer": "a"
},
{
"question": "SA0 present at a location means the signal passing through that line",
"answers": {
"a": "is ambiguous",
"b": "is always 0",
"c": "is always 1",
"d": "None of the above"
},
"correctAnswer": "b"
}
]