Your next chapter starts hereExplore admission guide
PRACTICE QUESTION BANK

কম্পিউটার সায়েন্স এন্ড ইঞ্জিনিয়ারিং

Department
26378Questions
26022MCQ
356CQ / Written
0%0 covered

Subjects / বিষয়

Non-Technical · Shared by all departments

রসায়ন

15 chapters

6500 questions6500 MCQ0 CQ
0/6500 covered0%
0%

Non-Technical · Shared by all departments

গণিত

4 chapters

2500 questions2500 MCQ0 CQ
0/2500 covered0%
0%

Non-Technical · Shared by all departments

ইংরেজি

11 chapters

2800 questions2800 MCQ0 CQ
0/2800 covered0%
0%

Questions

0 read · 0 practiced · 0 answered in exams
26271. CQ / Written2004-2005 · Question 15

15. Write a program in ‘C’ to find the area of a circle. [একটি বৃত্তের ক্ষেত্রফল নির্ণয়ের জন্য ‘C’ ভাষা ব্যবহার করে একটি প্রোগ্রাম লিখ।] (14)

CQ / Written solution

#include <stdio.h>
int main(void) {
    const double pi = 3.141592653589793;
    double r;
    if (scanf("%lf", &r) != 1 || r < 0) return 1;
    printf("Area = %.6f\n", pi * r * r);
    return 0;
}

\[A=\pi r^2\]

Sign in to save reading progress

26272. CQ / Written2002-2003 · Question 1

Incomplete source data: see solution note.

1. Determine using Superposition theorem, the current through $4\ \Omega$ resistor shown in Fig. 1. [সুপার পজিশন সূত্র ব্যবহার করিয়া $4\ \Omega$ রেজিস্টারের মধ্যে কারেন্ট বাহির কর।] (13)

(Circuit diagram labeled Fig. 1 showing a $10\text{ V}$ source, a $2\ \Omega$ resistor, a vertical $4\ \Omega$ resistor, an $8\ \Omega$ resistor, a vertical $2\ \Omega$ resistor, and a $5\text{ A}$ current source pointing upwards).

CQ / Written solution

মূল চিত্র/ডেটা অসম্পূর্ণ: এই document-এ নির্ভরযোগ্য original circuit image ও সম্পূর্ণ সংযোগ নেই। তাই একক numerical answer নিশ্চিত করা যাচ্ছে না।

Superposition-এ একবারে একটি independent source active রাখো। অন্য voltage source short, current source open করো। একই reference direction-এ পাওয়া branch currents algebraically যোগ করো।

\[I=I^{(1)}+I^{(2)}+\cdots\]

Current direction/source polarity ছাড়া source-এর যোগফল নিশ্চিত করা যায় না। Power সরাসরি superpose করা যায় না।

Sign in to save reading progress

26273. CQ / Written2002-2003 · Question 2

Incomplete source data: see solution note.

2. Using Thevenin's theorem, find the value of the current flowing through the $21\ \Omega$ register shown in Fig. 2. [থেভনিন থিওরেম প্রয়োগ করিয়া $21\ \Omega$ রেজিস্টারের মধ্যে প্রবাহিত কারেন্ট বাহির কর।] (13)

(Circuit diagram labeled Fig. 2 displaying a $24\text{ V}$ source in series with a $4\ \Omega$ resistor, an $8\ \Omega$ resistor, a parallel combination of a $2\text{ A}$ current source and a vertical $21\ \Omega$ resistor between nodes A and B, a $6\ \Omega$ resistor, and a $3\ \Omega$ load resistor).

CQ / Written solution

মূল চিত্র/ডেটা অসম্পূর্ণ: এই document-এ নির্ভরযোগ্য original circuit image ও সম্পূর্ণ সংযোগ নেই। তাই একক numerical answer নিশ্চিত করা যাচ্ছে না।

  1. Load resistor সরিয়ে terminal open-circuit voltage Vth বের করো।
  2. Independent voltage source short এবং independent current source open করে terminal resistance Rth বের করো; dependent source থাকলে রেখে test-source method ব্যবহার করো।
  3. Load পুনরায় যুক্ত করে নিচের সূত্রে current নির্ণয় করো।

\[I_L=\frac{V_{th}}{R_{th}+R_L}\]

Source solution-এর সংখ্যা যাচাই করতে original circuit, source polarity ও load label প্রয়োজন।

Sign in to save reading progress

26274. CQ / Written2002-2003 · Question 3

