Answer:
import java.io.*;
public class Larger {
public static void main(String[] args) throws IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));// reading input from buffered reader
int a,max=-99999,i;
for(i=1;i<=5;i++)
{
a=Integer.parseInt(br.readLine());//converting string input string to int
if(a >max)
max=a;
}
System.out.println("Maximum value : "+max);
}
Explanation:
Samantha would have to use the ‘time-lapse’ technique to film the video in the most efficient way.
Answer:
First point and the last point are the correct answer to the given question .
Explanation:
The main objective of the digital signature is to ensure the quality of the document or the message was not changed during the transfer of message in the network.
Following are the advantages of the digital signature
- As compare to the electronic signature the digital signature is more secure then that of.
- The signer's signature is seen on the digital signatures as the physical proof.
- Global recognition, and the compliance with the law.
All the other options are incorrect they are not advantage of the digital signature .
Answer:
B. Protection
Explanation:
It is the protection tab. We can protect a cell from being changed or altered by any other user of the excel sheet using the protection tab. We only need to select the cell, and right-click, Now choose the protection tab, which will be shown. And now select locked and click ok. This cell cannot then be changed by anyone else other than you. Hence, the correct option here is the protection tab.