Sleep vs Nop - What's the difference?
sleep | nop |
(uncountable) The state of reduced consciousness during which a human or animal rests in a daily rhythm.
(countable, informal) An act or instance of sleeping.
(uncountable) Rheum found in the corner of the eyes after waking, whether real or a figurative objectification of sleep (in the sense of reduced consciousness ).
A state of plants, usually at night, when their leaflets approach each other and the flowers close and droop, or are covered by the folded leaves.
* 1843 , Joh Müller, ?John Bell, Elements of Physiology (page 808)
To rest in a state of reduced consciousness.
(Of a spinning top) to spin on its axis with no other perceptible motion.
* 1854 , Anne E. Baker, Glossary of Northamptonshire Words and Phrases
To accommodate in beds.
To be slumbering in (a state).
To be careless, inattentive, or unconcerned; not to be vigilant; to live thoughtlessly.
* Atterbury
To be dead; to lie in the grave.
* Bible, 1 Thessalonians iv. 14
To be, or appear to be, in repose; to be quiet; to be unemployed, unused, or unagitated; to rest; to lie dormant.
* Shakespeare
(lb) to wait for a period of time without performing any action
(programming) A no-op; a CPU instruction that does nothing.
* 1999 , Dominic Sweetman, See MIPS Run
* 2004 , Patterson et al'', ''Computer Organization and Design: The Hardware/Software Interface
(programming) To replace machine code with nop instructions when modifying software.
* 1992 , The Cyborg, The Cracking Manual
As nouns the difference between sleep and nop
is that sleep is (uncountable) the state of reduced consciousness during which a human or animal rests in a daily rhythm while nop is (programming) a no-op; a cpu instruction that does nothing.As verbs the difference between sleep and nop
is that sleep is to rest in a state of reduced consciousness while nop is (programming) to replace machine code with nop instructions when modifying software.sleep
English
(wikipedia sleep)Noun
- I really need some sleep .
- We need to conduct an overnight sleep''' test to diagnose your '''sleep problem.
- I’m just going to have a quick sleep .
- Wipe the sleep from your eyes .
- The daily sleep of plants, and their winter sleep, present in this respect exactly similar phenomena
Synonyms
* See also * (rheum) (l) (slang), (l) (UK dialectal), sleepy dust (informal)Derived terms
(Terms derived from the noun "sleep") * asleep * beauty sleep * big sleep * biphasic sleep * dead sleep * deep sleep * divided sleep * dog sleep * electrosleep * go to sleep * morning sleep * orthodox sleep * polyphasic sleep * put to sleep * REM sleep * segmented sleep * sleep apnea * sleep-charged * sleep debt * sleep deprivation * sleep disorder * sleepful * sleep-learning * sleepless * sleep mask * sleep mode * sleepover * sleep paralysis * sleep schedule * sleep spindle * sleeptalk * sleepyVerb
- You should sleep 8 hours a day .
- A top sleeps when it moves with such velocity, and spins so smoothly, that its motion is imperceptible.
- When a top is sleeping , it is spinning but not precessing.
- This caravan can sleep up to four people .
- to sleep a dreamless sleep
- (Tennyson)
- We sleep over our happiness.
- Them also which sleep in Jesus will God bring with him.
- a question sleeps''' for the present; the law '''sleeps
- How sweet the moonlight sleeps upon this bank!
Derived terms
(Terms derived from the verb "sleep") * besleep * how can you sleep at night * forsleep * outsleep * oversleep * sleep around * sleep-at-noon * sleep in * sleep it off * sleep it out * sleep like a baby * sleep like a log * sleep off * sleep on * sleep out * sleep over * sleep together * sleep with * sleep with the fishes * Sleeping Beauty * sleeping bag * sleeping pill * sleepwalkTroponyms
* (rest in a state of reduced consciousness) nap, doze, snoozeSee also
* catnap * rest * shuteye * sleeping * slumber * snooze * zzzReferences
*Statistics
*nop
English
Noun
(en noun)- The MIPS instruction set is rich in nops , since any instruction with zero as a destination is guaranteed to do nothing.
- Notice that in computing CPI or IPC, we do not count any nops executed as useful instructions.
Verb
(en-verb)- For example, if there is a CALL 3140 and we want to skip this call, we can NOP it out.