Questions

Q:

The command to eliminate a table from a database is

A) REMOVE TABLE CUSTOMER; B) UPDATE TABLE CUSTOMER;
C) DELETE TABLE CUSTOMER; D) DROP TABLE CUSTOMER;
 
Answer & Explanation Answer: D) DROP TABLE CUSTOMER;

Explanation:

The SQL DROP TABLE statement is used to remove a table definition and all data, indexes,...

Report Error

View Answer Report Error Discuss

36 5237
Q:

Write a quick script for launching a new activity within your application.

Answer

An explicit intent explicitly defines the activity the developer wishes to start. 


Script code :


Intent myIntent = new Intent(this, MyNewActivity.class);


startActivity(myIntent);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

16 5237
Q:

Who is known as inventor of World Wide Standard Time ?

A) Sandford Fleming B) Fredrich
C) Williamson D) James Broot
 
Answer & Explanation Answer: A) Sandford Fleming

Explanation:

Sir Sandford Fleming, (January 7, 1827 – July 22, 1915) was a Scottish Canadian engineer and inventor. Born and raised in Scotland, he emigrated to colonial Canada at the age of 18. He proposed worldwide standard time zones, designed Canada's first postage stamp.

Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

11 5233
Q:

What is seismic zone extending at an angle of about 45 degrees from the base of an ocean trench, down through lithosphere to the asthenosphere known as

A) Appleton layer B) Benioff zone
C) Conard discontinuity D) Convergence zone
 
Answer & Explanation Answer: B) Benioff zone

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 5233
Q:

Puzzle : Sequence of numbers

Sequence of numbers are 1, 11, 21, 1211, 111221. What will be the next one in the above sequence?

Answer

 It is a strange sequence. Each number describes the resemblance of the previous one, except the first one.


11 describes the previous '1' which contains one '1'


21 describes the previous '11' which contains two '1'


1211 describes the previous '21' which contains one '2' and one '1'


111221 describes the previous '1211' which contains one '1', one '2' and two '1'.


So the next sequence will be 312211, that is the previous '111221' contains three '1', two '2' and one '1'.

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles

16 5232
Q:

" Rani ki Vav " an archaeological attraction is located in which of the following states ?

A) Andhra Pradesh B) Telangana
C) Rajasthan D) Gujarat
 
Answer & Explanation Answer: D) Gujarat

Explanation:

Rani ki Vav meaning the Queen’s Stepwell is an archaeological site in the state of Gujarat. Beauitfully structured, the site has been included in the list of international heritage sites by UNESCO. With the help of the ambitious project, The Scottish Ten, Rani ki Vav is among the five heritage sites that would be recreated digitally for managment and conservation.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk

8 5231
Q:

Islets of Langerhans are present in

A) Kidney B) Liver
C) Pancreas D) Trachea
 
Answer & Explanation Answer: C) Pancreas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

11 5230
Q:

'The Race of my Life' the Autobiography has been co-authored by Milkha Singh's daughter, whose name is ____ ?

A) Sonia Sanwalka B) Mankhia Singh
C) Sanjitia Sardar D) Poonam Dillo
 
Answer & Explanation Answer: A) Sonia Sanwalka

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk , Bank PO

13 5229