1/15
These flashcards cover key concepts related to computer languages, binary systems, character encoding, logic gates, computer architecture, and terminology.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is the binary system in computing?
The communication that a computer uses, also known as a base-2 numeral system.
What is a Byte?
A group of 8 bits.
How many possible values can a byte represent?
256 possible values (2^8).
What does ASCII stand for?
American Standard Code for Information Interchange.
What is UTF-8?
A modern character encoding that allows storage of a character in more than 1 byte.
What does an AND gate output?
An 'on' signal only when both its inputs are 'on'; otherwise, it outputs 'off'.
What is the maximum decimal value a byte can represent?
255.
What is abstraction in computer architecture?
The simplification of a complex system for usability.
What are the four main layers of computer architecture?
What is character encoding?
The process of assigning binary values to characters so humans can read them.
What is the purpose of logic gates in computing?
They allow transistors to perform complex tasks by controlling electrical signals based on logical conditions.
What does RGB stand for in computing?
Red, Green, Blue; a color representation model.
What was the function of punch cards?
To perform calculations automatically based on holes in the cards.
What is the digital divide?
The growing skills gap between people with and without digital literacy skills.
What is a Computer?
A device that stores and processes data by performing calculations.
What is cryptography?
The practice of coding and hiding messages from third parties.