Manage Questions
# Question Option 1 Option 2 Option 3 Option 4 Answer Status Action
1

Which function key displays the Print Preview window in Microsoft Office?

ctrl+alt+F2

shift+F2

alt+F2

ctrl+F2

Option 4 Inactive Edit Active
2

Which of these is a non-profit domain?

Which of these is a non-profit domain?

Which of these is a non-profit domain?

Which of these is a non-profit domain?

None of the above

Option 2 Inactive Edit Active
3

Junk E-mail is also called

Scan

Spoof

Spam

None of the above

Option 3 Inactive Edit Active
4

Which of the following is an operating system

Microsoft Windows

MacOS

Mint

All of the above

Option 4 Active Edit Inactive
5

This helps to take the remote connection of any device-

Google

Chrome

Anydesk

None of the above

Option 3 Inactive Edit Active
6

The address of a website is also known as?

URL

Sub Domain

IPv6 Address

None of the above

Option 1 Inactive Edit Active
7

Which of these is a non-profit domain?

.in

.com

.au

.org

Option 4 Inactive Edit Active
8

All incentive plans focused on

Performance

Skills

Tenure

knowledge

Option 1 Inactive Edit Active
9

The factor which influence 'bonuses' are

eligibility

Fund size

individual performance

All of the above

Option 4 Inactive Edit Active
10

How does training and development offer competitive advantage to an organisation?

Removing performance decencies

Deficiency is caused by a lack of ability

Individuals have the aptitude and motivation to learn

None of the above

Option 1 Inactive Edit Active
11

_____________ is not a step of performance appraisal

Communicating standards

comparing actual with standards

Discussing the results

adjusting the standards

Option 4 Inactive Edit Active
12

Which of these is the main purpose of employee assessment?

Making correct decisions

To effect promotions based on competence and performance

Establish job expectations

None of the above

Option 2 Inactive Edit Active
13

In the share market, the market value of any share is decided by:

shareholders

the government

investment market

the respective companies

Option 3 Active Edit Inactive
14

The ultimate concern of Financial Management is:

to arrange the funds

effective management of all the business

receiving the maximum profit

to acquire and utilize every aspect of financial resources in order to maintain the firm activities

Option 4 Active Edit Inactive
15

What does investment stand for?

approximate increase in the national stocks

the application of funds for the products and services employed for the production process

use of funds for the assets with the purpose to earn returns

applying money to buy a flat or a house

Option 3 Active Edit Inactive
16

Marketing is a process which aims at ________

Production

Profit-making

Selling Products

The satisfaction of customer needs

Option 4 Active Edit Inactive
17

When an employee is appraised by all the members in the organization like superior, subordinate, peer, customer etc., is called as ______

Systematic Appraisal

360 Degree Appraisal

Ranking Appraisal

Performance Appraisal

Option 2 Inactive Edit Active
18

_______ is the assessment of individual’s performance in a systematic way.

Systematic Appraisal

360 Degree Appraisal

Ranking Appraisal

Performance Appraisal

Option 4 Active Edit Inactive
19

The compensation paid during the time of layoff is called _______

Dearness Allowance

Servant Allowance

Retaining Allowance

Cash Allowance

Option 3 Active Edit Inactive
20

A written summary of KSA required to per form a job is _________

Resume

Job Description

Job Specialization

None of the above

Option 3 Active Edit Inactive
21

Promotion is a ________ source Recruitment

internal

external

macro

none of these

Option 1 Inactive Edit Active
22

Which level of management would be most involved in the function of directing and controlling?

Top

Middle

lower

All of the above

Option 3 Inactive Edit Active
23

Supervisor has to advise troubled employee to improve his performance. Which function of management he is performing-

Motivation

Personal counseling

communication

controlling

Option 2 Inactive Edit Active
24

_____________ requires intuition and good judgment

Planning

Decison making

Communication

Controlling

Option 2 Inactive Edit Active
25

Advantages of written communication are

It gives evidences about event

It provides permanent record for future

Reduces chances of misinterpretation

All of the above

Option 4 Inactive Edit Active
26

<mark></mark> is used for what purpose?

not working

marking data

checking data

To highlight data 

Option 4 Inactive Edit Active
27

p tag in html stands for ?

 

Polygon

Paragraph

polymorphism

Pentagon

Option 2 Active Edit Inactive
28

what is Html?

Hyper text markup language

Hyper text makeup language

Hyper text markup languagesss

None of above

Option 1 Inactive Edit Active
29

