Module 1 Flashcards
What is IT?
The use of digital technology to store and process data into useful information.
What is a computer?
A device that stores and processes data by performing calculations
What is the Binary system?
Base 2 numeral system. A communication system used by computers
What is a bit?
A binary digit. 8 binary numbers or bits grouped together is byte
How are bytes used to represent alpha numerical characters
Each byte can represent a character, and with up to 256 possible byte combinations, computers can represent up to 256 different characters
Computers use ASCII binary character tables to translate bytes into letters and vice versa.
What is character encoding
Computers assigns binary values to characters so that humans can read them in English
What is ASCII?
A Character encoding standard that represents the English alphabet, numbers, and punctuation marks.
Uses 7 bits for encoding, meaning it can represent 128 different characters
What is Unicode?
Unicode or universal character encoding is a Character encoding standard that supports many different alphabets and even emojis
Unlike ASCII, Unicode does not define how its mapping should be implemented, it only specifies which character refers to which code point.
A code point is a hexadecimal number representing a character
Computer Architecture Layers of Abstraction
- Hardware
- Operating System
- Software
- Humans