Answer:
is used to activate the chip.
Explanation:
when enable is high the chip works (ACTIVE), when enable is low the chip does not work (MEMORY).
Answer:
I would say the second one
Explanation:
it makes sense cause if you're able to fix the problem that's how. if not then the last one
Answer:
True
Explanation:
for loop is used to repeat the process again and again until the condition not failed.
syntax:
for(initialize; condition; increment/decrement)
{
Statement
}
But we can omit the initialize or condition or increment/decrement as well
the syntax after omit the initialization,
for( ; condition; increment/decrement)
{
Statement
}
The above for loop is valid, it has no error.
Note: don't remove the semicolon.
You can omit the condition and increment/decrement.
and place the semicolon as it is. If you remove the semicolon, then the compiler show syntax error.
Answer:
Answer is D
Explanation:
cameras did not use disks until the late 1990s :D
edit: sorry my previous answer was wrong, I apoligize for the mishap :(