Question
Which keyboard shortcut centers selected text?

Answers

Ctrl+C Alt+C There is no keyboard shortcut for this operation Ctrl+E   Your Comment






Search
Can you Answer!!
  • Q The ‘Zamindari System’ in India was introduced by___
  • Q Do you know what are the hazards in construction?
  • Q Collective nouns - a tribe or trip of what
  • Q R.R.I.I-105 is a variety of:
  • Q You develop a contact management application that will enable users to retrieve information from a central database. After the data is returned to your application, users must be able to view it, edit it, add new records, and delete existing records. All user changes must then be saved in the database. Your application design requires several ADO.NET object to work together to accomplish these requirements. You use classes from the System.Data and System.Data.OleDb namespaces. First you write the code to connect to the database. Which four actions should you take next? (Each correct answer presents part of the solution. Choose four) A. Create an OleDbDataAdapter object and define the SelectCommand property. B. Create an OleDbCommand object and use the ExecuteScalar method. C. Create a DataTable object as container for the data. D. Create a DataSet object as a container for the data. E. Call the DataAdapter.Fill method to populate the DataSet object. F. Call the DataAdapter.Update method to populate the DataSet object. G. Call the DataAdapter.Update method to save changes to the database. H. Call the DataSet.AcceptChanges method to save changes to the database.
  • Q Who is the author of “ Everyone Has A Story”?
  • Q Cnut the Great, who ruled Denmark, England, Norway and parts of Sweden from 1018-35, is commonly known by what other name, particularly relating to a story of attempting to 'rule the sea'?
  • Q What is a proc ?
  • Q What is dematerialization?
  • Q From what http messages are made?
  • Q Suppose a function named func_test_a calls another function, func_test_b. If the func_test_b function is dropped, what will be the effect on the func_test_a function?