03 Digitizing Information: Symbols and Binary Systems

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

How does the dictionary define 'digitize'?

  • To create digital art using a stylus.
  • To convert analog signals to digital.
  • To enhance the quality of digital photos.
  • To represent information using digits. (correct)

What is a practical advantage of using digits for representation?

  • Digits are universally understood across all cultures.
  • Digits are easier to transmit over long distances.
  • Digits can represent complex mathematical functions.
  • Digits have shorter names compared to many symbols. (correct)

What is the purpose of a 'collating sequence'?

  • To encrypt sensitive information.
  • To place information in order using symbols. (correct)
  • To transmit data more efficiently.
  • To compress large files into smaller sizes.

A computer uses the presence or absence of a physical phenomenon to represent information. What system does this describe?

<p>A binary system. (C)</p> Signup and view all the answers

What does it mean for a formulation to be 'discrete' in the context of binary representation?

<p>It consists of distinct or separable values. (A)</p> Signup and view all the answers

In binary encoding, what is the fundamental unit of information?

<p>Bit (B)</p> Signup and view all the answers

What is the primary function of bits within computer memory?

<p>To encode and represent information as present or absent. (D)</p> Signup and view all the answers

In computing, what is the binary number system?

<p>A base-2 system using digits 0 and 1. (B)</p> Signup and view all the answers

For what purpose are hexadecimal digits used?

<p>Representing base-16 numbers and simplifying bit sequences. (A)</p> Signup and view all the answers

Why was ASCII developed?

<p>To create a standard code for information interchange. (D)</p> Signup and view all the answers

What is the key advantage of using a standard like ASCII?

<p>It ensures compatibility between different computer parts and programs. (C)</p> Signup and view all the answers

Why was Extended ASCII developed?

<p>To support text representation for multiple languages. (B)</p> Signup and view all the answers

What is the significance of 'byte' in computer memory?

<p>It is a standard unit for computer memory, equivalent to 8 bits. (B)</p> Signup and view all the answers

How does UTF-8 handle Unicode characters?

<p>By writing long characters as groups of bytes. (D)</p> Signup and view all the answers

In the context of data representation, what is metadata?

<p>Information describing other information. (B)</p> Signup and view all the answers

What is a key characteristic of metadata?

<p>It is separate from the information that it describes. (B)</p> Signup and view all the answers

Structure tags, such as those used in the digital version of the Oxford English Dictionary (OED), primarily serve what purpose?

<p>To specify the structure of the dictionary content. (B)</p> Signup and view all the answers

What is the main benefit of using structure tags in a digital dictionary?

<p>They enable software to use algorithms to find specific information. (A)</p> Signup and view all the answers

In the context of digitizing information, what is the most accurate understanding of 'digits'?

<p>Any symbol used to represent data. (B)</p> Signup and view all the answers

Imagine you need to represent 150 distinct symbols. According to the content, what is the minimum number of bits required?

<p>8 bits (A)</p> Signup and view all the answers

What is the significance of the 'y' in 'byte'?

<p>It prevents accidental change of 'byte' to 'bit' by dropping the 'e'. (D)</p> Signup and view all the answers

Which of the following best describes the role of structure tags in encoding the Oxford English Dictionary (OED)?

<p>They are used to associate metadata with specific parts of the dictionary. (A)</p> Signup and view all the answers

What is the purpose of parity in computer memory?

<p>To help detect erros in memory. (C)</p> Signup and view all the answers

Why is the NATO Broadcast Alphabet purposely inefficient?

<p>To make it easier to speak amid noise. (C)</p> Signup and view all the answers

In the context of representing numbers in computing, what distinguishes 'integers' from 'floating point' numbers?

<p>Integers use less space and are processed faster than floating-point numbers. (A)</p> Signup and view all the answers

What is a primary limitation of using the ten Arabic numerals to represent information?

<p>They can only represent non-continuous, whole numbers. (C)</p> Signup and view all the answers

What is 'bang' an alternative name for?

<p>Exclamation point (B)</p> Signup and view all the answers

What is a critical requirement for a 'collating sequence' to be effective?

<p>A consensus on the ordering of basic symbols. (C)</p> Signup and view all the answers

What is the primary characteristic of a 'discrete' formulation in binary?

<p>It consists of distinct, separable states. (B)</p> Signup and view all the answers

