WORDS

Virtuousness=the quality of doing what is right and avoiding
what is wrong

valedictorian=the student with the best grades

maneuver=act in order to achieve certain goal

cackle=unpleasant kind of laughing

clutch=grab, hold

flamboyantly=in a fancy colourful manner

crackpot=someone regarded as mad

bountiful=producing in abundance

unsavory=morally offensive

vague=not clearly understood

muddled=confused or vague

triumph=a successful ending of a struggle or contest

inevitable=an unavoidable event

surefooted=not liable to error

mediocrity=averageness, second-rated

derelict=a person unable to support himself

endurance=the power to withstand hardship

manifold=make multiple copies of

gestation=state of being pregnent

detour=a round about road

sabotage=weaken

storey=floor, level

toil=work hard

deterrent=tending to deter

posted under | 0 Comments

VLSI


guys here is a book for vlsi, this book contains everything related to vlsi design,hope you take maximum use of it

http://www.sendspace.com/file/tkqggh

posted under | 0 Comments

WORDS

Tugging=pulling hard

wand=rod used by the magician

disheartened=take away the enthusiasm

bullying=bossy, dominating

stumble=make an error, walk unsteadily

holistic=emphasizing the organic or functional
relation between parts and the whole

extrapolate=generalize

discourteous=rude

crook=someone who has committed a crime

eternal=time without end

foster=promote the growth of

confine=deprive from freedom

consciously=with awareness

attuned=appropriate

bliss=state of extreme happiness

(n)paradise=place of complete bliss and delight
and peace

(n)have=rich person

(adj)august=profoundly honored

cafeteria=a restaurant where you serve yourself
and pay a cashier

annoy=disturb

skeptical=disbelieving, doubting

acquisition=something acquired

procrastinate=postpone doing

gratitude=a feeling of thankfulness

complacence=feeling you have when you
are satisfied with yourself

menace=pose a threat to

freight=goods carried by a large vehicle

trait=a distinguishing feature of your personal
nature

conviction=strong belief

competent=efficient

steadfastly=with resolute determination,
unwaveringly








posted under | 0 Comments

aptitude

Q.steve gets on the elevator at the 11th floor of a building and rides up at a rate of 57 floors per min. At the same time, joyce gets on an elevator on the 51st floor of the same building and rides down at a rate of 63 floors per min. If they continue travelling at the rates, then at which floor will their paths cross?
a)19 b)28 3)30 4)32
sol: divide the rate with common divisible number
here for 57 and 63 we can divide by 3, then 57/3=19 and 63/3=21
now add with floor i.e., 11+19=30(up) and 51-21=30(down)


posted under | 0 Comments

probability


A committee consists of 9 experts taken from three institutions A, B and C, of which 2 are from A, 3 from B and 4 from C. If three experts resign, then the probability that they belong to different institutions is
sol:A B C
2 3 4
required prob is (1/2)(1/3)(1/4)=1/24

posted under | 0 Comments

probability

1.there are 100 students in a college of which 36 are boys studying statistics and 13 girls not studying statistics. if there are 55 girls in all, then the probability that a boy is picked up iat random is noyt studying statistics, is
a.3/5 b.2/5
c.1/5 d.none of these
sol:there are 55 gals then remaining 45 are boys out of which 36 are studying stat then only 9 not studying
therefore 9/45 =1/5

2.An article manufactured by a company consists of two parts X and Y. In the process of manufacture of the part X, 9 out of 104 parts may be defective. similarly, 5 out of 100 are likely to be defective in the manufacture of the part Y. the probability that the assembled product will not be defective, is
sol:9 out of 104=95(not def)
5 out of 100(not def)
therefore req prob=(95/104)(95/100)=361/416

posted under | 0 Comments

Numbers

Numbers Divisible by 7

To determine if a number is divisible by 7, take the last digit off the number, double it and subtract the doubled number from the remaining number. If the result is evenly divisible by 7 (e.g. 14, 7, 0, -7, etc.), then the number is divisible by seven. This may need to be repeated several times. Example: Is 3101 evenly divisible by 7?

310 - take off the last digit of the number which was 1
-2 - double the removed digit and subtract it
308 - repeat the process by taking off the 8
-16 - and doubling it to get 16 which is subtracted
14 - the result is 14 which is a multiple of 7


Which is the smallest number which when decreased by 5 is divisible by 21,27,33,55
a)1490 b)10400 c)15490 d)none
sol:21=7*3
27=9*3
33=3*11
55=5*11
it must be divisible by 3,7,9,11
a)1490-5=1485
148-10=138
13-16=-3 so not divisible by 7
b)10400-5=10395
1039-10=1029
102-18=84
8-8=0 therefore the number is divisible by 7
c)15490-5=15485
15485-10=15475
1547-10=1537
153-14=139
13-18=-5 not divisible by 7
hence b is correct answer as it is divisible by 3,7,9,11



posted under | 0 Comments

Numbers

Q:When 2 raised to the power of 256 is divided by 17, the remainder would be?
sol:2 raised to 256=16 raised to 64
16 raised to even number divided by 17 always gives a remainder 1
this is from remainder theorem

posted under | 0 Comments

NUMBERS


