PGT Computer Science (Level-3), (HTET Exam 2020)

Total Questions: 150

111. In C program, what is the right syntax to access value of structure variable book {price, page}?

Correct Answer: A. printf("%d%d", book.price, book. page);

112. Which of the following protocol used to transmit information on the World Wide Web?

Correct Answer: С. HTTP

113. Which of the following is the most commonly used data structure for implementing Dijkstra's Algorithm?

Correct Answer: D. Min priority queue

114. Which type of best first search algorithm was used to predict the closeness of the end of path and its solution?

Correct Answer: A. Greedy BFS

115. Which key combination is pressed simultaneously to minimize all the currently open windows on your desktop?

Correct Answer: C. Windows Key + M

116. In the context of computers and internet, choose the odd one out from the following:

Correct Answer: D. Comodo

117. Which tool do we use to find a similar or alternative word in a MS-Word document?

Correct Answer: B. Thesaurus

118. Which is the component of Microsoft Windows that provides the ability to view and change system settings?

Correct Answer: A. Control panel

119. What is the alternate name for white box testing?

Correct Answer: C. Glass Box Testing

120. Who is known as the father of C Language?

Correct Answer: B. Dennis Ritchie