Answer:
B.O(n).
Explanation:
In an ADT graph the method addEdge uses an Array of list.So in the worst case and the worst will be when the list already has n elements in it.
So to add an edge we have to iterate over the list upto nth element and then add the edge after that.So it has to travel over n elements.
So we can say that the answer is O(n).
The strings "or 1=1" and ""or ''=''" can be commonly used to trick an SQL WHERE clause into becoming true.
So if you specify <span>' or ''=' as a password, you can log in if the query string would be:
</span><span>select username,pass from users where username='you' and password='' or ''='<span>' limit 0,1;</span></span>
Answer:
the answer is 7
Explanation:
please mark me as brainliest
Answer:
b. data entry slows as every INSERT , UPDATE, or DELETE statement must also update every index.
Explanation:
This process help to improve the speed of get data , it takes each element in the indexed column and save the location to get faster the data. But if you index every attribute in a table it going to take a lot of time locating each column in the respective index in each query(update, delete and insert). For that reason is necesary be carefull with this process and only put index in the relevant columns
Answer: The question is right.
Explanation: ROM (read only memory) is the type of storage in a computer that stores permanent of semipermanent data. The data that is stored in ROM may only be read, just as the name indicates, this data cannot be modified.
ROM is nonvolatile like the RAM, and even after the computer is turned off, the data in the ROM still remains.
The essential programming that is needed to start the computer is stored in the ROM.
ROM performs major the major input/output tasks and stores programs and software instructions.