Jim is the main antagonist while Edward is the main protagonist of the movie.
The words, the computer is the future, has 64 bits.Modern computer has
two types of processors which include:
<h3>Bits</h3>
This is referred to as the smallest unit of data which is used in a computer.
The 32 bit computer are the old types which have a smaller processor and is
relatively slow.
The 64 bit computer on the other hand are the modern types with large
processors and are relatively fast.
Read more about Computer here brainly.com/question/13380788
Answer:
Ground the electrical equiptment so no power surges come through and fry the equiptment if there is a storm etc.
Explanation:
Answer:
A register
Explanation:
Registers are small memory used to store data or values and supply them to the processor as and when needed. These register hold the data temporarily and hold small units of program instructions. So whenever the CPU wants to work on data they have to be made available through the registers. Even after a arithmetic operation the registers serve as buckets for holding the value.
There are different types of registers such as register A, B, C etc and these registers lie in close proximity to the CPU so that we could provide the data immediately and much faster when asked by the CPU.
Therefore we can say that registers are used to temporarily hold small units of program instructions and data immediately before, during, and after execution by the central processing unit (CPU).
Answer:
See explaination
Explanation:
a.
myString is "Hello the world"
b.
prints "15"
c.
This is invalid.
We have to use strcpy_s to copy strings
FIX:
strcpy_s(s,"Marylane");
d.
reading string upto length 80 from the user and stored it in myString variable
e.
prints the string enetered by user to console
f.
replacing 7th character by 't'