Answer:
1: work ethic/presentation.
2: communication.
3: adaptability.
4: creativity.
(these are all guesses so i'm not 100% sure)
Explanation:
Answer:
uses binary code to store data!
Explanation:
Answer:
Following are the correct python code to this question:
n1 = float(input('Input first number: '))#input first number
n2 = float(input('Input second number: '))#input second number
n3 = float(input('Input third number: '))#input third number
n4 = float(input('Input fourth number: '))#input fourth number
average = (n1+n2+n3+n4)/4 #calculate input number average
product = n1*n2*n3*n4 # calculate input number product
print('product: {:.0f} average: {:.0f}'.format(round(product),round(average))) #print product and average using round function
print('product: {:.3f} average: {:.3f}'.format(product,average)) #print product and average value
Output:
Please find the attachment.
Explanation:
The description of the above python code can be defined as follows:
- In the above python program four variable "n1, n2, n3, and n4" is defined, in which we take input from the user end, and in these user inputs we use the float method, that converts all the input value in to float value.
- In the next step, two variable average and product are defined, that calculate all input numbers product, average, and hold value in its variable.
- In the last line, the print method is used, which prints its variable value by using a round and format method.
Answer:
Hi there! Please find the answer below.
Explanation:
The program below demonstrates how each of the requirements can be coded in a simple Python script. To copy the array, we can use the copy() method of the array. To calculate the diff, we can use a few different techniques, so I have implemented it using a loop over the arrays and just storing and displaying the difference in the 2 arrays.
new_string.py
def add_test_score(score):
test_score.append(score);
contact_hash = {}
test_score = []
print("Enter 5 test scores: ");
for x in range(0, 5):
input_string = input("Enter test score " + str(x + 1) + ": ")
add_test_score(int(input_string));
print(test_score);
test_score_copy = test_score.copy();
for e in test_score_copy:
if e < 60:
test_score_copy[test_score_copy.index(e)] += 10;
diff = [];
for e in test_score:
print(test_score[test_score.index(e)]);
print(test_score_copy[test_score.index(e)]);
if not test_score[test_score.index(e)] == test_score_copy[test_score.index(e)]:
diff.append(e);
print(diff);
A transaction is a simple task carried out as part of corporate operations. Transaction processing systems (TPS) handle business transactions for the corporation, supporting overall enterprise operations.
A TPS creates papers pertaining to a non-inquiry transaction and records the transaction itself, together with all of its results, in the database.
Today, TPS are required for business operations in practically every firm. TPSs feed information into organizational databases; they also serve as the framework for management-oriented information systems. Source data automation frequently involves direct data entering. Electronic data interchange is being utilized by transaction processing systems more and more. These systems offer computer-to-computer communication without the need for repeated data entry by substituting paper documents with formatted transaction data sent over telecommunications networks.
Learn more about information here-
brainly.com/question/15709585
#SPJ4