Posts

NTS GAT General Test Verbal Reasoning Sample Questions

NTS GAT General Test Verbal Reasoning Sample Questions Synonyms 1.       What is the synonym of Scold? a)       Berate                     b) Punish          c) Admonish               d) Notorious  2.       What is the synonym of Obsolete? a)       Aperture                b) Diaphanous c) Hurdle                     d) Excavate  3.       What is the synonym of Abhor? a)       Abominate             b) Tumult         c) Clown                     d) Adore  4.       What is the synonym of Adroit? a)       Innocent                 b) Simple          c) Clever                     d) Sweet 5.       What is the synonym of Affluent? a)       Cupid                     b) Prosperous   c) Poor                         d) Bawdy 6.       What is the synonym of Applauded? a)       Slapped                  b) Smiled          c) Clapped                   d) Kicked 7.       What is the synonym of Chaotic? a)       Arranged                b) Disorde

NTS GAT General Test Verbal Reasoning Sample 1 Answers

NTS GAT General Test Verbal Reasoning Sample 1 Answers Synonyms 1.        Answer is a. Scold and Berate meaning ڈانٹنا٬ جھڑکنا٬ دھمکانا 2.        Answer is c. Obsolete and Hurdle meaning  رکاوٹ 3.        Answer is a. Abhor and Abominate meaning نفرت کرنا 4.        Answer is c.  Adroit and Clever meaning  چالاک 5.        Answer is b. Affluent and Prosperous meaning  امیر٬ دولتمند 6.        Answer is c. Applauded and Clapped meaining  سراہنا , واہ واہ٬ با آواز آفرین کہنا 7.        Answer is b. Chaotic and Disorder meaning  درہم برہم٬ گڈ مڈ 8.        Answer is b. Rankle and Irritate meaning تنگ کرنا٬ بھڑکانا 9.        Answer is d. Shrunk and Dwindled meaning سکڑنا, کم ہونا 10.    Answer is d. Flesh and Beef meaning is گوشت

Computer Science MCQs Programming C++ Sample 02

Image
  TOPIC: FUNCTION 1.The main advantage of function ·          Reusability ·          Safe memory space ·          Direct use of memory ·          Continuity ·          Error Recovery 2.tick any one valid pre-define function. ·          sqrt() ·          Power() ·          cin ·          main() 3.Can a function have a l oca l var i able with the same name as a global variable? ·          Yes ·          No 4.When a function accepts multiple arguments, does it ma t ter what order t he arguments are passed in? ·          yes ·          No 5.A ( n) ___ variable is defined ins i de a funct i on and is not accessible outside the func t ion . ·          local ·          global ·          static 6.T he ____is the part of a function definition that shows the function name, return type, and parameter list. ·          Function header ·          Function body ·          Function definition ·          Function call 7.If a