Numerics and boolean logic (week 4) Flashcards

1
Q

Do you know how to convert decimal to binary ?

A

YES

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

Do you know how to convert binary to decimal?

A

YES

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

Do you know how to convert hexadecimal to decimal ?

A

YES

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

What is the notation of hexadecimal?

A

0 x XX or Xh

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

What is the notation of decimal?

A

.X or Xd

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

What is the notation of binary ?

A

Bx or Xb

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

How are indicated memory and I/O ports addresses ?

A

They are indicated using hexadecimal notation

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

What is the method to convert decimal to binary ?

A

SUCCESSIVE APPROXIMATION METHOD

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

WHAT IS THE METHOD TO CONVERT FROM DECIMAL TO HEXADECIMAL ?

A

IT’S THE SUCCESSIVE APPROXIMATION METHOD

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

WHAT IS THE METHOD OF CONVERSION FROM BINARY TO HEXADECIMAL ?

A

it is the grouping digits method

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

What is the method of conversion from hexadecimal to binary ?

A

splitting digits

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

How to convert fractional decimal numbers into binary ?

A

successive approximation with N digits from integers and M digits for decimals. Decimals start with 2^-1

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

What are the conventions to represent signed numbers ?

A

magnitude
1s complement
2s complement

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

SEQUENTIAL LOGIC-What are the applications ? What is switch debouncing ?

A

1) Switch debouncing
Bouncing object occurs whenever a moving object collides with a stationary one. Switches are no exception to this rule.

  • VERY FAST ON/OFF for a short time, until it becomes stationary
    -In digital circuits, the debouncing is seen as additional switching actions (repeated ones and zeros)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SEQUENTIAL LOGIC-What are the applications ? What is Clock divider?

A

SOMETIMES, different devices run on different clock speeds. (while being synchronised). A clock divider generates slower clocks from MASTER CLOCK

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

SEQUENTIAL LOGIC-What are the applications ? What is COUNTER ?

A

COUNTERS are sequential circuits that counts how many pulses have been applied to their input. Basically it counts how many pulses a sensor has generated.