Answer:
        if (option1.equals(option2)){
            rsvp = true;
        }
        System.out.println(rsvp);
A full program is given in the explanation section
Explanation:
import java.util.Scanner;
public class Option {
    public static void main(String[] args) {
        boolean rsvp = false;
        int selection;
        String option1,option2;
        Scanner in = new Scanner(System.in);
        option1 = in.next();
        option2 = in.next();
        if (option1.equals(option2)){
            rsvp = true;
        }
        System.out.println(rsvp);
    }
}
 
        
             
        
        
        
Answer:
11. 3 dimensions
12. ( i believe its number 3)
13. 2 option
14. Natural Light
15. Development
Explanation:
 
        
             
        
        
        
Answer:
International Medical Informatics Association (IMIA) 
Explanation:
In respect of the question which askabout the organization who play an important role in regards to the development of global health informatics is International Medical Informatics Association (IMIA).
International Medical Informatics Association (IMIA) which is an interni association which are independent which works toward expanding and sustaining of global Biomedical and Health Informatics community and give maximum support to international initiative which are geared towards providing adequate and standardized health for each and everyone in the world at large.
 
        
             
        
        
        
Answer:
The VI in LabView indicates c-Virtual Instrument
Explanation:
The VI in LabView is a program-subroutine. The VI stands for Virtual Instrument. The VI is composed of a Block diagram, Connector panel and a Front Panel. 
 
        
             
        
        
        
Answer:
1.RGB: Best for projects intended to be used on the web or video
Explanation:
On websites or making project RGB combination of colors is used. This combination of colors is used to store images in electronic components.
2. CMYK: best for professional printing projects using process colors
Explanation:
Printing professional use CMYK combinations of color for better printing results.
3.) indexed:The only colors saved are the colors used in the image
To manage digital images we use Indexed mode of colors.
Explanation:
4.) bitmap: uses black and white
Explanation:
bitmap is the combination of the black and white colors. As the images are large in size so that, to reduce the size of the image we store image in bitmap to reduce the size.
5.) gray scale: uses different shades of grey
Explanation: 
The different shades of gray colors are found in the gray scale. These shades are used to produce images.