কম্পিউটার সায়েন্স এন্ড ইঞ্জিনিয়ারিং
Subjects / বিষয়
Non-Technical · Shared by all departments
পদার্থ বিজ্ঞান
8 chapters
Non-Technical · Shared by all departments
রসায়ন
15 chapters
Non-Technical · Shared by all departments
গণিত
4 chapters
Non-Technical · Shared by all departments
ইংরেজি
11 chapters
Technical
Computer Science and Engineering
12 chapters
Questions
0 read · 0 practiced · 0 answered in exams14. (b) Write down the transmission characteristics of twisted pair and coaxial cable. (টুইস্টেড পেয়ার এবং কোএক্সিয়াল ক্যাবল এর ট্রান্সমিশন বৈশিষ্ট্য লিখ।) (08)
CQ / Written solution
| Twisted pair | Coaxial cable |
|---|---|
| দুটি insulated conductor পাকানো | Central conductor, dielectric ও outer shield |
| Twisting common-mode interference কমায় | Shield external interference কমায় |
| Ethernet/telephone-এ প্রচলিত | Cable TV/broadband/RF-এ প্রচলিত |
| সাধারণত কম খরচ, সহজ installation | সাধারণত বেশি shielding ও mechanical bulk |
Bandwidth ও distance cable grade, frequency ও signalling standard-এর ওপর নির্ভর করে।
15. (a) Implement the following Boolean function using only NOR gate. (কেবলমাত্র NOR gate ব্যবহার করে নিম্নোক্ত Boolean function টি বাস্তবায়ন কর।) F = (A+B') (A'+B)C' (10)
CQ / Written solution
NOR(X,Y) = NOT(X+Y)। শুধু NOR gate দিয়ে:
\[n_A=\operatorname{NOR}(A,A),\quad n_B=\operatorname{NOR}(B,B)\]
\[u=\operatorname{NOR}(A,n_B),\quad v=\operatorname{NOR}(n_A,B)\]
\[F=\operatorname{NOR}(u,v,C)=(A+\bar B)(\bar A+B)\bar C\]
শেষটি 3-input NOR। শুধু 2-input NOR থাকলে t = NOR(u,v), w = NOR(t,t), F = NOR(w,C)।
15. (b) Classify multivibrator and state the characteristics of the output wave shape for each type. (Multivibrator এর শ্রেণি বিন্যাস কর এবং প্রত্যেক প্রকারের output wave shape. (10)
CQ / Written solution
Multivibrator হলো switching circuit যা দুই state-এর মধ্যে পরিবর্তিত হয়।
| Type | Stable states | Output / use |
|---|---|---|
| Bistable | 2 | Trigger-এ state বদলায়; memory/latch |
| Monostable | 1 | Trigger-এ একটি নির্দিষ্ট সময়ের pulse; timer |
| Astable | 0 | নিরবচ্ছিন্ন periodic rectangular waveform; clock |
Incomplete source data: see solution note.
1. determine the voltage $V_{\text{AB}}$ in the following circuit. [নিম্নের সার্কিটে $V_{\text{AB}}$ ভোল্টেজ নির্ণয় কর।] (13)
(Circuit diagram showing a 40 V DC source connected to a bridge-like resistor configuration. Two resistors of $10\ \Omega$ are shown on the left legs, a $10\ \Omega$ horizontal resistor in the middle, and a $20\ \Omega$ resistor on the bottom right leg. Terminals A and B are marked across the middle branch).
CQ / Written solution
মূল চিত্র/ডেটা অসম্পূর্ণ: এই document-এ নির্ভরযোগ্য original circuit image ও সম্পূর্ণ সংযোগ নেই। তাই একক numerical answer নিশ্চিত করা যাচ্ছে না।
Reference node নিয়ে KCL/KVL বা nodal equations solve করতে হবে; তারপর VAB = VA − VB। Ideal voltmeter infinite resistance ধরে current নেয় না। A/B-এর অবস্থান ও source polarity ছাড়া voltage-এর মান/sign নির্ধারিত নয়।
Incomplete source data: see solution note.
2. Find the current through the 10 ohm resistor of the following circuit using Theveni’s theorem. [থেভেনিনস সূত্রের সাহায্যে নিম্নের সার্কিটে 10 ohm রোধের কারেন্ট বের কর।]
(Circuit diagram displaying a 120 V DC source connected to a bridge network with resistor values: $20\ \Omega$, $30\ \Omega$, a central $10\ \Omega$ horizontal resistor, $50\ \Omega$, and $60\ \Omega$).
CQ / Written solution
মূল চিত্র/ডেটা অসম্পূর্ণ: এই document-এ নির্ভরযোগ্য original circuit image ও সম্পূর্ণ সংযোগ নেই। তাই একক numerical answer নিশ্চিত করা যাচ্ছে না।
- Load resistor সরিয়ে terminal open-circuit voltage Vth বের করো।
- Independent voltage source short এবং independent current source open করে terminal resistance Rth বের করো; dependent source থাকলে রেখে test-source method ব্যবহার করো।
- Load পুনরায় যুক্ত করে নিচের সূত্রে current নির্ণয় করো।
\[I_L=\frac{V_{th}}{R_{th}+R_L}\]
Source solution-এর সংখ্যা যাচাই করতে original circuit, source polarity ও load label প্রয়োজন।
Source ambiguity: see solution note.
3. (a) For what value of L, the circuit power factor will be unity? [L এর মান কত হলে সার্কিটের পাওয়ার ফ্যাক্টর একক হবে?] (06)
(An AC circuit diagram featuring a $230 \angle 0^\circ\text{ Hz}$ source connected in series with a $5\ \mu\text{F}$ capacitor, a $20\ \Omega$ resistor, and an inductor $L$).
CQ / Written solution
Series RLC circuit-এ unity power factor-এর জন্য XL = XC।
\[L=\frac1{(2\pi f)^2C}\]
Source solution-এর f = 50 Hz ও C = 5 μF ধরে:
\[L=\frac1{(2\pi50)^2(5\times10^{-6})}=\boxed{2.0264\,\mathrm H}\]
প্রশ্নের transcription-এ frequency পরিষ্কার নেই; 50 Hz assumption ছাড়া একক numerical value নেই।
Source ambiguity: see solution note.
3. (b) Find the power absorbed by the three phase circuit. [তিন ফেজ সার্কিটের দ্বারা গৃহীত পাওয়ার এর মান বের কর।] (08)
(A 3-phase AC circuit diagram showing three $400\text{V}$ lines passing through $10\ \Omega$ resistors and $j10\ \Omega$ inductors, feeding into a delta-connected load containing impedances of $30\ \Omega$, $-j30\ \Omega$, etc).
CQ / Written solution
Source-এর বর্ণনা অনুযায়ী balanced delta load-এর প্রতি branch 30 − j30 Ω এবং প্রতি line impedance 10 + j10 Ω ধরে:
\[Z_Y=(30-j30)/3=10-j10\,\Omega\]
\[I_L=\frac{400/\sqrt3}{(10+j10)+(10-j10)}=\frac{20}{\sqrt3}\,\mathrm A\]
\[P_{load}=3I_L^2(10)=\boxed{4000\,\mathrm W}\]
Line loss-ও 4000 W; supply থেকে মোট power 8000 W। Original diagram-এ delta branch values/measurement boundary আলাদা হলে ফল বদলাবে।
4. Calculate the total current, I of the following circuit. [নিম্নের সার্কিটে মোট কারেন্ট I বের কর।] (14)
(An AC parallel circuit diagram featuring a $200 \angle 30^\circ\text{ Volt}$ source connected across four parallel branches containing a $20\ \Omega$ resistor, a $j10\ \Omega$ inductor, a $-j20\ \Omega$ capacitor, and a branch with a $5\ \Omega$ resistor in series with a $j8.66\ \Omega$ inductor).
CQ / Written solution
Source-এর চার parallel branch অনুযায়ী:
\[Y=\frac1{20}+\frac1{j10}+\frac1{-j20}+\frac1{5+j8.66}\approx0.100002-j0.136604\,\mathrm S\]
\[I=200\angle30^\circ\,Y\approx\boxed{30.981-j13.660\,\mathrm A}\]
\[I\approx33.86\angle(-23.79^\circ)\,\mathrm A\]
5. The terminal voltage of a long shunt dc generator is 500 V and its load current is 50 A. Find its emf if the armature, series field and shunt field resistances are $0.05\ \Omega$, $0.03\ \Omega$ and $250\ \Omega$ respectively. [একটি ডিসি লং শান্ট জেনারেটরের টার্মিনাল ভোল্টেজ 500 V এবং ইহার লোড কারেন্ট 50 A। আর্মেচার, সিরিজ ফিল্ড ও শান্ট ফিল্ডের রেজিস্ট্যান্স সমূহ যথাক্রমে $0.05\ \Omega$, $0.03\ \Omega$ এবং $250\ \Omega$ হলে ইহার e.m.f. বের কর।] (14)
(A schematic diagram of a long shunt DC generator showing a $250\ \Omega$ shunt field winding in parallel with the series combination of the armature $G$, a $0.03\ \Omega$ series field resistor, and a load marked with $50\text{ A}$ and $500\text{ V}$).
CQ / Written solution
\[I_{sh}=500/250=2\,\mathrm A,\quad I_a=50+2=52\,\mathrm A\]
\[E_g=V+I_a(R_a+R_{se})=500+52(0.05+0.03)=\boxed{504.16\,\mathrm V}\]
6. A dc motor takes an armature current of 110 A at 480V. The armature circuit resistance is $0.2\ \Omega$.
The machine has 6-poles and the armature is lap-connected with 864 conductors. The flux per pole is 0.05 wb. Calculate the speed of the motor. [একটি 480V ডিসি মোটর 110 A আর্মেচার কারেন্ট গ্রহণ করে। মেশিনটির আর্মেচার সার্কিট রেজিস্ট্যান্স $0.2\ \Omega$ পোলের সংখ্যা 6, ল্যাপ-কানেক্টেড আর্মেচার কন্ডাক্টরের সংখ্যা 864। প্রতি পোলে 0.05 wb ফ্লাক্স সৃষ্টি হলে মোটরের স্পিড নির্ণয় কর।]
CQ / Written solution
\[E_b=480-110(0.2)=458\,\mathrm V\]
Lap winding-এ A = P।
\[N=\frac{60AE_b}{\Phi ZP}=\frac{60(458)}{0.05(864)}=\boxed{636.11\,\mathrm{rpm}}\]