Questions

Q:

Which motherboard form factor uses one 20 pin connector?

A) Baby AT B) AT
C) ATX D) All the above
 
Answer & Explanation Answer: C) ATX

Explanation:

ATX (Advanced Technology extended) is a motherboard form factor uses one 20 pin connector.

 

ATX is developed by Intel in 1995 to improve on previous de facto standards like the AT form factor. It was the first major change in desktop computer enclosure, motherboard, and power supply design in many years, improving standardization and interchangeability of parts.

Report Error

View Answer Report Error Discuss

40 19906
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 19899
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 19894
Q:

Which article of the Indian Constitution provides for the institution of Panchayati Raj

A) Article 36 B) Article 39
C) Article 40 D) Article 48
 
Answer & Explanation Answer: C) Article 40

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

50 19880
Q:

Where was electricity supply first introduced in India

A) Kolkata B) Mumbai
C) Darjeeling D) Chennai
 
Answer & Explanation Answer: C) Darjeeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

68 19879
Q:

The language adopted for preaching in Mahayana Buddhism was

A) Pali B) Brahmi
C) Sanskrit D) Prakrit
 
Answer & Explanation Answer: C) Sanskrit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

89 19838
Q:

Who among the following is NOT a dancer of Odissi?

 

A) Sanjukta Panigrahi   B) Sonal Mansingh  
C) Madhavi Mudgal   D) Yamini Krishnamurthy  
 
Answer & Explanation Answer: D) Yamini Krishnamurthy  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 19837
Q:

The ancient India ,the earliest capital of Magadha kingdom was at

A) Pataliputra B) Rajgir
C) Vaishali D) Varanasi
 
Answer & Explanation Answer: B) Rajgir

Explanation:

The_ancient_India_,the_earliest_capital_of_Magadha_kingdom_was_at1554209866.jpg image

The ancient India, the earliest capital of Magadha kingdom was at Rajgir.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History

52 19815