February 2023 Flashcards

1
Q

module.exports()

A

defines the public interface that can be accessed should your code (module) be imported into another JS app.

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

How to import just a portion of a module in node.js?

A

Destructure it.
const { piece-of-module} = require(“module_path”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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
4
Q

XOSC

A

The Open Scenario file format

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

Nominal AWS VPN throughput

A

1.25 Gbps

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

gevent

A

a coroutine-based Python networking library.

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

Standard 8 phase as a diagram (1-8)

A

__________2 5
___________________4
___________________7
3
8
1 6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
Q

(JavaScript) Way of packing many other objects into one

A

object.assign
object.assign( { a:1, b: 2}, c:3)

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

Head of TechLab

A

Nick Moroz (also the mayor of Plymouth)

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