In the context of a binary system, what is the relationship between 'on' and 'present'?

<p>They are interchangeable, where 'on' signifies 'present'. (B)</p> Signup and view all the answers

What does the fact that the assignment in binary systems is 'arbitrary' imply?

<p>The relationship between physical states and binary values can be defined as needed. (C)</p> Signup and view all the answers

What is the foundational element for creating symbols in the binary representation?

<p>Bit sequences (C)</p> Signup and view all the answers

How can the presence or absence of black and white stones encode binary information?

<p>The colors of the stones represents one value, 0, or another, 1. (A)</p> Signup and view all the answers

Why is it vital to combine bit patterns into sequences when digitizing information?

<p>To create a wider range of symbols necessary to represent the intended information. (B)</p> Signup and view all the answers

In computing, what is the key purpose of representing numbers using the binary system?

<p>To represent numbers using only 0 and 1. (B)</p> Signup and view all the answers

When counting in binary, what sequence comes after '11'?

<p>100 (A)</p> Signup and view all the answers

In hexadecimal representation, what decimal number does the digit 'A' represent?

<p>10 (A)</p> Signup and view all the answers

Why is hexadecimal notation useful in computing?

<p>It simplifies the representation of bit sequences. (D)</p> Signup and view all the answers

What are some of the earliest uses of binary digits?

<p>Encoding numbers and characters (A)</p> Signup and view all the answers

In the context of place value, how is the quantity expressed by a decimal number found?

<p>By multiplying each digit by its place value and adding the results (A)</p> Signup and view all the answers

If you have 7 bits, how many distinct symbols can you represent?

<p>128 (A)</p> Signup and view all the answers

What does the acronym ASCII stand for?

<p>American Standard Code for Information Interchange (D)</p> Signup and view all the answers

How many symbols can be represented using Extended ASCII?

<p>256 (A)</p> Signup and view all the answers

What is the primary advantage of using Unicode over Extended ASCII?

<p>Unicode represents more characters. (C)</p> Signup and view all the answers

What is the significance of UTF-8 in the context of Unicode?

<p>It records Unicode by writing long characters as groups of bytes. (B)</p> Signup and view all the answers

What is the role of the 'y' in the term 'byte'?

<p>It distinguishes the term from accidentally changing 'byte' to 'bit'. (A)</p> Signup and view all the answers

In the context of data, what best describes 'metadata'?

<p>Information describing information. (D)</p> Signup and view all the answers

In digital data, what is the key characteristic of metadata?

<p>It describes characteristics of the content. (C)</p> Signup and view all the answers

How is metadata commonly provided?

<p>Using structure tags. (B)</p> Signup and view all the answers

When converting the Oxford English Dictionary (OED) to a digital form, what is the role of structure tags?

<p>They define the dictionary's structure, enabling efficient searching. (A)</p> Signup and view all the answers

When structure tags are used, what is the computer able to know?

<p>What part of the dictionary to use (D)</p> Signup and view all the answers

What is the main goal behind the design of the NATO Broadcast Alphabet?

<p>To ensure clear communication in noisy conditions. (C)</p> Signup and view all the answers

What distinguishes integers from floating-point numbers within computing?

<p>Integers use less space, and are processed faster. (B)</p> Signup and view all the answers

What does 'two's complement' achieve in computers?

<p>Encoding of negative integers (C)</p> Signup and view all the answers

How is the 'mantissa' described?

<p>Also known as significant (D)</p> Signup and view all the answers

How would number overflow occur?

<p>Number exceeds allocated bit count, resulting in data loss. (D)</p> Signup and view all the answers

What characteristics are typical of 'double'?

<p>It is a finite subset of rationals (C)</p> Signup and view all the answers

Binary place values are powers of two. If you have the binary number 1011, which decimal values should you add together?

<p>$1 + 2 + 8$ (D)</p> Signup and view all the answers

