Ift 211 Flashcards

1
Q

What is a number d

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the binary number system

A

this is a number system that represent numbers using 0 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is computer arithmetic

A

computer arithmetic is a branch of computer science that deals with the methods of representing integers and real values in a digital system and the efficient algorithm for the manipulation of such numbers using the hardware circuits and software routine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is hexadecimal number system

A

a number system that uses that uses 16 symbols 0-9 and a-f to represent numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

state the boolean notation of the following logic function AND OR NOT NAND NOR

A

A . B
A + B
/A
/A . B
/A + B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are Boolean algebra

A

input answer later

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

lit the laws of Boolean algebra

A

1] annulment law A . 0 =0
A + 1= 1
2] identity law A . 1=A
A + 0=A
3] idempotent law A + A = A
A . A =A
4] commutative law A . B =B.A
A + B=B+A
5]Double negation - when a term is negated twice it is equal to the original term
6] absorption law - it allows for the ruduction of complicated Expression to simpler one by absorbing like terms
7]complement law A . /A =0
A + /A=1
8] distributive
9] assosiative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

State De Morgans first and second theorem

A

first = when two or more input variable are AND then NEGATED, it is equal to the OR of the COMPLEMENT of each individual variable .
ie /A .B = /A + /B

second= when two or more input variable are OR’ed and NEGATED, it is equal to the AND of the COMPLEMENT of each individual variable.
ie /A + B = /A . /B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are logic gates

A

these are logical operations performed on one or more binary input to produce a binary output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

combination logic gates

A

are basically designed by combining basic logic gates such as NAND, NOR $ NOT

it is a function of the current input signals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

sequential circuits

A

is a logical circuit whose output depends on the current value of the input signal as well as the sequence of past input

it is a combination of combinational circuit and storage element [which contains previous input variables]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

draw the diagram of the following

A

1] combinational logic circuit design
2]sequential logic design
3] clocked and unclocked sequential circuit
4] Asynchronous circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the types of sequential circuits and explain

A

1] synchronous sequential circuit- the state of the device changes at descrete times in response to a clock cycle

2] Asynchronous sequential circuit - the state of the device changes in response to changing inputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

synchronous circuit can be divided into

A

clocked sequential circuit - the operation of the circuit is controlled and synchronised by the periodic pulse of the clock

unlocked sequential circuit - it requires two consecutive changes between zero and one to alternate the state of the circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

unclocked mode circuit

A

it is designed to respond to pulses of certain duration and do not affect the circuit duration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A
17
Q
A