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
26121. CQ / Written2012-2013 · Question 11a

Incomplete source data: see solution note.

11. (a) Perform the following operation in the 2’s complement system: (Use eight bit including the sign bit) [২ এর সম্পূরক সিস্টেমের সাহায্যে নিম্নলিখিত অপারেশনগুলি কর: (সাইন বিট সহ আট বিট ব্যবহার কর।)]

CQ / Written solution

প্রশ্নে operands অনুপস্থিত; source solution থেকে দুটি operation বোঝা যায়। এগুলোকে reconstructed example হিসেবে দেখানো হলো:

\[(11010000)_2+(10110000)_2=(1\,10000000)_2\]

8-bit signed হিসেবে −48 + (−80) = −128; carry বাদ দিলে 10000000, signed overflow নেই।

\[14-17=00001110_2+11101111_2=11111101_2=\boxed{-3}\]

Original operands ভিন্ন হলে এই ফল প্রযোজ্য নয়।

Sign in to save reading progress

26122. CQ / Written2012-2013 · Question 11b

(b) Differentiate between Synchronous & Asynchronous counters. [Synchronous Asynchronous কাউন্টারের পার্থক্য উল্লেখ কর]

CQ / Written solution

বিষয়SynchronousAsynchronous/ripple
Clockসব flip-flop একই clock পায়প্রথমটি external clock; পরেরটি আগের output
DelayCombinational next-state ও flip-flop delayStage ধরে ripple delay জমে
Transitionএকই clock edge-এ state updateIntermediate transient state দেখা যায়
Designঅতিরিক্ত next-state logic লাগেসাধারণ ripple circuit সহজ

Sign in to save reading progress

26123. CQ / Written2012-2013 · Question 12

12. Compute the $\text{V}_{\text{CE}}$ and $\text{I}_{\text{C}}$ for the following circuit. [নিম্নের সার্কিট $\text{V}_{\text{CE}}$ ও $\text{I}_{\text{C}}$ এর মান বের কর]

NPN fixed bias: VCC = 12 V, RB = 240 kΩ from VCC to base, RC = 2.2 kΩ from VCC to collector; emitter grounded; β = 50. Input/output coupling capacitors = 10 μF.

CQ / Written solution

Source-এর fixed-bias circuit অনুযায়ী emitter grounded, RB = 240 kΩ, RC = 2.2 kΩ, VCC = 12 V, β = 50। Silicon transistor-এ VBE ≈ 0.7 V ধরে:

\[I_B=\frac{12-0.7}{240000}=47.0833\,\mu\mathrm A\]

\[I_C=50I_B=\boxed{2.35417\,\mathrm{mA}}\]

\[V_{CE}=12-I_C(2200)=\boxed{6.82083\,\mathrm V}\]

VCE saturation voltage-এর চেয়ে অনেক বেশি, তাই active-region assumption consistent।

Sign in to save reading progress

26124. CQ / Written2012-2013 · Question 13

Source ambiguity: see solution note.

13. Calculate the power consumed by $\text{R}_1$ and $\text{R}_4$ resisters in the following circuit: [নিম্নের সার্কিট $\text{R}_1$ and $\text{R}_4$ রেজিস্টারের গৃহীত পাওয়ারের মান নির্ণয় কর:]

Plaintext

R3 150 Ω

+-------/\/\/\/\-------+

| |

| 500 Ω |

[ ] R1 \/\/\/ R2 [ ] R4

1 kΩ| | |450 Ω

| | |

+----------| |---------+

11 V

CQ / Written solution

ASCII diagram অস্পষ্ট। Source-এর reduction অনুযায়ী 500 Ω series with [1000 Ω parallel (150 + 450) Ω] ধরে:

\[R_T=500+(1000\parallel600)=875\,\Omega\]

\[V_{parallel}=11\frac{375}{875}=\frac{33}7\,\mathrm V\]

