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
৩১

Find the out put of the following Java code line:

.
-7
.
-7.4
.
-8
✓ সঠিক উত্তর
.
-7.2
বিষয়: তথ্য প্রযুক্তিটপিক: জাভা- Javaরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩২

which function overloads the>> operator?

.
gt()
.
more ()
.
ge ()
.
None of these
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩৩

what is the output of the following code? Print 9//2

.
4
✓ সঠিক উত্তর
.
4.0
.
4.5
.
Error
বিষয়: তথ্য প্রযুক্তিটপিক: মনিটর-Monitorরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩৪

which of these is not a core data type?

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

Which of the following function convert a string to a float in python ?

.
int (x. [.base])
.
float (x)
✓ সঠিক উত্তর
.
long (x.[base])
.
str(x)
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩৬

Suppose a C program has floating constant 1.414, what's the best way to convert this as 'float' data type?

.
(float) 1.414
.
Float (1,414)
.
1,414f or 1.414 F
✓ সঠিক উত্তর
.
None of these

ব্যাখ্যা

#include "stdio.h"
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩৭

Consider the following variable declarations and definations in C . (i) int var _ 9 =1 ; (ii) int 9 _ var =2; (iii) int + =3; Choose the correct statement w.r.t above variables.

.
Both i. and ii. are valid
.
Only i. is valid
.
Both i. & iii. are valid
✓ সঠিক উত্তর
.
All of these

ব্যাখ্যা

In C language, a variable name can consist of letters, digits and underscore i.e. _ . But a variable name has to start with either letter or underscore. It can't start with a digit. So valid variables are var_9 and _ from the above question. Even two back to back underscore i.e. __ is also a valid variable name. Even _9 is a valid variable. But 9var and 9_ are invalid variables in C.
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩৮

For a given integer, which of the following operators can be used to 'Set' and 'reset ' a particular bit respectively?

.
I and &
✓ সঠিক উত্তর
.
&& and II
.
& and I
.
II and &&
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৩৯

Let x be an integer which can take a value of 0 or 1. The statement if (x == 0) x =1 ; else x =0 ; is equivalent to which one of the following ?

.
x = 1 +x ;
.
x =1 -x ;
✓ সঠিক উত্তর
.
x =x -1 ;
.
x = 1 % x;

ব্যাখ্যা

Consider the option: x = 1 - x.
বিষয়: তথ্য প্রযুক্তিটপিক: ফাইল এক্সটেনশন- File Extensionরেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019
৪০

which of the following is not a stable sorting algorithm in its typical implementation?

.
Insertion sort
.
Merge sort
.
Quick sort
✓ সঠিক উত্তর
.
Bubble sort
বিষয়: তথ্য প্রযুক্তিটপিক: অ্যালগরিদম (Algorithm)রেফারেন্স: Sonali &amp; Janata Bank | Officer (IT)| 04.01.2019