Answer:
A text editor
Explanation:
A text editor is an application that enables a programmer edit and create codes in a programming language. These codes are then executed to do just what the programmer wanted them to do.
 
        
                    
             
        
        
        
Yes you have to do that so people recognize u but not for all social media unless ur talking bout Facebook, Twitter, kik,and I can't think of anything else. At the moment I know lots more just can't think bout it right now
        
                    
             
        
        
        
Answer:
DDR
Explanation:
DDR is a feature of memory. It means a double data rate and is a more sophisticated version of the SDRAM, which is a memory. And the rest like the Multicore, 64-bit processing, and the L1 cache are the features of the CPU. And hence, the correct option here is none other than DDR. Remember that the L1 cache is the memory bank, which is being built over the CPU chip. And we have 32 bit and 64-bit processing for the CPU. As well as CPU can be dual-core, quad-core and likewise. 
 
        
                    
             
        
        
        
Ummmmmm... Dr. Boyd is a Psychologist  that has nothing to do with computers and technology
        
             
        
        
        
Answer:
1. get the absolute path to the file
2. load the file as a table (dataframe in python)
3. to insert a row;
- create a dataframe of the same field type
 
- concatenate the new dataframe horizontally with the same dataframe
 
4. to delete a row, select and drop the row where the 'Number' field matches a value.
5. to update the values in row, use the number field as a key to replace the existing values.
6. print of save to a variable the rows where the number field matches a given value.
Explanation:
Follow the report template to create a report for the algorithm.
The algorithm gets the absolute path to the file and loads the file as a tabular file from there the data can be queried without accessing the main file. The insert algorithm creates a new dataframe and appends it to the main dataframe.
The delete, update and retrieve all use the same subalgorithm, getting the rows with the number field as the key value.