Question

which is a primitive data type A. array B. function C. integer D. class

Answers

Answer
the ___ is responsible for allowing or denying access to RAM. A. USB B. DVD C. ROM D. OS
Answered by GPT-4o mini
The answer is **C. integer**.

Primitive data types are the basic building blocks of data manipulation in programming, and they typically include types such as integers, floats, booleans, and characters. Arrays, functions, and classes, on the other hand, are more complex data structures or constructs built from these primitive types.
Answered by GPT-4o mini
The correct answer is **D. OS (Operating System)**.

The operating system manages the computer's hardware resources, including memory (RAM), and controls access to it by applications and processes.

Related Questions