Welcome! Log In Create A New Profile

Advanced

assignment 1 is hard

Posted by nicola 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
assignment 1 is hard
March 26, 2007 02:04PM
hi

iv started assignment 1 and its alittle tricky. has anyone got there yet?

anyone have a clue what they are going on about in quesiton 1.4??

nicola
Anonymous User
Re: assignment 1 is hard
March 29, 2007 10:13AM
still waiting for textbook sad smiley
Re: assignment 1 is hard
March 30, 2007 12:22PM
i got fed up with the JHB booksellers, they are realy useless!!!! i went to da book seller in hatfield and walked in and got all my books, including the specs one that has so few students. piece of cake.
Anonymous User
Re: assignment 1 is hard
April 02, 2007 10:18AM
Hi basically what they are saying is... if you make sid and did not null in the managers table - would that mean you could force each department to have a manager - the answer is no, because if you make those fields not null then you can put a value "No manager" in it (example), this does not mean then that you are actually saying each dept has a manager. You have to have a foreign key on did and sid so that those columns have values from the employee and dept tables.
Re: assignment 1 is hard
April 10, 2007 05:09PM
ssn – Primary key(PK)
did – Foreign key(FK)

PK constraint – must have value and must be unique
FK constraint – if null no constraint, else if value then it must comply with referential integrity.

PK,FK –‘did INTEGER’ - thus only 1 employee can manage a department. But an employee can manage more then one departments. Department field must be present.
FK – ‘ssn CHAR(11)’ – this field can be null (a foreign key can be null). Thus a department can be managed by nobody.
FK – ‘ssn CHAR(11) NOT NULL’ – Each department must have a manager.

I think question 1.4.1 is misleading. Will query it.
Anonymous User
Re: assignment 1 is hard
April 11, 2007 01:05PM
oh nice.... okay, I will try to recall my assignment...
Re: assignment 1 is hard
April 16, 2007 02:53PM
No need to recall your assignment - Assignment 1, question 1.4.1 will not count any marks.
Anonymous User
Re: assignment 1 is hard
April 16, 2007 02:57PM
Re: assignment 1 is hard
May 02, 2007 11:26AM
vbiljja

What other questions in assignment 1 won't count for marks?smile
Re: assignment 1 is hard
May 02, 2007 07:33PM
vbiljja

I'm new to this chat room, are you a lecturer or did the lecturer inform you that "Assignment 1, question 1.4.1 will not count any marks." if so what about question 1.4.2 becuase these questions are both linked
Re: assignment 1 is hard
May 02, 2007 11:14PM
vbiljja is the lecturer.

"Assignment 1, question 1.4.1" is not phrased correctly, but you will be able to answer question 1.4.2

The answer to your question about what assignment questions to do and errata lies here:
http://osprey.unisa.ac.za/mod.htm?qcode=INF418-P

And no, I am no the lecturer.
Sorry, only registered users may post in this forum.

Click here to login