Answer:
Option b is the correct answer for the above question.
Explanation:
A network operating system is an operating system that operates the functions of the network. It is designed to troubleshoot the host and detects the host where it lies in the network. The main function of the network operating system is to operate the network. The above question asked about the term which is used to operate the network. Then the answer is the network operating system which is stated from option b. Hence option b is the correct answer while the other is not because--
- Option 'a' states about print which is the option to print the statement.
- Option c states about the file which is used for storage purpose.
- Option d states about the memory which is used for storage purpose.
Answer:
4 and 50
Explanation:
To answer the question above, we are to first of all consider the size of union will be the max size of datatype in union data. I.E.
sizeof(int *) is 4 bytes
so, sizeof(U) = sizeof(temp) is 4
and we saved 50 in temp.i1. so, 50 we can access 50 from temp.i2 as well
so, output is 4 and 50
<h2>
Answer:</h2>
Use case diagram
<h2>
Explanation:</h2>
A use case diagram is one of the dynamic diagrams used in Unified Modelling Language (UML). It is used to illustrate the set of actions, services, tasks and functions that a system needs to perform and those to be performed on the system. Use case diagrams help team members of a project to identify the main functions or features of the system as well as users and external systems that will interact with the system.
Use case diagrams have the following features;
(i) System: to depict the application itself. It is represented using a rectangular box.
(ii) Use case: to represent the system's functionalities. It is represented using an oval shape.
(iii) Actors: to represent the users of the system.
(iv) Relationships: to illustrate the relations between the actors and the use case of the system.
Answer:
round up the log of the number
Explanation:
The ¹⁰log of a number gives you the number of digits if you round it up.