An encyclopedia is reference material and a tertiary source. A tertiary source is a distillation and collection of primary and secondary sources. A tertiary source is good place to get an overview of a subject. <span>Encyclopedias are also considered a scholarly source. The content is written by an academic for an academic audience.</span>
I was unable to click on any of my notifications but that got fixed on its own a day later.
Answer:
do not guarantee that applications will fully meet an organization's needs.
Explanation:
An application service provider is a third-party group established to deliver commercial software applications and additional services related to such software and do so online and sometimes their services do not guarantee that their applications will fully meet an organization’s needs.
Answer:
1G
Explanation:
1 'G' as in first generation.
Hope this helped. :)
Answer:
The output of this question is 21. As show in the image
The explanation is given in below
Explanation:
Let first write the question
C=1
sum = 0
while(C<10):
C=C+3
sum=sum + C
print(sum)
Now Focus on
while(C<10):
C=C+3
sum=sum + C
The value of C is initially 1
C=1+3
Sum= 0+4
In second loop the value of C will become 4
c=4+3
sum=4+7
In third loop the value of C will be 7
c=7+3
sum=11+10
so the answer is 11+10=21