Questions

Q:

In Which three languages is the Rosetta Stone written?

Answer

Greek, demotic Egyptian and hieroglyphics.

Report Error

View answer Workspace Report Error Discuss

Subject: World History

0 2616
Q:

Which company was a monopoly during the gilded age?

A) Carnegie Steel B) Microsoft
C) Allegheny Steel D) AT&T
 
Answer & Explanation Answer: A) Carnegie Steel

Explanation:

Monopoly is an economic term that describes a single company or entity controlling one hundred percent of the supply of a particular product. Carnegie Steel is one of the argest monopoly of steel industry during the Gilded age.

Report Error

View Answer Report Error Discuss

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

6 2616
Q:

What would be the output of the following program?

main()

{

   struct emp

   {

        char *n;

        int age;

   };

   struct emp e1 = { "Dravid", 23};

   struct emp e2 = e1;

   strupr (e2.n);

   printf ("\n%s",e1.n);

}

Answer

DRAVID


When a structure is assigned, passed, or returned, the copying is done monolithically. This means that the copies of any pointer fields will point to the same place as the original. In other words, anything pointed to is not copied. Hence, on changing the name through e2.n it automatically changed e1.n

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2616
Q:

A Book always has

A) Preface B) Text
C) Index D) Page
 
Answer & Explanation Answer: D) Page

Explanation:

A Book always has Pages. Without pages it can't be called as a book. A book can be either with or without preface, text or index but it can't be without a page.

 

Hence, A Book always has page.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2616
Q:

Which of the following data structure is linear type?

A) Tree B) Binary Tree
C) Queue D) Graph
 
Answer & Explanation Answer: C) Queue

Explanation:

A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.

 

Linear data structure: A linear data structure traverses the data elements sequentially, in which only one data element can directly be reached.

Ex: Arrays, Linked Lists, Stack, Queue, Any type of List all are linear.

 

Trees like Binary Tree, B Tree or B+ Tree are examples of non linear data structure.

Report Error

View Answer Report Error Discuss

5 2616
Q:

What does microprocessor speed of a computer depends on?

A) bandwidth B) clock speed
C) number of instructions D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The computers microprocessor speed depends on all the factors like clock speed, bandwidth and the number of instructions it processes.

Report Error

View Answer Report Error Discuss

2 2616
Q:

Indian state where Uniform Civil Code is applied?

A) Uttarakhand B) Uttar Pradesh
C) Goa D) Delhi
 
Answer & Explanation Answer: C) Goa

Explanation:

Uniform civil code is the ongoing point of debate within Indian mandate to replace personal laws based on the scriptures and customs of each major religious community in India with a common set of rules governing every citizen.

 

Goa is the only state in INdia where Uniform Civil Code is applied. Laws are equal to all religion. Polygamy and triple talaq are illegal. 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

4 2616
Q:

The magnitude of Earthquake is measured on the 

A) Barometer B) Anemometer
C) Kelvin meter D) Richter Scale
 
Answer & Explanation Answer: D) Richter Scale

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

2 2615