Answer:
Main Memory (RAM)
Explanation:
This is the memory which is directly accessible to the CPU. It can be called Main Memory, Prime Memory or simply 'Memory'
Answer:
Unlike raster graphics, which are comprised of colored pixels arranged to display an image, vector graphics are made up of paths, each with a mathematical formula (vector) that tells the path how it is shaped and what color it is bordered with or filled by.
Explanation:
Answer:
The HTML <h1> to <h6> tag is used to define headings in an HTML document. <h1> defines largest heading and <h6> defines smallest heading.
Explanation:
Incorrect data can lead to unexpected program execution results. Data entry errors can be reduced by only accepting valid input, e.g., if a number must be entered, alphabetic characters are ignored. After data validation, error messages can be prompted to the user, requiring him to enter the data again.
<h2>• Father=Charles Babbage</h2>
<h2>• Mother=Ada Lovelace</h2>
