1. ughhhh not entirely sure but B, 2. again not entirely sure should be B as well and finally 3.is D remember these are not always the answer just most likely what one person thinks
C++:
int main () {
std::ofstream output {"greeting.txt"};
output << "hey!";
output.close();
return 0;
}
Answer and Explanation:
For JAVA programming.
for(int i = 50; i <= 100 i++;)
{
int cubedNum = Math.pow(i, 4);
System.out.println(cubedNum);
}
Answer:
Hello the options to your question are missing here are the options
a. 1022
b. 62
c .14
d. None of the above
Answer : None of the above ( d )
Explanation:
A firm is assigned the network part 133.44. It selects an 12-bit subnet part. The number of hosts possible are
= 
= 4094
Note : Subnetting is a technique that lets network administrators use the 32 bits available but the actual host ID portion of the subnetted address is 12 bits in length.
Answer:
Problem management is a practice focused on preventing incidents or reducing their impact.
Request Management is the systematic handling of the tasks required for a variety of different internal or external requests using workflow automation, business rules, and analytics. Request management problems manifest in a variety of ways in any organization: Slow request turnaround times.
Explanation: