answersLogoWhite

0

What else can I help you with?

Related Questions

When designing data entry screens provide an on-screen instruction to let users know the date format and provide an example if the user must enter?

Separators


The constraints which makes it compulsory for the user to enter only specified value is called?

data validation


A field in which the user must actually enter data?

Required Field


What is interface controls how you enter data and instructions and how information is displayed on the screen?

A User Interface controls how you enter data and instructions and how information is displayed on the screen.


What is an instructive word or words directing the user to enter suitable data?

A prompt


What are user defined data types?

Actually user defined data type made by user like array,structure,union,pointer. the data type which is define by user or programer according to his need is called user define data type and also called the programer define data type........


What is it called where the data stays temporarily until the user paste the data?

files


Type of user interface in which the user types commands or press special keys on the keyboard to enter data and instructions?

Command Line Interface


Can you enter shaman's den's on Animal Jam?

there is no user called shaman


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 a program that allows a user to enter rows and columns of numbers into main memory and to perform calculations on the numbers that have been entered?

The program is a Spreadsheet. eg Microsoft Excel


How do you display the text entered by the user in a html page on the same html pagelike i mean that real time entering the data by the user and displaying the data back to the user what he have enter?

You can do it by referring the input type in javaScript. Then you can get the value by id in the same and display it.