answersLogoWhite

0

Uses the ALU in the CPU to carry out these instructions. One of the operand must be kept in the

accumulator or reg. A for 8-bit operations. For 16-bit operations the operand is kept in a register

pair HL. or we can say data manipulation instruction

virtual all data operations use:

accumulator for byte operations

or carry bit for bit operations

logical operations: AND OR XOR NOT called compelement

bit operation:carry bit,many bit in register.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

A type of data manipulation that doesn't affect the contents of a database is?

What is a type of data manipulation that doesn't affect the contents of a database?


What is the Componentes of dbms?

Data Definition Lenguage (DDL) Data Manipulation Lenguage (DML) Data Dictionary


What is the definition of 'data manipulation'?

swallah is ,y nest


What makes information?

The manipulation of data to reveal meaning.


What does database manipulation do?

INSERT new data , UPDATE new data , DELETE existing data (basically modify the data).


What is data manipulation called?

Data manipulation refers to the process of adjusting, organizing, or transforming data to make it more useful for analysis or visualization. This can involve operations such as sorting, filtering, aggregating, or modifying data. In the context of databases, it is often performed using languages like SQL, which facilitate the retrieval and modification of data. Overall, effective data manipulation is essential for deriving insights and making informed decisions.


What is the manipulation of data by a computer called?

Processing- A way in which computers manipulate data and mostly takes place in the CPU.


What categories of data are commonly supported by user-visible register?

User-visible registers commonly support several categories of data, including general-purpose data for arithmetic and logic operations, control and status information, and memory addresses for data manipulation. They may also include special-purpose registers for specific functions like instruction pointers or stack pointers. Additionally, some architectures provide registers for floating-point operations and SIMD (Single Instruction, Multiple Data) processing. Overall, user-visible registers facilitate efficient data handling and processing within the CPU.


What is the full form of ddl and dml?

ddl: data definition languagedml: data manipulation language


Is processing the manipulation by which a computer transforms data into information?

yes


What is a data instruction register?

A Data Instruction Register (DIR) is a component within a computer's CPU that temporarily holds instructions fetched from memory before they are executed. It helps in decoding and executing the instruction by providing the necessary data to the control unit. The DIR plays a crucial role in the instruction cycle, ensuring that the CPU processes commands efficiently. By holding the instruction, it allows for a streamlined flow of data between memory and processing units.


What is the instruction to add the data in register B to the data in accumulator?

add B