To flip an image horizontally in OpenCV, what should be the flipcode parameter be set to?

0

1

-1

2

Option 1 Inactive Edit Active
30

In OpenCV, what does the term "alpha" refers to when using cv2.convertScaleAbs()?

To change the brightness

To change the contrast

To change brightness and contrast

Reshaping the image

Option 2 Active Edit Inactive
31

To perform a 90-degree counterclockwise rotation of an image using OpenCV, which angle value should you use?

90 degrees

180 degrees

-90 degrees

45 degrees

Option 2 Active Edit Inactive
32

Which parameter in cv2.getRotationMatrix2D() specifies the rotation center (pivot point) of the image?

center

angle

scale

matrix

Option 1 Inactive Edit Active
33

In OpenCV, how is the rotation angle specified when using cv2.warpAffine() to rotate an image?

In degrees, clockwise

In degrees, counterclockwise

In radians, clockwise

In radians, counterclockwise

Option 1 Active Edit Inactive
34

Which OpenCV function is used to select the font face (type) for the text in cv2.putText()?

cv2.setFontFace()

cv2.putTextFont()

cv2.fontType()

cv2.FONT_HERSHEY_SIMPLEX

Option 4 Inactive Edit Active
35

To resize an imageWhich parameter in cv2.putText() specifies the position (coordinates) where the text should be written on an image?

fontScale

color

org (origin)

thickness

Option 3 Inactive Edit Active
36

What is the primary purpose of the cv2.putText() function in OpenCV?

To draw rectangles on an image

To Perform image smoothing

To resize an image

To write text on image

Option 4 Active Edit Inactive
37

Which function is used to perform image smoothing or blurring in OpenCV?

cv2.threshold()

cv2.blur()

cv2.detectEdges()

cv2.rotateImage()

Option 2 Active Edit Inactive
38

How can you perform image resizing in OpenCV?

Using cv2.crop()

Using cv2.resize()

Using cv2.rotate()

Using cv2.blur()

Option 2 Active Edit Inactive
39

What is the purpose of the `cv2.imwrite()` function in OpenCV?

Read an image from a file

Display an image in a window

Save an image to a file

Convert an image to grayscale

Option 3 Inactive Edit Active
40

Which OpenCV function is used to display an image in a window?

cv2.loadImage()

cv2.imshow()

cv2.showImage()

cv2.displayImage()

Option 2 Inactive Edit Active
41

What does the function `cv2.imread()` do in OpenCV?

Resize an image

Read an image from a file

Convert an image to grayscale

Draw shapes on an image

Option 2 Active Edit Inactive
42

In OpenCV, what does the flags parameter in cv2.imread() control?

The Image Width

The Image Height

The Image channels and color format

The Image rotation angel

Option 3 Inactive Edit Active
43

In a BGR image, which channel is associated with the color blue? 

The First Channel

The Second Channel

The Third Channel

The Alpha Channel

Option 1 Inactive Edit Active
44

What is the default color order in OpenCV when reading an image using cv2.imread()? 

RGB

BGR

GRB

BRG

Option 1 Active Edit Inactive
45

In OpenCV, what does the term "BGR" stand for when referring to an image?

Blue, Green, Red

Brightness, Grayscale, Red

Black, Gray , Red

Brown, Green, Rust

Option 1 Inactive Edit Active
46

OpenCV is primarily used for which of the following tasks ?

Audio Processing

Natural Language Processing

Image and Video processing

3D modelling

Option 3 Active Edit Inactive
47

Which programming languages can you use with OpenCV?

Python and C++

Java and C#

HTML and CSS

Ruby and PHP

Option 1 Inactive Edit Active
48

What does OpenCV stand for ?

Open Computer Vision

Open Source Computer Verification

Optical Character verification

OpenCV is not an acronym

Option 1 Inactive Edit Active
49

Why is a JavaScript Engine needed?

Both Compiling & Interpreting the JavaScript

Parsing the javascript

Interpreting the JavaScript

Compiling the JavaScript

Option 3 Inactive Edit Active
50

What is the basic difference between JavaScript and Java?

Functions are considered as fields

Functions are values, and there is no hard distinction between methods and fields

Variables are specific

There is no difference

Option 2 Active Edit Inactive
51

What happens in the following JavaScript code snippet?

var js = 0;

while (js < 10) 

{

     console.log(js);

     Js++;

}

 

An exception is thrown

The values of js are logged or stored in a particular location or storage

The value of js from 0 to 9 is displayed in the console

