Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

মোট প্রশ্ন: ৫৫

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

What is an example of iteration in C?

.
for
.
while
.
do-while
.
all of the above
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

Create table employee (name varcher, id integer)

.
DML
.
DDL
✓ সঠিক উত্তর
.
View
.
Integrity constraing
বিষয়: তথ্য প্রযুক্তিটপিক: ডেটাবেজ (Database)রেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

The _______clause is used to list the attributes desired in the result of a query.

.
Where
.
select
✓ সঠিক উত্তর
.
From
.
Distint
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

In SQL_____, aggregate function can be used in the select list or the _____clause of a select statement of sub query. They cannot be used in a _____clause.

.
where, having
.
having, where
.
Group by, having
.
Group by, where
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

The data structure required to check whether an expression contains balanced parenthesis is?

.
Stack
✓ সঠিক উত্তর
.
Queue
.
Array
.
Tree

ব্যাখ্যা

The data structure required to check whether an expression contains balanced parenthesis is a stack.
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

Which of the following is false about a binary search tree?

.
The left child is always lesser than its parent
.
The right child is always greater than its parent
.
The left and right sub-should also be binary search trees
.
Either the left of the right sub- tree should be be binary search tree but not both.
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: বাইনারি গণিত- Binary Mathরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

Which of the following is a valid declaration of an object of class Box?

.
"Box obhj -new BOx();"
✓ সঠিক উত্তর
.
Box obj=new Box;"
.
obj=new Box();"
.
new Box obj;"
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

What is the process of defining two or more methods within the same class that have same name but different parameters declaration?

.
method overding
.
method overloading
✓ সঠিক উত্তর
.
method hiding
.
method duplication
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018

The main program in an operating system is called:

.
Kernel
✓ সঠিক উত্তর
.
file manager
.
Directly
.
NOS
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১০

Which of the following sends packages over unprotected stream?

.
OSL
.
NAT
✓ সঠিক উত্তর
.
TCP
.
UDP
বিষয়: তথ্য প্রযুক্তিটপিক: কম্পিউটার নেটওয়ার্ক- Computer Networkরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১১

Which of the following is a correct format for declaration of function?

.
"return-type function name (argument type;)"
✓ সঠিক উত্তর
.
"return-type function -name (argument type){}"
.
"return -type (argument type ) function-name"
.
"return-type {} function -name"
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১২

"Pushing an elemnt into stack already having five elements and stack size of 5, results in "

.
"Overflow "
✓ সঠিক উত্তর
.
"Crash"
.
"Underflow"
.
"User flow"
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৩

When is linear search used/

.
When the list has only a few elements
.
When performing a single earch in an unordered list
.
Used all the time
.
When list has only a few elements and when performing a single search in an underdone ist
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৪

what is an example of iteration in C?

.
for
.
while
.
do -while
.
all of the above
✓ সঠিক উত্তর

ব্যাখ্যা

বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৫

The time complexity of binary search is :

.
constant
.
quardratic
.
exponential
.
logarithmic
✓ সঠিক উত্তর

ব্যাখ্যা

In computer science, binary search, also known as half - interval search,logarithmic search,or binary chop,
বিষয়: তথ্য প্রযুক্তিটপিক: বাইনারি গণিত- Binary Mathরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৬

For some base r, the digits which are allowed in its representation are?

.
Digits from 1 to r
.
Digits from 0 to r -1
✓ সঠিক উত্তর
.
Digits from 1 to r -1
.
Digits from 0 to r
বিষয়: তথ্য প্রযুক্তিটপিক: সংখ্যা পদ্ধতি- Number Systemরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৭

what is a long -term scheduler ?

.
It selects which process has to be brought into the ready queue
.
It selects which process has to be executed nest and allocates CPU
✓ সঠিক উত্তর
.
It selects which process to remove front memory by swapping
.
It selects which process needs to be killed next
বিষয়: তথ্য প্রযুক্তিটপিক: Central Processing Unit- CPUরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৮

Domain of a function is :

.
the maximal set of numbers for which a function is defined
✓ সঠিক উত্তর
.
the maximal set of numbers which a function can take values
.
it is the set of natural numbers for which a function is defined
.
any set of positive numbers
বিষয়: তথ্য প্রযুক্তিটপিক: IP Addressরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
১৯

An algorithm which uses the past results to find the new results is

.
Brute Force
.
Divide and Conquer
.
Dynamic programming algorithms
✓ সঠিক উত্তর
.
All of the above

ব্যাখ্যা

Deterrent effect এমন প্রভাব যার কারণে অন্য কোনো অপরাধ সংগঠিত হয় না; waive মওকুফ করা। অর্থ্যাৎ আইন ভঙ্গের অপরাধ যদি প্রায়শই মওকুফ করা হয় তবে তা আইন ভঙ্গের শাস্তির প্রভাব কমিয়ে দেয়। সুতরাং সঠিক উত্তরটি (b)
বিষয়: তথ্য প্রযুক্তিটপিক: অ্যালগরিদম (Algorithm)রেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018
২০

RPC provides a (an) __ on the client side , a separate one for each remote procedure.

.
stub
✓ সঠিক উত্তর
.
identifier
.
name
.
process identifier
বিষয়: তথ্য প্রযুক্তিটপিক: সার্ভার- Serverরেফারেন্স: Assit. Programmer | Sonali Bank, Rubali Bank, BD Krishi Bank - 16.11.2018