Janata Bank Ltd MCQs

Showing 50 questions (Total: 913)

Janata Bank Ltd #751

When was the process of demutualization started in stock exchanges of Bangladesh ?

A: 2013
B: 2014
C: 2015
D: 2016
Janata Bank Ltd #752

In Bangladesh, what is the contribution of agriculture and forestry sector in 2015-2016 GDP at constant prices ?

A: 9.7%
B: 11.7%
C: 13.7%
D: 15.7%
Janata Bank Ltd #753

Which national football team ranks first according to the latest FIFA ranking ?

A: Argentina
B: Brazil
C: Germany
D: Portugal
Janata Bank Ltd #754

Ram Nath Kovind is the ................... President of India.

A: 12th
B: 13th
C: 14th
D: 15th
Janata Bank Ltd #755

Which of the following was declared as the International Year of Micro-credit by the United Nations ?

A: 2003
B: 2005
C: 2007
D: 2009
Related Topics
Janata Bank Ltd #756

Who was the first governor of the Bangladesh Bank ?

A: A.N.M. Hamidullah
B: Lutfar Rahman Sarkar
C: Khorshed Alam
D: M. Nurul Islam
Related Topics
Janata Bank Ltd #757

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?

A: O (n)
B: O (n2)
C: O (n log n)
D: O (n!)
Janata Bank Ltd #758

In UNIX, processes that have finished execution but have not yet had their status collected are known as

A: Steeping Processes
B: Stopped Processes
C: zombic Processes
D: Orphan Processes
Janata Bank Ltd #759

which of the following UNIX command allows scheduling program to be executed at the specifics time?

A: nice
B: cron
C: date and time
D: schedule
Janata Bank Ltd #760

which of the following is programming helps you to learn Android programming.

A: C
B: SQL
C: Java
D: Python
Janata Bank Ltd #761

which of the following is not a stable sorting algorithm in its typical implementation?

A: Insertion sort
B: Merge sort
C: Quick sort
D: Bubble sort
Janata Bank Ltd #762

Which of the standard protocol for network management features?

A: FTP
B: SNA
C: SNMP
D: SMTP
Janata Bank Ltd #763

How many pairs of stations can simultaneously communicate on Ethernet LAN?

A: 1
B: 2
C: 3
D: Multiple
Janata Bank Ltd #764

In UNIX, the login prompt can be changed b changing the contents of the file

A: gettydefs
B: contrab
C: init
D: inittab
Janata Bank Ltd #765

Which of the following is not a standard synchronous communication protocol?

A: PAS
B: SDLC
C: SLIP
D: SMTP
Janata Bank Ltd #766

In SQL, the ___ command is used to recompile a view.

A: COMPILE VIEW
B: DEFINE VIEW
C: ALTER VIEW
D: CREATE VIEW
Janata Bank Ltd #767

A path for carrying signals between a source and a destination is know as

A: Router
B: Channel
C: Link
D: Block
Janata Bank Ltd #768

which of the following requires the most time in SDLC?

A: Requirement Analysis
B: Testing
C: Development
D: Design
Janata Bank Ltd #769

Which tool could be used for detecting vulnerability through SQl Injection?

A: minap
B: metasloit
C: bit defender
D: UML
Janata Bank Ltd #770

which of the declaration is correct?

A: Int length,
B: char int,
C: int long,
D: float double ;
Janata Bank Ltd #771

POP3 is a protocol for

A: Email Sending
B: Email Composing
C: Email Receiving
D: Email Storing
Janata Bank Ltd #772

The maximum number of binary trees that can be formed with three unlabeled nodes is :

A: 1
B: 3
C: 5
D: 4
Janata Bank Ltd #773

which of the following is the destructor for the class Vehicle?

A: *Vehicle ()
B: -Vehicle ()
C: -vehicle (int value)
D: *vehicle (int value)
Janata Bank Ltd #774

Which sever can you use to dynamically assign IP addresses to the PC s in a LAN?