\[P_{R1}=\frac{(33/7)^2}{1000}=\boxed{22.2245\,\mathrm{mW}}\]

\[P_{R4}=\left(\frac{33/7}{600}\right)^2(450)=\boxed{27.7806\,\mathrm{mW}}\]

এটি উপরোক্ত topology-এর conditional answer; original circuit image প্রয়োজন।

Sign in to save reading progress

26125. MCQ2012-2013 · Question 14.1

(i) What is the output of the following code? [নিম্নের কোডের আউটপুট কি?]

# include <stdio.h>
void main()
{
int s = 0;
while (s++ < 10)
{
If (s < 4 && s < 9) // ((s<4) && (s<9))
continue;
printf ("\n%d\t", s);
}
}
a.
1 2 3 4 5 6 7 8 9
b.
1 2 3 10
c.
4 5 6 7 8 9 10
d.
4 5 7 8 9

Correct answer: c

If-কে lowercase if ধরলে body-তে s = 1 থেকে 10; 1,2,3 skip হয়, output 4 5 6 7 8 9 10।

Sign in to save reading progress

26126. MCQ2012-2013 · Question 14.2

(ii) Which of the following typically occurs when a procedure call is executed on a processor? [প্রসেসরে যখন একটি প্রসিডিউর এক্সিকিউট হয় তখন সাধারণত নিম্নের কোনগুলো ঘটে?] Program counter is updatedStack pointer is updatedData cache is flushed to avoid aliasing

a.
I only
b.
II only
c.
I and II only
d.
II and III only

Correct answer: c

প্রচলিত stack-based CALL-এ program counter এবং stack pointer দুটোই বদলায়; সব architecture-এ বাধ্যতামূলক নয়।

Sign in to save reading progress

26127. MCQ2012-2013 · Question 14.3

(iii) Which of the following is not a level of data abstraction? [নিম্নের কোনটি ডাটা অ্যাবস্ট্রাকশন লেভেল নয়?]

a.
Physical Level
b.
Critical Level
c.
Logical Level
d.
View Level

Correct answer: b

Abstraction levels: physical, logical, view; critical level নয়।

Sign in to save reading progress

26128. MCQ2012-2013 · Question 14.4

(iv) Suppose a fair six-sided die is rolled once. If the value on the die is 1, 2, or 3, the die is rolled a second time. What is the probability that the sum total of values that turn up is at least 6? [ধরি একটি মসৃণ ছক্কা একবার চালা হল। প্রথম চালনাতে ছক্কার মান 1, 2 অথবা 3 হয়, ছক্কাটি দ্বিতীয়বার চালালে প্রাপ্ত সমষ্টি কমপক্ষে 6 পাওয়ার সম্ভাবনা কত?]

a.
$\frac{1}{21}$
b.
$\frac{5}{12}$
c.
$\frac{2}{3}$
d.
$\frac{1}{6}$

Correct answer: b

প্রথম roll 6 হলে probability 1/6। প্রথম 1,2,3 হলে দ্বিতীয় roll-এ যথাক্রমে 2,3,4টি অনুকূল ফল। মোট 1/6 + (2+3+4)/36 = 5/12।

Sign in to save reading progress

26129. MCQ2012-2013 · Question 14.5

(v) What is a ‘tuple’? [‘tuple’ কি?] (Top left options are continuing from the previous page's question "What is a 'tuple'?")

a.
Another name for the key linking different tables in a database
b.
Another name for a table in an RDBMS
c.
An attribute attached to a record
d.
A row or record in a database table

Correct answer: d

Tuple হলো table-এর একটি row/record।

Sign in to save reading progress

26130. MCQ2012-2013 · Question 14.6

(vi) The file system “NTFS” stands for [ফাইল সিস্টেম “NTFS” কি?]

a.
New Type File System
b.
Never Terminated File System
c.
New Technology File System
d.
Non terminated File system

Correct answer: c

NTFS = New Technology File System।

Sign in to save reading progress