PGT Computer Science (Level-3), (HTET Exam 2019)Total Questions: 150141. Consider a directed graph G = {V, E} with vertex set V = {A, B, C, D} and edge set E = {AB, AC, BC, BD, DC}. Which of the following is a valid topological ordering of graph G?A. ABCDB. BACDC. BADCD. ABDCCorrect Answer: D. ABDC142. Which of the following set of operations is a valid set of aggregate operations in SQL?A. COUNT, MAX, AVG, SUMB. MAХ, AVG, SUM, SELEСТC. UNION, COUNT, MIN, DESCD. AVG, MIN, MAX, ASCCorrect Answer: A. COUNT, MAX, AVG, SUM143. In context of C++, which of the following is invalid statement?A. Friend function of class is not considered a member function of the class.B. Member function of a class can be defined outside the class.C. Static data member of class can be accessed only by static member function of the class.D. Static data member is initialising with a zero only.Correct Answer: C. Static data member of class can be accessed only by static member function of the class.144. In a three level memory hierarchy, the access time of cache, main and virtual memory is 5 nano-seconds, 100 nano-seconds and 10 milli-seconds respectively. If the hit ratio is 80% for the cache and 99.5% for the main memory, then the closest average access time of memory hierarchy in nano-seconds is:A. 512B. 1024C. 10024D. 128Correct Answer: C. 10024145. Fill in the blank in context of software system architecture:In _____ architecture, the processing of the data in a system is organized so that each processing component is discrete and carries out one type of data transformation. The data flows from one component to another for processing.A. Pipe and filterB. RepositoryC. LayeredD. Client-ServerCorrect Answer: A. Pipe and filter146. In MS-Excel-2007, which of the following is found in the home tab Clipboard group?A. Sort and FilterB. Merge and CenterC. Format PainterD. Conditional FormattingCorrect Answer: C. Format Painter147. Value of (34.36)₁₀ in binary is:A. (10010.0101)₂B. (10010.10111)₂C. (1010.10111)₂D. (100010.010111)₂Correct Answer: D. (100010.010111)₂148. Which of the following is not a phase or activity of requirement engineering in context of software engineering?A. Feasibility studyB. Requirements elicitation and analysisC. Requirement validationD. Component specificationCorrect Answer: D. Component specification149. Which of the following is not related to synchronization in Operating System?A. Bounded Buffer problemB. Readers-Writers problemC. Dining Philosophers problemD. Belady's AnomalyCorrect Answer: D. Belady's Anomaly150. Let A and B are two devices used to play video games. In A there is provision of a handle on a base and buttons for pressing/revolving, while video games are played using B holding it in both the hands and moving it in the air this or that side. Most suitable names for A and B in order are:A. Joy-Stick, Game PadB. Light Pen, Joy-StickC. Game Pad, Track BallD. Game Pad, Joy-StickCorrect Answer: A. Joy-Stick, Game PadSubmit Quiz« Previous123456789101112131415