Chapter 1 Flashcards

1
Q

What is a robot?

A

A system that:
- physically exists
- can sense part of it’s environment
- can act based on sensor measurements
- is autonomous

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

Robot Structure

A

Frame or chassis to the other components

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

Sensors

A

Devices that measure or detect certain attributes of the environment

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

Actuators

A

Devices that manipulate the environment

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

Computer controllers

A

Decides the sequence of actions to take (command the actuators)

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

Power Source

A

The source of energy to power the active sensors and actuators as well as the computer controller

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

Unsigned Integer

A

All positive 2^(n) - 1

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

Signed Integer

A

Half positive/ half negative -2^(n-1) to 2^(n-1) - 1

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

The maximum number of memory locations

A

2^n memory address where n is the number of bits

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

4GB is how many memory addresses?

A

4 x 10^9

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

No. of Quantization Levels

A

2^n

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

What is the Resolution and how do you find it?

A

The minimum input voltage change to cause a change in digital output
Full Scale Voltage(V)/No. of Quantization levels(2^n)

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

Maximum Quantisation Error

A

Full Scale Voltage(V)/No. of Quantization levels(2^(n+1))

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

ADC Operational Range

A

2^n

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