Module 1 Flashcards
What cards had holes in them that were historically used to store data?
Punch Cards
Cyptography
The art of writing and solving codes
A(n) ____ is a series of steps that solve specific problems.
algorithm
What are the three main desktop operating systems used today? Check all that apply.
Windows
MacOS
Linux
Binary System
The communication that a computer uses also known as a bas-2 numeral system
What does the following binary code translate to? Use the following
ASCII “character to binary” chart
to help you find an answer.
01101000 01100101 01101100 01101100 01101111
hello
ASCII
Represents the English alphabet, digits, and punctuation marks
The first character in the ASCII to binary table – a lowercase a– maps to?
01100001
RGB
Primary color(red,green,blue)
In punch card systems, a hole represents the number ____.
1
Logic Gates
Electrical components that perform binary calculations by determining electrical outputs based on one or more inputs.
Represent “on” (1) or “off” (0) binary states.
Explain what happens when an off and on goes through a not gate?
Input of on outputs and off and input of off outputs an on
What happens in an AND gate?
if any of the combinations has an off it outputs off.
What happens in an XOR gate?
if any of the combinations has an on it outputs on.
What happens in an XOR gate?
If both inputs are the same it outputs off. If it’s different it outputs on.
What happens in a NAND gate?
If both inputs are different we get an on. If both it’s OFF we get an on and if it’s both on we get an off.
What happens in a XNOR gate?
If both inputs are the same we get an ON. If both are different we get an off.
How much does a bit represent?
Depending on what part it is just double it.
How many possible values can we have with the 8 bits in a byte?
256
What is the highest decimal value a byte can represent?
255
Question 3
Why did UTF-8 replace the ASCII character-encoding standard?
UTF-8 can store a character in more than one byte.
Question 4
What is 10101010 in decimal format? Please use this Binary Table to find the answer.
170
Question 5
What is 45 in binary form? Please use this Binary Table to find the answer.
00101101
Hardware Layer
Made up of the physical components of a computer
Operating System
Allows hardware to communicate with the system
User
Interacts with the computer
Number 1 Advice To Get Into IT
Make sure you have strong fundamentals
What does the hardware layer in computer architecture include?
The physical components of a computer
What is the purpose of the software layer in computer architecture?
It allows hardware to communicate with the system.
What are the four main layers of computer architecture?
Hardware, Operating System, Software, User
What’s a critical aspect of working as an IT support professional?
The human element
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
Binary system
The communication that a computer uses is referred to as binary system, also known as base-2 numeral system
Byte
A group of 8 bits
Character encoding
Is used to assign our binary values to characters so that we as humans can read them
Computer
A device that stores and processes data by performing calculations
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
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
PDA (Personal Digital Assistant)
Allows computing to go mobile
Open source
This means the developers will let other developers share, modify, and distribute their software for free
Punch cards
A sequence of cards with holes in them to automatically perform calculations instead of manually entering them by hand
RGB model
RGB or red, green, and blue model is the basic model of representing colors
UTF-8
The most prevalent encoding standard used today
Which of these devices can be used to control electricity voltages in computers? Select all that apply.
Transistors
Which of the following is the current method used to communicate in binary?
Electrical signals that flow through transistors
What do we mean when we say “under the hood.”
What distinguishes computers from calculators?
Algorithms can be programmed into computers
What advancement made learning programming languages accessible to nearly anyone?
Compilers
Fill in the blank: One byte can store ___ possible characters.
256
Ports
Connection Points that we can connect devices to that extend the functionality of our computer