A: DHCP server
B: Web server
C: DNS sever
D: FTP server
Janata Bank Ltd #775

what is the time complexity of Huffman Coding?

A: O (N)
B: O (NLogN)
C: O (N(logN)^2
D: O (N^2)
Janata Bank Ltd #776

which of the following operator functions cannot be global , ie. must be a number function.

A: Converstion Operator
B: New
C: delete
D: All of these
Janata Bank Ltd #777

which of the following is not an operator in java?

A: Instanceof
B: size of
C: new
D: >>>=
Janata Bank Ltd #778

Find the out put of the following Java code line:

A: -7
B: -7.4
C: -8
D: -7.2
Janata Bank Ltd #779

which function overloads the>> operator?

A: gt()
B: more ()
C: ge ()
D: None of these
Janata Bank Ltd #780

what is the output of the following code? Print 9//2

A: 4
B: 4.0
C: 4.5
D: Error
Janata Bank Ltd #781

which of these is not a core data type?

A: Lists
B: Dictionary
C: Class
D: Tuples
Janata Bank Ltd #782

Which of the following function convert a string to a float in python ?

A: int (x. [.base])
B: float (x)
C: long (x.[base])
D: str(x)
Janata Bank Ltd #783

The maximum number of processes that can be in Ready state for a computer system with n CPUs is

A: n
B: 2n2
C: 2n
D: Independent of n
Janata Bank Ltd #784

which of the following process scheduling algorithm may lead to starvation ?

A: FIFO
B: Round Robin
C: Shortest Job Next
D: None of these
Janata Bank Ltd #785

which of the declaration is correct ?

A: Int length,
B: char int;
C: int long ;
D: float double;
Janata Bank Ltd #786

The maximum number of binary trees that can be formed with three unlabeled nodes is:

A: 1
B: 3
C: 5
D: 4
Janata Bank Ltd #787

Suppose a C program has floating constant 1.414, what's the best way to convert this as 'float' data type?

A: (float) 1.414
B: Float (1,414)
C: 1,414f or 1.414 F
D: None of these
Janata Bank Ltd #788

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.

A: Both i. and ii. are valid
B: Only i. is valid
C: Both i. & iii. are valid
D: All of these
Janata Bank Ltd #789

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 ?

A: x = 1 +x ;
B: x =1 -x ;
C: x =x -1 ;
D: x = 1 % x;
Janata Bank Ltd #790

For a given integer, which of the following operators can be used to 'Set' and 'reset ' a particular bit respectively?

A: I and &
B: && and II
C: & and I
D: II and &&
Janata Bank Ltd #791

If y = 5, then what is the value of 10y y3-y2 ?

A: 502
B: 100
C: 2005
D: 500
Related Topics
Janata Bank Ltd #792

If 2n=64 then the value of n is:

A: 2
B: 4
C: 6
D: 12
Related Topics
Janata Bank Ltd #793

How many triangle are there in the figure below

A: 9
B: 11
C: 12
D: 13
Janata Bank Ltd #794

How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i)

A: Undefined
B: 100
C: 99
D: 10
Janata Bank Ltd #795

The square root of (7+35)(7-35) is:

A: 5
B: 4
C: 2
D: 35
Janata Bank Ltd #796

The equation of the given curve is:

A: y=x
B: y=-1/x
C: y=1/x
D: y=-x
Related Topics
Janata Bank Ltd #797

If a and b are positive real numbers , then ( (a°-3b°)5=?

A: 1 km/hr
B: -32
C: -1
Related Topics
Janata Bank Ltd #798

Simplify (2x-1)2 ÷x-5

A: 4x2
B: 4x3
C: 4x-3
D: 4x-2
Related Topics
Janata Bank Ltd #799

which one is true for the mathematical expression 2n+2n-12n+1-2n?

A: 32
B: 23
C: 1
D: 2n
Related Topics
Janata Bank Ltd #800

If a + b = 3 and a-b=2 , what is the value of 8ab(a2+b2)?

A: 5
B: 6
C: 7
D: 8
Related Topics