Investment Corporation MCQs

Showing 50 questions (Total: 255)

Investment Corporation #101

A seller made 10% profit after selling a product at 20% commission on list price. What is the list price of that product?

A: 137.5 Tk
B: 237.5 Tk
C: 347.5 Tk
D: 97 Tk
Investment Corporation #102

The sum of daily income of P, Q, R is Tk. 90. If Q earns taka 10 more than P and R earns double of what Q earns, then what is the average of daily income of P and Q?

A: 40 Tk.
B: 30 Tk.
C: 20 Tk.
D: 10 Tk.
Investment Corporation #103

Which of the following program is an example of Platform Independent Program?

A: FORTRAN
B: C++
C: Java
D: Visual Basic
Investment Corporation #104

A boat sailing against a stream of river takes 6 hours to travel 24 kms, while sailing with the stream it takes 4 hours to travel the same distance. What is the speed of the stream?

A: 1/2 km/hr
B: 1 km/hr
C: 2km/hr
D: 1.5 km/hr
Investment Corporation #105

How many layers are in a TCP/IP protocol suit?

A: 7
B: 5
C: 10
D: 4
Investment Corporation #106

A network-connected computer has IP address 201.102.133.25 and subnet mask 255.255.0.0. Which of the following indicates the Host Id of this computer?

A: 201.102.133
B: 133.25
C: 201.102
D: 25
Investment Corporation #107

DWDM is the technology for boosting transmission capacity of optical fiber cable. What is the elaboration of DWDM?

A: Dual Work Dense Multiplexing
B: Double Wavelength Decrease Multiplexing
C: Dense Wavelength Division Multiplexing
D: None of Above
Investment Corporation #108

What is the next number in the series? 5,3,1,7,3,2,9,5, -----

A: 1
B: 5
C: 4
D: 3
Investment Corporation #109

K iterations by Newton-Raphson method of finding square root of a number increases accuracy in number of digits :

A: k
B: 2k
C: 3k
D: 4k
Related Topics
Investment Corporation #110

The smallest element of an array's index is called its ---

A: Lower bound
B: Upper bound
C: Range
D: Extraction
Related Topics
Investment Corporation #111

The complexity of Binary search algorithm is ---

A: O(n)
B: O(log n)
C: On(n2)
D: O(n log n)
Related Topics
Investment Corporation #112

Which of the following TCP/IP addresses constitute the loopback address?

A: 1.1.1.1
B: 255.255.255.255
C: 127.0.0.0
D: 127.0.0.1
Related Topics
Investment Corporation #113

Which one is modern light weight message exchange format?

A: XML
B: M
C: JSON
D: HTML
Related Topics
Investment Corporation #114

Which keyword must be used to inherit a class in Java?

A: extends
B: super
C: this
D: extent
Investment Corporation #115

Which one of following is not a valid identifier?

A: --mysum
B: mysun
C: my-sun
D: -my-sun
Related Topics
Investment Corporation #116

What is the value of 'd' after this line of code has been executed? double d=Math.round(2.5 + Math.random() );

A: 2
B: 2.5
C: 3
D: 4
Related Topics
Investment Corporation #117

Which of the following will produce an answer that is closest in value to a double, d, while not being greater than d?

A: (int)Math.min(d)
B: (int)Math.max.(d)
C: (int)Math.abs(d)
D: (int)Math.floor(d)
Related Topics
Investment Corporation #118

A class that is inherited in Java is called a --

A: subclass
B: super class
C: static class
D: implement class
Investment Corporation #119

Which of the following is the destructor for the class'Vehicle'

A: *Vehicle()
B: *Vehicle(int value)
C: ~Vehicle()
D: ~Vehicle(int value)
Related Topics
Investment Corporation #120

The only language understood by a digital computer is called

A: Assembly language
B: High level language
C: Binary language
D: None of the above
Investment Corporation #121

Which one of these interfaces is implemented by Thread class?

A: Set
B: Connections
C: Runnable
D: None of the above
Related Topics
Investment Corporation #122

which one is less costly for insertion operation at a particular position?

A: array
B: queue
C: link list
D: stack
Related Topics
Investment Corporation #123

Which of the following name does not relate to stacks?

