BD Krishi MCQs

Showing 50 questions (Total: 72)

Combined Bank #1

He has no good cause __ complaint. Darkness was the cause ___ his losing his way.

A: for , of
B: in , of
C: at , in
D: of , in
Combined Bank #2

He agreed __ my proposal . He agreed ___ me on that question . They could not agree __ themselves.

A: among , to with
B: for , about ,in
C: to , with , among
D: in ,to, by
Combined Bank #3

synonym of 'Fastidious'?

A: finicky
B: Quarrelsome
C: Meteoric
D: Modulate
Combined Bank #4

Antonym of 'Myopia'

A: Naive
B: Narcotic
C: Farsighted
D: Formidable
Combined Bank #5

Translate into English : চুন খেয়ে গাল পোড়ে, দই দেখলে ভয় করে ।

ক: A still tongue makes a wise head .
খ: A scalded dog fears cold water.
গ: A square peg in a round hole.
ঘ: A pet lamb makes a cross ram .
Combined Bank #6

The timely rain ___ good crops .

A: brings forth
B: brings forward
C: brings off
D: brings upon
Combined Bank #7

'In spite of all his brag he had to eat humble pie. choose the correct meaning of the idiom to eat humble pie.

A: To force someone
B: To yield humiliating circumstances
C: To eat a tasty pic
D: To say negative things about someone
Combined Bank #8

first Cyber city of Bangladesh is :

A: chittagong
B: Sylhet
C: Rajshahi
D: Khulna
Combined Bank #9

Subarnagram is __

A: Dr. Abul Husain
B: Dr. Maksudul Alam
C: Dr. Jamal Najru Islam
D: Siddiqullah
Combined Bank #10

Kukri Mukri is an island located in __ district .

A: Cox's Bazar
B: Bhola
C: Noakhali
D: Chittagong
Combined Bank #11

'In spite o fall his brag he had to eat humble pie' choose the correct meaning of the idiom to eat humble pie.

A: To force someone
B: To yield under humiliating circumstances
C: To eat a tasty pic
D: To say negative things abut someone
Combined Bank #12

Bit coin uses __ technology.

A: P2p
B: Neural
C: AL
D: Datamining
Combined Bank #13

According to International Diabetes Federation . which day is observed as 'World Diabetes Day's ?

A: 4th April
B: 7th June
C: 14th November
D: 9th May
Combined Bank #14

The parliament of __ is well known as Westminster Parliament.

A: Norway
B: USA
C: UK
D: Poland
Combined Bank #15

The Hall of Fame Championships is popular in __ Sport .

A: Cricket
B: Basketball
C: Football
D: Tennis
Combined Bank #16

which of the following is full form of BIDA?

A: Bangladesh International disaster authority
B: Bangladesh International Diabetic Association
C: Bangladesh Investment Department & Authority
D: Bangladesh Investment Development Authority
Combined Bank #17

If Tk. 5,000 is invested at 12% annual rate of interest, how much will the investment be worth after 2 years?

A: 5785
B: 6272
C: 7190
D: 8225
Combined Bank #18

Find the simplified value of : ( 6 + 2x ) (4-2x).

A: 24 + 12x -4x
B: 24 + 20x -4x
C: 24 -4x - 4x2
D: 24 + 4x -4x
Combined Bank #19

If 62 =34 + 4x. what is x ?

A: x =16
B: x = -16
C: x =7
D: x =5
Combined Bank #20

If an investor gets Tk. 19500 as interest after 5 years on his savings of Tk. 13,000. what is the rate of interest ?

A: 8%
B: 5%
C: 10%
D: 30%
Combined Bank #21

A person saves Tk. 5000 in his bank account . If the bank gives 10% annual profit , how much will be his balance after 6 years?

A: Tk. 3000
B: Tk. 5000
C: Tk. 7000
D: Tk. 8000
Combined Bank #22

16 +16=?

A: 42
B: 82
C: 162
D: 8
Combined Bank #23

what is the ratio of 3/4 to the product 4 (3/4)?

A: 1/3
B: 1/4
C: 4/9
D: 9/4
Combined Bank #24

which operator is used to declare the destructor in C++ ?

