Answer:
12,000,000 bytes.
Explanation:
If we want to store an uncompressed binary image, assuming that we will use 256 different levels to represent all tones in a monochromatic image, each pixel will be stored as an 8-bit sample, i.e. one byte per pixel.
The complete image will have 4000 pixels wide by 3000 pixels height, so an entire image will need 3000*4000= 12,000,000 pixels.
As we will use 8 bits= 1 Byte per pixel, we will need to store 12,000, 000 bytes for a complete uncompressed monochromatic (white & black) image.
Answer:
5
Explanation:
AS we know that % is the sign of division in C language when we divide the 3 into 15 its 5
Answer:
hypertext
Explanation:
Hypertext is used to describe a computer system that could store literary documents, link them
according to logical relationships, and allow readers to comment and annotate what they read.
Hypertext can also be said to be a system in which text on one page is used to link to text on other pages. They are simply text with links to other text.
Examples of hypertext footnotes, indexes, magazines, newspapers, etc.
A hypertext fiction can be described as an electronic literature with use of hypertext links.
Answer:
function myFunction() {
myNumber = Math.floor(Math.random() * 100) + 1 ;
var values = ["Number is even", "Number is odd"] ;
var stringNum = " ";
if (myNumber % 2 === 0){
stringNum += values[0];
} else {
stringNum += values[1];
document.getElementById("demo").innerHTML = stringNum;
}
Explanation:
The javascript source code is used by the browser to make the web application interactive, making a clickable event for the button to generate an H1 header for the web page.
The myFunction is assigned to an onclick event of a html button tag to display if a random number between 1 and 100 is even or odd.
Microsoft windows was his first