Sonali Bank Ltd MCQs
Showing 50 questions (Total: 1248)
If a, b and c are 3 conscutive integers and a> b> c, which of the following has the maximum value?
Correct Answer:
D: a + (bc )
Explanation:
If a, b and c are 3 conscutive integers and a> b> c, which of the following has the maximum value? Correct Answer a + (bc ) ধরি, a = 3, b = 2, এবং, c = 1 সুতরাং, 3 + 2/1 = 3 + 2 = 5 সর্বোচ্চ মান হবে। উত্তরঃ a + ( b/c)
The smallest element of an array's index is called its
Correct Answer:
A: Lower bound
Explanation:
The smallest element of an array's index is called its Correct Answer Lower bound Array indexing refers to any use of the square brackets()to index array values. The smallest element of on array’s index is called its lower bound.
In spite of all his brags he had 'to eat humble pie' means that he had to____
Correct Answer:
A: apologize
Two main meanures for the efficiency of an algorithm are
Correct Answer:
C: Time and space
Explanation:
Two main meanures for the efficiency of an algorithm are Correct Answer Time and space Algorithm is the collection of steps to solve a problem. The two main measures for the efficiency of an algorithm are time and space.
For some base r, the digits which are allowed in its representation are?
Correct Answer:
B: Digits from 0 to r -1
We should _____for a rainy day.
Correct Answer:
C: put something by
i was alarmed ____the news of my brothers illness.
Correct Answer:
B: at
Choose the word closest to the meaning of the underlined word: The Patient needed an anodyne for his strained nerves
Correct Answer:
D: Pain - killing balm
The man whgo follows his nose actually follows his_____.
Correct Answer:
C: instinct
Sam can mow a lawn in 20 min, while mark takes 10 min longer to longer to mow the same lawn. How long will they take to mow the lawn if they work together?
Correct Answer:
A: 12 min
Explanation:
Sam can mow a lawn in 20 min, while mark takes 10 min longer to longer to mow the same lawn. How long will they take to mow the lawn if they work together? Correct Answer 12 min sam এর সময় লাগে 20 মিনিট Mark এর সময় লাগে = ( 20 + 10) = 30 মিনিট Sam ও Markএকত্রে কাজ করলে সময় লাগে ( 20 × 30) /( 20 + 30) মিনিট = 600/50 = 12 মিনিট।
The complex of Binary search alogrithm is___
Correct Answer:
B: O(log n)
Explanation:
The complex of Binary search alogrithm is___ Correct Answer O(log n) Binary search, also known as half - interval search or logarithmic search is a search algorithm that finds the position of a target value within a sorted array. In Binary search algorithm, worst case performance is O(logn), Best case performance is O(1).
Approval may be expressed by the following interjection:
Correct Answer:
C: Bravo!
The structure required to evaluate a postfix expression is____
Correct Answer:
B: stack
Explanation:
The structure required to evaluate a postfix expression is____ Correct Answer stack The postfix notation is used to represent algebraic expressions stack is used to evaluate a postfix expression.
RPC provides a (an) __ on the client side , a separate one for each remote procedure.
Correct Answer:
A: stub
Explanation:
RPC provides a (an) __ on the client side , a separate one for each remote procedure. Correct Answer stub Sentence টিতে `Sometimes' থাকায় এটি Present indefinite Tense হবে। সুতরাং `will' এর ব্যবহার ভূল।
Which of the following correctly shows the hierachy arithmetic operation in C?
Correct Answer:
D: /*+-
Explanation:
Which of the following correctly shows the hierachy arithmetic operation in C? Correct Answer /*+- The precedence and associativity of C operators are + + - - , */%, * = / = , and = ^ = 1 = etc.
Lalchrymose nature means_____
Correct Answer:
C: Prone to tear
Which of the following can not be checked in a switch -case statement ?
Correct Answer:
C: Float
Explanation:
Which of the following can not be checked in a switch -case statement ? Correct Answer Float A switch statement allows a variable to be tested equality against a list of values. Each value is called a case. Character integer can be checked in switch - case statement.
f the length of each of the sides of three squeare garden's plots us increases by 50 percents, by what percent is the sum of the areas of the three plots increased?
Correct Answer:
D: 375%
Explanation:
f the length of each of the sides of three squeare garden's plots us increases by 50 percents, by what percent is the sum of the areas of the three plots increased? Correct Answer 375% 3 টি বর্গক্ষেত্রের প্রতিটির দৈর্ঘ্য 50% বৃদ্ধি পায় 1 টি বর্গক্ষেত্রের ক্ষেত্রফল বৃদ্ধি পায় ( 50 + 50 + 50× 50/100) % = ( 100 + 25) = 125 % 3 টি বর্গক্ষেত্রের ক্ষেত্রফল বৃদ্ধির যোগফল = ( 125 + 125 + 125) % = 375%
An algorithm which uses the past results to find the new results is
Correct Answer:
C: Dynamic programming algorithms
Explanation:
An algorithm which uses the past results to find the new results is Correct Answer Dynamic programming algorithms Deterrent effect এমন প্রভাব যার কারণে অন্য কোনো অপরাধ সংগঠিত হয় না; waive মওকুফ করা। অর্থ্যাৎ আইন ভঙ্গের অপরাধ যদি প্রায়শই মওকুফ করা হয় তবে তা আইন ভঙ্গের শাস্তির প্রভাব কমিয়ে দেয়। সুতরাং সঠিক উত্তরটি (b)
Which control stament can be executed at least once?
Correct Answer:
C: do -while
Explanation:
Which control stament can be executed at least once? Correct Answer do -while With Loop control statements, you can repeatedly execute a block of code. Three loop control statements are for, while, do - while, do - while executes at least once.
A lame duck organization is one which needs____
Correct Answer:
D: support
Which one is not a basic data type of C?
Correct Answer:
C: void
Explanation:
Which one is not a basic data type of C? Correct Answer void There are 4 basic data types associated with variable in C. int – integer, float – floating point value, double – a double precision floating point value, Char – a single character.
which of these keywords can be used in a subclass to call the constructor of superclass?
Correct Answer:
C: Super
Explanation:
which of these keywords can be used in a subclass to call the constructor of superclass? Correct Answer Super The super keyword refers to superclass (parent) objects. It is used to call superclass methods, and to access the superclass constructor.
Choose the opposite of the following idiomatic expression from the option given:
Correct Answer:
A: To turn over a new leaf
Which one of the following is not a valid identifier?
Correct Answer:
D: my-sun
Explanation:
Which one of the following is not a valid identifier? Correct Answer my-sun The first character of an identifier name must be a nondigit ANSI allows six significant characters in an external identifier’s name and 31 for names of internal identifier.
In java, which operator is used to create an object.
Correct Answer:
A: class
Explanation:
In java, which operator is used to create an object. Correct Answer class The object - class is the parent class of all the classes in Java by default. In other words, it is the topmost class of java.
A female administrator is - called_____
Correct Answer:
C: an administratrix
The operato that can not overloaded is
Correct Answer:
A: ++
Explanation:
The operato that can not overloaded is Correct Answer ++ Sizeof is also called an operator, and it can’t be overloaded you also can’t overload typid, it’s true, but that’s not referred to as an operator anyway.
Which one of the following is not an example redundancy?
Correct Answer:
A: Data Center
Explanation:
Which one of the following is not an example redundancy? Correct Answer Data Center Data redundancy in database means that some data fields are repeated in the database. Four major data r redundancy are Hardware redundancy, software redundancy, Time redundancy, Information redundancy.
People who believe anything told to them are called _
Correct Answer:
D: Credulous
K iteration by Newton-Raphson method of finding square root of a number increases accuracy in number of digits.
Correct Answer:
B: 2K
Explanation:
K iteration by Newton-Raphson method of finding square root of a number increases accuracy in number of digits. Correct Answer 2K In numerical analysis, Newton’s method(also known as the Newton – Raphson Method, named after Isaac Newton and Joseph Raphson is a method for finding successively better approximations to the roots of a real - valued function.
Which kind of software testing strategy stars with testing the fundamental components first?
Correct Answer:
B: Bottom-up- testing
Explanation:
Which kind of software testing strategy stars with testing the fundamental components first? Correct Answer Bottom-up- testing In Bottom up testing, each component at lower hierarchy is tested individually and then the components that rely upon these components are tested. Test conditions and observation are easier to create.
what is the mounting of file system ?
Correct Answer:
C: attaching portion of the file system into a directory structure
Explanation:
what is the mounting of file system ? Correct Answer attaching portion of the file system into a directory structure Mounting is a process by which the operating system makes files and directories on a storage device (such as hard drive, CD - ROM, or network share) available for users to access via the computer's file system. In general, the process of mounting comprises the operating system acquiring access to the storage medium; recognizing, reading, and processing file system structure and metadata on it before registering them to the virtual file system (VFS) component.
Multi threaded programs are :
Correct Answer:
A: lesser prone to deadlocks
Explanation:
Multi threaded programs are : Correct Answer lesser prone to deadlocks A multi - threaded program will take advantage of additional threads — and cores — to distribute the load of the program more efficiently, as opposed to have one poor core do all the work while the others simply watch. The premise of concurrency is to run two or more different programs, kind of at the same time.
when there is a large logical address space, the best way of paging would be:
Correct Answer:
B: a tow level paging algorithm
Explanation:
when there is a large logical address space, the best way of paging would be: Correct Answer a tow level paging algorithm গত পঞ্চাশ বছরে In the last fifty years; অর্থাৎ In শব্দটি Missing রয়েছে। সুতরাংসঠিকউত্তরটিহবে(b)
Which one loads first when you boot up your computer?
Correct Answer:
A: BIOS
Explanation:
Which one loads first when you boot up your computer? Correct Answer BIOS The first thing a computer has to do when it is turned on is start up a special program called an operating system. The operating system’s job is to help other computer programs to work by handling the messy details of controlling the computer’s hardware.
In the ___ normal form , a composite attribute is converted to individual attributes .
Correct Answer:
A: First
Compared to CISC, RISC processors (at the same clock) are
Correct Answer:
A: faster
Explanation:
Compared to CISC, RISC processors (at the same clock) are Correct Answer faster RISC CPUs generally run at faster clock speeds than CISC because max clock period is dictated by the slowest step of the pipeline (more complex instructions are slower).
The action of decoding a modulated signal is know as
Correct Answer:
D: None of the above
Explanation:
The action of decoding a modulated signal is know as Correct Answer None of the above Video modulation is a strategy of transmitting video signal in the field of radio modulation and television technology.
If w is 10% less than x, and y is 30% less than z, they wy is what percent less than xz?
Correct Answer:
C: 37%
Explanation:
If w is 10% less than x, and y is 30% less than z, they wy is what percent less than xz? Correct Answer 37% Let the profit be X% & loss be Y%. So, net profit/loss % = X + ( - Y) + X.( - Y)/100 (Negative sign denotes that there is a loss.) = 10 + ( - 10) + 10.( - 10)/100 = - 1 (Negative sign denotes that there is a net loss.) So, the net loss percentage is 1%.
Which of the following is not a type Web search engine?
Correct Answer:
B: Human -organized
Explanation:
Which of the following is not a type Web search engine? Correct Answer Human -organized The basic types of search engines include: Web crawlers, Meta, directories and hybrids. Within these basic types, there are many different methods used to retrieve information. Some common search engines are: Google, Bing and Yahoo etc.
The next number in the sequence 3,6, 11, 18, 27 , ---
Correct Answer:
C: 38
Explanation:
The next number in the sequence 3,6, 11, 18, 27 , --- Correct Answer 38 12 marbles are selected at random form a large collection of white , red, green and yellow marbles . The number of marbles of each color is unlimited. Find the probability that the selection contains at least one marble of each color ? This is same as W + R + G + Y = 12, where all are positive integers. Step I.. first, give one to each, hence 4 gone. Now you can distribute the remaining 8 to anyone as the restriction of at least one is done.. W + R + G + Y = 8..W + R + G + Y = 8.. Now, take this as 8 marbles and 3 partitions, so total 11 things. You can choose these 3 partitions in 11C3 ways = 11!/8!3! = 11∗10∗9/3∗2 = 11∗5∗3 Step II.. Total ways.. W + R + G + Y = 12 Now, take this as 12 marbles and 3 partitions, so total 15 things. You can choose these 3 partitions in 15C3 ways = 15!/12!3! = 15∗14∗13/3∗2 = 5∗7∗13 Probability = 11∗5∗3/5∗7∗13 = 33/91
You need to determine whether IP information has been assigned to your Windows NT. Which utility should you use?
Correct Answer:
C: IPCONFIG
Explanation:
You need to determine whether IP information has been assigned to your Windows NT. Which utility should you use? Correct Answer IPCONFIG The easiest way to do TCP/IP configuration is to open a Command Prompt window and enter the IPCONFIG/ALL command.
How many pairs of stations can simulataneously communicate on Ethernet LAN?
Correct Answer:
A: 1
Explanation:
How many pairs of stations can simulataneously communicate on Ethernet LAN? Correct Answer 1 Ethernet is the most widely installed local area network (LAN) technology. Ethernet is a link layer protocol in the TCP/IP stack.
The sum of first 17 terms of the series 5, 9,13, 17 , .....
Correct Answer:
C: 629
Explanation:
The sum of first 17 terms of the series 5, 9,13, 17 , ..... Correct Answer 629 Speed of man in still water, x = 6 km/h Speed of current, y = 2 km/h Let distance = M According to question, Upstream time = Downstream time + 3 Or, M/4 = M/8 + 3 Or, 2M - M = 24 Or, M = 24 So, the distance is 24 km.
How many terms of Arithmetic Progression (A.P) 21, 18, 15, 12 , ..... must by taken to give the sum zero?
Correct Answer:
B: 15
Explanation:
How many terms of Arithmetic Progression (A.P) 21, 18, 15, 12 , ..... must by taken to give the sum zero? Correct Answer 15 ATQ, 5x + 6x + 7x = 180 Or, 18x = 180 Or, x = 10 So, the difference in degrees between the biggest and the smallest angles = 70 - 50 = 20 degree.
In SQL, the ____ command is used to recompile a view
Correct Answer:
D: CRFATE VIEW
Explanation:
In SQL, the ____ command is used to recompile a view Correct Answer CRFATE VIEW In SQL, a view is a virtual table based on the result - set of an SQL statement. A view always shows up - to - date data! The database engine recreates the data, using the view’s SQL statement, every time a user queries a view.
A path carrying signals between a source and a destination is known as
Correct Answer:
B: Cannel
Explanation:
A path carrying signals between a source and a destination is known as Correct Answer Cannel Communicating data from one location to another requires some form of pathway or medium called communication channels, use two types or media: cable (twisted - pair wire, co - axial cable and fiber - optic cable) and broadcast (microwave, satellite, radio and infrared).
Which of the numbers below is not equivalent to 4%?
Correct Answer:
C: 0.40
Explanation:
Which of the numbers below is not equivalent to 4%? Correct Answer 0.40 In 1 hr, the tank is filled = 1/8 - 1/16 = 1/16 In 8 hrs " " " " = 8/16 = 1/2 Now, 1/8 part is filled by tap - 1 in 1 hour 1/2 part is filled by tap - 1 in = 8/2 = 4 hrs So, the required time = 8 + 4 = 12 hrs
After being dropped a certain ball always bounces back to 2/5 of the height of its previuos bounce. After the first bounce it reaches a height of 125 inches. How high (in inches) will it reach after its fourth?
Correct Answer:
B: 8
Explanation:
After being dropped a certain ball always bounces back to 2/5 of the height of its previuos bounce. After the first bounce it reaches a height of 125 inches. How high (in inches) will it reach after its fourth? Correct Answer 8 According to the question, ⇒(x + y + z)/3 = 45 ⇒x + y + z = 135.....(i) ⇒x = (y + z)/2 + 9 ⇒2x−y−z = 18.....(ii) x + y + z = 135 2x−y−z = 18 −−−−−−−−−−−− 3x = 153 x = 51 From (i) y + z = 135 - 51 = 84.....(iii) Also, ⇒(y + z)/2 = y + 2 ⇒y + z = 2y + 4 ⇒z−y = 4 + y + z = 84 −y + z = 4 −−−−−−−−− 2z = 88 z = 44 Required difference = 51 - 44 = 7