Answer:
Bandwidth
Explanation:
Bandwidth is the rate of transfer of data in the given time. Its unit is Bit/sec.
It is used to measure the transfer rate of bit in a network.
<span>Every word has only one correct spelling and pronunciation.
This is a false statement.
</span>
Answer:
DNA obj =new DNA;//obj object created dynamically.
DNA *dnaPtr=&obj.//dnaPtr to store the address of the object.
Explanation:
The above written statements are in C++.The DNA object is created dynamically and it is done in C++ by using new keyword which allocates the heap memory for the object.
Then a dnaPtr is created of type DNA so that it can store the address of the DNA objects.
You could install it from a flash drive a disk.
Front-end the part with which the user interacts.
usually people who write this are called layout designers what languages are used (Html, css, js)
Beck-end The northern part is the structure of the site due to which it works, this includes the DBMS, logic, etc. which languages will be used(python, php, java)
People who can do both are called: full stack developr