Why ‘Data Redundancy’ is higher in 1st Normal Form than other normal forms? Explain with example.
SIKSHAPATH Latest Questions
Consider the execution of the instruction MOV CH, [BX-100H], find the effective address ifDS=3000 H, BX=2000 H
Write short notes on the various Cost estimation techniques.
Q1) If source computer wants to send HELLO message to the destination computer. How it would be possible using layering structure OSI Model? (Note: Start procedure from Application Layer) Q2) If someone wants to open a facebook ...Read more
create an employee object having properties name, date of birth, department, designation and salary. let the employee class have appropriate getter/setters methods for accessing these properties. initialize these properties through the setter methods. store this object into a file “outobject.txt”. ...Read more
Which of the following is an attribute of Strong or Generalized AI? a. Cannot teach itself new strategies b. Operate with human-level consciousness c. Perform independent tasks d. Can perform specific tasks, but cannot learn new ones
Which one is not a valid declaration of getConnection() method? DriverManager.getConnection(String); DriverManager.getConnection(String, Properties); DriverManager.getConnection(String, String, String) DriverManager.getConnection(String, String)
Consider the following transactions with data items P and Q initialized to zero: T1 : read (P) ; read (Q) ; if P = 0 then Q : = Q + 1 ; write (Q). T2 : read (Q) ; read (P) if Q = 0 then ...Read more