IT Revision Flashcards
(366 cards)
ASCII
American Standard Code for Information Interchange
the type of code that tells your keys which characters you are typing, offering 128 characters, with one bit per character
ADC
Analogue to Data Converter
creates digital sound signal in microphones
Analogue Input
converts a voltage level into a digital value that can be stored and processed in a computer
Analogue Output
a continuous output from PLC to field devices
And
a conjunction
only when both statements are true can the end result be true
straight line one, likes 0s
ALU
Arithmetic Logic Unit
performs all the mathematical calculations and logical operations in the CPU. Makes logical decisions and returns the answers to a temporary stage register known as the accumulator. A number needs to be inputted to be processed and a code from the controller which gives the operation to be performed
Arithmetic Shift Functions
multiplications of bit patterns, which involves moving the bits in a specified direction, either left or right, a number of places
Backing Store
Retains data written on it after the computer is switched off
Includes hard disks, flash drives, removable disks
BIOS
Basic Input Output System
a chip that enables a computer to communicate with other devices (eg keyboard, disk drive, monitor) on start up
Binary Digits
Either a 1 or a 0
Nybble
4 bits
Byte
8 bits
Kilobyte (Kb)
1024 bits
Megabyte (MB)
1024 KB
Gigabyte (GB)
1024 MB
Terabyte (TB)
1024 GB
Petabyte (PB)
1024 TB
Exabyte (EB)
1024 PB
Zettabyte (ZB)
1024 EB
Yotabyte (YB)
1024 ZB
Boolean
statements that can be true or false
Absorptive Law
allows complicated expressions to be simplified by absorbing terms
A+(A.B)=A, A(A+B)=A
Annulment Law
states that and always equals 1, and or always equals 0
A.0=0 A+1=1
Associate Law
states that statements can be rearranged
A+(B+C)=(A+B)+C=A+B+C, A(B.C)