Data - Number systems (binary/hex) Flashcards
Define Boolean Expression
An expression that is either true or false eg; X=10
Define Truth Table
A table that shows all the possible combinations of inputs and their logical output value.
Define Logical Operators
AND, OR, NOT
Define Logic Diagram
A diagram of a circuit showing logic gates with inputs and the output these generate.
Convert 1110 0000 0100 1000 from base 2 to hexadecimal
e048
Convert 72 from octal to binary
111 010
Convert 0101 0101 from base 2 to decimal
85
What name is given to the computer’s own language?
Machine code is the name given to the computer’s own language
Each character on the keyboard has a special code to represent it. This is known as which of the following?
The ASCII code stands for American Standard Code for Information Interchange and is standard for all computer systems..