- Categories
- _AI
- _APPS
- _APPS NEWS
- _Artificial Intelligence
- _Audio News
- _Audios
- _Comparison
- _CRYPTOCURRENCY
- _FEATURES
- _GAMING
- _Genshin Impact
- _GoPro
- _Guide
- _HOW TO
- _HP Laptops
- _INTERNET
- _iQOO
- _LAPTOPS
- _Lava Mobiles
- _MOBILES
- _Mobiles News
- _Neverness to Everness
- _NTE
- _Open World Game
- _Realme Mobiles
- _Research
- _ResearchGate
- _REVIEW'S
- _Rpg
- _SAMSUNG MOBILES
- _Science News
- _SOCIAL
- _SOCIAL NETWORKING NEWS
- _SPECIFICATIONS
- _TABLETS
- _Tablets News
- _Tech
- _TV'S
- _VIVO MOBILES
- _WAREABLES
- _Wearables
- _XIAOMI MOBILES
- Mobiles
- _Honor
Search Blog
Hit enter to search or ESC to close
Trending Now
HTML Training Assignment
- Get link
- X
- Other Apps

Redmi 13C 5G India Variant Confirmed to Get MediaTek Dimensity 6100+ SoC Ahead of December 6 Launch
- Get link
- X
- Other Apps
Physics - 1 (Aut - 14, Sp - 13, Sp - 12, Sp - 15)
- Get link
- X
- Other Apps

- Get link
- X
- Other Apps
Q1. a) Short Notes & Parity Check
Reflective Code (Gray Code):
Gray Code changes only one bit at a time when counting.
Example: 000 → 001 → 011 → 010 → 110 → 111 → 101 → 100
Even Parity Check:
Total number of 1’s must be even.
(a) 10101010 → 4 ones (Even) ✅
(b) 1110110 → 5 ones (Error) ❌
(c) 10111001 → 5 ones (Error) ❌
Odd Parity Check:
Total number of 1’s must be odd.
(d) 10101111 → 6 ones (Error) ❌
(e) 10011010 → 4 ones (Error) ❌
(f) 11101010 → 5 ones (Correct) ✅
Q1. b) Advantages & Disadvantages of Digital Systems
Advantages:
More accurate, less noise.
Easy to store and process data.
Can be encrypted for security.
Disadvantages:
Needs more power than analog.
Complex design.
Can lose data if error occurs.
OR
Q1. a) Universal Gate (NAND) & XOR/XNOR Gates
NAND is Universal: It can make NOT, AND, OR gates.
NOT: NAND with same input (A NAND A = NOT A).
AND: NAND + NOT.
OR: NAND with inverted inputs.
XOR Gate (⊕):
Outputs 1 if inputs are different.
Function: A⊕B=A′B+AB′
XNOR Gate (⊙):
Outputs 1 if inputs are same.
Function: A⊙B=AB+A′B′
Q1. b) Gate Implementation & Complement
Function: F1=x+y′z
Gate Implementation: OR gate with x and y′z (AND of NOT y and z).
Truth Table:
x | y | z | y' | y'z | F1 = x + y'z |
---|---|---|---|---|---|
0 | 0 | 0 | 1 | 0 | 0 |
0 | 0 | 1 | 1 | 1 | 1 |
... (Fill for all 8 combinations) |
Complement of F(x,y,z)=xy′z′+x′yz:
Use De Morgan’s Law:
G=(xy′z′+x′yz)′=(xy′z′)′⋅(x′yz)′=(x′+y+z)(x+y′+z′)
Q2. a) Sum of Minterms for F=A+B′C
First, make truth table for A,B,C.
Minterms where F=1:
A=1 (any B,C) → Minterms: 4,5,6,7
B′C=1 → Minterms: 1,3
Final: F=∑(1,3,4,5,6,7)
Q2. b) Product of Maxterms for F=xy+x′z
Find where F=0:
x=0,y=0 → F=0
x=0,z=0 → F=0
x=1,y=0,z=0 → F=0
Maxterms: (x+y+z)(x+y+z′)(x′+y+z)(x′+y′+z)
Q3. a) Simplify F(x,y,z)=∑(0,2,4,5,6)
K-Map Simplification:
Group: 0,2,4,6 → z′
Group: 4,5 → xy′
Simplified: F=z′+xy′
Q3. b) Simplify F(w,x,y,z)=∑(0,1,2,4,5,6,8,9,12,13,14)
K-Map Simplification:
Group: 0,1,4,5,8,9,12,13 → y′
Group: 0,2,4,6,8,12 → x′z′
Group: 0,1,2 → w′x′
Simplified: F=y′+x′z′+w′x′
You May Also Like
Sony Xperia XZ2 (6GB RAM, 64GB)
- Get link
- X
- Other Apps

True Dragons in Tensura Universe
- Get link
- X
- Other Apps
Comments
Post a Comment