1. Proper planning
2. Honesty
3. Being reasonable in pricing
4. Knowledge of what you’re offering
5. Being kind/good to your clients
Answer:
The correct answer for the given question is "Metropolitan Area Network"
Explanation:
The metropolitan area network connect the user with a geographic area of the size of metropolitan area.Metropolitan area network connect LAN i.e " local area network " to a single larger network thats provide efficient connection to the WAN network.Their are many advantage to use metropolitan area network which are mention above .
- Provides the better security then other network.
- Cheaper lost when we connect MAN with WAN.
- If we use MAN network then data will be fastly transferred.
Answer:
z = a.c' + a.b.d' + b.c'.d'
Explanation:
The truth table for this question is provided in the attachment to this question.
N.B - a' = not a!
The rows with output of 1 come from the following relations: 01 > 00, 10 > 00, 10 > 01, 11 > 00, 11 > 01, 11 > 10
This means that the Boolean expression is a sum of all the rows with output of 1.
z = a'bc'd' + ab'c'd' + ab'c'd + abc'd' + abc'd + abcd'
On simplification,
z = bc'd' + ab'c' + ac'd' + ac'd + abc' + abd'
z = ac' + abd' + bc'd'
Hope this helps!
The answer to the question is A
Types in java are divided into two categories. the primitive types are boolean, byte, char, short, not, long, float, and double. all other types are REFERENCE types