answersLogoWhite

0

Deletion is nothing but eliminating and insertion is adding.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Basic Math

What do you have to do in a queue?

The queue is a linear data structure where operations od insertion and deletion are performed at separate ends also known as front and rear. Queue is a FIFO structure that is first in first out. Whenever a new item is added to queue, rear pointer is used. and the front pointer is used when an item is deleted from the queue.


What are the difference between ddl and dml commands?

The basic difference between DDL and DML is the commands they provide . The dml (data manipulation language) provides statements to enter, update, delete and perform complex queries on these tables while the ddl(data description language) provides statement for the creation and deletion of tables, indexes, views etc.


Difference between ddl and dml?

DML(data manipulation language) provides statements to enter, update, delete and perform complex queries on these tables. DDL(Data definition language) provides statements for creation and deletion of tables, view, indexes etc.


What are the Objectives of normalization?

The objectives of normalization include reducing data redundancy and eliminating undesirable characteristics like insertion, update, and deletion anomalies in a database. It aims to organize data efficiently by dividing it into related tables, ensuring that each piece of data is stored in only one place. This process enhances data integrity and consistency, making it easier to maintain and update the database over time. Ultimately, normalization improves query performance and simplifies database management.


What does insertion point indicate?

the location of the active cell by its collumn letter and row number.

Related Questions

What are 3 types of mutations and what do they do?

The three different types of mutation are substitution, insertion, and deletion. They differ because deletion is missing a base, insertion has a base that was added, and substitution has a base that has been replaced.


What do you understand by deque?

A double ended queue (or deque ) is a queue where insertion and deletion can be performed at both end that is front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)


What is a double ended queue?

A double ended queue, or deque, is a queue in which you can access or modify both the head and the tail. The front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)


What is the need of deque?

A double ended queue (or deque ) is a queue where insertion and deletion can be performed at both end that is front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion). So when we need to insert or delete at both end we need deque.


What is the difference between nucleotide deletion and nucleotide insertion?

Here's a sample nucleotide sequence:AATUGCIf there was a nucleotide deletion (let's say the "G" gets deleted), the sequence would become:AATUCIf there was a nucleotide addition/insertion (let's say a "G" was added between "T' and "U"), the sequence would become:AATGUGCThe difference is that a deletion makes the DNA shorter and an insertion makes it longer.


What would produce a frameshift mutation?

An insertion/deletion event.


Which types of mutation can add genes to a chromosomes?

insertion and deletion


Difference between circular queue and De queue?

The queue is a linear data structure where operations of insertion and deletion are performed at separate ends also known as front and rear. Queue is a FIFO structure that is first in first out. A circular queue is similar to the normal queue with the difference that queue is circular queue ; that is pointer rear can point to beginning of the queue when it reaches at the end of the queue. Advantage of this type of queue is that empty location let due to deletion of elements using front pointer can again be filled using rear pointer. A double ended queue (or deque ) is a queue where insertion and deletion can be performed at both end that is front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)


Is spina bifida insertion or deletion issue?

As far as we know, spina bifida doesn't have a specific chromosomal abnormality, so it isn't thought of as an insertion or deletion. It is a developmental problem with the neural tube.


What do insertion and deletion have in common?

Both of them affect the length.


What are 3 types of mutation?

The three types of mutations are substitution (where one base is replaced with another), insertion (where an extra base is added), and deletion (where a base is removed). These mutations can alter the DNA sequence and potentially change the resulting protein.


Which is not a frameshift mutation substitution insertion deletion or point mutation?

A point mutation is not a frameshift mutation. Point mutations involve changes in a single nucleotide base, while frameshift mutations involve the insertion or deletion of nucleotide bases, causing a shift in the reading frame of the genetic code.