2022 Jul Flashcards

1
Q

Nutriment

A

Nourishment

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

Hirrient

A

Having a strongly trilled sound

Purring

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

AUM

A

Assets under Management

Total market value of the investments that a person or entity handles on behalf of investors

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

NAV

A

Net Asset Value

Investment company’s total assets minus its total liabilities

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

Ambisinister

A

Clumsy or unskillful with both hands

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

Assoil

A

To absolve

Pardon

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

Handsel

A

A gift given for good luck

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

Passible

A

Capable of feeling or suffering

Susceptible to sensation or emotion

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

Philtre

A

A love potion

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

Cairn

A

A mound of rough stones built as a memorial or landmark (typically on a hilltop or skyline)

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

Amphigory

A

A nonsense verse

A rigmarole which proves to be meaningless

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

Rigmarole

A

A long story

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

Tryst

A

A private romantic rendezvous between lovers

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

Parapraxis

A

A slip of the tongue

Forgetfulness

Misplacement of objects

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

Vassal

A

A person or country in a subordinate position to another

A holder of land by feudal tenure on conditions of homage and allegiance

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

Parkinson’s Law

A

The notion that work expands to fill the time available for its completion

17
Q

Gruen Transfer

A

The moment when consumers enter a shopping mall or store and, surrounded by an intentionally confusing layout, lose track of their original intentions, making them more susceptible to making impulsive buys

18
Q

Sternutation

A

The act of sneezing

19
Q

Confabulate

A

To fabricate imaginary experiences as compensation for a loss of memory

20
Q

Inconnu

A

An unknown person or thing

21
Q

Eunomy

A

Civil order under good laws

22
Q

Charrette

A

SHE-ret

A meeting in which shareholders in a project attempt to resolve conflicts and map solutions

23
Q

Smorzando

A

(Music) dying away

24
Q

Paraph

A

A flourish after a signature, originally as a precaution against forgery

25
Q

Enum

A

A user-defined data type that has a fixed set of related values (Swift)

  • “enum” keyword is used to create enums

enum Season {
case spring, summer, autumn, winter
}

*Enum values are also called “enum cases”

Season -> name of the enum

Spring, summer, autumn, winter -> values defined inside the enum

*case keyword is used to declare values inside the enum

26
Q

Compound assignment operator

A

Replaces the contents of the object with the result of a binary operation between the previous value of a and the value of b

E.g.,

27
Q

Tuple

A

A group of different values (Swift)

Syntax

var TupleName = (Value 1, Value 2…any number of values)

28
Q

Dictionary

A

A collection whose elements are key-value pairs
Each entry is identified using its key

Declaration

@frozen struct Dictionary where Key : Hashable

29
Q

Exemplar

A

A person or thing serving as a typical example or appropriate model

Epitome