class
class
binary system; the communication that a computer uses, also knwon as a base-2
numeral system 0-1,
each place value represents a power of 2 (128 64 32 16 8 4 2 1)
DECIMAL SYSTEM BASE-10;ten digits 0-9, each value represents the power of 10
CHARACTER ENCODING; assign binary values to characters, so that we can read them
UTF-8; most used encoding standard.This encoding standard is built off the
LOGIC GATES; allow the transistors to do more complex tasks, such as deciding
where to send electrical signals depending on logical conditions
**Logic gates are the physical components that allow computers to make binary
calculations.
Logic gates represent different rules for taking one or more binary inputs and
outputting a
specific binary value (“on” or “off”).
Logic gates can be linked so that the output of one gate serves as the input for
other gates.
Circuits are complex electrical systems built by linking logic gates together.
Computers are
this kind of complex electrical system.**
ABSTRACTION: is taking a complex system and simplify it for its usage
MODULE 1 GLOSSARY
Abstraction: To take a relatively complex system and simplify it for our use
ASCII: The oldest character encoding standard used is ASCII. It represents the
English
alphabet, digits, and punctuation marks
Cryptography: The overarching discipline that covers the practice of coding and
hiding messages from third parties
Decimal form- base 10 system: In the decimal system, there are 10 possible numbers
you can use ranging from zero to nine
Digital divide: The growing skills gap between people with and without digital
literacy skills
Information technology: The use of digital technology, like computers and the
internet,
to store and process data into useful information
Linux OS: Linux is one of the largest open source operating systems used heavily in
business
infrastructure and in the consumer space
Logic gates: Allow transistors to do more complex tasks, like decide where to send
electrical
signals depending on logical conditions
Open source: This means the developers will let other developers share, modify, and
distribute
their software for free
RGB model: RGB or red, green, and blue model is the basic model of representing
colors