Map
Index
Random
Help
Group
th

Group: data value

topics > computer science > Group: data



Topic:
assigning values to statements
Topic:
boolean values, binary numbers, and bit strings
Topic:
constants
Topic:
data structure literals
Topic:
default value
Topic:
finalization of data
Topic:
FOCUS number system
Topic:
initialization of data
Topic:
initialized constants
Topic:
integer values and operations
Topic:
named constants and expressions
Topic:
non-primitive values
Topic:
object and value equivalence
Topic:
real numbers and floating point numbers
Topic:
unbounded precision
Topic:
undefined, null, and other signal values
Topic:
units
Topic:
value as an abstraction
Topic:
value as an object
Group:
data type
Group:
sequences

Topic:
abstraction in programming
Topic:
data alignment
Topic:
data as a named set of data objects
Topic:
flag computer
Topic:
is a name a literal string or a symbol
Topic:
number representation
Topic:
numerical error
Topic:
persistent data structure
Topic:
pointers to data
Topic:
primitive data types of a language
Topic:
reduction machines
Topic:
variable as reference to a value

Summary

A data value in a computer corresponds to an object or mathematical value. There are many possibilities. See the topics and related topics for this group. (cbb 4/98)
Subtopic: value type up

Quote: a value type is a bit sequence allocated on the stack with an implicit type; defines a representation and valid operations [»hamiJ2_2003]

Subtopic: value vs. reference up

Quote: Java non-references are values of primitive types without aliasing or sharing [»bacoDF10_2000]
Quote: a reference type is an explicitly typed object allocated from the heap; unique identity and type handle

Subtopic: negative value up

Quote: use complementary numbers for subtraction [»compHU_1946]

Subtopic: boxed value up

Quote: any value type instance can be boxed and turned into a reference type instance; inherits from ValueType or Enum; no subtyping [»hamiJ2_2003]
Quote: C# has a unified type system with boxed values; e.g., allows Stack to store elements of any type, including int
[»wiltS10_2000]

Group: data value up

Topic: assigning values to statements (7 items)
Topic: boolean values, binary numbers, and bit strings (44 items)
Topic: constants (21 items)
Topic: data structure literals (9 items)
Topic: default value (8 items)
Topic: finalization of data (11 items)
Topic: FOCUS number system (8 items)
Topic: initialization of data (45 items)
Topic: initialized constants (12 items)
Topic: integer values and operations (13 items)
Topic: named constants and expressions (21 items)
Topic: non-primitive values (11 items)
Topic: object and value equivalence (60 items)
Topic: real numbers and floating point numbers (37 items)
Topic: unbounded precision (9 items)
Topic: undefined, null, and other signal values (34 items)
Topic: units (23 items)
Topic: value as an abstraction (25 items)
Topic: value as an object
(29 items)

Related Topics up

Group: data type   (34 topics, 730 quotes)
Group: sequences   (7 topics, 97 quotes)

Topic: abstraction in programming (67 items)
Topic: data alignment (2 items)
Topic: data as a named set of data objects (22 items)
Topic: flag computer (2 items)
Topic: is a name a literal string or a symbol (23 items)
Topic: number representation (16 items)
Topic: numerical error (19 items)
Topic: persistent data structure (37 items)
Topic: pointers to data (55 items)
Topic: primitive data types of a language (31 items)
Topic: reduction machines (14 items)
Topic: variable as reference to a value
(21 items)


Updated barberCB 2/06
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.