Module 1 - 3 Flashcards
(129 cards)
How many variables do OR gates need?
Boolean addition corresponds to the logical function of an OR gate and also involves two or more variables. (e.g)

A hexadecimal system which has a base of 16, uses which digits?
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
How do you convert decimal into hexadecimal? (The non decimal side “whole numbers”)
You do successive division of the base (16) until we reach 0 the remainder then gets multiplied by the base (16) and whats left over from each time is the next hexadecimal digit.

When dealing with two’s complement, If you need to increase the bits in the register how is it done?
We can just copy the MSB into the other previous bits.

Is the accuracy or precision of an approximate number given by the place value of the least significant digit?
Precision
How do you convert Hexadecimal to Octal?
First you convert Hexadecimal to binary, and then convert binary into Octal.
What does inverse mean?
Oposite of or to flip.
The inverse of True is False
The inverse of 1 is 0
the inverse of A is∀
What do truth tables look like?
The following list of Universal tables represents 2, 3 and 4 variables.

What does “Precision” show?
Precision shows how closely we can read the measurement scale. e.g. “If we have some measurement tool that is very finely graded we can determine our numbers with a very high precision. HOWEVER, if this tool was wrongly designed our measured numbers will be very inaccurate.”
A Binary system has a base of ___ ?
2
What would a conversion between positive and negative numbers look like using two’s complement?

When the MSB is 1 is the number positive or negative?
Negative
How to convert decimal to binary? (the decimal side “fraction”)
You do successive multiplication of the base (2) to the specified decimal point.

How do you convert a binary number given in one’s compliment if the number is negative? (MSB=1)
If the number is negative we add the column weights that contain 0’s, but we keep a negative sign in the front.

What is the range an engineering format number can have?

How do you convert decimal into binary? (The non decimal side “whole numbers”)
You do successive division of the base (2) until we reach 0 the remainder left over from each time we divide is the next binary digit.

How do you convert decimal into octal? (The non decimal side “whole numbers”)
You do successive division of the base (8) until we reach 0 the remainder then gets multiplied by the base (8) and whats left over from each time is the next octal digit.

What are the 4 rules of subtraction of binary numbers?

How do you convert octal into decimal?
You multiply the octal digit by the systems base (8) to the power of the position of the digit.

An octal system which has a base of 8, uses which digits?
0, 1, 2, 3, 4, 5, 6, 7
As the numbers stored in a computer have a previously specified digit size, the calculations will provide results with what two types of answers?
truncated or rounded
What is another word of saying base 10?
Radix 10
How do you convert a binary number given in one’s compliment if the number is positive (MSB=0)
you follow the same steps as converting binary to decimal just like you would any other time.

What are Postulates?
Postulates are self - evident truths







