The codes which when turned upside down gives a number i.e.,
01-10
06-90
08-80
09-60
16-91
18-81
19-61
66-99
68-89
86-98
->so from 0-99 there are 20 such numbers which can create confusion
ex:an intelligence agency decides on a2-digits selected from 0, 1, ....9 so that 1st digit is non-zero.The code, handwritten on a slip, can create confusion when read upside down.How many codes are there for which there is no confusion.
a.80 b. 63
c.71 d.69
sol:The 2-digit number is selected from 10-99(90 codes)
out of these remove 9 codes viz 11,22,33,44,55,66,77,88,99
remaining 81
the codes which can create confusion are 16-91,18-81,19-61,66-99(we have already removed it),68-89,86-98 total 10
therefore ans is 81-10=71.

posted under | 0 Comments

NATURAL NUMBERS


Guys all of you know the formula n(n+1)/2 for sum of n natural numbers .

Here is some useful info to solve some typical prob quickly

The sum of 1st 10 natural numbers =55
sum of next 10 natural numbers(11-20)=155
sum of next i.e., (21-30)=255.................................it goes on 355, 455, 555, 655 etc

->sum of 1000 natural numbers=(100*101)/2=>5050 i.e.,(55+155+255+355+455+555+655+755+855+955)

ex:A boy starts adding consecutive natural numbers starting with 1, after some time he reaches a total of 1000, and realizes that he has made an error of double counting one number. find the double counted number.
ans:by using the above mentioned info
the sum of 1st 40 natural numbers=55+155+255+355=820
now you go on adding the remaining numbers till you reach near 1000
820+40+41+42+43+44=990
so the required ans is 10 (1000-990=10)
since double count will always have the effect of increasing the sum

posted under | 0 Comments

TIME AND WORK


If A can finish a work in X time and B can finish the same work in Y time then both of them together can finish that work in (X*Y)/ (X+Y) time.

If A can finish a work in X time and A & B together can finish the same work in S time then B can finish that work in (XS)/(X-S) time.

If A can finish a work in X time and B in Y time and C in Z time then all of them working together will finish the work in (XYZ)/ (XY +YZ +XZ) time

If A can finish a work in X time and B in Y time and A, B & C together in S time then

· C can finish that work alone in (XYS)/ (XY-SX-SY)

· B+C can finish in (SX)/(X-S); and

· A+C can finish in (SY)/(Y-S)

posted under | 0 Comments

CAT WORDS 3


amphibian = creature that lives on land and water
anachronism = Anything occurring or existing out of its proper time
angular = Sharp-cornered or sharp angled
anthropomorphous = Nonhuman having or resembling human form or quality
apothegm = a short saying
appraise = assess, evaluate the value
arable = suitable for cultivation
asperity = roughness of temper
assay = to analyze or estimate
audit = formal examination of final records
augury = prophecy or prediction of events
aver = to declare to be true
aversion = intense dislike
aviary = cage where birds are kept
banter = to tease playfully and in good humor
beatific = supremely happy, angelic, saintly
benighted = un enlightened
benison = Blessing
blanch = bleach, whiten, to take the color out
bludgeon = to hit someone several times with a heavy object
bolster = To support or make something strong
burnish = To make brilliant or shining
canny = clever and able to think quickly, especially about money or business
carnal = of the flesh, sensual
carp = to find faults, complain constantly
cavalcade = a procession or sequence
celerity = quick moving or acting
cession = Surrender, as of possessions or rights
champ = to chew noisily
chastise = to criticize or punish someone
chattel = piece of personal property
churlish = rude, ungracious
circumscribe = To confine within bounds
clairvoyant = who can see the future, having ESP
collate = to sort or put in proper order
complaisant = Agreeable, friendly
consequential = important
contumacious = rebellious
cuisine = cookery, style of cooking
culmination = climax, final stage
curator = in charge of a library or museum
daunt = to frighten, subdue
declivity = a place that declines or slopes downwards
deranged = insane, delirious, maniacal
derivative = copied or adapted, not original
descry = To discern, to discover or reveal
diffidence = shyness, lack of confidence
dirge = lament with music, funeral hymn
discomfit = To put to confusion, discomfort
discordant = harsh-sounding, badly out of tune
dissimulate = to disguise
distaff = the female branch of a family
dolt = a stupid person
domineer = to rule over something in a tyrannical way
doughty = brave, dauntless
dross = waste matter, worthless impurities
dyspeptic = suffering from indigestion, gloomy and irritable
effluvium = noxious smells
effusive = expressing emotion without restraint
elation = exhilaration, joy
eloquence = fluent and effective speech
emollient = cream for softening, making supple
ensconce = to hide safely, settle comfortably
enunciate = verbalize, articulate
epilogue = The close of a narrative or poem
epitome = A simplified representation
equestrian = one who rides on horseback
excoriate = to denounce
exculpate = to clear of blame or fault
expatiate = to discuss in detail, elaborate
expatriate = who does not live in one's own country
expurgate = to purify by removing obscenities
extrinsic = not inherent or essential, coming from without
extrovert = an outgoing person
fell = to chop, cut down
fervid = fervent, passionate
fetter = to restrain, to bind
finicky = meticulous, fussy
fissure = a crack or break
flaccid = limp, flabby, weak
flamboyant = Characterized by extravagance
fluster = confuse
forbearance = Patient endurance or toleration of offenses
forte = A strong point
fractious = wayward, unruly, disorderly
frenzied = feverishly fast, hectic
funereal = mournful, appropriate to a funeral
gall = bitterness, nerve
gambol = Playful leaping or frisking
gaunt = thin, emaciated
gustatory = relevant to the sense of tasting
hallow = to make holy
hoary = white, old
holocaust = widespread destruction
ignominious = Shameful
impious = not devout in religion
implacable = doubtful, dubious
improvident = lacking foresight or thrift
incarnadine = blood-red in color
indenture = bound to another by contract
interstice = a small space between things
iridescent = showing many colors
jettison = to throw overboard, abandon
jingoism = extremely aggressive and militant patriotism
lackadaisical = Listless, idle
languor = Lassitude of body or depression
lapidary = relating to precious stones
latitude = freedom from narrow limitations
lionize = treat as a celebrity
loiter = dawdle, loaf
lull = moment of calm
megalomania = mental state with delusions of wealth and power
mendacious = Untrue
meretricious = Alluring by false or gaudy show
molt = to shed hair, skin periodically
monastic = related to monks
morbid = abnormally gloomy
naiveté = a lack of worldly wisdom
nihilism = a belief in nothing, extreme skepticism
nomadic = moving from place to place
non sequitur = an irrelevant conclusion
nuptial = relating to marriage
objurgate = to chide, scold
opalescent = iridescent, displaying colors
ornithologist = scientist who studies birds
orotund = pompously said
palette = board for mixing paints
pastiche = imitation of another's style
patricide = murder of one's own father
peculation = theft of money or goods
pediment = triangular gable on a roof or façade
penumbra = partial shadow in an eclipse
permeable = penetrable
philology = study of words
plaintiff = injured person in a lawsuit
plangent = plaintive, resounding sadly
politic = expedient, prudent, well devised
potable = suitable for drinking
presentiment = sense of foreboding
primordial = existing at the beginning, rudimentary
pummel = beat, attack
putrid = dirty, rotten
quintessence = The most essential part of anything
ramshackle = dilapidated, falling to pieces
ratiocination = reasoning
raucous = Harsh sounding
ravenous = extremely hungry
rectitude = moral uprightness
refectory = dining hall
remediable = capable of being corrected
remonstrate = to protest or object
retinue = group of attendants
rococo = ornate, highly decorated
roil = to disturb or cause disorder
salubrious = healthy
serenity = calm, peacefulness
serrated = toothed, with a zigzag edge
sinuous = Curving in and out
slough = to discard or shed
sluggard = lazy, inactive person
sophist = person good at arguing deviously
sophomoric = immature and overconfident
staccato = marked by abrupt, clear-cut sounds
succinct = Concise
synthetic = artificial, imitation
threnody = a sad poem or song, dirge
tremulous = trembling, fearful
tundra = treeless plain found in Arctic or sub arctic regions
upbraid = to scold sharply
vagrant = An idle wanderer
variegated = many-colored
vaunted = boasted, bragged
veracious = truthful, accurate
verity = Truth
vernal = related to spring
wrangle = loud quarrel

