answersLogoWhite

0

It is a sexual intercourse in Filipino language...

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Educational Theory
Related Questions

Where did arnis come from?

Arnis is a Filipino martial art that has its origins in the indigenous fighting techniques and practices of the Philippines. It incorporates elements of stick-fighting and other weapon-based combat styles that have been passed down through generations. Today, arnis is recognized as the national sport and martial art of the Philippines.


What is an area of data processing?

If you mean program development cycle, it usually goes something the following. Some of these steps (like design and testing) may be combined, depending on the overall complexity of the project. Also, the cycle is not totally linear, as problems encountered in testing will usually require changes in coding and may even indicate a return to the detail design (or worse yet, general design) phase. The important thing is that, the more thorough a given phase is done before moving on to the next, the less likely a need to backtrack and less farther back you'll probably need to go. 1) User requirements - determine what the program is supposed to accomplish either by putting yourself in the role of the user or (preferably) sitting down with one or more typical users and asking them what they need 2) General design - create a high-order layout of the processes, inputs and outputs of the system as a whole. For databases, begin identify the tables, key structures and relationships. Ensure that all mandated user requirements are addressed. 3) Detail design - break the general design into smaller, more detailed pieces, identifying which individual modules and inputs/outputs perform a given process. Flesh out databases with individual elements. 4) Coding - develop code for the various modules. 5) Unit testing - test the individual modules to ensure each does what is expected and creates the required ouput(s). 6) System testing - test that the individual modules work together, passing data from one to the next in the expected manner 7) Acceptance testing - allow users to experiment with the application to see if it performs as they expected and satisfies their requirements 8) Implementation - publish the finished product for normal usage 9) Maintenance - begin the cycle over to correct problems, improve performance and/or incorporate new functionality