Sonali & Janata Bank | Officer (IT)| 04.01.2019

মোট প্রশ্ন: ৪৮

পৃষ্ঠা এর পরবর্তী

The operator that cannot be overloaded is

.
++
.
()
.
-
.
::
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

which of the following process scheduling algorithm may lead to starvation ?

.
FIFO
.
Round Robin
.
Shortest Job Next
✓ সঠিক উত্তর
.
None of these
বিষয়: তথ্য প্রযুক্তিটপিক: অ্যালগরিদম (Algorithm)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

The maximum number of processes that can be in Ready state for a computer system with n CPUs is

.
n
.
2n2
.
2n
.
Independent of n
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: Central Processing Unit- CPUরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

which of the declaration is correct ?

.
Int length,
✓ সঠিক উত্তর
.
char int;
.
int long ;
.
float double;
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

which of the following TCP/IP addresses constitute the loopback address?

.
1.1.1.1
.
255.255.255.255
.
127.0.0.0
.
127. 0.0.1
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: IP Addressরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

The maximum number of binary trees that can be formed with three unlabeled nodes is:

.
1
.
3
.
5
✓ সঠিক উত্তর
.
4
বিষয়: তথ্য প্রযুক্তিটপিক: বাইনারি গণিত- Binary Mathরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

Which of the standard protocol for network management features?

.
FTP
.
SNA
.
SNMP
✓ সঠিক উত্তর
.
SMTP

ব্যাখ্যা

SNA - Systems Network Architecture
বিষয়: তথ্য প্রযুক্তিটপিক: কম্পিউটার নেটওয়ার্ক- Computer Networkরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

How many pairs of stations can simultaneously communicate on Ethernet LAN?

.
1
✓ সঠিক উত্তর
.
2
.
3
.
Multiple
বিষয়: তথ্য প্রযুক্তিটপিক: LAN (Local Area Network)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019

A path for carrying signals between a source and a destination is know as

.
Router
.
Channel
✓ সঠিক উত্তর
.
Link
.
Block

ব্যাখ্যা

Optical networking uses optical fiber as a transmission medium.
বিষয়: তথ্য প্রযুক্তিটপিক: ডেটা কমিউনিকেশনের মাধ্যমরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১০

In SQL, the ___ command is used to recompile a view.

.
COMPILE VIEW
.
DEFINE VIEW
.
ALTER VIEW
✓ সঠিক উত্তর
.
CREATE VIEW
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১১

which of the following requires the most time in SDLC?

.
Requirement Analysis
.
Testing
.
Development
.
Design
✓ সঠিক উত্তর

ব্যাখ্যা

Coding is generally the most time - consuming phase of the SDLC.
বিষয়: তথ্য প্রযুক্তিটপিক: সফটওয়্যার- Softwareরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১২

which of the declaration is correct?

.
Int length,
✓ সঠিক উত্তর
.
char int,
.
int long,
.
float double ;
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১৩

POP3 is a protocol for

.
Email Sending
.
Email Composing
.
Email Receiving
✓ সঠিক উত্তর
.
Email Storing
বিষয়: তথ্য প্রযুক্তিটপিক: ই-মেইল (E-mail)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১৪

Which sever can you use to dynamically assign IP addresses to the PC s in a LAN?

.
DHCP server
✓ সঠিক উত্তর
.
Web server
.
DNS sever
.
FTP server
বিষয়: তথ্য প্রযুক্তিটপিক: IP Addressরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১৫

which of the following is the destructor for the class Vehicle?

.
*Vehicle ()
.
-Vehicle ()
✓ সঠিক উত্তর
.
-vehicle (int value)
.
*vehicle (int value)
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
১৬

An n x a array v is defined as follows : v [i,j] = i.j for all i. j 1 < = i < = n ,i < j =n.

.
0
✓ সঠিক উত্তর
.
n-1
.
n2-3n+2
.
n2(n+1)/2
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
১৭

The maximum number of binary trees that can be formed with three unlabeled nodes is :

.
1
.
3
.
5
✓ সঠিক উত্তর
.
4
বিষয়: তথ্য প্রযুক্তিটপিক: বাইনারি গণিত- Binary Mathরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
১৮

what is the time complexity of Huffman Coding?

.
O (N)
.
O (NLogN)
✓ সঠিক উত্তর
.
O (N(logN)^2
.
O (N^2)
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
১৯

which of the following operator functions cannot be global , ie. must be a number function.

.
Converstion Operator
✓ সঠিক উত্তর
.
New
.
delete
.
All of these
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
২০

which of the following is not an operator in java?

.
Instanceof
.
size of
✓ সঠিক উত্তর
.
new
.
>>>=
বিষয়: তথ্য প্রযুক্তিটপিক: জাভা- Javaরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019