An error is displayed

Option 3 Inactive Edit Active
52

Which is a more efficient JavaScript code snippet?

Code 1 :

// for loop in javascript

for(var num=10;num>=1;num--)

{

           document.writeln(num);

}

Code 2 :

var num=10;

while(num>=1)

{

       document.writeln(num);

       Num++;

}

 

code 1

code 2

Both Code 1 and Code 2

Cannot Compare

Option 1 Active Edit Inactive
53

Which of the following objects is the main entry point to all client-side JavaScript features and APIs?

Position

Window

Standard

Location

Option 2 Inactive Edit Active
54

Where Client-side JavaScript code is embedded within HTML documents?

A URL that uses the special javascript:code

A URL that uses the special javascript:protocol

A URL that uses the special javascript:encoding

A URL that uses the special javascript: stack

Option 2 Inactive Edit Active
55

Will the following JavaScript code work?

var js = (function (x){ return x*x;}(10));

 

 Exception will be thrown

Memory leak

Error

Yes, perfectly

Option 4 Active Edit Inactive
56

Arrays in JavaScript are defined by which of the following statements?

It is an ordered list of values

It is an ordered list of objects

It is an ordered list of string

It is an ordered list of functions

Option 1 Inactive Edit Active
57

Which of the following functions defines a linear gradient as a CSS image?

gradient()

linear-gradient()

grayscale()

image()

Option 2 Inactive Edit Active
58

Which of the following CSS Property sets the stacking order of positioned elements?

y-index

z-index

x-index

all of the above

Option 2 Active Edit Inactive
59

Which of the following is an appropriate value for the overflow element?

Scroll

hidden

auto

All of the above

Option 4 Active Edit Inactive
60

Which of the following is not the property of the CSS box model?

margin

color

width

height

Option 2 Active Edit Inactive
61

What will be the output of following CSS code snippet?

h1 {color: "green";}

nothings happen

 error occurs

heading becomes dark-green

heading becomes green

Option 1 Inactive Edit Active
62

Which of the following CSS selectors are used to specify a group of elements?

Tag

id

Class

both class and tag

Option 3 Active Edit Inactive
63

How to insert Hyperlink in HTML Page?

<a href="https://www.sanfoundry.com/1000-html-questions-answers/">HTML MCQ</a>

<a target="https://www.sanfoundry.com/1000-html-questions-answers/" HTML Quiz />

<a src="https://www.sanfoundry.com/1000-html-questions-answers/">HTML Test</a>

<a>https://www.sanfoundry.com/1000-html-questions-answers/</a>

Option 1 Inactive Edit Active
64

Which works similar to <b> element?

<blockquote>

<em>

<i>

<strong>

Option 4 Active Edit Inactive
65

Which tag is used to create a dropdown in HTML Form?

<input>

<text>

<select>

<textarea>

Option 3 Inactive Edit Active
66

HTML is a subset of ___________

SGMT

SGML

SGME

XHTML

Option 2 Active Edit Inactive
67

Which of the following is not the element associated with the HTML table layout?

Alignment

color

Size

Spanning

Option 2 Active Edit Inactive
68

In which part of the HTML metadata is contained?

Head tag

Body tag

Title tag

Html tag

Option 1 Inactive Edit Active
69

What is the maximum number of swaps that can be performed in the Selection Sort algorithm?

n

1

n-2

N-1

Option 4 Inactive Edit Active
70

Which of the following data structures allow insertion and deletion from both ends?

Deque

Stack

Queue

String

Option 1 Active Edit Inactive
71

What function is used to append a character at the back of a string in C++?

append()

push()

push_back()

insert()

Option 3 Inactive Edit Active
72

What will be the output of the following code snippet?

void solve()

 { int a[] = {1, 2, 3, 4, 5}; 

int sum = 0;

 for(int i = 0; i < 5; i++) 

{ if(i % 2 == 0) { sum += a[i];

 } } 

cout << sum << endl; }

 

5

15

9

6

Option 3 Active Edit Inactive
73

How is the 2nd element in an array accessed based on pointer notation?

*a+2

*(a+2)

*(*a+2)

&(a+2)

Option 2 Active Edit Inactive
74

Who is creating this mess?

Change the form of sentence from active to passive

Who has been created this mess?

By whom has this mess been created?

By whom this mess is being created?

By whom is this mess being created?

Option 4 Active Edit Inactive
75

his powerful desire brought about his downfall

His intense desire

His desire for power

His fatal desire

