-Deny Full Control to the D:\Sales folder
-Deny Full Control to the D:\Reports\2010.doc file
-Allow Full Control to the D:\Sales\2010sales.doc file
What effective permissions does Mary have to both files?
a. Deny Full control to both
b. Allow Full Control to both
c. Allow full control to D:\Reports\2010reports.doc; Deny full control to D:\Sales\2010sales.doc
d. Deny full control to D:\Reports\2010reports.doc; Allow full control to D:\Sales\2010sales.doc
Answer:
This program will complete in 5 iterations,
initially
Seq[0]=3
Iteration 1:
loop starting from 1 and ends at 5 so
when K=1, then seq[1]=1
if seq[1]>=Seq[0] ==> 1 is not greater than equal to 3
so "nothing to print because condition not true"
Iteration 2:
Now
K=2 so seq[2]=8
if seq[2]>=Seq[0] ==> 8 is greater than equal to 3
so "condition is true" the output will be
output="8","2" means seq[k]=8 and K=2
Iteration 3:
Now
K=3 so seq[3]=4
if seq[3]>=Seq[0] ==> 4 is greater than equal to 3
so "condition is true" the output will be
output="4","3" means seq[k]=4 and K=3
Iteration 4:
Now
K=4 so seq[4]=2
if seq[4]>=Seq[0] ==> 2 is not greater than equal to 3
so "condition is not true" the output will be
output=nothing
Iteration 5:
Now
K=5 so seq[5]=5
if seq[5]>=Seq[0] ==> 5 is greater than equal to 3
so "condition is true" the output will be
output="5","5" means seq[k]=5 and K=5
Explanation:
b. the arithmetic average of the data points in a data set
c. the middle point of a data set arranged in increasing order
d. the difference between the greatest and least data points in the data set
Answer:
The answer to this question is option "b".
Explanation:
A dataset is a collection of data. In the dataset, it contains the files like(text file, audio file, image file, etc). The dataset contains a list of values for all the variable like height and weight of an object. In the dataset, each value is known as datum. It designates the common source of data. So the correct answer is option b.
2) student recording her answer to a question in an online test
3) customer adding an item to the online shopping cart
Select one:
a) 1 and 3 only
b) 1 only
c) All of them
d) None of them
Answer: (C) All of them.
Explanation:
All the given options are example of the transaction in the information system.
As, the money deposited in the bank account is the process that take place computerized for transaction purpose. Now a days we can easily done transaction through wire transfer at anywhere and anytime by using the information system technology.
Students can easily study online and also record their answers in the online test by using the information system technology.
Customers can also doing shopping online by adding various products and items in the online shopping cart by using various e-commerce websites like amazon, flip-cart etc.