Answer:
The first computer bought in Nepal was IBM 1401 which was brought by the goverment in lease for the populations census of 1972.
Answer:
Multiply(m,n)
1. Initialize product=0.
2. for i=1 to n
3. product = product +m.
4. Output product.
Explanation:
Here we take the variable "product" to store the result m×n. And in this algorithm we find m×n by adding m, n times.
Using the knowledge of computational language in python it is possible to write a code that organizes film, actor and film and actor at the same time.
<h3>Writting the code:</h3>
<em>SELECT a.last_name, a.first_name, ROUND(AVG(f.length)) AS 'average' </em>
<em>FROM film f </em>
<em>INNER JOIN film_actor fa ON f.film_id = fa.film_id</em>
<em>INNER JOIN actor a ON a.actor_id = fa.actor_id</em>
<em>GROUP BY a.last_name, a.first_name</em>
<em>ORDER BY average DESC, last_name ASC;</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer: DNS Server
Explanation:
DNS server is the server that has the database along with the IP addresses along with names of the host as well in a computer system. So, by accessing the zone file , the person is actually trying to manipulate the host that is present in the DNS server zone. DNS server helps in the execution of the particular software and maintaining the connection using some protocols.