No improvement

Option 2 Active Edit Inactive
76

I told him that he was not working hard.

I said to him, "You are not working hard."

I told to him, "You are not working hard."

I said, "You are not working hard."

I said to him, "He is not working hard."

Option 1 Inactive Edit Active
77

It has been established that

 P : Einstein was

Q : although a great scientist

R : weak in arithmetic

S : right from his school days

The Proper sequence should be:

SRPQ

QPRS

QPSR

RQPS

Option 2 Active Edit Inactive
78

VENT

Opening

Stodge

End

Past tense of go

Option 1 Inactive Edit Active
79

A train running at the speed of 60 km/hr crosses a pole in 9 seconds. What is the length of the train?

150 metres

120 metres

180 metres

324 metres

Option 1 Active Edit Inactive
80

What decimal of an hour is a second ?

0025

.0256

.00027

.000126

Option 3 Inactive Edit Active
81

What least number must be added to 1056, so that the sum is completely divisible by 23

2

3

18

21

Option 1 Active Edit Inactive
82

If 35 + 125 = 17.88, then what will be the value of 80 + 65 ?

13.41

20.46

21.66

22.35

Option 4 Active Edit Inactive
83

The average of 20 numbers is zero. Of them, at the most, how many may be greater than zero?

0

1

10

19

Option 4 Inactive Edit Active
84

The greatest number of four digits which is divisible by 15, 25, 40 and 75 is:

9000

9400

9600

9800

Option 3 Inactive Edit Active
85

A and B together have Rs. 1210. If of A's amount is equal to of B's amount, how much amount does B have?

Rs. 460

Rs. 484

Rs. 550

Rs. 664

Option 2 Active Edit Inactive
86

The percentage increase in the area of a rectangle, if each of its sides is increased by 20% is:

44%

40%

42%

47%

Option 1 Active Edit Inactive
87

In how many different ways can the letters of the word 'CORPORATION' be arranged so that the vowels always come together?

810

1440

2880

50400

Option 4 Inactive Edit Active
88

In a lottery, there are 10 prizes and 25 blanks. A lottery is drawn at random. What is the probability of getting a prize?

2/7

1/10

2/5

5/7

Option 1 Inactive Edit Active
89

The difference between a two-digit number and the number obtained by interchanging the digits is 36. What is the difference between the sum and the difference of the digits of the number if the ratio between the digits of the number is 1 : 2 ?

4

8

16

None of these

Option 2 Inactive Edit Active
90

A can do a work in 15 days and B in 20 days. If they work on it together for 4 days, then the fraction of the work that is left is :

1/10

1/4

7/15

8/15

Option 4 Active Edit Inactive
91

On 8th Feb, 2005 it was Tuesday. What was the day of the week on 8th Feb, 2004?

tuesday

Monday

Sunday

Wednesday

Option 3 Active Edit Inactive
92

A vendor bought toffees at 6 for a rupee. How much for a rupee must he sell to gain 20%?

3

4

5

6

Option 3 Active Edit Inactive
93

A fruit seller had some apples. He sells 40% apples and still has 420 apples. Originally, he had:

588 apples

600 apples

672 apples

700 apples

Option 4 Inactive Edit Active
94

 What is Truncation in Java?

Floating-point value assigned to a Floating type

Floating-point value assigned to an integer type

Integer value assigned to floating type

None of these

Option 2 Inactive Edit Active
95

 Which environment variable is used to set the java path?

MAVEN_Path

JavaPATH

JAVA

JAVA_HOME

Option 4 Active Edit Inactive
96

 What keyword is used to declare an asynchronous function in Javascript?

Async

Await

settimeout

None of the above

Option 1 Active Edit Inactive
97

 The process in which an object or data structure is translated into a format suitable for transferral over a network, or storage is called?

Object Serialization

Object Encapsulation

Object Inheritance

None of the above

Option 1 Inactive Edit Active
98

 Which of the following specifies the red color with opacity?

rgba(255, 0, 0, 255)

rgba(255, 255, 255, 0.3)

rgba(0, 0, 255, 0.3)

rgba(255, 0, 0, 0.3)

Option 4 Active Edit Inactive
99

 In a RGBA color value, what does A stand for?

A specifies the opacity for a color

A specifies the Aqua color

A specifies the opacity Azure color

All of the above

Option 1 Active Edit Inactive
100

 What will be the output of the following code snippet?
<script type="text/javascript" language="javascript"> var a = "Scaler"; var result = a.substring(2, 4); document.write(result); </script>

