PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 26

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

Important Instructions to examiners:


1) The answers should be examined by key words and not as word-to-word as given in themodel answer
scheme.
2) The model answer and the answer written by candidate may vary but the examiner may tryto assess the
understanding level of the candidate.
3) The language errors such as grammatical, spelling errors should not be given moreImportance (Not
applicable for subject English and Communication Skills.
4) While assessing figures, examiner may give credit for principal components indicated in thefigure. The
figures drawn by candidate and model answer may vary. The examiner may give credit for anyequivalent
figure drawn.
5) Credits may be given step wise for numerical problems. In some cases, the assumed constantvalues
may vary and there may be some difference in the candidate’s answers and model answer.
6) In case of some questions credit may be given by judgement on part of examiner of relevant answer
based on candidate’s understanding.
7) For programming language papers, credit may be given to any other program based on equivalent
concept.

Q. Sub Answers Marking


No. Q. N. Scheme

1 (A) Attempt any FIVE of the following: 10- Total


Marks

(a) List the binary,octal and hexadecimal numbers for decimal no. 0 to 15 2M

Ans: 2M
DECIMAL BINARY OCTAL HEXADECIMAL
0 0000 0 0
1 0001 1 1
2 0010 2 2
3 0011 3 3
4 0100 4 4
5 0101 5 5
6 0110 6 6
7 0111 7 7
8 1000 10 8

Page 1/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
9 1001 11 9
10 1010 12 A
11 1011 13 B
12 1100 14 C
13 1101 15 D
14 1110 16 E
15 1111 17 F

(b) Define fan-in and fan-out of a gate. 2M

Ans: Fan-in is a term that defines the maximum number of digital inputs that a single logic gate 1M
can accept. Most transistor-transistor logic ( TTL ) gates have one or two inputs, although
some have more than two. A typical logic gate has a fan-in of 1 or 2.

Fan-out is a term that defines the maximum number of digital inputs that the output of a
single logic gate can feed. Most transistor-transistor logic ( TTL ) gates can feed up to 10 1M
other digital gates.

(c) Compare between synchronous and asynchronous counter (any two points). 2M

Ans:

Any two

1M
for each
compari
son

Page 2/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

(d) State two specification of DAC. 2M

Ans: 1.Resolution: Any


Resolution is defined as the ratio of change in analog output voltage resulting from a two,
change of 1 LSB at the digital input VFS is defined as the full scale analog output
voltage i.e. the analog output voltage when all the digital input with all digits 1. 1M for
Resolution = VFS /(2n −1) each
2. Accuracy:
Accuracy indicates how close the analog output voltage is to its theoretical value. It indicates
the deviation of actual output from the theoretical value. Accuracy depends on the accuracy
of the resistors used in the ladder, and the precision of the reference voltage used. Accuracy
is always specified in terms of percentage of the full scale output that means maximum
output voltage
3. Linearity:
The relation between the digital input and analog output should be linear.
However practically it is not so due to the error in the values of resistors used for the
resistive networks.
4. Temperature sensitivity:
The analog output voltage of D to A converter should not change due to changes in
temperature.
But practically the output is a function of temperature. It is so because the resistance values
and OPAMP parameters change with changes in temperature.
5. Settling time:
The time required to settle the analog output within the final value, after the change in
digital input is called as settling time.
The settling time should be as short as possible.
6. Long term drift
Long term drift are mainly due to resistor and semiconductor aging and can affect all the
characteristics.
Characteristics mainly affected are linearity, speed etc.
7. Supply rejection
Supply rejection indicates the ability of DAC to maintain scale, linearity and other important
characteristics when the supply voltage is varied.
Supply rejection is usually specified as percentage of full scale change at or near full scale
voltage at 25oe
8. Speed:
It is defined as the time needed to perform a conversion from digital to analog. It is also
defined as the number of conversions that can be performed per second.

Page 3/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
e) Write the gray code to given no.(1101)2 =(?) Gray. 2M

Ans: 2M

(1101)2 = (1011) Gray


f) Define encoder, write the IC number of IC used asdecimal l to BCD encoder. 2M

Ans: An encoder is a device or circuit that converts information from one format or code to Definati
another, for the purpose of standardization, speed or compression. on-1M

Decimal to BCD encoder IC- 74147 IC-1M

g) Draw the logical symbol ofEX-OR and EX-NOR gate. 2M

Ans:

EX-OR-
1M

EX-NOR-
1M

Q. Sub Answers Marking


No. Q. N. Scheme

2 Attempt any THREE of the following: 12- Total


Marks

Page 4/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
a) Convert: 4M

(i) (AD92.BCA)16= (?)10 = (?)8 = (?)2

Ans: (AD92.BCA)16 1.5M