3. Given two currents, $i_1 = 10 \sin(\omega t + \pi/4)$ and $i_2 = 5 \cos(\omega t - \pi/2)$, find the rms value of $i_1 + i_2$ using the phasor representation. [দেওয়া আছে, $i_1 = 10 \sin(\omega t + \pi/4)$ এবং $i_2 = 5 \cos(\omega t - \pi/2)$, ফেজরে প্রকাশ করিয়া $i_1 + i_2$ এর rms এর মান বাহির কর।] (13)

CQ / Written solution

Sine reference নিয়ে \(i_2=5\sin\omega t\)। RMS phasor যোগ করো।

\[I=\sqrt{(10/\sqrt2)^2+(5/\sqrt2)^2+2(10/\sqrt2)(5/\sqrt2)\cos45^\circ}=\boxed{9.892\,\mathrm A}\]

Sign in to save reading progress

26275. CQ / Written2002-2003 · Question 4

Incomplete source data: see solution note.

4. In Fig. 3, find the value of the capacitor that has to be connected between P and Q so that the power factor of the entire circuit is unity. [P ও Q এর মধ্যে কি পরিমাণ ক্যাপাসিটর সংযোগ করিলে সম্পূর্ণ সার্কিটের পাওয়ার ফ্যাক্টর একক হইবে তাহা বাহির কর।] (13)

  • Fig. 3 (চিত্র-৩)

    • Circuit diagram showing a $240\text{ V}$, $50\text{ Hz}$ AC source connected to terminals P and Q containing an $8\ \Omega$ resistor, a $0.1\text{ H}$ inductor, and a $120\ \mu\text{F}$ capacitor in series.

CQ / Written solution

মূল চিত্র/ডেটা অসম্পূর্ণ: এই document-এ নির্ভরযোগ্য original circuit image ও সম্পূর্ণ সংযোগ নেই। তাই একক numerical answer নিশ্চিত করা যাচ্ছে না।

Parallel power-factor correction হলে inductive reactive power QL-কে capacitor-এর reactive power দিয়ে cancel করতে হয়।

\[C=\frac{Q_L}{\omega V_{PQ,rms}^2}\]

Series compensation হলে condition আলাদা: net reactance zero। P/Q-এর অবস্থান না জানলে কোন সূত্র ও voltage প্রযোজ্য তা নিশ্চিত নয়।

Sign in to save reading progress

26276. CQ / Written2002-2003 · Question 5

5. A 416 V, 3 phase, 50-Hz supply is applied to a star connected load. Each phase of the load consists of a non reactive resistance of $100\ \Omega$ in parallel with a capacitance of $31.8\ \mu\text{F}$. Calculate the line current, the power absorbed, and the total KVA. [একটি স্টার আকারে সংযুক্ত লোডকে একটি ৪১৬ ভোল্ট, ৩-ফেজ, ৫০ হার্জ সাপ্লাইয়ের সংগে সংযুক্ত করা হইল। লোডের প্রতিটি ফেজ ১০০ ওহম নন-রিয়অকটিভ রোধের সমান্তরালে একটি 31.8 $\mu$F ক্যাপাসিট্যান্স দ্বারা গঠিত। লাইন কারেন্ট, শোষিত পাওয়ার এবং মোট কেভিএ বাহির কর।] (14)

CQ / Written solution

\[V_p=416/\sqrt3,\quad Y_p=0.01+j(2\pi50)(31.8\times10^{-6})\,\mathrm S\]

\[|I_L|=V_p|Y_p|\approx\boxed{3.396\,\mathrm A}\quad(\text{leading})\]

\[P=3V_p^2/100=\boxed{1730.56\,\mathrm W}\]

\[|S|=\sqrt3(416)|I_L|\approx\boxed{2.446\,\mathrm{kVA}}\]

Source-এর 2450 kVA unit ভুল; প্রায় 2450 VA।

Sign in to save reading progress

26277. CQ / Written2002-2003 · Question 6

6. An 8-pole dc shunt generator with 778k lap-connected armature conductors supplies a load of $12.5\ \Omega$ resistance at a terminal voltage of 250 volt when it runs at 400 rpm. The armature resistance is $0.24\ \Omega$ and the field resistance is $250\ \Omega$. Find the induced e.m.f and the flux per pole. [একটি ৪ পোল ডিসি সান্ট জেনারেটর ১২.৫ $\Omega$ লোডকে বিদ্যুৎ সরবরাহ করে। যদি জেনারেটরের এর গতি 400 rpm কন্ডাক্টর সংখ্যা ৭৭৮, টার্মিনাল ভোল্টেজ 250 V, আর্মেচার রেজিস্ট্যান্স ০.২৪ $\Omega$ এবং ফিল্ড রেজিস্ট্যান্স ২৫০ $\Omega$ হয়, তবে উৎপন্ন ই,এম,এফ এবং ফ্লাক্স/পোল বাহির কর।]

