March/April 2023 Flashcards

1
Q

SAE Specs as a group

A

J2735 - V2x message set (SPaT, MAP, BSM) used by DSRC & CV2X
J3016 - Levels
J3018 guidelines for testing Automated Vehicles
J3224 - SDSM (Sensor Data Sharing Message)

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

What are the member objects of the Vue context?

A

state,
rootState,
commit,
dispatch,
getters,
rootGetters

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

state options (Vue) (7)

A

data (returns the initial reactive content state)
props
computed
methods
watch (define callbacks to be used on data change)
emits
expose (a way of creating public properties)

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

NTRIP

A

Network Transport of RTCM over Internet Protocol
an HTTP derivative.

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

Left turns are what (in phase diagram)?

A

odd

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

MMU (in traffic controller)

A

Malfunction Management Unit

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

TSCBM

A

Traffic Signal Controller Broadcast Message

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

Maven

A

Maven is a build automation tool used primarily for Java projects

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

GGA

A

The NMEA GGA sentence is one of the most common sentences used with GPS receivers. It contains information about position, elevation, time, number of satellites used, fix type, and correction age.

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

__pychache__ folder

A

__pycache__ is a directory that is created by the Python interpreter when it imports a module. It contains the compiled bytecode of the module, which can be used to speed up subsequent imports of the same module.

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

Ansible

A

Ansible Playbooks offer a repeatable, re-usable, simple configuration management and multi-machine deployment system

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

Jedis

A

Jedis is a client library inside Redis that’s designed for performance and ease of use. Jedis is a lightweight offering compared to other Redis Java clients; it offers fewer features but can still handle large amounts of memory.

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

GPS Radio Frequencies (names & MHz)

A

L1 - 1575.42 MHz L2 - 1227.60 MHz

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

trick to get .env files without exports…

A

set -a # turn on automatic exporting
. test.env # source test.env
set +a # turn off automatic exporting

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

What is the AWS SDK for Python

A

Boto3

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

AWS’s NoSQL database

A

DynamoDb

17
Q

BIU

A

Bus Interface Unit (for Traffic Signal Controller)
interfaces 24 V logic signals to the SDLC serial bus in a TS 2 cabinet. The BIU interfaces between the Controller Unit and the Loop Detector Racks, Terminals and Facilities, and other devices in a NEMA TS-2 Cabinet Assembly. It is responsible for controlling load switches, providing dimming, receiving and isolating pedestrian calls, analyzing detector faults, time-stamping detector calls, and providing detector resets.

18
Q

NGINX

A

A web server, commonly used as a reverse proxy, load balancer, mail proxy and HTTP cache.

19
Q

gunicorn

A

Green Unicorn is a Python Web Server Gateway Interface (WSGI) HTTP Server. Often paired with NGINX.

20
Q

pre-fork worker model

A

A master creates forks (ahead of time, hence the pre in pre-fork) to handle requests. Forks are spawns of the same process. The completely separate nature of the forking allows non thread safe code to execute in some degree of isolation.

21
Q

RITIS

A

leading big data aggregation and dissemination platform for transportation

22
Q

UM: Sponsored Project

A

externally funded research

23
Q

UM: Employing Unit?

A

The employing unit is Mcity (Mcity is a unit)

24
Q

UM: RPM

A

Resource, Planning, & Management

25
Q

Mcity: Who is our unit supervisor?

A

Kasie

26
Q

Invariant

A

An invariant is a condition that can be relied upon to be true during execution of a program, or during some portion of it