subject

After getting admission in a college/university, if a student is not a local student then he/she can apply for hostel residence. At the time of registration , an admission form is filled by students. While filling a form, students need to provide visitors detail so that only registered visitors can visit a student after getting authentication by hostel admin. Admin can allocate room and hostel mess to a student. After getting admission confirmation notification from hostel authorization, a student can view available facilities and hostel allocation details. Hostel admin is responsible to provide basic facilities like library, newspaper ,electricity, internet and meal facilities to all the students. In a students fee voucher, calculation of hostel mess charges depends on students presence/stay and utilization of this facility. Students can view and download hostel fee voucher, after paying fee students should upload paid fee voucher. Students can post complaints and view notification/ alerts generated by hostel warden.
Hostel staff(hostel warden, employees, mess staff etc) can login to mark attendance. Hostel warden should be able to view students and staffs attendance records, view students complaints and can send alerts or notification to students. Hostel admin can view hostel records(students, staff, rooms, visitors, attendance, payment etc details). He/she Add/update hostel records(students, staff, rooms, visitors, attendance, payment etc details). Admin should also be able to generate students, staff and dues reports.

You are required to perform the following tasks according to above scenario:
Task 1: Draw the Entity Relationship diagram.
Task 2: Draw relationship cardinalities in alphabetical notation.
Task 3: Map the ER diagram to Relation data model and link the relations through primary key and foreign key.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 18:30, dnjames01
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
image
Computers and Technology, 22.06.2019 03:50, TheViperMlg23676
You are working as a security analyst in a company xyz that owns the whole subnet range of 23.0.0.0/8 and 192.168.0.0/8. while monitoring the data, you find a high number of outbound connections. you see that ip's owned by xyz (internal) and private ip's are communicating to a single public ip. therefore, the internal ip's are sending data to the public ip. after further analysis, you find out that this public ip is a blacklisted ip, and the internal communicating devices are compromised. what kind of attack does the above scenario depict?
Answers: 3
image
Computers and Technology, 22.06.2019 05:00, 105001964
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. after the loop terminates, it prints out, on a line by itself and separated by spaces, the sum of all the even integers read, the sum of all the odd integers read, a count of the number of even integers read, and a count of the number of odd integers read, all separated by at least one space. declare any variables that are needed. assume the availability of a variable, stdin, that references a scanner object associated with standard input. that is, stdin = new scanner(system. in); is given.
Answers: 3
image
Computers and Technology, 22.06.2019 22:10, Metlife
Asequential circuit contains a register of four flip-flops. initially a binary number n (0000 ≤ n ≤ 1100) is stored in the flip-flops. after a single clock pulse is applied to the circuit, the register should contain n + 0011. in other words, the function of the sequential circuit is to add 3 to the contents of a 4-bit register. design and implement this circuit using j-k flip-flops.
Answers: 1
You know the right answer?
After getting admission in a college/university, if a student is not a local student then he/she can...

Questions in other subjects:

Konu
Mathematics, 10.02.2021 19:00
Konu
Computers and Technology, 10.02.2021 19:00
Konu
Arts, 10.02.2021 19:00
Konu
Biology, 10.02.2021 19:00
Konu
Biology, 10.02.2021 19:00