Computer Science, asked by 465528, 6 months ago

1 _____ can be performed on field that have numbers, string, date, time or Boolean values.
2 ______are the method of getting answers to questions about data.
3_______ allows to arrange the data either in ascending or descending order.
4_______ allow to filter the information from data sheet.
5 Access creates the form in the upper half of the window and displays the _______ view in the bottom half. ​

Answers

Answered by Itzvaibhav007
1

Answer:

A variable's type determines the values that the variable can have and the operations that can be performed on it. For example, the declaration int count declares that count is an integer ( int ). ... Primitive types contain a single value and include types such as integer, floating point, character, and boolean.

Similar questions