A: FIFO list
B: LIFO list
C: Piles
D: Push-down lists
Related Topics
Investment Corporation #124

Register Circuit is not used in?

A: digital clocks
B: computers
C: RAM
D: none of these
Related Topics
Investment Corporation #125

The data structure required to evaluate a postfix expression is --

A: queue
B: stack
C: array
D: linked-list
Investment Corporation #126

Which one is a universal logic gate?

A: NAND
B: AND
C: OR
D: NOT
Related Topics
Investment Corporation #127

In Java, which operator is used to create an object ---

A: class
B: scanf
C: print
D: None of the above
Investment Corporation #128

Which protocol can causes overload on a managed device?

A: Netflow
B: WCCP
C: IP SLA
D: SNMP
Investment Corporation #129

Which of the following is a group of one or more attributes that uniquely indenfies a row?

A: Key
B: Determinant
C: Tuple
D: Relation
Related Topics
Investment Corporation #130

What is the minimum length of character array argv in the above code?

A: 1
B: undefined
C: -1
Related Topics
Investment Corporation #131

Which type of cable is used to connect the COM port of a host to the COM port of a router or switch?

A: Crossover
B: Straight-through
C: Rolled
D: none of these
Related Topics
Investment Corporation #132

Which of the declaration is corect?

A: int length;
B: char int;
C: int long;
D: float double;
Related Topics
Investment Corporation #133

The SQL statement that queries or reads data from a table is --

A: SELECT
B: READ
C: QUERY
D: None of the above
Investment Corporation #134

For every relationship, how many opssible sets of minimum cardinalities are there?

A: Two
B: Three
C: Four
D: Six
Related Topics
Investment Corporation #135

Which of the following cannot be checked in a switch-case statement?

A: Character
B: Integer
C: Float
D: None of the above
Related Topics
Investment Corporation #136

The main threat of Cloud based provisioning is :

A: Cost
B: Security
C: Virtualization
D: All of the above
Related Topics
Investment Corporation #137

Which of the following correctly shows the hierarchy of arithmetic operations in C?

A: /+*-
B: *-/+
C: +-/*
D: /*+-
Investment Corporation #138

Which control statement can be executed at least once?

A: while
B: for
C: do--while
D: All of the above
Related Topics
Investment Corporation #139

Link list can be implemented by using?

A: Array
B: Pointers
C: both a and b
D: None of the above
Investment Corporation #140

An algorithm that calls itself or indirectly is known as --

A: sub algorithm
B: Recursion
C: Polish notation
D: Traversal algorithm
Related Topics
Investment Corporation #141

Two main measures for the efficiency of an algorithm are --

A: processor and memory
B: Complexity and capacity
C: Time and space
D: Data and space
Related Topics
Investment Corporation #142

In Java, which one will be used for comparing whether the two String object str1 and str2 are same --

A: str1==str2
B: str1,equalslgnore Case(atr2)
C: All of the above
Investment Corporation #143

Which data structure allows deleting data elements from front and inserting at rear?

A: Stacks
B: Queues
C: Deques
D: Binary search tree
Investment Corporation #144

Which of the following is a design pattern?

A: List
B: Queue
C: Factory
D: All of the above
Related Topics
Investment Corporation #145

Which of the following data structure is linear type?

A: Strings
B: Lists
C: Queues
D: All of the above
Investment Corporation #146

By how much is three-fifth of 350 greater than four-seventh of 210?

A: 95
B: 110
C: 120
D: None of these
Related Topics
Investment Corporation #147

Find the largest number of four digits exactly divisible by 12, 15, 18 and 27.

A: 9620
B: 9720
C: 9820
D: 9920
Related Topics
Investment Corporation #148

50 is divided into two parts such that the sum of their reciprocals is 1/12. Find the two parts.

A: 30 and 20
B: 30 and 25
C: 30 and 40
D: 30 and 35
Related Topics
Investment Corporation #149

If 35% of a number is 175, then what percent of 175 is that number?

A: 35%
B: 65%
C: 280%
D: None of these
Investment Corporation #150

The ratio between the present ages of P and Q is 5 : 7 respectively. If the difference between Q's present age and P's age after 6 years is 2, what is the total of P's and Q's present ages?

A: 48 years
B: 52 years
C: 56 years
D: None of these