Searching for "Force"

Q:

The rotational effect of a force on a body about an axis of rotation is described in terms of

A) Centre of gravity B) Centripetal force
C) Centrifugal force D) Moment of force
 
Answer & Explanation Answer: D) Moment of force

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

Q:

The US President who was forced to resign due to the Watergate scandal was

Answer

Nixon

Report Error

View answer Workspace Report Error Discuss

Subject: World History

Q:

How would you force a log switch?

Answer

ALTER SYSTEM SWITCH LOGFILE;

Report Error

View answer Workspace Report Error Discuss

Q:

What invisible force holds you onto the earth, so that you don't simply fall off?

A) gravity B) magnetism
C) wind D) speed
 
Answer & Explanation Answer: A) gravity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

Q:

The First Battle of panipat was fought between the forces of 

A) Akbar and Hemu B) Abdali and the Marathas
C) Humayun and Sher Shah Suri D) Babar and Ibrahim Lodhi
 
Answer & Explanation Answer: D) Babar and Ibrahim Lodhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

Q:

Managing the sales force :

For a new salesperson, what are his training needs?

Answer

New salespersons needs:


a) He needs to know the information on company history, its policies, rules and regulations etc.


b) Details about the product- its features, usage , demand.


c) Systems and procedures as followed by the company. This may include the work timings, overimed, field work, work culture of that particular organisation etc.


d) Training on the basic ethics that need to be followed while selling a product.


e) He must know the basics of selling the different products of the company.

Report Error

View answer Workspace Report Error Discuss

Q:

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an
application. The application connects to a Microsoft SQL Server database. The application has two DataTable objects that reference the Customers and Orders tables in the database. The application contains the following code segment. (Line numbers are included for reference only.)


01DataSet customerOrders = new DataSet();
02customerOrders.EnforceConstraints = true;
03ForeignKeyConstraint ordersFK = new ForeignKeyConstraint("ordersFK",
04customerOrders.Tables["Customers"].Columns["CustomerID"],
05customerOrders.Tables["Orders"].Columns["CustomerID"]);
06
07customerOrders.Tables["Orders"].Constraints.Add(ordersFK);


You need to ensure that an exception is thrown when you attempt to delete Customer records that have related Order records. Which code segment should you insert at line 06?

A) ordersFK.DeleteRule = Rule.SetNull; B) ordersFK.DeleteRule = Rule.None;
C) ordersFK.DeleteRule = Rule.SetDefault; D) ordersFK.DeleteRule = Rule.Cascade;
 
Answer & Explanation Answer: B) ordersFK.DeleteRule = Rule.None;

Explanation:
Report Error

View Answer Report Error Discuss

Q:

When did East African Development Bank come into force

A) 1967 B) 1980
C) 1982 D) 1983
 
Answer & Explanation Answer: A) 1967

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations