Solve your IGNOU Doubts
Solve your IGNOU Doubts
Question:

 Ram and Rahim play for a prize of Rs. 99. The prize is to be won by the player who first throws a 3 with a single die. Ram throws first and if he fails Rahim throws it and if Rahim fails Ram throws it again and this process continues. Find their respective expectations.
b.) If P (A equation B equation C) = 0, show that P [(A equation B)/ C] = P(A/C) + P (B/C)

See Answer →
Question:

Using Simplex method solve the problem:
Maximise z = 4x + 8y + 2k
Subject to:

 

equation
equation
equation
Also, minimize the same for z

See Answer →
Question:

 Given the input matrix and the final demand vector:

 

A = [[0.10, 0.15, 0.12],
[0.20, 0, 0.30],
[0.25, 0.40, 0.20]]

 

d = [[100],
[200],
[300]]

 

a) Explain the economic meaning of the elements 0.30,0 and 200
b) Explain the economic meaning of (if any) of the third column sum
c) Explain the economic meaning of (if any) of the third row sum
d) Write out the specific input-output matrix equation for this model
e) Find the solution output levels of the three industries using Cramer's rule.

See Answer →
Question:

 

(a) Explain the theorem of second order optimum.
(b) Consider the following utility maximization problem, in which the utility function of the consumer is given by U(x,y)=x^0.7y^0.3. The consumer income is I=200 and p x=3 and py=2. Find the utility maximizing x and y when the budget constraint of the consumer may or may not bind. (Apply Kuhn-Tucker method)

See Answer →
Question:

 

 Log-Based Recovery and the role of Checkpoints

See Answer →
Question:

 Query Optimization in RDBMS

See Answer →
Question:

 

 NoSQL Databases (Explain one type, e.g., Document, Key-Value, or Graph)

See Answer →
Question:

The Star Schema in Data Warehousing

See Answer →
Question:

Distributed Databases vs. Centralized Databases

See Answer →
Question:

) Explain the Two-Phase Locking (2PL) protocol. How does it ensure serializability? Does 2PL prevent deadlocks? Explain with an example of how a deadlock can occur even when 2PL is used.

See Answer →
Question:

Is this schedule serializable? Justify your answer. Identify the specific concurrency problem (e.g., Lost Update, Dirty Read) that occurs here.

See Answer →
Question:

 What is the final value of A and B after this schedule?

See Answer →
Question:
me T1 T2
t1 READ(A)  
t2 A = A - 100  
t3   READ(A)
t4   A = A * 1.1
t5   WRITE(A)
t6   READ(B)
t7 WRITE(A)  
t8 READ(B)  
t9 B = B + 100  
t10 WRITE(B)
See Answer →
Question:

 Consider the following schedule involving two transactions, T1 and T2, where A and B are data items with initial values A=1000, B=2000.

See Answer →
Question:

 

) What are the ACID (Atomicity, Consistency, Isolation, Durability) properties of a transaction? Explain each property with a suitable example related to an online banking fund transfer.

See Answer →
Question:

(a) Consider a Relation: Course(CourseCode, CourseName, ProgrammeCode, ProgrammeName, CourseCredit, CourseDuration, Programme Duration, ProgrammeCredit). Some of the constraints on the relation Courseare:

 




     
  • CourseCode uniquely identifies a course.



  •  
  • ProgrammeCode is a unique code of a programme. A programme consists of many courses. A course can be part of multiple programmes.



  •  
  • A Programme consists of compulsory courses and optional courses. To complete a Programme, a student must complete all the compulsory courses and optional courses, as per the total credit requirements of a Programme.



  •  

 

Perform the following tasks for the relation given above:

 

(i) What is the key to the relation?

 

(ii) Identify and list the functional dependencies in the relation.

 

(iii) Make an instance of this relation consisting of at least 8 to 10 records, showing possible redundancies.

 

(iv) Decompose the relation Courseinto 2NF and 3NF relations.

 

(b) What is multi-valued dependency? Explain with the help of an example. How can it be used to decompose a relation into the 4th Normal Form? Explain with the help of an example. Also, explain the concept of the Join dependency with the help of an example.

 

(c) Explain the following terms with the help of an example of each: Views, Embedded SQL, Triggers and Dynamic SQL.

 

(d) Consider the following relational database:

 

Member (memberId,memberName, memberAddress, memberPhone)

 

BookIssued (memberID, BookID, Issue Date, returnDate)

 

Book(BookId, BookTitle, FirstAuthor)

 

The underlined attribute(s) in the relations given aboveform the primary key. In relation Member the attribute memberId is the unique identifier of a member. The purposes of other attributes in the Member relation are self-explanatory. You may define the domain of different attributes. Pleasenote that the BookIssued relation has two foreign keys,namely memberID and BookID, which reference the Member and Book relations, respectively. Write and run the following SQL queries on the database:

 

(i) Create the tables with the primary and foreign key constraints.

 

(ii) Insert at least 5 records each in the Member and Book tables and about 10 records in the BookIssuedtable.

 

(iii) List the name and phone number of all the members in lexicographical order.

 

(iv) Find all the Books issued to the member whose memberID is "0001".

 

(v) a book is not returned if returnDate is NULL) Find the list of those members who have not returned more than one book. (Assume that

 

(vi) Find the number of books whose first author's name is "XYZ".

 

(vii) Find the pair of members who have the same memberPhone.

 

(viii) Find the list of Books whose title includes the term "Database".

 

(ix) Find the title of the book that has been issued the most.

 

(x) Find the list of members who have not issued any books.

 

See Answer →
Question:

There are four questions in this assignment, which carries 80 marks. Rest 20 marks are for viva voce. You may use illustrations and diagrams to enhance the explanations. Please go through the guidelines regarding assignments given in the Programme Guide for the format of the presentation. The answer to each part of the question should be confined to about 300 words. Make suitable assumption, if any.

 

Question 1: (Covers Block 1)

 

(a) What are the limitations of file-based systems? How does a database approach resolve those limitations? Also, explain the physical architecture of a database management system (DBMS).

 

(b) Explain the following terms in the context of a relational model with the help of one example of each:

 

(i) Key constraints

 

(ii) Domain constraints

 

(iii) Candidate key

 

(iv) Select operation

 

(v) Project Operation

 

(vi) Equijoin Operation

 

(vii) Set Difference operation

 

(viii) Referential Integrity constraint

 

(c) A departmental store maintains the inventory of all the items that it sells using a database system. In addition, this system is used for keeping a record of the sales of items to its registered customers. This database is used to find the following details by the staff of the departmental store:

 




     
  • List of the items that are out of stock.



  •  
  • List of customers and the items purchased by them.



  •  
  • List of all the items in the store.



  •  

 

Draw an ER diagram for the departmental store. Specify key attributes and constraints on each entity type and on each relationship type. Note any unspecified requirement and make appropriate assumptions to make the specification complete.

 

(d) Design normalised tables in 3NF for the ER diagram drawn in part (c), with the required integrity constraints.

 

(e) Explain the role of the primary index in a database system. Also, compare the primary indexes with the secondary indexes. What are clustering Indexes? Explain with the help of an example

See Answer →
Question:

 জি.সি. তোংব্রাগী 'নীংশিংলগা ইবা হায়বা ৱারেং অসি করম্বা মখগী ৱারেংনো? ৱারেং অসিনা পীনীংলিবা পাউজেল অদু মরিক চুন্না নৈনৌ।

See Answer →
Question:

 

মহাকাব্য কদায়বু কৌবগে? মহাকাব্য অমা ওইনা খম্ব- থৌইবী শৈরেং নৈনৌ। 

See Answer →
Question:

 ফোকলোর কদায়বু কৌবগে? ফোকলোরনা মণিপুরী সমাজদা লৌরিবা থৌদাং নৈনৌ। 

See Answer →
IGNOU NEWS
Assignment Submission Last Date Extended Till 30 June 2026 Click Here★★★IGNOU June 2026 TEE Date Sheet Released Click Here★★★
Top
📞
Call Support Instant phone assistance
🟢
WhatsApp Chat Fast live messaging
Email Us Business enquiries & support