Questions

Q:

The prices at which the government purchases food grains for maintaining the Public Distribution system (PDS) and for building up buffer - stock is known as :

A) minimum support prices B) procurement prices
C) issue prices D) ceiling prices
 
Answer & Explanation Answer: B) procurement prices

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

26 17025
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

16 17024
Q:

How many electrons are there in Na+

A) 1 B) 10
C) 11 D) 12
 
Answer & Explanation Answer: B) 10

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

47 17020
Q:

Which of the statements given below are correct?

1. The author of the novel 'Ancillary Justice' is Charles Stross.
2. The author of the novel 'Air' is Ann Leckie.
3. The author of the novel 'Mission Earth' is L. Ron Hubbard.

A) 1 and 2 B) 2 and 3
C) 1 and 3 D) 1, 2 and 3
 
Answer & Explanation Answer: A) 1 and 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

0 17005
Q:

The process of preparing a floppy diskette for use is called ________

A) assembling B) translating
C) parsing D) formatting
 
Answer & Explanation Answer: D) formatting

Explanation:

Floppy diskette is a storage space as like disc for any important files for future use.

The_process_of_preparing_a_floppy_diskette_for_use_is_called1535524055.jpg image

The process of preparing a floppy diskette for use is called Formatting.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

54 16987
Q:

The first Indian to receive the U Thant award for cultural understanding was

A) Jawaharlal Nehru B) Indira Gandhi
C) Acharya Vinoba Bhave D) None of these
 
Answer & Explanation Answer: C) Acharya Vinoba Bhave

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

16 16980
Q:

Who was first president of BCCI

A) R.E. Grant Govan B) Dr. Maharajkumar Sir Vijaya Ananda
C) Sikandar Hyat Khan D) Anthony S.D'Mello
 
Answer & Explanation Answer: A) R.E. Grant Govan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

40 16980
Q:

_ pompous he was an entertaining person.

A) Though B) Never
C) Despite D) Before
 
Answer & Explanation Answer: A) Though

Explanation:

From the given options, Though is the only word which gives sense for the sentence. Hence, Though pompous he was an entertaining person.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

18 16968