Question
Consider the following statements with reference to the
Sikh ruler Ranjit Singh: 1. He was the chief of the Sukerchakia misl. 2. He modernized his army along the European lines with the help of European instructors. 3. Ranjit Sing set up modern foundries to manufacture cannons at Lahore. Which of the statements given above is/are correct?Solution
● Statement 1 is correct: At the end of the 18th century, Ranjit Singh, chief of the Sukerchakia Misl rose into prominence. Ranjit Singh captured Lahore in 1799 and Amritsar in 1802. He brought all Sikh chiefs west of the Sutlej River under his control and established his own kingdom in the Punjab. ● Statement 2 is correct: Ranjit Singh built up a powerful, disciplined, and well-equipped army along European lines with the help of European instructors. It is said that he possessed the second best army in Asia, the first was the army of the English East India Company. ● Statement 3 is correct: Apart from Sikhs, Ranjit Singh also recruited Gurkhas, Biharis, Oriyas, Pathans, Dogras, and Punjabi Muslims. He set up the modern foundries to manufacture cannon at Lahore and employed Muslim gunners to man them. Ranjit Singh did not make any change in the system of lend revenue promulgated earlier by the Mughals. The amount of land revenue was calculated on the basis of 50 per cent of the gross produce.
The ALU performs the indicated operation on the operands prepared in the prior cycle and store the result in the specified destination operand location.
Consider a stack implemented using a fixed-size array in C or Java. What is the primary concern when performing a push operation?
Consider the following Python code:
text = "banana"
char_to_find = 'a'
count = 0
for i in range(len(text)):
if ...
Which of the following is a key characteristic of a heap's structure?
Which approach does BERT use for pre-training?
Which network security device typically enforces a policy based on IP, port and protocol and can operate at transport and application layer when deep in...
The precision is composed of which of the following two characteristics?
In datawarehouse , a fact table consist of
In ___ each address field determines two address fields i.e. either a memory word or the processor register.
What is the output of the following Java code?
public class LoopTest {
public static void main(String[] args) {
�...