Answer:
Explanation:
For the first questions the variable's name is <u>Today,</u> and is declared like a date variable, this will be returned a date value.
For the second question, where the browser will show today's date because with the variable Today, we get the date and with the document.write(Today) is shown the variable information.
With the third question, the result will be "Hello!", because the August is the 8 month, and July the 7, in this case the IF is False and for that will show "Hello!".
I would think layered security or defense in depth
Answer:
formula bar shows the contents of the current cell and allows you to create and view the formulas
Answer:
margin: 30px 0 0 150px;
Example:
<html>
<body>
<div style="margin: 30px 0 0 150px">
Welcome In Bangalore
</div>
</body>
</html>
Explanation:
The Above example is written in HTML and inline CSS in which I have created a division and given margin to it through internal CSS.
First value in the margin is 30px then 0px for bottom margin then 0px for right margin and at last we have given 150px margin to the left side.
Answer:
1. E
2. C
3. F
4. D
5. A
6. B
Explanation:
CPU: this is known as the central processing unit and it is considered to be the brain of a computer system. It is the system unit where all of the processing and logical control of a computer system takes place.
A. Decode unit: decodes instructions and data and transmits the data to other areas in an understandable format.
B. Register unit: contains many separate, smaller storage units. Modern CPUs need only a few nanoseconds to execute an instruction when all operands are in its registers.
C. Bus unit: it is used to connect all the other major components together, accepts data, and sends data through the input and output bus sections.
D. Control unit: control of the overall operations of the CPU. The component of the central processing unit (CPU) that controls the overall operation of a computer is the control unit. It comprises of circuitry that makes use of electrical signals to direct the operations of all parts of the computer system. Also, it instructs the input and output device (I/O devices) and the arithmetic logic unit how to respond to informations sent to the processor.
E. Arithmetic logic unit (ALU): performs mathematical functions on data stored in the register area.
F. Cache: small temporary memory area that separates and stores income data and instructions.