Answer:
The answer to this question can be given as
true, false.
Explanation:
As we know that If-else statement is a part of the all programming language. If block always execute true value. The syntax of if-else statement can be given as
Syntax:
if()
{
//code for condition true.
}
else
{
//code for condition false.
}
Example:
#include <stdio.h>
int main()
{
int a=10; //declaring integer variable a.
if(a==10) //check condition
{
/*
starting of if block in( ) we pass condition for check for example
(a==10) where a is integer a variable.
*/
printf("value match.."); //true part
}
else
{
printf("value not match.."); //false part
}
return 0;
}
In the above example, a is an integer variable we assign value to it. and check the value by if-else statement. if the value is true it executes value match or print else part that is value not match.
So the answer to this question is true, false.
Answer:
Option C is the correct answer for the above question.
Explanation:
The ciphertext is a text which is formed from an original text and can be called a duplicate text which has no meaning for the other user. This can be formed with the help of encryption technology. Encryption technology is a technology that uses some mythology to convert the original data into other text data (which is also called a ciphertext) because no one can able to hack the data.
The above question asked about the term which is called for the text when it is converted from original data. That text is known as ciphertext which is described above and it is stated from option c. Hence option c is the correct answer while the other is not because--
- Option 'a' refers to the public key which is used to encrypt the data.
- Option b refers to the private key which is also used for encryption.
- Option d refers to the sniffer which is not the correct answer.
Answer:
A black screen with green text in the top left corner
Explanation:
B i think sorry if I’m wrong