HPSSC Computer Operator Exam - 2020 (Answer Key) | TheExamPillar
HPSSC Computer Operator Answer Key 2020

HPSSC Computer Operator Exam – 10 October 2020 (Official Answer Key)

41. Typhoid is caused by :
(A) Bacteria
(B) Virus
(C) Fungus
(D) Protozoa

Show Answer/Hide

Answer – (A)

42. Where are mesons found ?
(A) Cosmic rays
(B) X-rays
(C) Gamma rays
(D) Laser beam

Show Answer/Hide

Answer – (A)

43. Kidney stones are composed of
(A) Calcium oxalate
(B) Sodium chloride
(C) Magnesium nitrate
(D) Calcium bicarbonate

Show Answer/Hide

Answer – (A)

44. Antonym of ‘Amenable’ is
(A) Stubborn
(B) Docile
(C) Obedient
(D) Offensive

Show Answer/Hide

Answer – (A)

45. One word substitution for ‘A child of unusual or remarkable talent’ is
(A) Scholar
(B) Diligent
(C) Freak
(D) Prodigy

Show Answer/Hide

Answer – (D)

46. Meaning of the idiom ‘Have a foot in the grave’ is
(A) be afraid to die
(B) have no interest in life
(C) be close to death
(D) have an incurable disease

Show Answer/Hide

Answer – (C)

47. ‘पुरुषोत्तम’ में समास है
(A) द्वन्द्व
(B) बहुव्रीहि
(C) तत्पुरुष
(D) अव्ययीभाव

Show Answer/Hide

Answer – (C)

48. ‘हाथ उठाना’ मुहावरे का अर्थ है
(A) आशा छोड़ना
(B) आश्रय देना
(C) आरम्भ करना
(D) सहायता बन्द कर देना

Show Answer/Hide

Answer – (A)

49. ‘देवालय’ कौन सा शब्द है ?
(A) रूढ़ि
(B) यौगिक
(C) योगरूढ़ि
(D) इनमें से कोई नहीं

Show Answer/Hide

Answer – (B)

50. Which of the following statements is not true about ‘C’ programming language?
(A) It is a high-level programming language.
(B) It was invented by Dennis Ritchie.
(C) It is case-insensitive programming language.
(D) It is a compiled programming language.

Show Answer/Hide

Answer – (C)

51. How is a macro defined in ‘C’ language ?
(A) Using a struct
(B) Using #define directive
(C) Using a function
(D) Using a union ‘C’

Show Answer/Hide

Answer – (B)

52. Which of the following is the correct statement in ‘C’ to read an integer value into a variable x?
(A) gets(x);
(B) scanf (“sd\n”, x);
(C) scanf (“\d”, x);
(D) scanf (“d”, &x);

Show Answer/Hide

Answer – (D)

53. What will be the value returned by the following expression in a ‘C’ program ?
5++; 4
(A) 5
(B) 6
(C) 7
(D) It is an invalid expression

Show Answer/Hide

Answer – (D)

54. Which control structure is represented by the flowchart segment shown below?
HPSSC Computer Operator Answer Key 2020
(A) while
(B) do…while
(C) simple if
(D) if…else

Show Answer/Hide

Answer – (D)

55. What will be the value returned by the following expression in a ‘C’ program ?
5 & 4;
(A) 1
(B) 9
(C) 4
(D) 5

Show Answer/Hide

Answer – (C)

56. Which of the following is the correct statement in ‘C’ to print the value of a floating point variable x with a precision of two positions after decimal point ?
(A) printf(“%2f”,x);
(B) printf(“%.2f”, x);
(C) printf(“%.2f”, &x);
(D) printf(“%2f”, &x);

Show Answer/Hide

Answer – (B)

57. Which of the following is the correct escape sequence for newline character ?
(A) %n
(B) \n
(C) &n
(D) #n

Show Answer/Hide

Answer – (B)

58. What will be the size of the array ‘n’ after the following declaration in a ‘C’ program ?
char n[] = “Hello world!”;
(A) 13
(B) 14
(C) 12
(D) 11

Show Answer/Hide

Answer – (A)

59. Which of the following arithmetic operators cannot be used with a pointer variable ?
(A) –
(B) *
(C) ++
(D) +

Show Answer/Hide

Answer – (B)

60. Which of the following is the right ‘C’ expression for the mathematical expression given below ?
S = ut + ½ at2
(A) S = u*t + 1/2 * a*t2
(B) S = u*t + 1/(2.0*a*t*t)
(C) S = u*t + 1/2.0*a*t*t
(D) S = ut + 1/2*at^2 

Show Answer/Hide

Answer – (C)

Leave a Reply

Your email address will not be published.

error: Content is protected !!