Chapter 20 :- Nonverbal communication

Nonverbal communication Nonverbal communication between peopleĀ  is communication through sending and receiving wordless clues.It includes the use of visual cues such as body,language (kinesis), distance (proxemic) and physical environments/appearance, of voice (paralanguage) and of touch (haptics). It can also include chronemics (the use of time) and oculesics (eye contact and the actions of looking while […]

Continue Reading

Database || Old paper solution 2016

  16. a) insert into users(‘Ram’, ‘12345’, ‘[email protected]’, ‘2002-01-01’, ‘m’, curdate()); b)SELECT * from users where dateOfBirth < ‘2000-01-01’; c) select categoryName from categories where categoryID not in (select categoryID from expenses)); d)select username from users where in(select userID from expenses where amount < (select amount from expenses where userID = 405)));

Continue Reading