Please select a subject first
Advertisements
Advertisements
‘The mid-first millennium BCE is often regarded as a turning point in world history’. Which of the following is a significant aspect related to the statement?
Concept: undefined >> undefined
Consider the following statement(s):
- the Harappan civilisation was the development of urban centres.
- the most distinctive features of Harappan cities were the carefully planned drainage system.
- Harrapan roads and streets were laid out along an approximate “grid” pattern.
Which of the above statement (s) is/are correct about Harappa Civilisation?
Concept: undefined >> undefined
Advertisements
Match the following.
| Archeologist | Role/Contributions |
| (a) Alexander Cunningham | (i) Discovered seals at Harappa |
| (b) Daya Ram SahiI | (ii) First Director General of ASI |
| (c) John Marshall | (iii) Brought a military precision in archaeology |
| (d) R E M Wheeler | (iv) Announced the discovery of a new civilization |
Concept: undefined >> undefined
Which one of the following statements related to Buddhism is not correct?
Concept: undefined >> undefined
Match the following:
| Column-I (Archeologists) |
Column-II (Contribution) |
||
| (A) | S.N. Roy | (i) | The Mythical Massacre at Mohenjodaro |
| (B) | G.F. Dales | (ii) | Ancient India |
| (C) | R.E.M. Wheeler | (ii) | The Story of Indian Archaeology |
| (D) | John Marshall | (iii) | Mohenjodaro and the Indus |
Concept: undefined >> undefined
Describe the contributions of various archaeologists from 1875 till 1950 in discovering the Harappan civilization.
Concept: undefined >> undefined
Write a short essay (about 500 words) on the following:
Discuss, how archaeologists reconstruct the past.
Concept: undefined >> undefined
Write a short essay (about 500 words) on the following:
Following figures are two scenes from Sanchi. Describe what you see in each of them, focusing on the architecture, plants and animals, and the activities. Identify which one shows a rural scene and which an urban scene, giving reasons for your answer.


Concept: undefined >> undefined
Consider the following statements about the seals of Proto-Shiva.
- There is a mention of a diety ‘Rudra’ in ancient religious texts.
- Later on, Rudra word was used for Shiva.
- Rudra is not mentioned as Pashupati in Rigveda.
- Depiction of Pashupati does not match the mention of Rudra in Rigveda.
Which of the given statements is/are correct?
Concept: undefined >> undefined
Look at the figure below. Which school of art is evident on the image of Bodhisatta?

Concept: undefined >> undefined
Write a Python code to create a DataFrame with appropriate column headings from the list given below:
[[101,'Gurman',98], [102,'Rajveer',95], [103,'Samar' ,96], [104,'Yuvraj',88]]
Concept: undefined >> undefined
Which type of values will not be considered by SQL while executing the following statement?
SELECT COUNT(column name) FROM inventory;
Concept: undefined >> undefined
If column “Fees” contains the data set (5000,8000,7500,5000,8000), what will be the output after the execution of the given query?
SELECT SUM (DISTINCT Fees) FROM student;
Concept: undefined >> undefined
Which one of the following is not an aggregate function?
Concept: undefined >> undefined
Which one of the following functions are used to find the largest value from the given data in MySQL?
Concept: undefined >> undefined
To display the last five rows of a series object ‘S’, you may write ______
Concept: undefined >> undefined
Which of the following statement will import pandas library?
Concept: undefined >> undefined
In SQL, which function is used to display the current date and time?
Concept: undefined >> undefined
______ is the trail of data we leave behind when we visit any website (or use any online application or portal) to fill in data or perform any transaction.
Concept: undefined >> undefined
Write a program to create a series of objects using a dictionary that stores the number of students in each house of class 12D of your school.
Note: Assume four house names are Beas, Chenab, Ravi, and Satluj having 18, 2, 20, and 18 students respectively and pandas library has been imported as pd.
Concept: undefined >> undefined
