ISRO CS 2017 – MayLast Updated : 22 Sep, 2021ReadDiscussCoursesISRO CS 2017 - MayPlease wait while the activity loads.If this activity does not load, try refreshing your browser. Also, this page requires javascript. Please visit using a browser with javascript enabled.If loading fails, click here to try againQuestion 1If A is a skew symmetric matrix, then Atdiagonal matrixA-A0ISRO CS 2017 - May Linear Algebra Discuss itQuestion 1-Explanation: If A is skew symmetric matrix then AT = -AQuestion 2If A and B be two arbitrary events, thenP(A ∩ B) = P(A)P(B)P(A ∪ B) = P(A) + P(B)P(A / B) = P(A ∩ B) + P(B)P(A ∪ B) <= P(A) + P(B)ISRO CS 2017 - May Discuss itQuestion 2-Explanation: Case:1 P(A ∪ B) = P(A) + P(B) - P (A ∩ B). Case:2 For two mutually exclusive events, (A ∩ B) = 0, So P(A ∪ B) <= P(A) + P(B) So, option (D) is correct.Question 3Using Newton-Raphson method, a root correct to 3 decimal places of the equation x3 - 3x - 5 = 02.2222.2752.279None of the aboveISRO CS 2017 - May Numerical Methods and Calculus Discuss itQuestion 4What does the data dictionary identify?Field namesField formatsField TypesAll of theseISRO CS 2017 - May Software Engineering Discuss itQuestion 5Which of the following concurrency control protocol ensures both conflict serializability and free from deadlock?Time stamp ordering2 Phase lockingBoth (a) and (b)None of the aboveISRO CS 2017 - May Transactions and concurrency control Discuss itQuestion 5-Explanation: Both Time stamp ordering and 2 Phase locking protocol ensures conflict serializability but only Time stamp ordering protocol provides freedom from deadlock.Question 6ACID properties of a transactions areAtomicity, consistency, isolation, databaseAtomicity, consistency, isolation, durabilityAtomicity, consistency, integrity, durabilityAtomicity, consistency, integrity, databaseISRO CS 2017 - May Transactions and concurrency control Discuss itQuestion 6-Explanation: Every transaction holds ACID properties. A: Atomicity: Either a transaction should be performed completely or it should rollback. C: Consistency: Every transaction specifies some consistency constraints and these constraints should follow even after transaction occurs. I: Isolation: Every transaction should be performed in isolation so that no other transaction can see the intermediate result of any transaction. D: Durability: Every transaction performed should be recorded and despite all the failures these records must persist.Question 7 What is the output of the following SQL query?select count(*) from ((select Employee, Department from Overtime_allowance) as S natural join (select Department, OT_allowance from Overtime_allowance) as T);1648None of the abovenoneISRO CS 2017 - May SQL Discuss itQuestion 7-Explanation: (select Employee, Department from Overtime_allowance) as S natural join (select Department, OT_allowance from Overtime_allowance) as T) Table S Table R Employee Department Department OT_allowance Rama Mechanical Mechanical 5000 Gopi Electrical Electrical 2000 Sindhu Computer Computer 4000 Mahesh Civil Civil 1500Now when we apply a natural join on S and R, it matches the common attribute Department in both the tables and outputs the common tuples. So, 4 tuples will be given as the output. Correct option (B)Question 8Which symbol denote derived attributes in ER Model?Double ellipseDashed ellipseSquared ellipseEllipse with attribute name underlinedISRO CS 2017 - May ER and Relational Models Discuss itQuestion 8-Explanation: Refer:Database Management System | ER Model Correct option (B)Question 9The symmetric difference of sets A = {1, 2, 3, 4, 5, 6, 7, 8} and B = {1, 3, 5, 6, 7, 8, 9} is{1, 3, 5, 6, 7, 8}{2, 4, 9}{2, 4}{1, 2, 3, 4, 5, 6, 7, 8, 9}ISRO CS 2017 - May Set Theory & Algebra Discuss itQuestion 9-Explanation: Symmetrical Difference of A and B= (A – B) ∪ (B – A) (A – B) = {2, 4} (B – A) = {9} (A – B) ∪ (B – A) = {2, 4} ∪ {9} = {2, 4, 9} Question 10The problems 3-SAT and 2-SAT areBoth NP-completeBoth in PNP-complete and in P, respectivelyUndecidable and NP-complete, respectivelyISRO CS 2017 - May Top MCQs on NP Complete Complexity with Answers Discuss itQuestion 10-Explanation: 3-SAT problem is NP- complete problem whereas 2- SAT problem is P- class problem. Refer: 2-Satisfiability (2-SAT) Problem Option (C) is correct. 12345678 There are 78 questions to complete.You have completedquestionsquestionYour accuracy isCorrectWrongPartial-CreditYou have not finished your quiz. If you leave this page, your progress will be lost.Correct AnswerYou SelectedNot AttemptedFinal Score on QuizAttempted Questions CorrectAttempted Questions WrongQuestions Not AttemptedTotal Questions on QuizQuestion DetailsResultsDateScoreHintTime allowedminutessecondsTime usedAnswer Choice(s) SelectedQuestion Text All doneNeed more practice!Keep trying!Not bad!Good work!Perfect!