answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What function does the program Appgraffiti perform?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Appgraffiti program on your computer?

It is malicious spyware.. Delete it immediately


What is a function in Microsoft Word?

A function instructs the Word program to perform a specific task.


A program that perform a specific function?

Umair Abdul Rahman


Function of a program counter?

Program Counter is just a synonim for Instruction Pointer.


What function does the fdisk program perform?

With FDISK you can create or delete harddisk partions or logical drives


What software component has icons or menus that you can select to perform a function or run a program?

Graphical user interface


What is ctrl plus f1?

It means that you press the Ctrl key and holding it down, press the F1 key to perform a certain function on a personal computer and the function you perform depends on the context and the program running etc.


What is the function of programs?

# It is used to solve problems. # The program directs the computer to perform the action that are needed to arrive at a solution.


Why you divide a program into functions?

In order to make a large program more manageable, it is convenient to identify and isolate specific tasks that a program performs and to separate out those tasks into functions. These functions are used/invoked as needed by the main part of the program. They can also be invoked by other functions. Often a program will perform the same task in different parts of the program. Using a function to perform the task and invoking the function from the different parts of the program means that only one copy of the code is needed. This helps reduce the size of the program.


What is function in oop?

A function is a block of code that has a name and it has a property that it is reusable i.e. it can be executed from as many different points in a C Program as required.Function groups a number of program statements into a unit and gives it a name. This unit can be invoked from other parts of a program. A computer program cannot handle all the tasks by it self. Instead its requests other program like entities - called functions in C - to get its tasks done. A function is a self contained block of statements that perform a coherent task of same kindThe name of the function is unique in a C Program and is Global. It neams that a function can be accessed from any location with in a C Program. We pass information to the function called arguments specified when the function is called. And the function either returns some value to the point it was called from or returns nothing.We can divide a long C program into small blocks which can perform a certain task. A function is a self contained block of statements that perform a coherent task of same kind.Structure of a FunctionThere are two main parts of the function. The function header and the function body.int sum(int x, int y){int ans = 0; //holds the answer that will be returnedans = x + y; //calculate the sumreturn ans //return the answer}


_________, also called a program, tells the computer what tasks to perform and how to perform them?

program


Group of similar cells that perform a similar function?

tissues are group of cell that perform a specific similar function.