= (10 × 16³) + (13 × 16²) + (9 × 16¹) + (2 × 16⁰) + (11 × 16⁻¹) + (12 × 16⁻²) + (10 × 16⁻³)

= 40960 + 3328 + 144 + 2 + 0.6857 + 0.046875 + 0.00244

= (44434.7368)10 1M

1.5M
(AD92.BCA)16 =(1010 1101 1001 0010.1011 1100 1010)2

(AD92.BCA)16 = (1010 1101 1001 0010.1011 1100 1010)2

=(001 010 110 110 010 010.101 111 001 010)2

=(126622.5712)8

Note: any other method can be considered.

b) Simplify the following and realize it 4M

Y=A+ C+ + ABC+

Ans: Y=A+ C+ + ABC+ 4M

Page 5/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

c) Explain the following characteristics w.r.t. logic families : 4M

(i) Noise margin


(ii) Power dissipation
(iii) Figure of merit
(iv) Speed of operation

Ans: Noise margin indicates the amount to noise voltage circuit can tolerate at its input for 1M each
definitio
both logic 1 and logic0.
n

Power Dissipation: It is the amount of power dissipated in an IC.

Figure of Merit: It is defined as the product of propagation delay and power dissipated by

Page 6/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
the gate.

Speed of Operation: Speed of a logic circuit is determined by the time between the
application of input and change in the output of the circuit.

d) Draw logic diagram of half adder circuit 4M

Ans: 4M

OR

Note: logic diagram using NAND/NOR also can be considered.

Q. Sub Answers Marking


No. Q. N. Scheme

3 Attempt any THREE of the following : 12- Total


Marks

Page 7/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
a) Draw the circuit of successive approximation type ADC and explain its working 4M

Ans:

Diagram

2M

The successive approximation A/D converter is as shown in fig. An analog voltage (Va) is
constantly compared with voltage Vi, using a comparator. The output produced by
comparator (Vo) is applied to an electronic Programmer.
If Va=Vi, then Vo=0 & then no conversion is required. The programmer displays the value of
Vi in the form of digital O/P.
But if Va Vi, then the O/P is changed by the programmer.
Explanat
If Va> Vi, then value of Vi is increased by 50% of earlier value.
ion 2M
But if Va< Vi, then value of Vi is decreased by 50% of earlier value.

This new value is converted into analog form, by D/A converter so as to compare it with Va
again. This procedure is repeated till we get Va=Vi. As the value of Vi is changed successively,
this method is called as successive-approximation A/D converter.

b) Describe the operation of R-S flip flop using NAND gates only . 4M

Ans:

Page 8/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

Logical
Diagram
2M

Description/explanation-

When clock = 0, the outputs of NAND gates 3 and 4 will be forced to be 1 irrespective of the
values of S and R. That means R’= S’ = 1.Hence the outputs of basic SR/F/F i.e. Q n+1 and Explanat
will not change. Thus if clock = 0, then there is no change in the output of the ion 2M
clocked SR flip-flop.
Explanat
Case I : S = R = 0, clock = 1: No change ion
If S=R=0 then outputs of NAND gate 3 and 4 are forced to become 1. without
Hence R' and S' both will be equal to 1. Since R' and S' are the inputs of the basic S – R flip- clock
flop using NAND gates. There will be no change in the state of outputs. pulse
must
Case II : S =1, R = 0, clock = 1: Set also be
Now S=0, R=1 and a positive going edge is applied to the clock consider
Output of NAND 3 i.e. R’ = 0 and output of NAND 4 i.e. S’ = 1. ed
Hence output of SR flip-flop is Q n+1 = 1 and = 0.
This is the set condition.

Case III : S =0, R = 1, clock = 1: Reset


Now S=0, R=1 and a positive edge is applied to the clock input.
Since S=0, output of NAND – 3 i.e. R´= 1. And as R’ = 1 and clock = 1 the output of NAND-4
i.e. S´ = 0. Hence output of SR flip-flop is Q n+1 = 0 and = 1.
This is the reset condition.

Case IV : S =1, R = 1, clock = 1: Undefined/ forbidden

As S=1, R=1 and clock = 1, the outputs of NAND gates 3 and 4 both are 0 i.e. S' = R'=0. So
both the outputs Q n+1 = 1 and
Hence output is Undefined/ forbidden.

Page 9/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
CLK INPUTS OUTPUTS REMARK
S R Qn+1
0 X X Qn No change
1 0 0 Qn No change
1 0 1 0 1 Reset
1 1 0 1 0 Set
1 1 1 ? ? Forbidden
c) Give classification of memory and compare RAM and ROM (any four points) 4M

Ans: classification of memory Classific


ation
2M

Consider
even if
Seconda
ry
memory
is not
written

