Question
A potentiometer wire of length 1 m has a resistance of 5
Ω. It is connected to a 6 V battery in series with a resistance of 10 Ω. Determine the emf of the primary cell which gives a balance point at 80 cm.Solution
Length (l) = 1 m Resistance of potentiometer wire = 10Ω Current (I) in potentiometer wire = V/(R + R') = 6/(10 + 5) = 6/15 = 0.4 A Potential gradient (k) = IRp/L = (0.4 × 10)/1 = 4 Vm-1 e = kl = 4 × 0.8 = 3.2 V
Which of the following is a common use case for a PL/SQL trigger?
Which of the following statements about SQL `INDEXES` is generally TRUE?
Which index type is most beneficial for queries that use range predicates (e.g., WHERE age BETWEEN 20 AND 30)?
What is the output of this SQL snippet if the price column contains NULL values?
SELECT SUM(price) FROM products;
Which SQL constraint ensures that a column’s values are unique across the table?
What is an SQL `VIEW`?
A `BEFORE INSERT` trigger fires:
Which SQL operator is used to search for a pattern in a column?
Deadlock in DBMS can be prevented using:
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?