Answer:
import os, sys, stat
from stat import *
command = 'find ' + sys.argv[1] + ' -name *' + sys.argv[2] + '*'
print(command)
totalFiles = os.popen(command).read()
totalFiles = totalFiles.split()
totalSize = 0
for line in totalFiles:
statinfo = os.stat(line)
if stat.S_ISREG(statinfo.st_mode):
print(line, statinfo.st_size, 'bytes')
totalSize += statinfo.st_size
else:
print(line, '...')
print('Total file size:', totalSize, 'bytes')
Explanation:
- According to command line arguments, build the find command.
- Store the product by executing the command.
- Loop through all files in the output list using the for loop.
- Display the file name and size, If the file is regular otherwise just display the file name.
Answer and Explanation:
LAN transmission and reception handles the given bellow details
- LAN adds hardware address and use for error detection codes
- Use DMA to copy frame data directly from main memory
- it follows access rule then transmission is in progress
- it also check the address where data is sent on incoming frames
if the destination address completely match with location address a copy of the frame is passed to the computer
in LAN system a single pocket is sent to the one or more nodes
Answer:
Differentiation
Explanation:
Differentiation is a business strategy used by organizations for gaining a competitive edge over competitors in the market.
During this approach, the organizations/business introduces a special strategy which goal is to differentiate their product or service in a positive way, from other products that are alike.
In this scenario the organization(CompX Inc) is offering a superior customer support.
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications, bulk data processing such as the census and industry and consumer statistics, enterprise resource planning, and large-scale transaction processing.
Thank you for posting your question here at brainly. I hope the answer will help you. Feel free to ask more questions.
the true statement about psychological tests administered by computers is
<span>most people find computerized tests to be difficult to understand. </span>