Question DGR
Question DGR
Question DGR
Q.1. Adduce
(A) Cite (B) Reduce (C) Subtract (D) Addict
Q.2. Debauched
(A) Cruel (B) Depraved (C) Dangerous (D) Bleached
Q.3. Exasperate
(A) Entertain (B) Exhaust (C) Infuriate (D) Attract
Q.4. Impolitic
(A) Apolitical (B) Impolite (C) Political (D) Unwise
Directions (Q.5-7):- Choose the correct preposition to be filled in the gaps in the following
sentences out of the four given choices:-
Q.5. Satish finally managed to break free …… his attacker.
(A) from (B) with (C) by (D) through
Directions (Q. 8-10):- Choose the correct meaning of the following idioms out of the four given
choices :-
Q.8. To nail one’s colours to the mast
(A) to be a good sailor (B) to be accessible to all
(C) to be pessimistic (D) to refuse to surrender
11. Three districts of Punjab included in National Cancer Control Programme by Govt. of India are
A) Ferozpur, Bhatinda, Mansa B) Bhatinda, Mansa, Hoshiarpur
C) Muktsar, Bhatinda, Mansa D) Bhatinda, Moga, Mansa
13. According to 2011 census, which of the following statement is true regarding Punjab?
A) Rural population comprises 62.51%, density 550, and sex ratio 893
B) Rural population comprises 67%, density 543, and sex ratio 873
C) Rural population comprises 58%, density 573, and sex ratio 897
D) Rural population comprises 62.51%, density 550, and sex ratio 890
16. What was a total gathering of sikhs called during the period of misls?
A) Jathedari B) Sarbatt khalsa C) Missaldari D) Fiefdom
19. In which city did representatives from the countries of the world meet and create the first
international agreement on global warming?
A) Rio de Janeiro, Brazil B) Paris, France
C) Kyoto, Japan D) Kuala Lumpur, Malaysia
23. Atmosphere is broadly divided into homosphere and hetrosphere. The homosphere extends
upto a height of
A) 18 km B) 90 km C) 8 km D) 300 km
25. Which Amendment Bill extended life of Lok Sabha to 6 years and which Bill restored it to 5
years?
A) 42nd and 43rd B) 44th and 47th C) 42nd and 44th D) 42nd and 45th
29. What kinds of clauses were added by Marks and Spencer, the British retail company to the
agreements in India?
A) Anti-theft clauses B) Anti-bribery clauses C) Anti-fraud clauses D) none of these
30. The UP government on December 4, 2012 decided to issue cards to industrialists and
industrial associations for easy access to its offices. What is the name of that card?
A) Golden cards B) Silver cards C) Platinum cards D) Industrial cards
35. A person started from point A and travelled 2 km towards West. Then, he travelled 3 km to
South and turned to his right and travelled 2 km, then he travelled 3 km towards North and
again he travelled 1 km after turning left and finally he travelled 4 km after turning left to
reach point B. What is the shortest distance between A and B (in Km)?
A) 3√41 B) √41 C) √47 D) 3√47
36. A child is looking for his father. He went 90 m to East before turning to his right. He went
20 m before turning his right again to look for his father at his uncle’s place 30 m from this
point. His father was not there. From here he went 100 m to North before meeting his father
in a street. How far did the son meet his father from the starting point?
A) 80 m B) 100 m C) 140 m D) 260 m
39. If Tanuja is shorter than Parkash who is shorter than his wife, then who is wife of Santosh?
A) Kavya B) Anjali C) Tanuja D) can’t be determined
41. Thermometer is related to Temperature in the same way as Hygrometer is related to?
A) strains B) pressure C) density D) humidity
43. In a certain language, ROUTINE is written as VMRGFLI. How will CRUELTY be written
in that code?
A) VOCVZRL B) VPCVZRL C) BGOVFIX D) WPCVZRL
46. B is twice as old as A but twice younger than F. C is half the age A but twice the age of D.
Which two persons form the pair of oldest and youngest?
A) F and A B) F and D C) B and F D) F and C
47. Six people – Rohit, Suneet, Deepak, Vikas, Kanak and Manick – were all born on the same
day of the year, but each was born in a different year, during a single six year period.
1) Rohit is older than Deepak 2) Suneet is older than both Vikas and Kanak
3) Manick is 2 years older than Vikas 4) Rohit was born either in 1962 or 1963
5) The oldest member of the graph was born in 1960
If Manick is the oldest, then which of following must be true?
A) Deepak was born in 1964 B) Rohit was born in 1962
C) Vikas was born in 1961 D) Suneet was born in 1961
G&R -A- Page 5 of 13
48. If you pick 6th and 14th letters from the end of English alphabets and then pick up 5th and
20th letter from beginning and form a meaningful word, what is the first letter of that word?
A) M B) E C) T D) no meaningful word can be formed
49. If the positions of 1st and 6th digits of the number 2796543018 are interchanged, similarly
the positions of 2nd and 7th digits are interchanged and so on, which of the following will be
the 3rd to the left of 7th digit from the left end?
A) 0 B) 1 C) 7 D) 8
A) III and IV only B) I and II only C) II and III only D) I and IV only
56) Which of the following are true regarding the use of generics and parameterized types
in Java?
I. Generics provide type safety by shifting more type checking responsibilities to the
compiler.
II. Generics and parameterized types eliminate the need for downcasts when using Java
Collections.
III. When designing your own collections class (say, a linked list), generics and parameterized
types allow you to achieve type safety with just a single class definition as opposed to
defining multiple classes.
57) Which of the following keywords must be used to define a constant in Java?
A) const B) final C) public D) static
58) _________is a mechanism for converting value data types into reference data types, in
C# programming language.
A) Casting B) Conversion C) Boxing D) Transform
59) The major component of the .NET framework that provides memory management is
called :
A) MSIL B) CLS C) CLR D) VB.NET
60) What is the (worst case) time complexity for SELECTION and QUICK sort algorithms, in
terms of the big O notation?
A) SELECTION: O ( n 2 ) QUICKSORT: O ( n 2 )
B) SELECTION: O ( n 2 ) QUICKSORT: O(n log n)
C) SELECTION: O( n log n) QUICKSORT: O ( n 2 )
D) SELECTION: O(n) QUICKSORT: O ( n 2 )
61) Consider the notation: Problem X is polynomial-time reducible to Problem Y is written as
X ≤p Y.Suppose problem X is in class NP, problem Y is in class P, and X ≤p Y. Which
of the following must be true?
A) Problem X is in class P B) Problem X is NP-complete
C) Both of the above D) None of the above
62) A segment register is a register that contains the base address, or something related to the
base address, of a region of memory. In the 8086/8088, the names of the four segment
registers are:
A) Data, Index, Code, Stack B) Stack, Extra, Code, Data
C) Stack, Data, Base, Counter D) Stack, Index, Extra, Code
63) Which of the following is NOT a possible base-10 interpretation of the 8-bit binary value 11010011
in either unsigned binary, two's complement, or 8-bit excess notation (if this bit sequence was an 8-
bit exponent field, with a bias of 127)?
A) -83 B) 211 C) 84 D) -45
64) How much memory is required to store an image that uses 256 colors and is 10 pixels high and 10
pixels long?
A) 256 bits B) 100 bytes C) 800 bytes D) 25,600 bits
G&R -A- Page 7 of 13
65) _______ is a reversible image compression technique.
A) GIF B) JPEG C) MPEG D) BMP
66) Which of the following is the most plausible series of phases for a modern compiler?
A) scanning, parsing, intermediate code generation, semantic analysis, machine-independent code
improvement, target code generation, machine-specific code improvement
B) scanning, parsing, semantic analysis, intermediate code generation, machine-independent code
improvement, target code generation, machine-specific code improvement
C) scanning, parsing, semantic analysis, intermediate code generation, machine-independent code
improvement, machine-specific code improvement, target code generation
D) scanning, parsing, semantic analysis, machine-independent code improvement, intermediate
code generation, target code generation, machine-specific code improvement
67) Assemblers usually make two passes over the source code. In the first pass, the assembler
A) Translates the program source into machine code B) Writes the object file
C) Builds the symbol table D) Builds the op-code table
68) A byte-addressable memory system has 48-bit virtual addresses and 32-bit physical
addresses, with 8KB pages. The number of virtual pages and physical pages that each
process’s page table has, is given by:
A) 2 31 and 217 respectively B) 2 33 and 218 respectively
C) 2 35 and 219 respectively D) 2 37 and 2 20 respectively
69) Delivery and storage of email messages to a server is achieved using ___________ .
A) Post Office Protocol (POP) B) Internet Mail Access Protocol (IMAP)
C) Simple Mail Transfer Protocol (SMTP) D) Hypertext Transfer Protocol (HTTP)
70) The motivation for utilizing Network Address Translation include(s) ___________ .
A) making available a range of unique IP addresses for all devices in every subnet
B) ability to change addresses of devices in local network without notifying outside world
C) ability to change Internet Service Provider (ISP) without changing addresses of devices
in global network
D) establishing direct addressability to local devices inside subnet
74) The subnet mask for a particular network is 255.255.31.0. Which of the following pairs of
IP addresses could belong to this network?
A) 172.57.88.62 and 172.56.87.233
B) 10.35.28.2 and 10.35.29.4
C) 191.203.31.87 and 191.234.31.88
D) 128.8.129.43 and 128.8.161.55
Which of the above statements is/are correct with respect to VIEWS in SQL?
A) I only B) II only C) I and III only D) All of I, II and III
I. SQL is divided into two main categories; Data Definition Language (DDL) and Data
Manipulation Language (DML)
II. Data Definition Language (DDL) is used to insert, select, update and delete records in the
database.
III. CREATE TABLE is an example of Data Manipulation Language (DML).
Which of the above statements is/are correct?
A) I only
B) II only
C) I and III only
D) All of I, II and III
79) Consider the following statements about three levels ANSI/SPARC architecture.
I. External - Various user views exist and each of these views gives a user-oriented
description of the data elements and relationships of which the view is composed. These
views are defined using sub schema data definition language.
II. Logical - The result of the logical design which involves analysis of important needs of
users
III. Physical - The precise physical structure and the exact physical location of the database
which is defined by the database administrator using data definition language (DDL) or
statements of SQL
82) In UNIX/LINUX shell programming, what does the following command line mean?
cd tempdir && rm *.java || echo no temp directory
A) The command will change the present working directory to tempdir and delete all files
with the .java extension
B) The command will delete all files with the .java extension if and only if it successfully
changes to the tempdir
C) If the directory tempdir does not exist, the shell will display a message “No temp
directory”
D) Both B) and C) above
83) Choose the best matching between the programming styles in Group 1 and their
characteristics in Group 2.
Group 1 Group 2
P. Functional 1. Command-based, procedural
Q. Logic 2. Imperative, abstract data types
R. Object-oriented 3. Side-effect free, declarative, expression evaluation
S. Imperative 4. Declarative, clausal representation, theorem proving
A) P-2, Q-3, R-4, S-1 B) P-4, Q-3, R-2, S-1
C) P-3, Q-4, R-1, S-2 D) P-3, Q-4, R-2, S-1
A) The average salary is more than the average salary in the company
B) The average salary of male employees is more than the average salary of all male employees in the
company
C) The average salary of male employees is more than the average salary of
employees in the same department.
D) The average salary of male employees is more than the average salary of employees in the company
89) Rotational delay is the time to spin the disk to the correct sector and is measured in RPM. If a
disk is rotating at a rate of 5000 RPM, what is the average rotational delay in
milliseconds?
A) 4 milliseconds B) 6 milliseconds C) 8 milliseconds D) 12 milliseconds
90) For the regular expressions r, s and t, consider the following equalities (which may be true
or false):
I. (r + s)* = (r* s*)*
II. (rs + r)*r = r(sr + r)*
III. (rs + r)* = r(sr + r)*
Which of the above equalities are true?
A) Only I B) Only I and II C) Only I and III D) All of I, II and III
91) The minimal sum-of-products expression for the logic function f represented by the
Karnaugh map is:
PQ
RS
00 01 11 10
00 0 1 0 0
01 0 1 1 1
11 1 1 1 0
10 0 0 1 0
A) QS + P RS + PQR + PRS + PQ R B) Q S + PR S + P QR + P R S + PQR
C) PR S + PQ R + P R S + PQR D) P RS + PQR + PRS + PQ R
92) Consider the following C-program fragment:
x=0; y=1; z=1;
while (Y <= N)
{ x = x + 1;
y = y + z + 2;
z = z + 2;
}
Which of the following holds on termination of the above program fragment?
A) (x + 1)2 = N B) x = N C) x 2 ≤ N < (x + 1)2 D) x 2 < N ≤ (x + 1)2
G&R -A- Page 11 of 13
93) Consider the following logic circuit:
94) A type of information system that helps managers to solve unstructured problems by
trying out different scenarios.
A) Decision Support System B) Executive Information System
C) Expert System D) Management Information System
95) The functionality which handles the exchange of information between database and a user
interface is called:
A) Client-Server exchange B) Two tier architecture
C) Connection Object D) Business Logic
96) Which of the following IS TRUE regarding linking-loader and linkage editor?
97) The Digital Logic Family which has minimum power dissipation is:
A) TTL B) RTL C) DTL D) CMOS
98) The objective of ______ is to derive the design or specification of a system from its source
code, while the objective of ________ is to produce a new, more maintainable system.
A) Reverse Engineering, Software Re-Engineering
B) Software Verification, Software Validation
C) Software Engineering, Requirement Engineering
D) Software Measurement, Software Verification
100) In user interface design, the term modal window refers to:
A) the ability to reposition a form at run time.
B) the user not being allowed to shift the focus to any other form until the displayed modal form is
hidden.
C) the ability to display more than one form at one time.
D) the user being allowed to shift the focus to any other form, thus allowing the workflow on the
application main window.