Answer the following statements true (T) or false (F)

1) Python stores process information in sys.argv.
2) os.pipe is used to create files in Python.
3) Processes can communicate with signals.
4) os.kill sends a signal to a particular process.

1) F
2) F
3) T
4) T

Computer Science & Information Technology

You might also like to view...

One job that a router performs is that of gatekeeper, which means that it can be configured to only allow certain packets access into the network based on a list of rules. What is that process called?

A. media control B. packet forwarding C. access control D. signal bounce

Computer Science & Information Technology

Try running the code below. What is the result?

5 What will be an ideal response?

Computer Science & Information Technology