posted under | 0 Comments

CAT WORDS 2

ample = enough, specious, abundant
amplify = enlarge, increase, intensify
ancillary = supplementary, subsidiary, subordinate
anomaly = deviation from the rule, irregularity
artifact (BRITISH = artefact) = an object made by human, of historical interest
artisan = a skilled handicraftsman
authoritarian = dictator, extremely strict, bossy
autocrat = dictator or a high ranking government officer
bifurcated = divided into two branches, forked
blatant = glaring, obvious, showy
bountiful = abundant, plentiful
brazen = bold, shameless, impudent
breach = breaking of a rule, agreement, or law
caricature = cartoon, exaggerated portrait
carnivorous = meat-eating
catalyst = something that causes change without being changed
centripetal = tending toward the center
chaotic = in utter disorder
chauvinist = a man who thinks men are better than women
complement = To make complete, perfect
composure = Calmness of appearance
compress = to reduce, squeeze
constituent = electorate, component, part
constraint = something that limits what you can do
correlation = mutual relationship, association
corrugate = to wrinkle or draw into folds
depose = testify, to remove from a high position
depreciate = To lessen the worth of
determinate = Definitely limited or fixed, conclusive
dexterous = skillful, adroit
dwindle = To diminish or become less
earthy = crude
entity = being, existence
equity = impartiality, justice
equivocal = Ambiguous, open to two interpretations
eulogy = high praise
exotic = Foreign, romantic
extemporaneous = unrehearsed
fabricate = construct
fallible = Capable of erring
felicitous = very appropriate, pertinent
flair = a natural aptitude
flaunt = to show off
flora = plants
fraudulent = Counterfeit
fusion = union, coalition
germinate = To begin to develop into an embryo or higher form
heterogeneous = composed of unlike parts, different
hypothetical = theoretical, speculative
immune = Exempt, as from disease
imprudent = unwise
inception = The beginning
inconsequential = Valueless
indefatigable = never getting tired
indicative = suggestive, implying
indisputable = not disputed, unquestioned
infantile = childish, immature
ingenuous = naïve and unsophisticated
injurious = harmful
innovate = to invent, modernize
integrity = decency, honest, wholeness
intermittent = starting and stopping
introspective = looking within oneself
introvert = To turn within
invoke = request assistance or protection
iota = A small mark or part
irreverent = disrespectful
jaundice = disease of yellowish discoloration of skin
lackluster (BRITISH = lacklustre) = dull, dreary, colorless
laudable = Praiseworthy
lexicon = A dictionary
litigation = lawsuit
lunar = related to the moon
luscious = Rich, sweet, and delicious
metaphor = figure of speech comparing two different things
microcosm = The world on a small scale
migratory = Wandering from place to place with the seasons
mishap = Misfortune
mnemonic = related to memory
monotony = A lack of variation
omnivorous = eating everything
opportunist = One who takes advantage of circumstances
orifice = a small opening
overt = open to view
paradox = seemingly in contradiction
parasite = one who lives at another's expense
patent = the right to make or sell a new invention
pediatrician (BRITISH = paediatrician) = a child doctor
perusal = reading carefully
plenitude = Abundance
polyglot = Speaking several tongues
propagate = To spread
reactionary = related to, or favoring reaction
reciprocate = To give and take mutually
regimen = government rule, systematic plan
rehabilitate = To restore to a former status
reminiscence = remembrance of past events
renegade = rebel, dissident
resilient = the quality of springing back
retroactive = applying to an earlier time
sensual = related to the physical senses
strident = rough, harsh, caustic, loud
subliminal = subconscious, imperceptible
superannuated = retired
superficial = shallow and phony
supple = Easily bent
synchronous = happening at the same time
tainted = contaminated, corrupt
talisman = an object supposed to bring good luck
theocracy = government by the priests
therapeutic = medicinal
tortuous = with bends or turns
transcend = To surpass
transmute = To change in nature or form
tribute = a gift or statement showing respect
turbulence = violent agitation
unobtrusive = inconspicuous, not blatant
vent = small opening, outlet
verisimilitude = appearance of being true
versatile = adaptable, all-purpose
vicarious = substitute, surrogate
viscous = sticky, gluey, thick
warranty = guarantee of a product's soundness
wax = increase, grow
weather = endure the effects of weather or other forces
yoke = join together, unite
temporal = limited by time, secular, not lasting forever
tenacious = persistent
tendentious = biased
tenet = doctrine, principle
tensile = capable of being stretched
tenuous = thin, insubstantial
tepid = lukewarm
terse = concise, brief
tether = tie down, tie with a rope
thrall = slave
thwart = to block or prevent from happening
timorous = fearful, timid
tirade = scolding speech
toady = fawner, sycophant
torpid = lethargic, inactive
transient = fleeting, temporary
translucent = clear, lucid, almost transparent
travesty = caricature, farce, parody
trenchant = incisive, penetrating
trepidation = fear
trite = commonplace, insincere
truculent = fierce, savage, tending to argue a lot
truism = self-evident truth
tryst = meeting, rendezvous
tumult = commotion
turbid = muddy, clouded
turgid = Swollen, not flowing
turpitude = Depravity, evil
tyro = beginner
umbrage = resentment
unctuous = insincere
unkempt = messy in appearance
unsullied = spotless
usurp = seize, to appropriate
usury = overcharge, lending money at illegal rates of interest
vacillate = To waver
vacuous = inane, empty, not showing intelligence or purpose
vapid = vacuous, insipid
venal = willing to do wrong for money
vendetta = grudge, feud
venerable = respected because of age
verdant = green, lush
vex = annoy, to irritate
vicissitude = changing fortunes
vie = compete
vignette = scene, decorative design
vilify = defame
vindicate = free from blame
virile = manly
virulent = deadly, poisonous
vitiate = spoil, ruin
vitriolic = scathing, burning
vociferous = adamant, clamoring
volition = free will
voluminous = bulky, extensive, or great quantity
wallow = indulge, luxuriate
wan = sickly pale
wane = dissipate, wither
wary = guarded, careful
welter = confusion, hodgepodge
whet = stimulate, to sharpen
wily = shrewd, clever
winsome = charming
wizened = shriveled
wraith = ghost
wry = twisted, amusing
zephyr = gentle breeze, west wind

