Chapter 3: Analysis Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Data

A

describes raw data in formats such as CSV

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

What does CSV stand for?

A

Comma separated value

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

Accessing Data

A

getting from data format

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

Pre-processing data

A

stage where we apply techniques to ensure that data is of good quality

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

Issues of data quality

A

Missing data
Out of range data
Non-validated data
Incorrect data structure

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

Reasons why data quality issues arise:

A

Poor validation in code
Typos
Manual entry of data from paper

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

Analysis

A

checking factors such as max and min value from a dataset

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

Visualization

A

It helps understand data through elements like graphs

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

Accessing pre-processed data

A

transferring data from micro bit to PC

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

What does serial communication ?

A

Sends ASCII values byte by byte using 2 wires

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

Serial Port Emulation

A

Getting the USB connection to emulate the serial communication

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

Layers of the PC

A
  1. USB cable communication with emulated serial port
  2. Operating System(OS)-windows
  3. Python programs (pyserial)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

COM PORT

A

The operating system uses COM PORT numbers to identify devices that are connected to the PC

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