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
Answer:
c. Norms.
Explanation:
When Elena noticed her friend getting uncomfortable when she kisses him on the cheeks as a form of greeting she was violating his norms.
Norms are something that is standard or typical.
In USA there they not used to kiss on the cheeks to greet their friends there would be some other norm of greeting someone.
Answer:
A white hat hacker, or ethical hacker, uses penetration testing techniques to test an organization's information technology
Explanation:
Yes it's important. It's like taking jotting down the ideas you have for a project, you don't want to forget anything, and these things help you keep track of what you want to do.
Answer would be false.
The type of file which is needed to manage OpenLDAP policies over Command Line Interface (CLI) is called: LDIF files.
<h3>What is OpenLDAP?</h3>
OpenLDAP can be defined as a free, open-source version of the Lightweight Directory Access Protocol (LDAP) that was developed in 1993 by the OpenLDAP Project.
Basically, it is the server software implementation of the Lightweight Directory Access Protocol (LDAP).
<h3>The uses of
OpenLDAP.</h3>
- It is used for LDAP database control.
- It allow end users to browse, create, remove and change data on a LDAP server.
- It allows end users to manage their passwords and browse through data schema.
In conclusion, LDAP Data Interchange Format (LDIF) file is a type of file which is needed to manage OpenLDAP policies over Command Line Interface (CLI).
Read more on LDAP here: brainly.com/question/25998402