What happens if the number of ones (1's) is even, set the ninth bit to:

<p>0 (A)</p> Signup and view all the answers

What is the limitation of using parity?

<p>It helps detect errors, but not the origin. (B)</p> Signup and view all the answers

If computer memory is subject to errors, what is added to help detect errors?

<p>A bit (C)</p> Signup and view all the answers

In bar codes, what is encoded?

<p>The manufacurer, left side. The product, right side. (C)</p> Signup and view all the answers

If two sides have different encodings, what is possible?

<p>To recognize barcodes. (B)</p> Signup and view all the answers

Although barcodes have inefficiency, what is the result?

<p>Greater likelihood that letters will be recognized. (C)</p> Signup and view all the answers

Although numbers are efficient, what is a downside?

<p>Need to agree on ordering (D)</p> Signup and view all the answers

How do the limits change with language implementations?

<p>They vary (A)</p> Signup and view all the answers

What advantage do mantissa/exponent representations provide?

<p>Order of magnitude is independent of significant digits (D)</p> Signup and view all the answers

What substitutions are made for the concepts of the infinite and infinitesimal with binary?

<p>They are substituted by two specific numbers. (B)</p> Signup and view all the answers

How can the distributive property be applied?

<p>It can be violated. (B)</p> Signup and view all the answers

Flashcards

What does 'digitize' mean?

To represent information using digits.

What is a collating sequence?

Placing information in order by using non-digit symbols.

How does computer represent information?

The presence or absence of a physical phenomenon which represents information.

What is a binary system?

A system with only two available states.

Signup and view all the flashcards

What does Discrete mean?

Distinct or separable states; no shades of gray.

Signup and view all the flashcards

What is a bit?

A contraction for 'binary digit'.

Signup and view all the flashcards

What is binary number system?

Base-2 system to represent numbers.

Signup and view all the flashcards

What are hexadecimal digits?

Base-16 numbers used to shorten binary sequences.

Signup and view all the flashcards

What were binary digits first used for?

Encoding numbers and keyboard characters.

Signup and view all the flashcards

What is the place value in decimal number?

Each digit in a place is multiplied by the place value.

Signup and view all the flashcards

What determines number of symbols for values?

The number of bits determines how many symbols are available for representing values.

Signup and view all the flashcards

What is ASCII?

American Standard Code for Information Interchange, uses 7 bits.

Signup and view all the flashcards

What is Extended ASCII?

Extension of ASCII using 8 bits to represent more symbols.

Signup and view all the flashcards

What is Unicode?

Unicode uses up to 32 bits to represent many more character.

Signup and view all the flashcards

What is a byte?

IBM gave 8-bit sequences a special name that is a standard unit for computer memory.

Signup and view all the flashcards

What is parity?

Parity refers to whether a number is even or odd.

Signup and view all the flashcards

What is NATO Broadcast Alphabet?

The code is distinctive when spoken amid noise.

Signup and view all the flashcards

What do UPC bar codes encode?

Used to encode the manufacturer and product.

Signup and view all the flashcards

What is Metadata?

Information describing information.

Signup and view all the flashcards

What is tag?

The OED's tag for a headword (word being defined).

Signup and view all the flashcards

What are decimal numbers based on?

Based on base 10 positional notation.

Signup and view all the flashcards

What are the useful bases?

Useful bases are hexadecimal, octal, and binary. Binary is the only one used in computers.

Signup and view all the flashcards

What are the two major types of numbers?

Integers and non-integers (floating point).

Signup and view all the flashcards

How are floating point numbers represented?

Represented as mantissa * baseexponent. The mantissa is also known as significant.

Signup and view all the flashcards

What is two's complement?

A way to represent negative integers; involves inverting bits and adding one.

Signup and view all the flashcards

What is overflow?

When a sum exceeds the maximum integer that can be represented.

Signup and view all the flashcards

Why are floats point floating?

For floats, it's because the exponent is adjusted so the mantissa < 1.

Signup and view all the flashcards

How does precision changes on floats?

The precision changes depending on the exponent. Nevertheless, the relative error is independent from the exponent.

Signup and view all the flashcards

Why is arithmetic with doubles different?

Because of the properties of the arithmetic of doubles, the associative and distributive arithmetical property can be violated.

Signup and view all the flashcards

Study Notes

  • Digitizing is representing information with digits, which are the ten Arabic numerals 0 through 9.
  • However, digitizing in computing can use almost any symbol, not just the ten digits.

Alternative Representations

  • Digitizing is not limited to just digits; symbols can also be used.
  • Digits have short names which is a practical advantage, for example, "one" or "two".
  • IT uses short names for symbols, for example, exclamation point is called "bang" and asterisk is called "star".
  • There needs to be an agreed ordering for the basic symbols.
  • Collating sequence places information in order by using non-digit symbols.
  • Today, digitizing represents information by symbols.

Fundamental Information Representation

  • A computer represents information by the presence or absence of some physical phenomenon giving a binary system.
  • The two states in a binary system are named 1 and 0.
  • Larger symbols are constructed using these two basic binary states.
  • The physical phenomenon used can be charge, current, magnetization, or other detectable qualities.

Binary Representation Properties

  • Only two states are available in binary representation.
  • Discrete means "distinct" or "separable" in the binary system.
  • It is not possible to transform one value into another by tiny gradations so, there are no "shades of gray".

Binary Systems

  • Binary encoding has two patterns: present and absent
  • There is no specific law binding what the on and off states can represent, meaning the assignment is arbitrary.
  • on can represent "present" and off can represent "absent".

Bits

  • The unit in binary representation occupies a specific place in space and time. The presence or absence of phenomenon can be set and detected.
  • The binary unit is known as a bit.
  • Bit is a contraction for "binary digit".
  • Bit sequences can be interpreted as binary numbers.
  • Groups of bits form symbols.
  • Computer memory is arranged as a long sequence of bits.
  • The physical phenomenon can be encoded, the information can be set and detected to be present or absent.

Binary Encodings alternative

  • There is no limit to encoding two physical states.
  • Stones represent the two states on all squares; white stones for absent and black stones for present
  • Multiple stones of two colors per square with more white being 1 and more black being 0.

Combining Bit Patterns

  • Two-bit patterns lead to limited resources for digitizing information.
  • The number of bits determines the symbols; n bits in sequence yields 2^n symbols.
  • To encode the intended information, two pattern must be combined into sequences providing enough symbols.

Binary System Explained

  • The base-2 number system is used to represent numbers.
  • Only use 0 and 1 when counting in binary.
  • Binary counting example = 0, 1, 10, 11, 100, 101, 110, 111, 1000.

Hexadecimal Explained

  • Base-16 numbers are known as hex digits, short for hexadecimal digits.
  • Hexadecimal digits utilize decimal numbers + the first six Latin letters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
  • Hexadecimal digits provide a better way to represent bit sequences.

Changing from Hex to Binary

  • A 32-bit computer instruction can be written like 1000 1110 1101 1000 1010 0011 1010 0000
  • The above is tedious and prone to error so convert four-bit groups to hex forming 8E D8 A3 A0.

Hexadecimal Values

  • Each hex digit codes a four-bit group
  • 0000 = 0
  • 0001 = 1
  • 0010 = 2
  • 0011 = 3
  • 0100 = 4
  • 0101 = 5
  • 0110 = 6
  • 0111 = 7
  • 1000 = 8
  • 1001 = 9
  • 1010 = A
  • 1011 = B
  • 1100 = C
  • 1101 = D
  • 1110 = E
  • 1111 = F

Digitizing Numbers in Binary

  • Binary digits' earliest use was for encoding numbers and keyboard characters.
  • Representing sound, images, video, and other information types is important.

Place Value in Decimal Number

  • To find the quantity expressed by a decimal number, multiply the digit in a place by the place value and add the results.
  • 1,010 (base 10) = (0 × 1) + (1 × 10) + (0 × 100) + (1 × 1000).

Place Value in Binary Numbers

  • Binary operates the same way as decimal.
  • The base is 2 instead of 10.
  • Binary place values are 1, 2, 4, 8, 16.

Binary Numbers

  • Binary: 1010 = (1 × 8) + (0 × 4) + (1 × 2) + (0 × 1)

Digitizing Text

  • The number of bits determines the number of symbols available for representing values, so n bits in sequence yield 2^n symbols.
  • The more characters required the more symbols are needed.

Text Considerations

  • Roman letters, Arabic numerals, and about a dozen punctuation characters are the minimum needed to digitize English text.
  • Consider Basic arithmetic symbols, (+, −, *, /, =?), characters not required for English (ö, é, ñ, ø?), Punctuation symbols? « », ¿, π, ∀)?, and business symbols: ¢, £, ¥, ©, and ®?.

Assigning Symbols in English

  • Need to represent:
    • 26 uppercase letters
    • 26 lowercase letters
    • 10 numerals
    • 20 punctuation characters
    • 10 useful arithmetic characters
    • 3 other characters (new line, tab, and backspace)
    • For a total of 95 symbols, which is enough for English

Assigning Symbols Additional Info

  • Since 95 distinct symbols need representing, 7 bits are required.
  • 6 bits provides 2^6 = 64 symbols, insufficient to represent all the English alphabet and additional symbols
  • 7 bits provides 2^7 = 128 symbols
  • 128 symbols is ample for the 95 different characters needed for English characters.
  • Some additional characters are also represented

ASCII

  • ASCII = American Standard Code for Information Interchange.
  • A widely used 7-bit (2^7) code.
  • Advantages of a standard ensures computer parts built by different manufacturers can be connected and programs can create data and store it where other programs can access it later.

Extended ASCII

  • 7-bit ASCII is insufficient due to its inability to represent text from other languages.
  • IBM decided to use the next larger set of symbols: 8-bit symbols (2^8).
  • Eight bits produce 256 symbols.
  • The 7-bit ASCII is the 8-bit ASCII representation with the leftmost bit set to 0.
  • The 8-bit ASCII handles many languages with Latin alphabet derivatives.
  • IBM give 8-bit sequences a special name, byte
  • A byte is a standard unit for computer memory.

