Answer:
# include<iostream>
#include<conio.h>
using namespace std;
main()
{
float f, c;
cout<<"enter temperature in Fahrenheit ="
cin<<f;
c=(f-32)/1.8;
cout<<"/n Temperature in Celsius ="<<c;
getch();
}
Explanation:
The conversion formula from Fahrenheit to Celsius is given as:
C= (F-32) x 5/9
we take an input in Fahrenheit and put in above formula and covert it in Celsius.
Answer:
Transaction Manger
Explanation:
Transaction Manger
Transaction Manager is responsible for transaction between resources that are available. It works as interface to support remote access form other systems in Data base management system.
Answer:
Option(d) is the correct answer to the given question .
Explanation:
There are various type of algorithm is used for the purpose of the key scheduling such as AES .in the AES algorithm we used same key for encryption and decryption of text .The main objective of the AES algorithm it is used by Various round of the similar plain text encryption to reinforce the cipher text.
- The Option (a) is wrong because In the key scheduling the creating keys are not being used one after just another in the various communication cycles.
- The Option (b) is wrong because In the key scheduling we do not used the the random key for the encryption process .
- The Option (c) is wrong because we will never arbitrarily subdivided into groups of public and private key.
Answer:
a modular router
Explanation:
A modular router is a type of router that will provide multiple slots, this will enable the network engineer to either change or increase the number of space the router has.
A layer 3 switch cannot provide a WAN connectivity even though it can increase the number of ports on a router. The concept of PoE capability of any device have nothing to do with the number of ports it has. If the Engineer decides to use another fixed configuration router it will still lead to the same problem in the future because it cannot guarantee or provide the flexibility of future growth adaptation which can be given by a modular router if put in use.
Answer: C conventional hard disk drives
Explanation: hope this helps! (: