Sonali & 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 & 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 & Janata Bank | Officer (IT)| 04.01.2019
২২
২২
which function overloads the>> operator?
ক.
gt()
খ.
more ()
গ.
ge ()
ঘ.✓ সঠিক উত্তর
None of these
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
which function overloads the>> operator?
ক.
gt()
খ.
more ()
গ.
ge ()
ঘ.✓ সঠিক উত্তর
None of these
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & 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 & 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 & Janata Bank | Officer (IT)| 04.01.2019
২৪
২৪
which of these is not a core data type?
ক.
Lists
খ.
Dictionary
গ.✓ সঠিক উত্তর
Class
ঘ.
Tuples
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
which of these is not a core data type?
ক.
Lists
খ.
Dictionary
গ.✓ সঠিক উত্তর
Class
ঘ.
Tuples
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & Janata Bank | Officer (IT)| 04.01.2019
৩১
৩১
You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate ?
ক.
Heap sort
খ.
Quick sort
গ.
Insertion sort
ঘ.✓ সঠিক উত্তর
Merge Sort
বিষয়: তথ্য প্রযুক্তিটপিক: মেমোরি-Memoryরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate ?
ক.
Heap sort
খ.
Quick sort
গ.
Insertion sort
ঘ.✓ সঠিক উত্তর
Merge Sort
বিষয়: তথ্য প্রযুক্তিটপিক: মেমোরি-Memoryরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩২
৩২
Randomized quick sort is an extension of quicksort where the pivot is chosen randomly. what is the worst case complexity of sorting a numbers using randomized quick sort?
ক.
O (n)
খ.✓ সঠিক উত্তর
O (
গ.
O (n log n)
ঘ.
O (n!)
বিষয়: তথ্য প্রযুক্তিটপিক: এক্সেল (MS Excel)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
Randomized quick sort is an extension of quicksort where the pivot is chosen randomly. what is the worst case complexity of sorting a numbers using randomized quick sort?
ক.
O (n)
খ.✓ সঠিক উত্তর
O (
গ.
O (n log n)
ঘ.
O (n!)
বিষয়: তথ্য প্রযুক্তিটপিক: এক্সেল (MS Excel)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৩
৩৩
In UNIX, processes that have finished execution but have not yet had their status collected are known as
ক.
Steeping Processes
খ.
Stopped Processes
গ.✓ সঠিক উত্তর
zombic Processes
ঘ.
Orphan Processes
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
In UNIX, processes that have finished execution but have not yet had their status collected are known as
ক.
Steeping Processes
খ.
Stopped Processes
গ.✓ সঠিক উত্তর
zombic Processes
ঘ.
Orphan Processes
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৪
৩৪
In UNIX, the login prompt can be changed b changing the contents of the file
ক.✓ সঠিক উত্তর
gettydefs
খ.
contrab
গ.
init
ঘ.
inittab
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
In UNIX, the login prompt can be changed b changing the contents of the file
ক.✓ সঠিক উত্তর
gettydefs
খ.
contrab
গ.
init
ঘ.
inittab
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৫
৩৫
which of the following UNIX command allows scheduling program to be executed at the specifics time?
ক.
nice
খ.✓ সঠিক উত্তর
cron
গ.
date and time
ঘ.
schedule
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
which of the following UNIX command allows scheduling program to be executed at the specifics time?
ক.
nice
খ.✓ সঠিক উত্তর
cron
গ.
date and time
ঘ.
schedule
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৬
৩৬
which of the following is programming helps you to learn Android programming.
ক.
C
খ.
SQL
গ.✓ সঠিক উত্তর
Java
ঘ.
Python
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং ভাষার শ্রেণিবিভাগরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
which of the following is programming helps you to learn Android programming.
ক.
C
খ.
SQL
গ.✓ সঠিক উত্তর
Java
ঘ.
Python
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং ভাষার শ্রেণিবিভাগরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৭
৩৭
Which tool could be used for detecting vulnerability through SQl Injection?
ক.
minap
খ.
metasloit
গ.✓ সঠিক উত্তর
bit defender
ঘ.
UML
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
Which tool could be used for detecting vulnerability through SQl Injection?
ক.
minap
খ.
metasloit
গ.✓ সঠিক উত্তর
bit defender
ঘ.
UML
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৮
৩৮
Which of the following is not a standard synchronous communication protocol?
ক.✓ সঠিক উত্তর
PAS
খ.
SDLC
গ.
SLIP
ঘ.
SMTP
ব্যাখ্যা
SDLC is a computer communications protocol.The serial line internet protocol(SLIP) is an encapsulation of the internet protocol. SMTP is an internet standard for electronic mail transmission
বিষয়: তথ্য প্রযুক্তিটপিক: ডেটা ট্রান্সমিশন মেথডরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
Which of the following is not a standard synchronous communication protocol?
ক.✓ সঠিক উত্তর
PAS
খ.
SDLC
গ.
SLIP
ঘ.
SMTP
ব্যাখ্যা
SDLC is a computer communications protocol.The serial line internet protocol(SLIP) is an encapsulation of the internet protocol. SMTP is an internet standard for electronic mail transmission
বিষয়: তথ্য প্রযুক্তিটপিক: ডেটা ট্রান্সমিশন মেথডরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৯
৩৯
He is very ___ : he believes anything.
ক.✓ সঠিক উত্তর
gullible
খ.
fallible
গ.
sensible
ঘ.
credible
বিষয়: ইংরেজিটপিক: Sentence Completionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
He is very ___ : he believes anything.
ক.✓ সঠিক উত্তর
gullible
খ.
fallible
গ.
sensible
ঘ.
credible
বিষয়: ইংরেজিটপিক: Sentence Completionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৪০
৪০
It is necessary to ____ standards are maintained .
ক.
insure
খ.
influence
গ.✓ সঠিক উত্তর
ensure
ঘ.
control
বিষয়: ইংরেজিটপিক: Sentence Completionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
It is necessary to ____ standards are maintained .
ক.
insure
খ.
influence
গ.✓ সঠিক উত্তর
ensure
ঘ.
control
বিষয়: ইংরেজিটপিক: Sentence Completionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019