Questions

Q:

Atomic number of which of the following elements is greater than that of Zinc

A) Copper B) Iron
C) Chromium D) Bromine
 
Answer & Explanation Answer: D) Bromine

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: CAT , Bank Exams , AIEEE

0 1721
Q:

Which of the following elements were not found in Lothal as archaeological remains?

A) Couple Burial B) Persian seals
C) Harbour D) Fine variety of barley
 
Answer & Explanation Answer: D) Fine variety of barley

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

3 1721
Q:

For which of the following game, players must have the knowledge of Pascal's law?

A) Climbing B) Paragliding
C) Rafting D) Scuba diving
 
Answer & Explanation Answer: D) Scuba diving

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 1721
Q:

Who invented Emoji in 1999?

A) Shigetaka Kurita B) Hemang Amin
C) Lee Loong D) Hamilton
 
Answer & Explanation Answer: A) Shigetaka Kurita

Explanation:

Shigetaka Kurita invented Emoji in 1999. There are about 3304 emojis as of March 2020.

Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: Bank Exams

1 1721
Q:

Who become 1st ever woman to appoint to ICC International Panel of Match Referees?

A) Dia Mirza B) GS Lakshmi
C) Sana Mir D) None of the above
 
Answer & Explanation Answer: B) GS Lakshmi

Explanation:
Report Error

View Answer Report Error Discuss

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

0 1721
Q:

The 1911 chinese revolution ended the rule of the

A) Mongolians B) Ming
C) Manchus D) Song
 
Answer & Explanation Answer: C) Manchus

Explanation:

It was the Qing Dynasty, who was a Manchu.

 

Hence, it was " the manchus" whose ruling ended after 1911 chinese revolution.

Report Error

View Answer Report Error Discuss

Filed Under: World History
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

1 1721
Q:

What is the capital of Syria?

A) Damascus B) Bahrein
C) Adis Ababa D) Doha
 
Answer & Explanation Answer: A) Damascus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals
Exam Prep: Bank Exams

3 1721
Q:

You use Visual Studio .NET to develop a Windows-based application that interacts with a Microsoft SQL Server database. Your application contains a form named CustomerForm.

 You add the following design-time components to the form:

• SqlConnection object named XYZConnection.
• SqlDataAdapter object named XYZDataAdapter.
• DataSet object named XYZDataSet.
• Five TextBox controls to hold the values exposed by XYZDataSet.


At design time, you set the DataBindings properties of each TextBox control to the appropriate column in the DataTable object of XYZDataSet. When you test the application, you can successfully connect to the database. However, no data is displayed in any text boxes.

You need to modify your application code to ensure that data is displayed appropriately. Which behavior should occur while the CustomerForm.Load event handler is running?

A) Execute the BeginInit method of XYZDataSet. B) Execute the Open method of XYZConnection.
C) Execute the FillSchema method of XYZDataAdapter and pass in XYZDataSet. D) Execute the Fill method of XYZDataAdapter and pass in XYZDataSet.
 
Answer & Explanation Answer: D) Execute the Fill method of XYZDataAdapter and pass in XYZDataSet.

Explanation:

Dataset is a container; therefore, you need to fill it with data. You can populate a dataset by calling the Fill method of a data adapter.

Report Error

View Answer Report Error Discuss

1 1720