Answer:
d. all of the above.
Explanation:
Since the advent of digital technology, production of goods and services have experienced a significant change from the traditional methods of production. This paradigm shift is made possible by the application of various modern technology.
Production processes are generally being facilitated and enhanced by the use of;
1. Computer-integrated manufacturing (CIM).
2. Computer-aided process planning (CAPP).
3. Computer-aided design (CAD).
4. Computer numerical control (CNC).
In the process of selecting an activity of the production phase:
1. A web authoring tool is often used.
2. The graphics, web pages, and other components are created.
3. The web pages are individually tested.
Answer:
import sys, time
from os import walk, remove
from os.path import exists, join, getsize, getctime
file_counter = [ ]
folder_name, file_size = argv
isExist = exists( folder_name )
if folder_name == True:
for root, folder, files in walk( folder_name ):
for file in files:
if getsize( join ( root, file ) ) >= file_size:
file_log = [ ]
file_log.append( file )
file_log.append( join ( root, file) )
file_log.append( time.ctime( getctime( file ) ) )
file_counter.append( file_log )
else:
remove ( join ( root, file ) )
Explanation:
The python script above output the filename, size and file creation date of any folder passed to it.
<span>The social commerce feature that includes a stream of events to create a history for friends to view is called a <u>timeline</u>.
You can see it on Facebook, or any other social media you use - timeline is where you can see what other people are doing, or where they can see what is happening in your life, if you choose to share that with your friends on a social media network of your choice.</span>
Answer:
They are called video game publishers
Explanation:
A video game publisher is responsible for financing a video game’s development, marketing, and release of the game to the consumers. Basically, they are the ones who manage the business end of the gaming field. If the video game company is well established, the publishers of that company will be the ones to distribute while some smaller companies will hire distribution companies to distribute the games for them
If there is an issue with the integrity of data the only one that will not be an issue is; The system will give users too much information.
<h3>What is Data Security?</h3>
Data Security is defined as a security service that deals with identifying any alteration to the data. This is as a result of the data getting modified by an unauthorized entity either intentionally or accidentally.
Now, data security is also called data integrity is simply the safety of data and from the options given if there is an issue with the integrity of data the only one that will not be an issue is the system will give users too much information. because it is not a function of breach of data security.
Read more about data security at; brainly.com/question/4688296