Questions

Q:

What is the smallest particle of matter?

Answer

Smallest particles of matter are known as quarks and leptons that seem to be the fundamental building blocks. This is too small to measure but bigger than 0. This is ofen consider as fundamental building blocks and something even smaller.

Report Error

View answer Workspace Report Error Discuss

Subject: General Science Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

0 1709
Q:

The shortest distance measured from the initial to the final position of an object is known as the _________________.

A) motion B) direction
C) velocity D) displacement
 
Answer & Explanation Answer: D) displacement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 1709
Q:

The term market in economics refers to

Answer

The term market in economics refers to the place or arrangement where the buyers and sellers come to contact directly or indirectly for buying and selling goods. Market refers to not a specific or particular place it is the place for commodities..


The_term_market_in_economics_refers_to1559201392.jpg image

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Economy Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

3 1709
Q:

What is the slowdown in the rate of increase of prices of goods & services in National GDP over time called?

A) Deflation B) Disinflation
C) Inflation D) Reflation
 
Answer & Explanation Answer: B) Disinflation

Explanation:

In the rate ofinflation, disinflation is a decrease –in a nation'sgross domestic productover time, a slowdown in the rate of increase of the generalprice levelof goods and services. It is the opposite ofreflation. When the increase in the “consumer price level” it occurs disinflation and slows down from the previous period when the prices were rising.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

0 1709
Q:

Solve : 8,23,199.98 × 99.92 = ? × 80,000

A) 1000 B) 1030
C) 1080 D) 1065
 
Answer & Explanation Answer: B) 1030

Explanation:
Report Error

View Answer Report Error Discuss

2 1709
Q:

In each of the following questions, four words have been given out of which three are alike in some manner, while the fourth one is different. Choose the word which is different from the rest.

A) Deccan B) Kaas
C) Chhota Nagpur D) Nanda Devi
 
Answer & Explanation Answer: D) Nanda Devi

Explanation:

Deccan, Kaas and Chhota Nagpur are plateau. Nanda Devi is a mountain.

Report Error

View Answer Report Error Discuss

0 1709
Q:

The first Indian Budget was presented by James Wilson on?

A) 1869 B) 1867
C) 1865 D) 1863
 
Answer & Explanation Answer: A) 1869

Explanation:

The first Indian Budget was presented by James Wilson on 18th February, 1869.

Report Error

View Answer Report Error Discuss

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

3 1709
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 1708