Answer:
Downloadable
Explanation:
Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.
Generally, cloud computing offers individuals and businesses a fast, effective and efficient way of providing services.
In Computer science, a downloadable media must first be downloaded in its entirety and saved to a user's computer before it can be played, heard or seen.
For example, for an end user to listen to a song hosted on a particular website, he or she must first of all download the song in its entirety and have saved on a computer system before it can be seen, played and listened to. Also, other downloadable media such as videos, animations, texts, etc., must be downloaded before they can be accessed or used by an end user.
Answer:
A = 120
B = 40
C = 70
Solution:
As per the question:
Manufacturer forced to make 10 more type C clamps than the total of A and b:
10 + A + B = C (1)
Also, 3 times as many type B as type A clamps are:
A = 3B (2)
The total no. of clamps produced per day:
A + B + C = 330 (3)
The no. of each type manufactured per day:
Now, from eqn (1), and (3):
A + B + 10 + A + B = 330
2A + 2B = 320
A + B = 160 (4)
Now, from eqn (2) and (4):
3B + B = 160
B = 40
Since, A = 3B
A =
A = 120
Put the values of A and C in eqn (3):
120 + 40 + C = 330
C = 70
<u>Question 9:</u>
The correct answer would be either (b) or (d).
<u>Question 10:</u>
<u></u>
The correct answer would be (b).
Hope it helps. :)
Answer:
False
Explanation:
A regular language can be represented by a regular expression. A regular language can be infinite. Let us consider a simple example of an infinite regular language:
a* is a regular language represented by a regular expression.
The languages matches all strings containing or more a's.
Clearly this is an infinite language.
Note that all finite languages are regular but all regular languages need not be finite.