Answer:
Each pixel in an image is made up of binary numbers. If we say that 1 is black (or on) and 0 is white (or off), then a simple black and white picture can be created using binary. To create the picture, a grid can be set out and the squares coloured (1 – black and 0 – white).
Answer:
1/2000
Explanation:
import java.util.Scanner;
public class InputExample {
public static void main(String [] args) {
Scanner scnr = new Scanner(System.in);
System.out.print("Enter birth month and date:");//comment this line if not needed
int birthMonth=scnr.nextInt();
int birthYear=scnr.nextInt();
String output= birthMonth+"/"+birthYear+"\n";
System.out.println(output);
}
}
if using this code the out put should be 1/2000
Answer: Mesh
Explanation:
Mesh network is network topology in which network nodes are directly connected with infrastructure nodes in active manner without following any hierarchy. This interconnection is made for continuous transmission of data through the network path.It can work even if any particular connection or node faces fault.
- Z-wave commonly uses mesh topology for connecting the nodes to facilitate the home devices in wireless manner along with hub.
- Zigbee also uses mesh topology for proving services at low cost to homes and other areas in wireless form also having router or hub as the linking device.
The correct answer would be D