Answer:
MS access objects help the user list , information and designed reports .
Explanation:
MS access objects are create a forms, data base, tables,queries, and modules. There are many objects are following:-Tables, Forms,Reports, Queries.
Table:- These are objects used into a define and store the data,tables are contain the columns and the store of different data.
Form:- Form is the object that designed by the data input and control application queries or tables, forms are used in viewing records.
Reports:- Reports are the designed to the printing and calculating data,reports are used because data in read to easy format.
Queries:- Queries are provides that data from one or more table,you can define the update ,delete, insert, select data.
Answer:
Following are the program in python language
def prob3_6(k): #function definition
c = 0 #variable declaration
while k != 1: #iterating the while loop
print(k) #print k
if k % 2 == 0:#check if condition
k= k // 2 #divisible by 2
else: #else condition
k = k * 3 + 1
c = c + 1
print(k) #print k
print c #print count
prob3_6(3)#function call
Output:
3
10
5
16
8
4
2
1
7
Explanation:
Following are the description of program
- Create a function "prob3_6" in this function we passing an integer parameter of type "int" named "k".
- Inside that function we declared a variable "c" of type "int" that is used for counting purpose .
- After that we iterated the while for print the value of when it is not equal to 1 .
- We check if condition when k gives 0 on modulus then k is divisible by 2 otherwise else block will be executed in the else part we multiply by 3 to k and add 1 to the k variable .
- Finally print "k" and "c"
<span>Spreadsheet software consists of an electronic ledger designed to perform mathematic calculations quickly </span>
Answer:
IDF cable
Explanation:
An IDF cable or intermediate distribution frame is a cable rack that interconnects and manages a MDF or main distribution frame and a collection of workstations or computer systems. The MDF is a cable rack that interconnects several IDFs to itself.
The answer is False.
The word "declining" means going down. So, in this case, the employees would go down or leave.