Text = “ I really like owls. Did you know that an owls eyes are more than twice as big as the eyes of other birds of comparable weight? And that when an owl partially closes its eyes during the day, it is just blocking out light? Sometimes I wish I could be an owl.
word = ‘owl’
texts = text.lower()
owlist = list(texts.split())
count = text.count(word)
num = [owlist, count] #num has no meaning just random var
print(num)
Alter in anyway you want so that you can succeed. ✌
Answer:Weak session ID generation algorithm
Explanation: Session hijacking is the hacking by disguising as the authenticated user and illegally exploit the particular computer session. IP packets are invoked by the disguised attacker into the active session between the legal computer user. It is also called session key.
It gives the hacker to use the data and services of the computer in an unauthorized manner. It arises due to the session of communication are not secure and strong,key used for session is weak etc.
Answer:
a) We know that atleast one or more author writes a book.
Symbol to indicate one or more is (B)
So the correct option is B
b) We know that zero to multiple books are written by any author.
Symbol to indicate zero or more is (A)
So the correct option is A
c) The fourth option is correct if we replace by many to many relationship and generate a new entity.
So the relationship betweem author and contract is one to many. So we know that there is atleast one author that represent in symbol d and books has atleast 0 that represent in symbol c.
So Fourth Option is correct d at blue side and c at red side.
d) There are two forirgn keys in table Contract one is from AuthorId and other is ISBN.
So correcct option is C
Answer:
Answer is A network access method that avoids the possibility of data collisions.
Token Ring is the precursor to Ethernet and CSMA/CD to avoid packet collisions.
Explanation: