Its know as a virus (a program created to spread and maliciously harm computers)
Answer:
2. All reports of software house.
Explanation:
A software house is a business providing software products mainly. These firms may be specialized in products for company or consumer software or software-as -a-service (SaaS). The popular definition is that the firm is invested primarily in software product development and distribution.
In anatomy of software house they include-
- Software development
- Finance report
- Client report
- Sales and marketing report
It consist all reports like finance,client,sales or development of software house.
Answer:
Logic for a program
Explanation:
//Here ind = index
//declare the number
number ind
number sum
number avg
number SIZE = 20
number num[SIZE] = {0,0,0,0,0,0,0,0,0,0
,0,0,0,0,0,0,0,0,0,0}
getReady()
while ind < SIZE
getNumbers()
stop
getReady()
ind = 0
sum = 0
return
getNumbers()
cout<< “Enter a number for position ”, ind
input numbers[ind]
sum = sum + numbers[ind]
ind = ind + 1
return
;
finishUp()
avg = sum/SIZE
ind = 0
while ind < SIZE
output numbers[ind], avg – numbers[index]
ind = ind + 1
return
Modify the program in 2a
number index
number sum
number avg
number actualSize
number SIZE = 10
number number[SIZE] = 0
Ans : Extention
In windows, a(n) extension follows the file name and a period and indicates the file type.
I believe the answer is Virtual Private Network (VPN).
Know this answer is late, but im doing my deed hoping i this can help someone else pass this darn class. Best of Luck to whoever is taking the same course. You can do it if my lazy self can do it! It'll be okay ;)