posted under | 0 Comments

CAT WORDS

amphitheater (BRITISH = amphitheatre) = oval-shaped theater
anathema = curse, ban
annul = cancel, nullify
anodyne = pain soothing
anoint = consecrate, to apply oil, especially as a sacred rite
anonymity = state of being anonymous, having no name
antediluvian = ancient, obsolete, pre historic
antithesis = direct opposite
apathetic = unconcerned, indifferent
aphasia = inability to speak or use words
aphorism = maxim, old saying
aplomb = poise, confidence
apocryphal = a doubtful authenticity, not genuine, fictional
apostate = one who abandons one's faith
apotheosis = Deification, glorification
approbation = praise, official approval
archaic = Antiquated, from an earlier time
archipelago = group of islands
ardor (BRITISH = ardour) = great emotion or passion
arraign = indict, to call to court to answer a charge
arrogate = seize without right, to demand or claim arrogantly
ascendancy = powerful state
ascribe = to attribute
ashen = resembling ashes, or deathly pale
asinine = stupid
askance = to view with suspicion, scornfully
askew = crooked, tilted
aspersion = slander, false rumor, damaging report
assail = attack
assent = to express agreement
assiduous = hard-working, diligent, persistent
assuage = lessen (pain), to make less severe, ease
astringent = causing contraction, severe, harsh
asunder = apart, into different parts
atone = make amends for a wrong
august = noble, dignified, awe-inspiring, venerable
avow = declare
awry = crooked, askew, amiss
axiom = self-evident truth, premise, postulate
bacchanal = orgy, drunkenly festive
baleful = hostile, malignant, harmful with evil intentions
balk = hesitate, refuse, shirk, prevent
banal = trite, overly common
bane = poison, nuisance, something causing ruin
bastion = fort, fortification, stronghold
beguile = deceive, seduce, mislead
behemoth = monster, huge creature
beleaguer = besiege, to harass, plague
berate = to scold harshly
bestial = beast-like, brutal
bestow = to give as a gift, grant
bevy = group
bicker = quarrel, to have a petty argument
bilious = ill-tempered
bilk = swindle, cheat, defraud
blandish = to coax with flattering, grovel
blight = decay, afflict, destroy
blithe = Joyful, cheerful, or without appropriate thought
bombast = pompous speech
bourgeois = middle class
broach = bring up a topic of conversation
brusque = curt, rough and abrupt in manner
bulwark = fortification
burgeon = sprout or flourish
burly = husky, brawny
cabal = plot, a secret group seeking to overturn something
cadaver = corpse, dead body
cajole = encourage, coax, flatter
calumny = Slander, false and malicious accusation
canard = hoax, a lie
candor (BRITISH = candour) = frankness, honesty of expression
canvass = survey, examine thoroughly
capricious = fickle, impulsive, whimsical, without much thought
careen = swerve, to lean on one side
castigate = criticize, punish, chastise
cataclysm = catastrophe, disaster
cathartic = purgative, purifying, cleansing
catholic = universal, worldly
caucus = a small group within an organization or a meeting of such a group
cavil = quibble, raise trivial objections
cede = transfer ownership, to surrender possession of something
censorious = condemning speech, severely critical
chagrin = shame, embarrassment, humiliation
chalice = goblet, cup
chary = cautious, watchful, extremely shy
cherubic = sweet, innocent
chicanery = trickery, fraud, deception
chide = scold, express disapproval
chimerical = imaginary, impossible
choleric = easily angered, short-tempered
circumlocution = roundabout expression
circumspect = cautious, wary
circumvent = evade, avoid, to go around
citadel = fortress or stronghold
clamor (BRITISH = clamour) = noisy outcry
cleave = to split or separate, to stick, adhere
clemency = forgiveness, merciful leniency
cloister = refuge, to confine, seclude
coalesce = combine, to grow together
coddle = to pamper, baby, treat indulgently
cogent = well-put, convincing, logically forceful
cognate = from the same source, related
cognomen = family name, any name, nickname
colloquy = conference
collusion = conspiracy, collaboration, complicity
commodious = spacious
complicity = guilt by association, knowing partnership in wrong doing
compunction = remorse, regret
concur = To agree
conflagration = large fire, big, destructive fire
confluence = flowing together, meeting of two streams, meeting place
confound = bewilder, to baffle, perplex
congeal = solidify, as a liquid freezing, to become thick or solid
conjecture = hypothesis, speculation, prediction
conjure = summon, to evoke a spirit, cast a spell
consanguinity = related by blood, kinship
consecrate = make holy, dedicate to a goal, to declare sacred
construe = interpret or to explain
continence = self-control, self-restraint
contrite = apologetic, deeply sorrowful and repentant for a wrong
contusion = A bruise
conundrum = enigma, puzzle or problem with no solution, riddle
convivial = sociable, festive, fond of eating, drinking, and people
convoke = convene, summon, to call together
coquette = woman who flirts
corroborate = to confirm, verify
coterie = small group, group of people with a common interest or purpose
countenance = facial expression, to favor, support
cower = showing fear, to cringe in fear
crass = crude, unrefined
craven = cowardly
credence = Belief, acceptance of something as true or real
creed = Belief or principle
cringe = cower, to shrink in fear
culpable = blameworthy, guilty, responsible for wrong
cupidity = greed
curmudgeon = boor, cranky person
dally = procrastinate, to act playfully or waste time
debase = to degrade, or lower in quality or stature
debauch = to corrupt, seduce from virtue or duty
debutante = a girl debuting into society
decadence = deterioration, decay (e.g. moral or cultural)
decapitate = kill by beheading
deciduous = shedding leaves, short-lived, temporary
decorous = seemly, proper, tasteful, socially correct
decry = castigate, to belittle, openly condemn
deference = courteously yielding to another, respect, honor
defile = pollute, to make unclean or dishonor
deft = skillful, dexterous
defunct = extinct, no longer existing, dead
deleterious = harmful, destructive, detrimental
deluge = a flood, to submerge, overwhelm
demagogue = An unprincipled politician, leader
demean = to degrade, humiliate, humble
demur = take exception, to express doubts or objections
denigrate = defame, to slur or blacken someone's reputation
depravity = immorality, sinfulness
deprecate = belittle, disparage
deride = To ridicule, to mock, make fun of
desecrate = profane, to abuse something sacred
desiccate = dehydrate, to dry completely
despondent = depressed, feeling discouraged and dejected
desultory = without direction in life, at random, rambling, unmethodical
diatribe = long denunciation, bitter verbal attack
dichotomy = a division into two parts
didactic = instructional
dilettante = amateur, dabbler
disabuse = correct, to free from a misconception
disburse = pay out
disconsolate = inconsolable, unable to be consoled, extremely sad
discrete = separate, distinct
discursive = rambling, wandering from topic to topic
disdain = to regard with scorn and contempt
disingenuous = deceptive, sly and crafty
disjointed = disconnected, incoherent, being separated
disparage = belittle, speak disrespectfully about
disparate = various, dissimilar, different in kind
disparity = difference, contrast, dissimilarity
dispirit = discourage, to dishearten, make dejected
dissipate = scatter
distend = swell, inflate, bloat
distraught = distressed, very worried
docile = domesticated, trained, tame
dotage = senility, mental decline
dour = sullen and gloomy, stern and severe
droll = amusing in a wry
dulcet = melodious, pleasant sounding
duplicity = deceit, treachery, dishonesty, double -dealing
duress = coercion, imprisonment
ebb = recede, to fade away
ebullient = exuberant, full of enthusiasm and high spirits
eclectic = joyful
edify = instruct morally and spiritually
efface = To obliterate
effrontery = insolence
effulgent = brilliant
elicit = provoke
elucidate = make clear, clarify
emaciated = underfed, gaunt
embroil = involve, cause to fall into disorder
emend = correct
encomium = warm praise
encumber = burden, to hinder, restrict motion
endemic = Peculiar to some specified country or people
enervate = weaken, sap strength from
engender = generate, to produce
enigmatic = puzzling, inexplicable
enjoin = urge, order, command
ennui = boredom, lack of interest and energy
enthrall (BRITISH = enthral) = mesmerize, to captivate, enchant
entreat = plead, beg
epicure = gourmet, person with refined taste in food and wine
epigram = saying, short, witty saying or poem
epithet = name, appellation, phrase
equine = pertaining to horses
erode = wear away, to diminish
errant = wandering, mistaken
eschew = avoid, to abstain from
espouse = to support or advocate
estranged = alienated, separated
euthanasia = mercy-killing
evanescent = fleeting, very brief, short-lived
evince = attest, demonstrate, to show clearly
exacerbate = worsen
exasperate = irritate, vex
execrable = very bad, abominable, utterly detestable
exemplary = outstanding, serving as an example
exhort = strongly urge
exhume = uncover, to remove from a grave
exonerate = free from blame
exorcise = to expel evil spirits
expedient = advantageous, convenient, efficient
expiate = atone, make amends for
expunge = erase, eliminate completely
extenuate = To diminish the gravity or importance of
extol = praise highly
extraneous = not essential, unnecessary
extricate = Disentangle, free
exuberant = joyous, happy
exude = emit, ooze
exult = rejoice
facetious = joking, sarcastic, witty
facile = very easy
fallow = unproductive, unplowed
fastidious = meticulous, careful with details
fathom = understand, to measure the depth of
fatuous = inane, stupid
fealty = Loyalty
fecund = fertile, fruitful, productive
feign = pretend, give a false impression
fetid = foul-smelling, putrid, stinking
fickle = always changing one's mind
fidelity = Loyalty
filch = steal something of little value
filial = of a son or daughter
fitful = irregular
flagrant = outrageous, shameless
fledgling = just beginning, struggling
flippant = Having a light, pert, trifling disposition
florid = ruddy, with too much decoration
flout = to show disregard for the law or rules
foible = weakness, minor fault
foist = palm off a fake
foment = instigate
fortuitous = happening by luck, fortunate
foster = encourage
fracas = noisy fight
fraught = filled
frenetic = harried, neurotic
frond = bending tree
fulminate = denounce, menace
fulsome = excessive, insincere
furtive = stealthy
gainsay = to deny
gargantuan = large
garner = gather
garrulous = talkative, loquacious, wordy
gauche = awkward, crude
genre = kind, category
gibe = heckle
glib = insincere manner
glower = stare angrily
goad = encourage
gossamer = thin and flimsy
gouge = overcharge, scoop out
grimace = expression of disgust
grovel = crawl, obey
guile = deceit, trickery
hackneyed = trite
hapless = unlucky
harangue = a pompous speech
harbinger = forerunner
haughty = arrogant
hedonism = the pursuit of pleasure in life
heinous = shocking, wicked
hermetic = airtight, sealed
hew = to cut with an ax
hiatus = interruption
hone = sharpen
illimitable = limitless
imbue = infuse, dye, wet
immure = build a wall around
impair = injure
impassive = calm, without feeling
impeccable = faultless
impecunious = indigent, having no money
imperious = domineering
impertinent = insolent, rude
imperturbable = calm
impervious = Impenetrable
impetuous = quick to act without thinking
implausible = unlikely, inconceivable
impolitic = unwise
importune = urgent request
impregnable = totally safe from attack
impugn = criticize
inadvertent = unintentional
inane = vacuous, stupid
incandescent = brilliant
incarcerate = to put in a jail
incendiary = burning easily, flammable
inchoate = just begun
incipient = beginning to exist
incisive = keen, penetrating
incognito = disguised
incommunicado = unable to communicate with others
incontrovertible = Indisputable
inculcate = instill, indoctrinate, to teach
incumbent = obligatory, required
incursion = raid
indict = charge with a crime
indigenous = Native
indigent = very poor
indolent = lazy
indomitable = invincible, fearless
indubitable = unquestionable
inexorable = relentless, inflexible
infallible = incapable of making a mistake
infernal = hellish
infirmity = ailment, disease
ingrate = ungrateful person
ingratiate = pleasing, flattering, endearing
inimical = adverse, hostile, unfriendly
innocuous = Harmless
innuendo = indirect and subtle criticism
inscrutable = cannot be fully understood
insinuate = to suggest, imply, say indirectly
insipid = flat, dull, lacking flavor
insolent = insulting
insular = narrow-minded, isolated
insuperable = insurmountable
insurgent = rebellious
insurrection = uprising, rebellion
inter = bury
interdict = prohibit
interloper = intruder, meddler in others' affairs
interminable = unending
internecine = mutually destructive
intransigent = uncompromising
intrepid = fearless
inundate = flood
invective = verbal insult
inveigh = to rail against, protest strongly
inveterate = habitual, chronic, long-standing
invidious = incurring ill-will
irascible = irritable
itinerant = Wandering, unsettled
jaded = spent, bored with one's situation
juggernaut = unstoppable force
kismet = fate
knell = sound of a funeral bell
lachrymose = tearful
lampoon = satirize, to attack with satire
larceny = theft of property
largess = generous donation
legerdemain = trickery
levity = Frivolity, humor
libertine = one without moral restraint
licentious = lewd, immoral
limpid = transparent, clearly understood
lissome (BRITISH = lissom) = agile, supple
lithe = moving and bending with ease
loathe = abhor, hate
loquacious = Talkative
lugubrious = sad, sorrowful
lurid = glowing, shocking
macabre = gruesome
machination = plot or scheme
maelstrom = whirlpool, agitated state of mind
malapropism = comical misuse of a word
malcontent = one who is forever dissatisfied
malediction = curse
malefactor = evildoer, culprit
malodorous = fetid, foul-smelling
manifold = multiple, diverse
martial = warlike, pertaining to the military
martinet = strict disciplinarian
masochist = one who enjoys pain
maudlin = weepy, sentimental
maverick = a person who resists adherence to a group
mawkish = sickeningly sentimental
meander = to wander aimlessly without direction
mendicant = beggar
mercurial = changeable, volatile, quick
mettle = courage, capacity for bravery
minatory = threatening
mirth = jollity, laughter
miscreant = one who behaves criminally
missive = letter or note
modicum = a small amount
mollify = to calm or make less severe
moot = disputable, previously decided
mordant = biting, sarcastic
mores = moral standards, customs
moribund = near death
mote = speck, small particle
motley = diverse, many colored
multifarious = diverse, many-sided
munificent = generous
myriad = innumerable
nascent = incipient, coming into existence
natal = related to birth
necromancy = sorcery, black magic
Nemesis = implacable foe, often victorious opponent
neologism = new word or expression
neophyte = beginner
nether = located under or below
nettle = irritate
niggardly = stingy
noisome = harmful, stinking
nonentity = person of no significance
obdurate = unyielding
obeisance = homage, deference
obfuscate = bewilder, muddle, to confuse
oblique = indirect
obliterate = destroy
obloquy = slander, abusive language
obsequious = fawning, servile, overly submissive
obsequy = funeral ceremony
obstinate = stubborn
obstreperous = noisy, unruly, troublesome
obtuse = stupid, dull
occlude = block, to shut
odious = despicable, hateful
onerous = burdensome
opprobrious = abusive, disgraceful
ordain = appoint
ossify = harden
ostensible = apparent, seeming
ostentatious = pretentious, showy
overweening = arrogant, forward
pacifist = one who opposes all violence
paean = a song of praise
palaver = babble, nonsense
pall = to become dull or weary
palliate = to make less serious, ease
pallid = pale, sallow, lacking color or liveliness
palpable = touchable, obvious, real
paltry = scarce, pitifully small or worthless
panache = flamboyance, flair
pandemic = spread over a whole area or country
panegyric = praise
panoply = full suit of armor
paragon = model of excellence or perfection
pariah = outcast
parley = conference, discussion
parry = avert, ward off, reflect
partisan = supporter
pathos = emotion, feeling of sadness
patrician = aristocrat
patrimony = inheritance or heritage derived from one's father
peccadillo = a minor fault
pedagogue = dull, formal teacher
pedant = a person who is too interested in formal rules and small unimportant details
pejorative = insulting, having bad connotations
pellucid = transparent, easily understood
penance = voluntary suffering to repent for a wrong
penchant = inclination
penitent = repentant
pensive = sad
perdition = damnation, complete ruin
peremptory = dictatorial
perennial = enduring, lasting
perfidious = treacherous ( of a person )
perfunctory = careless, done in a routine way
peripatetic = moving from place to place
pernicious = destructive
pert = flippant, bold
pertinacious = persevering
pertinent = Relevant, applicable
philistine = barbarian, narrow-minded person
phlegmatic = sluggish, someone who is calm
pillory = punish by ridicule
pique = sting, arouse interest
pithy = concise, to the point
pittance = alms, trifle
placid = Serene, calm
platitude = trite remark, stale
plebeian = common, vulgar
plethora = overabundance
poignant = pungent, sharp, emotionally moving
polemic = a controversy
portend = omen
portly = large, dignified
potentate = sovereign, king
prattle = chatter, foolish talk
precept = principle, law
precipice = cliff, edge
precipitous = steep
precocious = advanced
precursor = forerunner
predilection = inclination, preference
premeditate = plan in advance
preponderance = predominance
preposterous = ridiculous, illogical
presage = omen, indicate in advance
privation = lack of usual necessities or comforts
probity = integrity, complete honesty
proclivity = inclination, tendency
prodigal = wasteful
prodigious = marvelous, enormous
profligate = licentious, prodigal, corrupt
progenitor = ancestor
progeny = children
prognosis = forecast
prognosticate = foretell
prolix = long-winded, wordy
promontory = headland, cape
promulgate = publish, disseminate
propensity = inclination
propinquity = nearness, kinship
propitiate = satisfy, to win over
propitious = auspicious, favorable
prosaic = uninspired, flat, dull
proscribe = prohibit, to condemn
proselytize (BRITISH = proselytise) = recruit, convert
protean = changing readily
protract = To prolong, extend
provident = having foresight, thrifty
prude = puritan
prudent = cautious, careful
prurient = exhibiting lewd desires
puerile = Childish
pugnacious = combative, quarrelsome
pulchritude = beauty
punctilious = careful in observing rules of behavior or ceremony
pungent = sharp smell or taste
purport = claim to be
pusillanimous = cowardly
quaff = to drink heartily
quagmire = difficult situation
quandary = dilemma, difficulty
quell = suppress, allay
querulous = complaining
quibble = to argue about insignificant and irrelevant details
quiescent = still, motionless, at rest
Quixotic = impractical, romantic
raconteur = story teller
rampant = unbridled, raging
rancor (BRITISH = rancour) = resentment, dislike
rant = rage, scold
rapacious = grasping, avaricious, greedy
rapprochement = reconciliation
raze = destroy
recalcitrant = resisting authority or control
recant = retract a statement
recidivism = habitual criminal activity
recondite = known to only a few
recreant = coward, betrayer of faith
refractory = obstinate
regal = royal
relegate = assign to an inferior position
renege = break a promise
replete = complete
reprehensible = blameworthy, unacceptable
reproach = blame
reprobate = morally unprincipled person
reprove = to criticize or correct
repudiate = to reject as having no authority
requiem = rest, a mass for the dead
requite = to return in kind
rescind = revoke, cancel
respite = interval or relief
resplendent = shining, splendid
restitution = act of compensating for loss or damage
restive = nervous, uneasy
retort = quick replay
retrench = reorganize, to regroup
retrieve = reclaim
retrograde = regress
revelry = merrymaking
revere = honor
revile = to criticize with harsh language
revulsion = aversion
ribald = coarse, vulgar
rife = widespread, abundant
risque = off-color, racy
rostrum = stage for public speaking
ruminate = reflect upon
rustic = rural
sacrosanct = sacred
sagacious = wise
sallow = sickly yellow in color
sanguine = cheerful
sapient = wise, shrewd
sardonic = scornful
saunter = walk in a leisurely manner
savant = scholar
schism = a division or separation
scintilla = very small amount
scintillate = sparkle
scoff = ridicule
scurrilous = abusive, insulting
secular = worldly, nonreligious
sedition = treason, resistance to authority
sententious = concise, trying to appear wise
sequester = to remove or set apart
seraphic = angelic, pure
serendipity = making fortunate discoveries
servile = slavish, obedient
simian = monkey like
simper = smile foolishly, smirk
sinecure = well paid position with little responsibility
skulk = sneak about
slake = to calm down or moderate
sloth = laziness
slovenly = sloppy
sobriety = composed
sobriquet = nickname
sodden = soaked
sojourn = trip, visit
solace = consolation
solecism = ungrammatical construction
solicitous = considerate, concerned
soliloquy = A monologue
solstice = furthest point
somber (BRITISH = sombre) = Gloomy
somnambulist = sleepwalker
somnolent = Sleepy
soporific = sleep inducing
sordid = foul, ignoble, dirty and unpleasant
spawn = produce
specious = false but plausible
sporadic = occurring irregularly
sportive = playful
spurn = reject
squalid = filthy
staid = demure, sedate, boring
steadfast = loyal, immovable
stentorian = extremely loud
stigma = mark of disgrace
stilted = formal, stiff, unnatural
stoic = indifferent to pain or ple asure
stolid = impassive
stratagem = trick
stricture = negative criticism
stultify = inhibit, enfeeble
stymie = hinder, thwart
suave = smooth
sublimate = to repress impulses
sublime = lofty, excellent
subterfuge = cunning, ruse
succulent = juicy, delicious
sully = stain
supercilious = arrogant
supplant = replace
surly = rude, crass
surmise = to guess
surmount = overcome
surreptitious = secretive
sustenance = supplying the necessities of life
swarthy = dark (as in complexion)
Sybarite = pleasure-seeker, lover of luxury
sycophant = flatterer, flunky
taciturn = who does not talk much
talon = claw of an animal
tantamount = equivalent
tawdry = gaudy, cheap
temerity = boldness

posted under | 0 Comments
Newer Posts Older Posts Home

Followers

Mi perfil

My photo
People who read my blog regularly know what kinda person I am. For others who don't - I'm an information junkie..who likes to dig deep into things to find out what's happening in the world of education, business and management. I like investing in shares. I'm kinda sociable person - I go well with all kinda ppl..It's all about passion :)

Recent Comments