A: #
B: ~
C: @
D: $
Combined Bank #25

which alternative can replace the throw statement in C++ ?

A: for
B: break
C: return
D: exit
Combined Bank #26

what type of reference should be used in vector arithmetic in C++ =?

A: Dynamic
B: Const
C: both dynamic & const
D: static
Combined Bank #27

which of these data types is used by operating system to manage the Recursion in Java?

A: Array
B: Stack
C: Queue
D: Tree
Combined Bank #28

Find the value of 95×9-3×94

A: 912
B: 96
C: 9-66
D: 94
Combined Bank #29

which of the following is an incorrect statement about packages?

A: Package defines a namespace in which classes are stored
B: A package can contain other packages within it
C: Java uses file system directories to store packages
D: A package can be renamed without renaming the directory in which the classes are stored.
Combined Bank #30

If 18 is 15 percent of 30 percent of a certain number , what is the number?

A: 36
B: 40
C: 81
D: 400
Combined Bank #31

A derived class inherits attributes from a __ .

A: Super class
B: Sub class
C: Inner class
D: Upper class
Combined Bank #32

If a cube has a length of 8 cm , what is its total surface area?

A: 64
B: 96
C: 384
D: 256
Combined Bank #33

Multiple inheritance in Java can be implemented using which of the following ?

A: Inter faces
B: Multithreading
C: Protected methods
D: Private methods
Combined Bank #34

which of the following statements is the negation of the statements '4 is odd or -9 is positive'?

A: 4 is even or - 9 is not negative
B: 4 is odd or 9 is not negative
C: 4 is even and - 9 is negative
D: 4 is odd and - 9 is not negative
Combined Bank #35

which component is used to compile , debug and execute java program?

A: JVM
B: JDK
C: JTT
D: JRE
Combined Bank #36

which of the following options suitable, if A is '10110110'. B is '1110000' and C is '10100000' ?

A: C=A or B
B: C =A
C: C =B
D: C = A and B
Combined Bank #37

If determinant of a matrix A is Zero than :

A: A is a Singular matrix
B: A is a non - Singular Matrix
C: First and last rows of the matrix must be same
D: First and last columns of the matrix must be same
Combined Bank #38

The complexity of Binary search algorithm is ___

A: O (n)
B: O (log n)
C: O (n2)
D: O ( n log n )
Combined Bank #39

Object being passed to a copy constructor __

A: Must be passed by reference
B: Must be passed by value
C: Must be passed with integer type
D: Must not be mentioned in parameter list
Combined Bank #40

A nonstandard HTML extension that causes scrolling text to appear as part of a Web page is :

A: DHCP
B: mask off
C: Dhrystone
D: marquce
Combined Bank #41

why do we need to handle exceptions?

A: To prevent abnormal termination of program
B: To encourage exception prone program
C: To avoid syntax errors
D: To save memory
Combined Bank #42

If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?

A: Inheritance
B: Overloading
C: Polymorphism
D: Overriding
Combined Bank #43

2019 is Binary :

A: 0000011111100010
B: 0000001111110010
C: 0000001111110011
D: 0000011111100011
Combined Bank #44

How to access the overridden method of base class from the derived class?

A: Using arrow operator
B: using dot operator
C: using scope resolution operator
D: Can't be accessed once overridden
Combined Bank #45

11100010 has a decimal value of __

A: 252
B: 225
C: 226
D: 220
Combined Bank #46

when two variables are logically compared , the logic gate that tests the equivalence is ___

A: XNOR
B: XOR
C: AND
D: NOR
Combined Bank #47

Source code is (n)

A: Program
B: List of commands
C: source of variables
D: Explanation of the algorithm
Combined Bank #48

Does constructor overloading include different return types for constructors to be overloaded ?

A: Yes, If return types are different, signature becomes different
B: Yes, because return types can differentiate two functions
C: No, return type can't differentiate two functions
D: No, constructors doesn't have any return type
Combined Bank #49

Dark data represents __

A: Unused data
B: Harmful data
C: Highlighted data
D: Important data
Combined Bank #50

which of the following defines the addressing capabilities of the networking

A: OSL
B: NAT
C: TCP
D: UDP
← Previous Page 1 of 2 Next →