Question
Consider the following statements with reference to the
First Carnatic War: 1. The war was fought between Dutch and French forces. 2. It ended with the signing of the Treaty of AixLa Chapelle. 3. The Battle of St. Thome was a part of the First Carnatic War. Which of the statements given above is/are correct?Solution
● Statement 1 is incorrect: First Carnatic War was an extension of the Anglo-French War which was caused by the Austrian War of Succession. ● Statement 2 is correct: The 1st Carnatic War ended in 1748 with the Treaty of Aix-La Chapelle. It concluded the Austrian War of Succession. Under the provisions of the treaty, Madras was given back to the British, while the French got their territories back in North America. ● Statement 3 is correct: The First Carnatic War is remembered for the Battle of St. Thome (in Madras) fought between the French forces and the forces of Anwar Uddin, the Nawab of Carnatic.
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) {
�...