Answer:
it won't be able to run
Explanation:
because computer runs on physical memory
Answer:
B. Crashing is not possible unless there are multiple critical tasks.
Answer:
You forgot to add a group of choices, however assuming this programming language uses 0-based indexes the answer would be x - 1
Explanation:
Zero based index languages have array indexes starting at 0. When you create that array, you use x to define the amount of elements, however due to the array starting at the index 0, the arrays highest index would be x - 1 instead of x.