They have the key feature of communication.
All social media encourage us to interact with others, be it with family, friends, known or unknown people.
Answer:
Explanation:
The code for the given problem is written below
.data
A : .word 1 2 3 4 5 6 7 8 9 10
.text
la $s5,A
li $s1,0 # load g
li $s2,10 # load h
li $s3,0 # load i
li $s4,1 # load j
loop:
mul $s6,$s3,4
add $s6,$s6,$s5 #address of A[i]
lw $s6,($s6) #get value of A[i] in s3
add $s1,$s1,$s6 #g = g+A[i]
add $s3,$s3,$s4 # i = i+j
bne $s3,$s2,loop #if i!=h jump to loop
Answer:
c) PaaS
Explanation:
Refined and restrictive service model allows the user to use full package of application stack as demand by the service. It should be noted that "PaaS" is the most refined and restrictive service model.
Platform as a Service known as (PaaS ) is computing platform that gives room for the user in the cloud to manage applications.
PaaS helps to overcome the problem in managing the complexity of software licence. Example of PaaS are window Azure,Apache Stratos.
Answer:
in this case is table of contents
Explanation:
If Melanie want to organize the content, she can use index or table of content, but for specific sections table of content is easier to use.
For example:
Melanie can organize the titles in different levels like subtitle at the same page.
1 History..................................1
1.2 USA History....................1
1.3 California History..........1
Melanie have to mark every title and subtitle in the document like "History -title 1", "USA History - title 2", "California History - title 3".
Melanie can create the table on content automatically in Word: at the section -> Reference -> table of content.
Readers can locate every important section by page, title and subtitle.