If you’re asking what I think your saying I know comcast does
Answer:
a.No output is printed on the screen
Explanation:
As is the function an error will be printed because fork() is not declared in the scope, to define an output we need to see the full content of the code; because 'value' is an integer the 'printf' function is not well defined and the library for execlp is not defined; in general, this code will throw multiple errors in execution.
Answer:
The office computer is part of a network.
The server responds with a packet when a request packet is sent by a client.
The computer confirms the IP address and port number to retrieve the encapsulated data, for a specific application in the system.
Explanation:
The computer network is the communication of two or more devices. There are two forms of network, there are peer to peer and client/server networks.
The peer to peer network allows for each computer to send and receive data, while the client/server network have a dedicated server to send resources to clients that request for it. Data transferred are encapsulated in the network, transport and data-link layer PDU headers and would be decided in the destination system to retrieve the data.
Answer:
OR
Explanation:
The logical function is used to combine one or more logical condition their are many types of logical condition that are given below
- Logical OR
- Logical And
- Logical Not
The Logical OR Function returns true when any of the condition is true and it returns false when both the condition are false
Following are the example in C programming language
In the programming language it is represented by ||
a=90;
b=98;
c=187;
int t=(c< b || b>a)
it returns true because one condition is true i.e b>a .
The truth table of OR logical function is given below
A B Result
True True True
True False False
False TRUE TRUE
FALSE FALSE FALSE
Answer:
In 5 years people will be using many things created by technology