CQ / Written solution

প্রশ্নের 778k-কে transcription typo ধরে 778 conductors এবং প্রশ্নের speed 400 rpm ব্যবহার করছি। Lap winding-এ A = P।

\[I_a=250/12.5+250/250=21\,\mathrm A\]

\[E_g=250+21(0.24)=\boxed{255.04\,\mathrm V}\]

\[\Phi=\frac{60E_g}{ZN}=\frac{60(255.04)}{778(400)}=\boxed{0.04917\,\mathrm{Wb}}\]

Source solution ভুলভাবে 500 rpm ব্যবহার করেছিল। যদি 778k আক্ষরিক অর্থে intended হয়, conductor count নিশ্চিত করতে হবে।

Sign in to save reading progress

26278. CQ / Written2002-2003 · Question 7

7. A 200 V dc shunt motor runs at 500 rpm, when the armature current and armature resistance are 50 A and $0.2\ \Omega$ respectively. If the torque is doubled then calculate the speed. [একটি ২২০ ভোল্ট ডিসি শান্ট মোটর ৫০০ আর.পি.এম. এ ঘুরে যখন আরমেচার কারেন্ট ও আরমেচার রেজিস্ট্যান্স যথাক্রমে ৫০ অ্যাম্পিয়ার এবং ০.২ ওহম। যদি টর্ক দ্বিগুণ হয়, তবে উহার স্পীড নির্ণয় কর।] (13)

CQ / Written solution

প্রশ্নের supply 200 V এবং constant shunt flux ধরে:

\[I_{a2}=2I_{a1}=100\,\mathrm A,\quad E_1=200-50(0.2)=190\,\mathrm V\]

\[E_2=200-100(0.2)=180\,\mathrm V,\quad N_2=500\frac{180}{190}=\boxed{473.68\,\mathrm{rpm}}\]

220 V বসালে ভিন্ন উত্তর পাওয়া যায়; source solution-এ এই ভুল ছিল।

Sign in to save reading progress

26279. CQ / Written2002-2003 · Question 8

8. A 4-pole, 3-phase induction motor operates from a supply whose line voltage is 440V. Rotor speed is 1440 r.p.m. when the slip is 0.04. If a two pole synchronous motor is connected to the same supply what will be the speed of the synchronous motor. (13) [একটি ৪ পোল, ৩-ফেজ ইনডাকশন মোটর ৪৪০ ভোল্ট supplyএ চলে। ০.০৪ স্লিপে মোটরটির রোটার স্পীড ১৪৪০ আর.পি.এম.। যদি একটি দুই পোলের সিনক্রোনাস মোটরকে একই supply এ সংযুক্ত করা হয় তবে সিনক্রোনাস মোটরের স্পীড কত হইবে? (13)]

CQ / Written solution

\[N_s=\frac{1440}{1-0.04}=1500\,\mathrm{rpm},\quad f=\frac{PN_s}{120}=50\,\mathrm{Hz}\]

\[N_{s,2}=\frac{120(50)}2=\boxed{3000\,\mathrm{rpm}}\]

Sign in to save reading progress

26280. CQ / Written2002-2003 · Question 9

9. Draw a circuit diagram of a full-wave bridge rectifier and its output voltage wave form. What are the advantages of this rectifier over 2-diode full-wave rectifier? [আউটপুট ভোল্টেজ ওয়েভফর্ম সহ একটি ফুল-ওয়েভ ব্রীজ রেকটিফায়ারের সার্কিট চিত্র অংকন কর। ২-ডায়োড ফুল-ওয়েভ রেকটিফায়ারের তুলনায় এই রেকটিফায়ারের সুবিধাসমূহ কি?] (13)

CQ / Written solution

চার diode bridge-এর দুই AC terminal source-এ, DC +/− terminal load-এ। Positive half-cycle-এ এক diagonal pair এবং negative half-cycle-এ অন্য pair conduct করে; load current একই দিকে থাকে।

\[v_o\approx|V_m\sin\omega t|,\quad V_{DC}=2V_m/\pi\]

Center-tapped 2-diode rectifier-এর তুলনায় center tap লাগে না এবং একই output peak-এর জন্য diode PIV কম; তবে একসঙ্গে দুটি diode drop থাকে।

bridge rectifier
full wave output

Sign in to save reading progress