Answer:
binary
Explanation:
a computer speak because of how they are built
Answer:
An object
Explanation:
A class is used to instantiate an object.
Answer:
D) A comment line begins with #
Explanation:
Comments are used in programming to explain what a line or block of code is doing.
It helps the programmer easily remember what their code was about when they come back to it having left it for a while.
Also comments help other programmers understand code written by one programmer.
A comment or an in-line comment usually begins with #. That way the computer skips it and doesn't regard it as a line of code.
Answer:
option C
Explanation:
The correct answer is option C
the uploaded image shape is ( 433 , 650 )
this shape means that the image is a grayscale image which is 433 pixels high by 650 pixels wide.
a gray scale image is in white and black color.
433 pixels high by 650 pixel wide means that the image is formed with the combination of 433 vertical dots and 650 horizontal dots.
Resolution of an image can be found out by the pixels present in the images.
higher the pixel higher is he resolution of the image.
<em>Answer:</em>
<em>Computers have language of their own. It is called Binary language.
</em>
<em>It’s a very simple language with just 2 symbols – 0 and 1. A computer stores all information in the form of 0’s and 1’s.</em>