Course 1 Week 1 Flashcards
What is Information Technology?
The use of digital technology like computers or the Internet 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 QWERTY keyboard layout called?
Cordelia
What was one of the earliest computers and when was it invented?
Abacus, invented in 500 BC to count large numbers
When was the mechanical calculator invented?
17th century by Blaise Pascal
When was the programmable loom invented?
1800s by Joseph Jacquard using punch cards
What were punch cards?
A sequence of cards with holes in them to automatically perform calculations instead of manually entering them by hand
Who invented the difference engine and analytical engine?
Charles Babbage
Who developed the first algorithm for the analytical engine?
Ada Lovelace
What is an algorithm?
A series of steps that solve specific problems
What is cryptography?
the art of writing and solving codes
What replaced punch cards and when?
Magnetic tape in the 1950s
What is a compiler?
a computer program that translates code written in one programming language often into the machine’s native language.
(translates source code into machine code)
A compiler is a program that translates a computer language that is easy for a programmer to understand to a series of bits (representing instructions) for the hardware
What is binary system? How does a computer use it? And what is it also known as?
The binary system is a computer’s way of representing data using 0s and 1s.
computer uses binary system to communicate
(binary digits (bits) grouped into 8 numbers )
Also known as base-2 numeral system (power of 2)
What is a group of 8 bits called?
a byte
What does base-2 system mean?
two to the eighth