Answer:
//Here is the for loop in C. 
for(n=10;n>0;n--)
{
    printf("count =%d \n",n);
}
Explanation:
Since C is a procedural programming language.Here if a loop that starts with n=10; It will run till n becomes 0. When n reaches to 0 then loop terminates otherwise it  print the count of n.
// here is code in C++.
#include <bits/stdc++.h>
using namespace std;
// main function
int main() 
{  // variables
int n;
// for loop that runs 10 times
// when n==0 then loop terminates
for(n=10;n>0;n--)
{
    cout<<"count ="<<n<<endl;
}
return 0;
}
Output:
count =10 
count =9 
count =8 
count =7 
count =6 
count =5 
count =4 
count =3 
count =2 
count =1 
 
        
             
        
        
        
Answer:
b. False
Explanation:
Microsoft access is a database management application that can store data that can be queried from every other microsoft applications like Word, Access, Onenote etc. its attachments can be converted to best best suit the application or client that needs the file or data.
Accesss database sheets are very to Excel worksheets or books. Tabular data, Graphs and most (if not all) data format can be linked, imported or queried between Access and Excel application. Formatting files (example csv files) to text are not necessary or encouraged when exporting files.
 
        
             
        
        
        
Answer:
yeah u can my brother go for it
 
        
             
        
        
        
Answer:
the answers too the questions are B. identify intruder footprints,
D. Director of security, and B. Nist framework
Explanation: