ICT
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
logical
|
|
tables
|
|
report
|
|
query
|
Detailed explanation-1: -True or false. On or off. ‘0’ or ‘1’ “true’ or ‘false’ ‘t’ or ‘f’ ‘on’ or ‘off’ ‘yes’ or ‘no’
Detailed explanation-2: -Description: The Logical Data Type is a special data type for data with only two possible values. These values can be construed as 0/1, true/false, yes/no, etc. The Logical Data Type requires only one bit of storage. For a single Logical field, the left-most (high-order) bit is used.
Detailed explanation-3: -Numeric data are numbers that contain a decimal. Actually they can also be whole numbers but we’ll gloss over that. Integers are whole numbers (those numbers without a decimal point). Logical data take on the value of either TRUE or FALSE .
Detailed explanation-4: -Most modern computer languages recognize five basic categories of data types: Integral, Floating Point, Character, Character String, and composite types, with various specific subtypes defined within each broad category.
Detailed explanation-5: -Integer (int) It is the most common numeric data type used to store numbers without a fractional component (-707, 0, 707). Floating Point (float) Character (char) String (str or text) Boolean (bool) Enumerated type (enum) Array. Date. More items •02-Mar-2022