Unicode

  • The 256 extended ASCII codes cover most Western languages.
  • Unicode represents many more characters using up to 32 bits to code characters.
  • UTF-8 records Unicode by writing long characters as groups of bytes.

Advantages of Long Encodings

  • Computing efficiently to minimize the memory amount with the shortest symbol sequence is the aim.
  • NATO Broadcast Alphabet and Bar Codes are examples of the opposite.

NATO Broadcast Alphabet Specifics

  • The code for letters used in radio communication is purposefully inefficient.
  • The code is distinctive when spoken amid noise.
  • The alphabet encodes letters as words where words are the symbols.
  • The longer encoding improves recognition chances.
  • Digits maintain their usual names, but nine becomes niner.

Barcodes

  • Universal Product Codes (UPC) utilize more than the number of bits to encode information.
  • The UPC-A encoding utilizes 7 bits to encode the digits 0–9.
  • UPC encodes the manufacturer (left side) and the product (right side).
  • Different bit combinations are used for each side and one side is the complement of the other.
  • The bit patterns were chosen to be as different from each other as possible.

Parity

  • Computer memory is subject to errors.
  • An extra bit detects errors.
  • A ninth bit per byte can detect errors using parity.
  • Parity refers to whether a number is even or odd.
  • Even parity means that if the sum of 1s even, set the ninth bit to 0; otherwise set it to 1.
  • All 9-bit groups have evenparity.
  • Any single bit error in a group causes its parity to become odd so, hardware detects an error has occurred.
  • It cannot detect specifically which bit is wrong.

Why Byte?

  • IBM was building a supercomputer, called Stretch.
  • There was a need for a word to describe quantity of memory between a bit and a word.
  • A computer memory word is typically the amount required to represent computer instructions; currently a word is 32 bits.
  • The i to a y ensure there is no confusion with a bit.

Metadata

  • Converting the content into binary is half of the problem of representing information.
  • Metadata describes information's properties.
  • Content characteristics also require encoding.
    • Content structure.
    • Related content.
    • Collection Location.
    • Assigned Units of measure.
    • Instructions of how it is displayed
    • Time it was created or captured
  • Metadata = information describing information.
  • It does not require its own binary encoding.
  • The most common way to give metadata is with tags.

Properties of Data

  • Metadata and what is describing it are separate.
  • ASCII representations of letters and How the letters look (for example Comic Sans Font) are discussed.

Data Tags

  • Instead of filling a file with the Times New Roman font, the file populates with letters and tags that describe how it should display.
  • This avoids locking-in the form of display, that is changed by changing the metadata.
  • Metadata is presented at several levels.

Tags for Metadata

  • The Oxford English Dictionary (OED) is the definitive source reference for every English etymology, meaning, and usage.
  • The OED printed version has 20 volumes, weighs 150 pounds, and uses 4 feet of shelf space.

Using Tags for Metadata Specifics

  • The OED conversion to digital form began in 1984.
  • To find the definition of the verb, "set” find it in a search, the OED searches many similar words for set such as closet, horsetail, and settle.
  • Software can help sort out the words.