al

ale

cal

caler

Option 1 Active Edit Inactive
101

Maps in C++ are implemented using which of the following data structures?

Red-Black Trees

Binary  Search Trees

AVL Trees

Hash Tables

Option 1 Inactive Edit Active
102

 Which of the following is known to be not an NP-Hard Problem?

Vertex Cover Problem

0/1 Knapsack Problem

Maximal Independent Set Problem

Traveling Salesman Problem

Option 2 Inactive Edit Active
103

  Which of the following sorting algorithms provide the best time complexity in the worst-case scenario?

Merge Sort

Quick Sort

Bubble Sort

Selection Sort

Option 1 Inactive Edit Active
104

Which of the following is not the correct type of Meta data?

Business Metadata

Structural Metadata

Technical Metadata

Operational Metadata

Option 2 Active Edit Inactive
105

Which of the following HTML tag is the special formatting tag?

<b>

<i>

<pre>

Both Option (1) and (2)

Option 3 Active Edit Inactive
106

 How to create a checkbox in HTML?

<input type = "check">

<checkbox>

<input type = "button">

<input type = "checkbox">

Option 4 Active Edit Inactive
107

  Which one of the following is an application of queue data structure

When a resource is shared among multiple consumers

When data is transferred asynchronously

Load Balancing

All of the above

Option 4 Inactive Edit Active
108

Which of the following HTML attribute(s) is removed in HTML5?

Text

Rule

Link

All of the Above

Option 4 Inactive Edit Active
109

Which of the following array element will return the top-of-the-stack-element for a stack of size N elements(capacity of stack > N)?

S[N-1]

S[N]

S[N-2]

S[N+1]

Option 1 Inactive Edit Active
110

 Identify the network which extends a private network across a public network.

Storage Area Network

Enterprise Private Network

Virtual Private Network

Local Area Network

Option 3 Active Edit Inactive
111

 Which of the following is used to allocate and manage resources for a network?

Bluetooth

Server

Node

Router

Option 2 Inactive Edit Active
112

 What is the length of the MAC address?

8 Bits

16 Bits

32 Bits

48 Bits

Option 4 Active Edit Inactive
113

What is the disadvantage of array data structure?

The amount of memory to be allocated should be known beforehand

Elements of an array can be accessed in constant time

Elements are stored in contiguous memory blocks.

Multiple other data structures can be implemented using arrays.

Option 1 Inactive Edit Active
114

Observe following program and answer

 
class Example{
public: int a,b,c;
Example(){a=b=c=1;} // Constructor 1
Example (int a){a=a; b=c=1;}//Constructor 2
Example (int a,int b){a=a; b=b; c =1;} //Constructor 3
Example (int a, int b, int c){a=a; b=b; c=c;} //Constructor 4
In the above example of constructor overloading, the following statements will call which constructor
Example obj = new Example(1,2,3);

Constructor 2

Constructor 4

Constructor 1

Type mismatch error

Option 2 Active Edit Inactive
115

 When is std::bad_alloc exception thrown?

When new operator cannot allocate memory

When alloc function fails

When type requested for new operation is considered bad, this exception is thrown

When delete operator cannot delete the allocated(corrupted)

Option 4 Inactive Edit Active
116

Find the output of the following program.

main(){ Float a = 5; switch(a){ Case 5: cout <<”Interviewbit”; Default: cout <<”Scaler”; } }

Interviewbit

Scaler

Interviewbitscaler

Error

Option 4 Inactive Edit Active
117

 Which of the following is NOT possible with any 2 operators in C?

Different precedence, same associativity

Different precedence, different associativity

Same precedence, different associativity

All of the above

Option 3 Active Edit Inactive
118

 What is short int in C programming?

The basic data type of C

Qualifier

Short is the qualifier and int is the basic data type

All of the above

Option 3 Active Edit Inactive
119

 Choose the one which best expresses the given sentence in Indirect/Direct speech.

 
"Please don't go away", she said.

She said to please her and not go away.

She told me to go away.

She begged me not to go away.

She begged that I not go away.

Option 3 Active Edit Inactive
120

 In the following the questions choose the word which best expresses the meaning of the given word.

 
RESTRAINT

Hindrance

Repression

Restriction

Obstacle

Option 3 Active Edit Inactive
121

 Replace the phrase printed in bold type to make the grammatically correct?

 
There are not many men who are so famous that they are frequently referred to by their short names only

Signatures

Pictures

Middle names

Initials

Option 4 Inactive Edit Active
122