Comparison between RAM and ROM

RAM RAM

1. Temporary Storage. 1.Permanent Storage.

2 .Store data in MBs. 2.Store data in GBs.

3. Volatile . 3.Non-Volatile

Page 10/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
4. Writing data is Faster. 4.Writing data is Slower.

Compari
son 2M

d) State the applications of shift register. 4M

Ans: 1] Shift register is used as Parallel to serial converter, which converts the parallel data into Each
serial data. It is utilized at the transmitter section after Analog to Digital Converter (ADC) Applicati
block. on 1M

2] Shift register is used as Serial to parallel converter, which converts the serial data into Any
parallel data. It is utilized at the receiver section before Digital to Analog Converter (DAC) other
block. relevant
applicati
3] Shift register along with some additional gate(s) generate the sequence of zeros and on must
ones. Hence, it is used as sequence generator. be
consider
4] Shift registers are also used as counters. There are two types of counters based on the ed
type of output from right most D flip-flop is connected to the serial input. Those are Ring
counter and Johnson Ring counter.

Q. Sub Answers Marking


No. Q. N. Scheme

4 Attempt any THREE of the following : 12- Total


Marks

(a) Subtract the given number using 2’s compliment method: 4M

(i) (11011)2 – (11100)2


(ii) (1010)2 - (101)2

Ans: i) Subtract (11011)2 – (11100)2using 2’s complement binary arithmetic.

Solution:

(11011)2 – (11100)2
Now,
2’s complement of (11100)2= 1’s complement of (11100)2+1 2’s
1’s complement of (11100)2 = (00011)2 comple
ment

Page 11/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
2’s complement = 00011+1 = 00100 1M

Therefore, 1 1 0 1 1
+
0 0 1 0 0

1 1 1 1 1

There is no carry it indicates that results is negative and in 2’s complement form i.e.(11111)2.
Therefore, for getting true value i.e.(+1) take 2’s complement of (11111) is
1’s complement + 1 Final
= 00000 + 1 Answer-
Ans= (00001)2 1M

Ans: (11011)2 – (11100)2 = 2’s complement of (11111)2 = (-1)10


ii) Subtract (1010)2 - (101)2using 2’s complement binary arithmetic.

2’s complement of (0101)2 = 1’s complement of (0101)2 +1


1’s complement of (0101)2 = (1010)2
2’s complement = 1010+1 = 1011 2’s
Therefore, 1 0 1 0 comple
+ ment
1 0 1 1 1M

1 0 1 0 1

There is carry ignore it, which indicates that results is positive i.e.(+5)
= (0101)2
Ans: (1010)2 - (101)2 = (0101)2= (+5)10 Final
Answer-
1M

(b) Stare De-Morgan’s theorem and prove any one 4M

Page 12/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
Ans: De Morgan´s 1st Theorem: Stateme
It states that the compliment of sum is equal to the product of the compliment of nts-1M
individual variables. each

Anyone
Proof: proof -
2M

A B A+B

0 0 1 1 0 1 1
0 1 1 0 1 0 0
1 0 0 1 1 0 0
1 1 0 0 1 0 0

De Morgan´s 2nd Theorem:

It states that the compliment of product is equal to the sum of the compliments of
individual variables.

Proof:

A.B
A B

0 0 1 1 0 1 1
0 1 1 0 0 1 1
1 0 0 1 0 1 1
1 1 0 0 1 0 0

(c) 4M

Compare between PLA and PAL.

Page 13/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
Ans: PLA PAL Any four
4 points-
1) Both AND and OR arrays are 1) OR array is fixed and AND array is 1M each
programmable programmable.

2) Costliest and complex than PAL 2) Cheaper and simpler

3) AND array can be programmed to 3) AND array can be programmed to


get desired minterms. get desired minterm.

4) Large number of functions can be 4) Provides the limited number of


implemented. functions.

5) Provides more programming 5) Offers less flexibility, but more likely


flexibility. used.

(d) Reduce the following expression using K-map and implement it 4M

F(A,B,C,D ) = M (1,3,5,7,8,10,14)

Ans: Kmap-
1M

Pairs-
1.5M

Final
Ans-
1.5M

Page 14/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

(e) Describe the working of J-K flip-flop and state the race around condition. 4M

Ans: Diagram
-1.5M

Working
-1.5M

State-
1M

The clock signal is applied to CLK input.


IF CLK =0 than F/F is disabled and O/P Q and do not change

Page 15/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
If CLK= 1 and J=K=O then the output Q and will not change their state.
If J=0 and K= 1 then JK flip flop will reset and Q= 0 & =1
If J=1 and K=0 then output will be set and Q=1 & =0
If J= K=1 then Q & outputs are inverted and FF will toggle
Race Around condition:
Race around condition occurs in J K Flip-flop only when J=K=1 and clock/enable is high (logic
1) as shown below-

