IT Concepts and Terminology Flashcards
This numbering system is Base 2.
Binary
This numbering system is Base 10.
Decimal
This numbering system is Base 16.
Hexadecimal
We use this term to mean that data is stored in a human-readable manner.
ASCII
This is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world’s writing systems.
Unicode
This data type stores character data in a fixed-length field.
Char
This data type is like CHAR, but is intended to hold multiple characters.
String
This data type is for precision when working with numbers.
Floats
This data type is for one or the other; True or False
Boolean
This data type is for whole numbers that aren’t fractions.
Integers
The instruction given to a computer by a human is known as this.
Input
The results of processing are given to humans from computers through this action.
Output
After processing, computers can do a couple of things with the data. Which of the following do computers perform?
- Output
- Storage
Which of the following are input devices?
- Keyboard
- Speaker
- Mouse
- Monitor
- Keyboard
- Mouse
Which of the following are storage devices?
- Hard Disk
- Flash Media
- Thumb Drive
- SSD
- Hard Disk
- Flash Media
- Thumb Drive
- SSD