  Rearrange the following words-

 
I / have / risk / taken / saving / her / a / in / great.

I taken have a great risk in saving her.

A great risk have I taken in saving her.

Her have taken I a great risk in saving.

I have taken a great risk in saving her.

Option 4 Inactive Edit Active
123

Change the voice:

"They will demolish the entire block" 

The entire block is being demolished

The block may be demolished entirely

The entire block will have to be demolished by the

The entire block will be demolished

Option 4 Active Edit Inactive
124

 "PATCHY" is the antonyms of

Attractive

Uniform

Simple

Clear

Option 2 Inactive Edit Active
125

 One Word Substitution:

Person who does not believe in the existence of the God

Theist

Heretic

Atheist

Fanatic

Option 3 Active Edit Inactive
126

 Find the noun:

"It will take all of your energy and will to be able to walk again"

Take

All

Your

Energy

Option 4 Inactive Edit Active
127

 Antonyms of QUIESCENT

Active

Dormant

Weak

Concerned

Option 1 Active Edit Inactive
128
Correct the Sentence
 

He is too important for tolerating any delay.

to tolerate

to tolerating

at tolerating

with tolerating

Option 1 Inactive Edit Active
129

 He is so lazy that he ......

cannot depend on others for getting his work done

cannot delay the schedule of completing the work

can seldom complete his work on time

dislike to postpone the work that he undertakes to do

Option 3 Active Edit Inactive
130

ADVERSITY is the synonym of

Failure

Misfortune

Helplessness

Crisis

Option 2 Active Edit Inactive
131

From the given group of words, choose the word wrongly spelt

Imperative

Imminent

Ilicit

Immature

Option 3 Active Edit Inactive
132

 Change the Voice

I remember my sister taking me to the museum.

I remember I was taken to the museum by my sister.

I remember being taken to the museum by my sister.

I remember myself being taken to the museum by my sister.

I remember taken to the museum by my sister.

Option 2 Inactive Edit Active
133

 Write one word for the given expression.

“A list of books available in a library”

Backlist

Index

Catalogue

Bibliography

Option 3 Active Edit Inactive
134

 Among A, B, C, D and E, who is in the middle while standing in a row ?

Statements:

 

I. C, who is third to the left of D, is to the immediate right of A and second to the left of E.

II. C is second to the left of E, who is not at any of the ends and who is third to the right of A. D is at one of the ends.

I alone is sufficient while II alone is not sufficient

II alone is sufficient while I alone is not sufficient

Either I or II is sufficient

Neither I nor II is sufficient

Option 3 Inactive Edit Active
135

 In how many ways can a group of 5 men and 2 women be made out of a total of 7 men and 3 women?

64

1

126

63

Option 4 Inactive Edit Active
136

A man rows to a place 48 km distant and come back in 14 hours. He finds that he can row 4 km with the stream in the same time as 3 km against the stream. The rate of the stream is:

1.5 km/hr

1 km/hr

2.5 km/hr

2 km/hr

Option 2 Inactive Edit Active
137

 P is 30% more efficient than Q. P can complete a work in 23 days. If P and Q work together, how much time will it take to complete the same work?

9

13

18

15

Option 2 Active Edit Inactive
138

A person travels from A to B at a speed of 40 km/hr and returns by increasing his speed by 50%. What is his average speed for both the trips?

48 km/hr

60 km/hr

52 km/hr

56 km/hr

Option 1 Active Edit Inactive
139

At what rate percent of simple interest will a sum of money double itself in 20 years?

6%

8%

5%

4%

Option 3 Inactive Edit Active
140

A man buys a scooter for Rs. 1400 and sells it at a loss of 15%. What is the selling price of the scooter?

Rs. 1090

Rs. 1130

Rs. 1190

Rs. 1240

Option 3 Active Edit Inactive
141

 If the amounts for a fixed principal after 3 and 2 years at a certain rate of compound interest are in the ratio 21 : 20. The rate of interest is-

7%

6%

5%

4%

Option 3 Inactive Edit Active
142

 What will be the day of the week 15th August, 2010?

Saturday

Monday

Sunday

Thursday

Option 3 Inactive Edit Active
143

The age of father 10 years ago was thrice the age of his son. Ten years hence, father's age will be twice that of his son. The ratio of their present ages is:

7 : 3

5 : 2

9 : 2

13 : 4

Option 1 Active Edit Inactive

Design and Developed by O7Solutions