Structure Tags Information

  • Special tags can handle structure:
    • <hw> the OED's tag for a headword (word being defined) -<pr> handles pronunciation -<ph> does the phonetic notations
    • <ps> parts of speech -<hm> homonym numbers -<e> surrounds the entire entry
    • <hg> surrounds the head group and all definition starting information.
  • Software algorithms can use tags.
  • Tags do not print.
  • They are included only to specify the structure so the computer discerns the dictionary part to use.
  • Structure tags format, especially boldface used for headwords
  • Knowing the structure generates the formatting information.

Representing Numbers

  • Numerical representation uses two fixed bits for technology, which is binary and decimals
  • Decimal numbers use base 10 positional notations with 10 digits ranging between 0-9.
  • Decimal example: 234.56 = 2x10^2 + 3x10^1 + 4x10^0 + 5x10^-1 + 6x10^-2.
  • Positional Notation uses any base.
  • Useful bases for positions
    • Hexadecimal: 16
    • Octal: 8
    • Binary: 2

Numerical Types

  • Major types:
  • Integers.
  • Non-integers.
    • Floating points
      • Float (32 bits).
      • Double (64 bits).
      • Doubles allow quantitative precision by sharing common rules.

Internal representations

  • Integer uses less space and are processed at higher speed.
  • Non-integers require more bytes and complex processing.
  • A sum of two integers can be computed in a single CPU clock cycle.
  • A sum of two double precision requires 4 CPU clock cycles.
  • Numbers:

Integers

  • 32 bits
    • From –(2^31-1) to 2^31-1
    • Internal binary representation
  • Negatives are represented in two's complement

Floating Point Double Numbers

  • 64 bits
    • Limit changes in language implementations differently
      • Represented as
        • Mantissa * BaseExp
    • Internal binary representation; Mantissa = Significant.

Two's complement

  • Considers negative integers.
  • The following are representations of -1.
  • Represents 1 00000000000000000000000000000001 -31 zeros followed by 1 invert all bits -31 one followed by all zeros
    • 11111111111111111111111111111110
    • add +1 11111111111111111111111111111111
    • Representation –(2^31-1) 10000000000000000000000000000001100000000000000000000000000000001

Two’s Compliment Examples

  • 8-bit example

Overflow

  • 8 bit examples consider sums that goes over an int (integer) amount.
  • This can discriminated between negative and non-negative quantities

Calculations With Floats

  • The exponent adjusts the point, that is, less than one of first digit to the right from the decimal point.

Normalized Floating-Point Numbers

  • Any rational number with a finite number of digits uses 2 numbers:
  • Mantissa
  • Exponent
  • The calculation can be simplified by normalizing the number

IEEE Standards

  • Uses bit standards
  • Sign
  • Exponent
  • Mantissa

Parameters for numbers

  • Numbers utilize various forms including “double” (neg,pos), integer, and digit forms

R Calculation

  • Doubles use 3 types
  • Smallest -largest These examples calculate for the double in absolute value, for negatives.

Calculating doubles and floats

  • Numbers must not only be fixed and accounted to order of magnitude.
  • Numbers can be represented in parts e.g. with limitations to parts like fixed integers.
    • As real numbers increase, computations will substitute specific numbers. Truncation with Doubles
  • Numbers near reals will all fall towards doubles i.e. “rounding”

Approximating Errors

Rounding will cause some errors of the actual number, especially at the numbers beyond reals in computation will be substituted. -This error is a calculation that is dependent on the exponential. This can be used to estimate, what the impact of the double on real values are.

  • (Relative error) independent in exponent from calculations in computations. Example of operations base 10.
  • Numbers are combined to determine correct answer. (truncation happens as needed with double’s) and with greater significance we find improved accuracy. Arithmetical Computation using Double’s
  • Commutative has the same validity for doubles or a floating point where it has an equal value or float.
  • Calculations depend on order of operations
  • Associative property: can be violated depending on how values can be interpreted (+ vs *)
  • Distributive property: can be violated depending on how we view it across both (+ vs *)
  • Doubles depend heavily on structure so that their data has equal representation

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

GIS Network Analysis and Digitizing Quiz
46 questions

GIS Network Analysis and Digitizing Quiz

CelebratedBougainvillea7028 avatar
CelebratedBougainvillea7028
01 Big Ideas in Computation
40 questions

01 Big Ideas in Computation

ToughRetinalite1892 avatar
ToughRetinalite1892
Computer Mapping
20 questions

Computer Mapping

LuminousHouston8084 avatar
LuminousHouston8084
Use Quizgecko on...
Browser
Browser