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
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
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
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
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
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 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
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
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
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 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
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
"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
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
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
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
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
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
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
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
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