In JK Flip-flop when J=K=1 and when clock goes high, output should toggle (change to
opposite state), but due to multiple feedback, output changes/toggles many times till the
clock/enable is high.
Thus toggling takes place more than once, called as racing or race around condition.

Q. Sub Answers Marking


No. Q. N. Scheme

5. Attempt any TWO of the following: 12- Total


Marks

a) Design BCD to seven segment decoder using IC 7447 with its truth table. 6M

Page 16/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
Ans: Note: Any one type of display shall be considered Explaina
1. BCD to 7 segment decoder is a combinational circuit that accepts 4 bit BCD input and tion 2M
generates appropriate 7 segment output.
2. In order to produce the required numbers from 0 to 9 on the display the correct
combination of LED segments need to be illuminated.
3. A standard 7 segment LED display generally has 8 input connections, one from each LED
segment & one that acts as a common terminal or connection for all the internal segments Circuit
4. Therefore there are 2 types of display 1. Common Anode Display 2. Common Cathode Diagram
Display : 2M
Common Anode Display

Truth
Table
2M

Page 17/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
Common Cathode Display:

b) Describe the working of 4 bit universal shift register. 6M

Ans:

Page 18/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
Circuit
Diagram
3M

Working
3M

Fig:4 bit universal shift register

Working:
1. PARALLEL LOAD: When mode control (M) is connected to logic 1, AND gates 2, 4, 6, 8 will
be enables and AND gates 1, 3,5,7, will be disabled . The 4-bit binary data will be loaded
parallel. The clock-2 input will be applied to the flip-flops , since M= 1, AND gates -10 is
enabled and gate-9 is disabled. Input will transfer parallel data to QA to QD outputs.
2. SHIFT RIGHT: When mode control (M) is connected to logic 0, AND gates 1,3,5,7 will be
enabled and gates 2, 4,,6, 8,will be disabled. The data will be shifted serially. The clock -1,
input will be applied to the flip-flops, Since M = 0, AND gates - 9 is enabled, and gates -10 is
disabled. The data is shifted serially to right from QA to QD.
3. SHIFT LEFT: When mode control (M) is connected to logic 1, AND gates 2,4,6,8 will be
enabled. This mode permits parallel loading of the resister and shift -left operation. . The
shift -left operation can be accomplished by connecting the output of each flip flop to the
parallel input of the previous flip- flop and serial input is applied at the input.

c) Design basic logic gates using NAND and NOR gate. 6M

Page 19/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
Ans: Each
Gate
Design
1 Marks

NOT gate using NAND =

OR gate using NOR gate:


Expression for OR gate is Y= =A+B

Page 20/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

AND gate using NOR gate:


Expression for AND gate is Y = = . = A.B (Applying De Morgan‟s theorem)

NOT gate using NOR Y= =

Q. Sub Answers Marking


No. Q. N. Scheme

6. Attempt any TWO of the following : 12- Total


Marks

a) Design a mod-6 Asynchronous counter with truth-table and logic. 6M

Ans: MOD 6 asynchronous counter will require 3 flip flops and will count from 000 to 101. Rest of
the states are invalid. To design the combinational circuit of valid states, following truth
table and K-map is drawn:

Truth
Table
2M

Page 21/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

From the above truth table, we draw the K-maps and get the expression for the MOD 6 Logic
asynchronous counter. Diagram
2M

Fig: K-map for above truth table


Thus reset logic is OR of complemented forms of QC and QB. This will be given to the reset
inputs of the counter so that as soon as count 110 reaches, the counter will reset. Thus the
counter will count from 000 to 101. The implementation of the designed MOD 6
asynchronous counter is shown below:
Circuit
Diagram
2M

Page 22/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

Fig: Circuit diagram of MOD 6 asynchronous counter

b) Design 1:8 de multiplexer using 1:4 de multiplexer 6M

Ans:

Design
3M

Page 23/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

Truth
Table
3M

Fig:1:8 Demultiplexer using 1:4 demultiplexer

Fig: Truth Table of 1:8 Demultiplexer .


c) Draw the circuit diagram of 4 bit R-2R ladder DAC and obtain its output voltage expression 6M

Ans:

Page 24/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320
2M

2M

Fig 1: 4 bit R-2R ladder DAC

2M

2M

Fig 2:Simplified circuit diagram of Fig 1

Therefore output analog voltage V0 is given by,

Page 25/
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISO/IEC - 27001 - 2013 Certified)

SUMMER-19 EXAMINATION
Subject Name: Digital technique Model Answer Subject Code: 22320

2M

Page 26/

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy