If I remember correctly, I believe it's <body></body>
1.) narrative = a THATS all I can answer rn sorryyyy
Answer:
Option(c) is the correct answer to the given question .
Explanation:
The Project responsibilities section is responsible of the planning of project.
Following are the Roles of the Project Responsibilities
- To check the objective of the project goals.
- Works with customers and to define and meet client needs and the overall objective .
- Cost estimation and expenditure production of the project
- Ensure the fulfillment of the client .Analysis and enterprise risk management. and Tracking the progress of project.
All the others options are not responsible of the planning of project that's why Option(c) is the correct answer .
Answer:
Hubs incorporate amplifiers and repeaters.
Explanation:
Hub is an outdated way of connecting ethernet devices, they incorporate amplifiers and repeaters, they do not allow simultaneous communication among connected devices.
The latest technology in connecting ethernet devices are with the use of switch.
Answer:
Option B and C are the correct answer for the above question
Explanation:
The above question asked about the work of the programmer to catch an error of the program--
- Then the option B states that the programmer needs to prints the value of the various program variable on every line of the program which is the correct solution because it is used to find the error easily. It defines the value of every variable in every place of the program and the programmer caught the error statement in the program if anywhere the variable gets the false value.
- The C option states to help from a friend, it is also a good solution because the friend can easily be caught the error of the program by seeing every line of code.
- But the other option is not correct because the option A states that the change the name of the variable which is not a result of anything.
- And the option D states that the code will be retyped again which is also not justify anything.