FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download JNU 2020 Big Data Analytics (Pgdt) Question Paper

Download JNU 2020 Big Data Analytics (Pgdt) Previous Question Paper || Jawaharlal Nehru University (JNU) Last 10 Years Question Paper

This post was last modified on 21 January 2021

Save & Print
Roll No:
Application No:
Name:
Exam Date: 05-Oct-2020

--- Content provided by‍ FirstRanker.com ---

Exam Time: 09:00-12:00
Examination: 1. Course Code - M. Tech.;M.P.H.;P.G.
Diploma in Bigdata
2. Field of Study - Big Data Analytics (PGDT)
SECTION 1 - SECTION 1

--- Content provided by⁠ FirstRanker.com ---

Question No.1 (Question Id - 59)
In Python, what is the most convenient way to write one long string in file (e.g. text file) ?
(A)
open(`file.txt'),`w').write(all_the_text) (Correct Answer)
(B)

--- Content provided by‍ FirstRanker.com ---

open(file.txt).write(all_the_text)
(C)
open(`file.txt'),`wf').write(all_the_text)
(D)
open(file.txt),`wf'.write(all_the_text)

--- Content provided by FirstRanker.com ---

Question No.2 (Question Id - 23)
What would be the value of 10C5 - 10C1 ?
(A)
252
(B)

--- Content provided by​ FirstRanker.com ---

242 (Correct Answer)
(C)
625
(D)
490

--- Content provided by‌ FirstRanker.com ---

Question No.3 (Question Id - 1)
A protein solution of concentration 0.2 mM has an absorbance of 0.35. Find the concentration of the
solution if the absorbance is 0.63 when both of the solutions were measured in the same cuvette.
(A)
3.6 mM

--- Content provided by⁠ FirstRanker.com ---

(B)
36 M
(C)
360 M (Correct Answer)
(D)

--- Content provided by​ FirstRanker.com ---

36 mM
Question No.4 (Question Id - 32)
For a positive skewed distribution, the value of the mean is :
(A)
less than median

--- Content provided by FirstRanker.com ---

(B)
less than mode
(C)
greater than median and mode (Correct Answer)
(D)

--- Content provided by‍ FirstRanker.com ---

always zero
Question No.5 (Question Id - 42)
If a Poisson Variate X is such that P(X = 1) = P(X = 2), then
P(X = 4) is :
(Given that e-2 = 0.1353)

--- Content provided by⁠ FirstRanker.com ---

(A)
0.09 (Correct Answer)
(B)
0.009
(C)

--- Content provided by‌ FirstRanker.com ---

0.9
(D)
0.0009
Question No.6 (Question Id - 39)
The coefficient of correlation between two variables X and Y is 0.75. The covariance is 36. The

--- Content provided by‌ FirstRanker.com ---

variance of X is 16. Then the standard deviation of Y (i.e, Y) will be given by




(A)

--- Content provided by‌ FirstRanker.com ---

16
(B)
14
(C)
12 (Correct Answer)

--- Content provided by‌ FirstRanker.com ---

(D)
36
Question No.7 (Question Id - 84)
A polymerase chain reaction (PCR) requires :
(A)

--- Content provided by‌ FirstRanker.com ---

dNTPs, Taq Polymerase and primers (Correct Answer)
(B)
Primers, Restriction endonuclease and dNTPs
(C)
DNA template, taq Polymerase and nuclease

--- Content provided by‍ FirstRanker.com ---

(D)
dNTPs, RNA template and primers
Question No.8 (Question Id - 99)
Which pipeline can be used for the gene prediction in eukaryotic genomes ?
(A)

--- Content provided by‍ FirstRanker.com ---

Augustus (Correct Answer)
(B)
MAKER (Correct Answer)
(C)
Augustus and MAKER (Correct Answer)

--- Content provided by‌ FirstRanker.com ---

(D)
GRAIL and PYTHIA
Question No.9 (Question Id - 17)
A and B could finish a given piece of work in 10 and 15 days, respectively. They worked together for
3 days and then B left. A finished the rest of the work alone. The total work was finished in :

--- Content provided by FirstRanker.com ---

(A)
6 days
(B)
8 days (Correct Answer)
(C)

--- Content provided by​ FirstRanker.com ---

13 days
(D)
9 days
Question No.10 (Question Id - 47)
How is variance affected if each observation of a set is divided by 10 ?

--- Content provided by⁠ FirstRanker.com ---

(A)
(B)
(Correct Answer)
(C)
(D)

--- Content provided by‍ FirstRanker.com ---

102
Question No.11 (Question Id - 53)
In C, how many arguments fseek( ) function takes ?
(A)
2

--- Content provided by‍ FirstRanker.com ---

(B)
4
(C)
3 (Correct Answer)
(D)

--- Content provided by‍ FirstRanker.com ---

1
Question No.12 (Question Id - 89)
How many possible number of phylogenetic trees can be made with four sequences ?
(A)
3 (Correct Answer)

--- Content provided by​ FirstRanker.com ---

(B)
16
(C)
24
(D)

--- Content provided by​ FirstRanker.com ---

6
Question No.13 (Question Id - 81)



One sequence in FASTQ format is defined in how many lines ?

--- Content provided by‍ FirstRanker.com ---

(A)
3
(B)
4 (Correct Answer)
(C)

--- Content provided by‍ FirstRanker.com ---

2
(D)
5
Question No.14 (Question Id - 35)
For a moderately skew distribution, what relationship between mean, median and mode exists ?

--- Content provided by FirstRanker.com ---

(A)
Mean - Mode = 3(Mean - Median) (Correct Answer)
(B)
Mean + Mode = 3(Mean + Median)
(C)

--- Content provided by FirstRanker.com ---

2(Mean - Mode) = 3(Mean - Median)
(D)
3(Median - Mean) = 4(Mean - Median)
Question No.15 (Question Id - 29)
The probability of no cars arriving in a 10 minutes interval is 0.4. Find the probability of at least one

--- Content provided by​ FirstRanker.com ---

car arriving in that 10 minutes interval.
(A)
0.1
(B)
0.5

--- Content provided by‌ FirstRanker.com ---

(C)
0.4
(D)
0.6 (Correct Answer)
Question No.16 (Question Id - 86)

--- Content provided by‍ FirstRanker.com ---

A protein was found to be localized in plasma membrane of the cell. What could be possible function
of the protein ?
(A)
Transcription factor
(B)

--- Content provided by⁠ FirstRanker.com ---

Receptor (Correct Answer)
(C)
Protein degradation
(D)
Translation

--- Content provided by FirstRanker.com ---

Question No.17 (Question Id - 74)
In C, what is the value of sizeof(float) ?
(A)
3
(B)

--- Content provided by​ FirstRanker.com ---

4 (Correct Answer)
(C)
5
(D)
6

--- Content provided by​ FirstRanker.com ---

Question No.18 (Question Id - 70)
In C, if we provide 75.50 to scanf( ) function, what value this function accept ?
(A)
75.50
(B)

--- Content provided by‌ FirstRanker.com ---

75 (Correct Answer)
(C)
75.5
(D)
75.5000

--- Content provided by‍ FirstRanker.com ---

Question No.19 (Question Id - 44)
In five tossings of a fair coin, find the chances of getting 4 heads.
(A)
(Correct Answer)
(B)

--- Content provided by‍ FirstRanker.com ---







--- Content provided by‌ FirstRanker.com ---




(C)
(D)

--- Content provided by⁠ FirstRanker.com ---

Question No.20 (Question Id - 48)
(A)
0.12273 (Correct Answer)
(B)
0.2273

--- Content provided by​ FirstRanker.com ---

(C)
0.33373
(D)
0.00537
Question No.21 (Question Id - 20)

--- Content provided by FirstRanker.com ---

Find the least number which when divided by any of 42, 36 and 54 respectively leaves 17 as
remainder.
(A)
2268
(B)

--- Content provided by‍ FirstRanker.com ---

2251
(C)
2285 (Correct Answer)
(D)
13625

--- Content provided by​ FirstRanker.com ---

Question No.22 (Question Id - 3)
Find the value of the expression cos105+sin135 :
(A)
(B)
(Correct Answer)

--- Content provided by‌ FirstRanker.com ---

(C)
(D)
Question No.23 (Question Id - 19)
(A)
2000 m

--- Content provided by‍ FirstRanker.com ---

(B)
2400 m
(C)
2600 m (Correct Answer)

(D)

--- Content provided by⁠ FirstRanker.com ---

1200 m
Question No.24 (Question Id - 4)
Find the hexadecimal equivalent of the number 621.
(A)
D62

--- Content provided by⁠ FirstRanker.com ---

(B)
2D6
(C)
26D (Correct Answer)
(D)

--- Content provided by​ FirstRanker.com ---

2613
Question No.25 (Question Id - 14)
A bucket contains 40 litres of water. At a first instance, 2/5th of the water was taken out. Afterwards,
3/8th of the remaining water was again taken out. What would be the amount of water still remaining
in the bucket ?

--- Content provided by​ FirstRanker.com ---

(A)
25 litres
(B)
1 litre
(C)

--- Content provided by​ FirstRanker.com ---

15 litres (Correct Answer)
(D)
6 litres
Question No.26 (Question Id - 65)
In C, the syntax of opening a file in standard I/O package

--- Content provided by​ FirstRanker.com ---

is :
(A)
f ptr = f open("file'', "mode"); (Correct Answer)
(B)
f ptr = f openfile(`filename', `mode');

--- Content provided by​ FirstRanker.com ---

(C)
f ptr = f open(file && mode);
(D)
f ptr = f openfile(file=mode);
Question No.27 (Question Id - 45)

--- Content provided by FirstRanker.com ---

If X and Y are two poisson variates such X~P(1) and Y~P(2), the probability P(X + Y < 3) is :
(A)
3e-3
(B)
e-3 (Correct Answer)

--- Content provided by FirstRanker.com ---

(C)
4e-3
(D)
2e-1
Question No.28 (Question Id - 54)

--- Content provided by​ FirstRanker.com ---

How we can reduce the loop execution time in C ?
(A)
Avoid using expressions inside a loop which are independent of the loop. (Correct
Answer)

(B)

--- Content provided by⁠ FirstRanker.com ---

Incorporate the nested loop inside the loop.
(C)
Avoid using expression outside the loop.
(D)
Incorporate several variables inside the loop which are independent of the loop.

--- Content provided by⁠ FirstRanker.com ---

Question No.29 (Question Id - 7)
A car is moving at a constant speed of 72 km/hr. At a crossing when the car was at a distance of 400
m, the timer at the signal was showing 8 s left for turning red. Find the acceleration of the car by
which it has to be accelerated to cross the signal.
(A)

--- Content provided by FirstRanker.com ---

6.03 ms-2
(B)
2.03 ms -1
(C)
6.03 ms -1

--- Content provided by FirstRanker.com ---

(D)
2.03 ms -2 (Correct Answer)
Question No.30 (Question Id - 21)
A square and an equilateral triangle each have sides of


--- Content provided by‌ FirstRanker.com ---






--- Content provided by​ FirstRanker.com ---

length 5. What is the ratio of the area of the square to the area of the triangle ?
(A)
(B)
(C)
(D)

--- Content provided by⁠ FirstRanker.com ---

(Correct Answer)
Question No.31 (Question Id - 69)
In Python, dir( ) function defines :
(A)
A list of all the articles associated with a type (Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

(B)
A list of all the integers
(C)
Type of attribute
(D)

--- Content provided by‌ FirstRanker.com ---

Sum of all the integers
Question No.32 (Question Id - 25)
(A)
15
(B)

--- Content provided by‍ FirstRanker.com ---

(C)
13 (Correct Answer)
(D)
12
Question No.33 (Question Id - 31)

--- Content provided by⁠ FirstRanker.com ---

The area under the normal curve within its range - to is always :
(A)
less than 1
(B)
greater than 1

--- Content provided by‍ FirstRanker.com ---

(C)
unity (Correct Answer)
(D)
cannot determine
Question No.34 (Question Id - 8)

--- Content provided by‌ FirstRanker.com ---

At 27C and 750 mm of Hg pressure, a gas occupies 600 ml volume. Calculate the pressure at a
height where temperature is 7C and volume of the gas is 700 ml.
(A)
650 mm of Hg
(B)

--- Content provided by⁠ FirstRanker.com ---

802 mm of Hg
(C)
600 mm of Hg (Correct Answer)
(D)
620 mm of Hg

--- Content provided by‍ FirstRanker.com ---

Question No.35 (Question Id - 73)
What is the description of function mktime(tuple) in Python ?
(A)
Converts a time tuple to a string
(B)

--- Content provided by FirstRanker.com ---

Converts seconds to a date tuple, local time
(C)
Sleeps for secs seconds
(D)
Converts a time tuple to local time (Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

Question No.36 (Question Id - 26)
Let (Xi, Yi); i = 1, 2 .... n be n pairs of observations and be the correlation coefficient of X and Y.
The standard error is :
(A)


--- Content provided by​ FirstRanker.com ---






--- Content provided by⁠ FirstRanker.com ---



(B)
(C)
(D)

--- Content provided by‍ FirstRanker.com ---

(Correct Answer)
Question No.37 (Question Id - 92)
The Bacterial cell is called competent cell if :
(A)
It competes with virus

--- Content provided by​ FirstRanker.com ---

(B)
It multiply at a faster rate
(C)
It's ready to take foreign DNA and get transformed (Correct Answer)
(D)

--- Content provided by⁠ FirstRanker.com ---

It does not allow any foreign DNA to enter
Question No.38 (Question Id - 30)
Karl Pearson's formula for a wide class of frequency distributions in terms of moments that is only the
measure of skewness but not the direction of skewness is given by :
(A)

--- Content provided by⁠ FirstRanker.com ---

(Correct Answer)
(B)
(C)
(D)
Question No.39 (Question Id - 10)

--- Content provided by‌ FirstRanker.com ---

The equation of a straight line perpendicular to the given line 2x - 3y + 6 = 0 and passing through the
point (2, 3) is given
by :
(A)
2x + 3y - 12 = 0

--- Content provided by⁠ FirstRanker.com ---

(B)
3x + 2y - 12 = 0 (Correct Answer)
(C)
2x + 3y + 18 = 0
(D)

--- Content provided by‍ FirstRanker.com ---

3x - 2y + 18 = 0
Question No.40 (Question Id - 61)
What would be the output of the following program in python?
>>> import date time
>>> NewYearsDay=datetime.date(2020, 01, 01)

--- Content provided by FirstRanker.com ---

>>> NewYearsEve=datetime.date(2019, 12, 31)
>> Oneday=NewYearsDay-NewYearsEve
>>> print oneday
(A)
1 Year, 1 : 00 : 00

--- Content provided by FirstRanker.com ---

(B)
0 day, 0 : 00 : 00
(C)
1 day, 0 : 00 : 00 (Correct Answer)
(D)

--- Content provided by⁠ FirstRanker.com ---

2 day, 0 : 00 : 00
Question No.41 (Question Id - 64)
In C, what would be the statement for redefine the data
types ?


--- Content provided by​ FirstRanker.com ---

(A)
type dif
(B)
type diff
(C)

--- Content provided by⁠ FirstRanker.com ---

type define
(D)
type def (Correct Answer)
Question No.42 (Question Id - 80)
DNA in chromatin is known to be associated with histone to form nucleosomes. Histones are rich in

--- Content provided by FirstRanker.com ---

which of the following amino acids ?
(A)
Asp, Glu
(B)
Lys, Arg (Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

(C)
Gly, Prol
(D)
Ser, Thr
Question No.43 (Question Id - 52)

--- Content provided by FirstRanker.com ---

The below question has been dropped and full marks are awarded.
What would be the output of following in Python ?
>>> temp=s[`x']
>>> temp.append(`d')
>>> s[`x']=temp

--- Content provided by‍ FirstRanker.com ---

>>> s[`x']
(A)
[`a', `b', `c', `d']
(B)
[`a', `b', `c']

--- Content provided by​ FirstRanker.com ---

(C)
[`d', `c', `b', `a']
(D)
[`d', `a', `b', `c']
Question No.44 (Question Id - 71)

--- Content provided by FirstRanker.com ---

In C, float a[3][3]={{1, 2, 3}, {4, 6, 9}, {3, 2, 7}} what would be the value of a[2][0] ?
(A)
2
(B)
3 (Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

(C)
6
(D)
1
Question No.45 (Question Id - 93)

--- Content provided by​ FirstRanker.com ---

Consider a B+ tree in which the maximum number of keys in a node is 7. What is the minimum
number of keys in any non-root node ?
(A)
1
(B)

--- Content provided by⁠ FirstRanker.com ---

3 (Correct Answer)
(C)
2
(D)
4

--- Content provided by⁠ FirstRanker.com ---

Question No.46 (Question Id - 11)
(A)
1
(B)
132

--- Content provided by‍ FirstRanker.com ---

(C)
161
(D)
0 (Correct Answer)


--- Content provided by‍ FirstRanker.com ---






--- Content provided by​ FirstRanker.com ---






--- Content provided by FirstRanker.com ---



Question No.47 (Question Id - 50)
A machine part is produced by three factories F1, F2 and F3. Their proportional production are 25%,
35% and 40% respectively. Also, the percentage defectives manufactured by three factories are 5, 4

--- Content provided by‌ FirstRanker.com ---

and 3 respectively of a part is taken at random and is found to be defective, then the probability that
the selected part belongs to factory F2 is :
(A)
(Correct Answer)
(B)

--- Content provided by⁠ FirstRanker.com ---

(C)
(D)
Question No.48 (Question Id - 75)
In Python, what will be the output of the following command ?
>>> d={`a': 5, `b': 6, `c': 7}

--- Content provided by⁠ FirstRanker.com ---

>>> print sub_dict(d, `ab'), d
(A)
{`a': 5, `b': 6}{`a': 5, `b': 6, `c': 7} (Correct Answer)
(B)
{5, 6}{5, 6, 7}

--- Content provided by⁠ FirstRanker.com ---

(C)
{`a': 5, `b': 6}{`c': 7}
(D)
{`a': 5, `b': 6, `c': 7}{`a': 5, `b': 6}
Question No.49 (Question Id - 100)

--- Content provided by‍ FirstRanker.com ---

One of the following is not useful for phylogenetic analysis :
(A)
PAUP
(B)
MacClade

--- Content provided by FirstRanker.com ---

(C)
RASMOL (Correct Answer)
(D)
PHYLIP
Question No.50 (Question Id - 37)

--- Content provided by​ FirstRanker.com ---

Two fair standard four sided dices are rolled. Find the probability that the sum is greater than 6.
(A)
(Correct Answer)
(B)
(C)

--- Content provided by‌ FirstRanker.com ---

(D)
Question No.51 (Question Id - 43)
(A)
(Correct Answer)
(B)

--- Content provided by‍ FirstRanker.com ---

(C)
(D)
Question No.52 (Question Id - 87)
Which of the following is not used for predicting a gene in an assembled eukaryotic genome ?

(A)

--- Content provided by‌ FirstRanker.com ---

ORF Location
(B)
Promoter Location
(C)
Exon-Intron splice junction

--- Content provided by‍ FirstRanker.com ---

(D)
Enhancer Location (Correct Answer)
Question No.53 (Question Id - 88)
In an RNA-seq data having 50 fusion transcripts (already known), a tool detected only 20 fusion
transcripts. What is the sensitivity of the tool ?

--- Content provided by​ FirstRanker.com ---

(A)
50%
(B)
40% (Correct Answer)
(C)

--- Content provided by‍ FirstRanker.com ---

20%
(D)
30%
Question No.54 (Question Id - 18)
60 mL of 30 mM NaCl solution was mixed with 10 ml of 0.24 M another NaCl solution. The final

--- Content provided by​ FirstRanker.com ---

concentration of the NaCl in the solution is :
(A)
68 mM
(B)
120 mM

--- Content provided by FirstRanker.com ---

(C)
60 mM (Correct Answer)
(D)
0.03 M
Question No.55 (Question Id - 62)

--- Content provided by‍ FirstRanker.com ---

In Python, mystr = "my string", then
mystr[4:] will print :
(A)
string
(B)

--- Content provided by​ FirstRanker.com ---

tring (Correct Answer)
(C)
my s
(D)
my st

--- Content provided by FirstRanker.com ---

Question No.56 (Question Id - 58)
Which of the I/O function will not returns a character that has been recently typed in C ?
(A)
getcho( ) (Correct Answer)
(B)

--- Content provided by FirstRanker.com ---

getch( )
(C)
getche( )
(D)
getchar( )

--- Content provided by⁠ FirstRanker.com ---

Question No.57 (Question Id - 97)
One of the following is a typical example of negative feedback gene regulatory network :
(A)
P53-MDM2 (Correct Answer)
(B)

--- Content provided by FirstRanker.com ---

ROS-MDM2
(C)
CDC-P53
(D)
C-myc-MDM2

--- Content provided by FirstRanker.com ---

Question No.58 (Question Id - 5)


(A)
11
(B)

--- Content provided by​ FirstRanker.com ---

4 (Correct Answer)
(C)
8
(D)
6

--- Content provided by‌ FirstRanker.com ---

Question No.59 (Question Id - 96)
An antibiotic does not induce antibody production, however, it binds to serum protein and forms a
complex that in some people induce antibody formation resulting in an allergic reaction. The
antibiotic is :
(A)

--- Content provided by​ FirstRanker.com ---

a hapten (Correct Answer)
(B)
an antigen
(C)
an immunogen

--- Content provided by‍ FirstRanker.com ---

(D)
none of the above
Question No.60 (Question Id - 41)
A student guesses randomly the answers to a multiple-choice exam. There are twenty questions and
each has four possible answers. If X is the number of questions the student answers correctly, the

--- Content provided by⁠ FirstRanker.com ---

mean and standard deviation of X are :
(A)
(5, 1.94)
(B)
(4, 1.79) (Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

(C)
(20, 5)
(D)
(10, 3.79)
Question No.61 (Question Id - 38)

--- Content provided by​ FirstRanker.com ---

The probability of a randomly chosen individual in a society being male is 0.52. The probability of the
individual being of Indian origin is 0.18. Find the probability of individuals being male of Indian
origins.
(A)
0.80

--- Content provided by​ FirstRanker.com ---

(B)
0.0936 (Correct Answer)
(C)
0.90
(D)

--- Content provided by​ FirstRanker.com ---

0.50
Question No.62 (Question Id - 68)
In C, what would be the valid subscript range for int a[100] array declaration statement in C ?
(A)
0 to 100

--- Content provided by FirstRanker.com ---

(B)
1 to 99
(C)
0 to 99 (Correct Answer)
(D)

--- Content provided by‌ FirstRanker.com ---

1 to 100
Question No.63 (Question Id - 34)
How to ascertain Kurtosis with the help of 2, if 2 = 3.3, 2.8.
(A)
Curve is leptokurtic at 2 = 3.3 and platykurtic at

--- Content provided by FirstRanker.com ---

2 = 2.8 (Correct Answer)
(B)
Curve is mesokurtic and platykurtic respectively


(C)

--- Content provided by​ FirstRanker.com ---

Curve is platykurtic and leptokurtic
(D)
Curve is mesokurtic only
Question No.64 (Question Id - 28)
For a negative skewed distribution, the value of the mode is :

--- Content provided by‍ FirstRanker.com ---

(A)
greater than median and mean (Correct Answer)
(B)
less than median and mean
(C)

--- Content provided by⁠ FirstRanker.com ---

always negative and less than median
(D)
greater than mean and less than mode
Question No.65 (Question Id - 36)
Geometric mean of first n natural numbers is given by :

--- Content provided by​ FirstRanker.com ---

(A)
G = (x1 + x2 +....... xn)n, xi N
(B)
(C)
G = (x1 . x2 . x3 ...... xn)1/n, xi N (Correct Answer)

--- Content provided by‍ FirstRanker.com ---

(D)
G = (x1 + x2 + x3 +.......+ xn)1/n
Question No.66 (Question Id - 85)
Given below are two statements :
Statement I:

--- Content provided by‍ FirstRanker.com ---

Long non-coding RNAs (lncRNAs) are produced by RNA Polymerase III.
Statement II:
Long non-coding RNAs (lncRNAs) are usually longer than 200 nucleotides.
In the light of the above statements, choose the correct answer from the options given below :
(A)

--- Content provided by‍ FirstRanker.com ---

Both Statement I and Statement II are true.
(B)
Both Statement I and Statement II are false.
(C)
Statement I is correct but Statement II is false.

--- Content provided by‍ FirstRanker.com ---

(D)
Statement I is incorrect but Statement II is true. (Correct Answer)
Question No.67 (Question Id - 91)
Which statements are TRUE about an SQL Query ?
P. An SQL query can contain a HAVING clause even if it does not have a GROUP BY clause.

--- Content provided by FirstRanker.com ---

Q. An SQL query can contain a HAVING clause only if it has a GROUP BY clause.
R. All attributes used in the GROUP BY clause must appear in the SELECT clause.
S. Not all attributes used in the GROUP BY clause need to appear in the SELECT clause.
Choose the correct answer from the options given below :
(A)

--- Content provided by‍ FirstRanker.com ---

P and R
(B)
Q and R (Correct Answer)
(C)
P and S

--- Content provided by FirstRanker.com ---

(D)
Q and S
Question No.68 (Question Id - 12)



--- Content provided by​ FirstRanker.com ---





(A)

--- Content provided by‍ FirstRanker.com ---

200
(B)
151
(C)
175.5 (Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

(D)
6.5
Question No.69 (Question Id - 46)
(A)
(B)

--- Content provided by⁠ FirstRanker.com ---

(C)
(D)
(Correct Answer)
Question No.70 (Question Id - 95)
Given below are two statements : one is labelled as Assertion A and the other is labelled as Reason

--- Content provided by FirstRanker.com ---

R
.
Assertion A:
CaMV35S promoter is frequently used for plant transformation.
Reason R:
CaMV35S is tissue-specific promoter.

--- Content provided by⁠ FirstRanker.com ---

In light of the above statements, choose the most appropriate answer from the options given below
:
(A)
Both A and R are correct and R is the correct explanation of A.
(B)

--- Content provided by‌ FirstRanker.com ---

Both A and R are correct but R is NOT the correct explanation of A.
(C)
A is correct but R is not correct. (Correct Answer)
(D)
A is not correct but R is correct.

--- Content provided by‍ FirstRanker.com ---

Question No.71 (Question Id - 40)
If a random variable X has the mean 5 and standard deviation 3, then the variance of the variable Y =
(3X - 11) is :
(A)
9

--- Content provided by​ FirstRanker.com ---

(B)
25
(C)
81 (Correct Answer)
(D)

--- Content provided by​ FirstRanker.com ---

144
Question No.72 (Question Id - 51)
What would be the value of nCr ?
(A)
n!/r!(n - r)! (Correct Answer)

--- Content provided by​ FirstRanker.com ---

(B)
n!/r!(n + r)!
(C)
r!/n!(n - r)!
(D)

--- Content provided by‍ FirstRanker.com ---

r!/n!(n + r)!



Question No.73 (Question Id - 78)
An intermediate structure in homologous recombination in which the two duplexes of DNA are

--- Content provided by⁠ FirstRanker.com ---

connected by the genetic material exchanged between two of the four strands is called :
(A)
Recombination hotspot
(B)
Holiday junction (Correct Answer)

--- Content provided by‍ FirstRanker.com ---

(C)
Crossing junction
(D)
Duplex point
Question No.74 (Question Id - 22)

--- Content provided by⁠ FirstRanker.com ---

If x is negative, which of the following statement must be true ?
(A)
x2 < x4
(B)
x3 < x2 (Correct Answer)

--- Content provided by FirstRanker.com ---

(C)
(D)
Question No.75 (Question Id - 55)
What will following program in Python print ?
x=1.234567890987654321000001

--- Content provided by FirstRanker.com ---

y=round(x, 3)
print(x)
print(y)
(A)
1.2345678909876543 & 1.234 (Correct Answer)

--- Content provided by​ FirstRanker.com ---

(B)
1.234 & 1.234
(C)
1.23456789 & 1.234
(D)

--- Content provided by‍ FirstRanker.com ---

1.2345 & 1.23
Question No.76 (Question Id - 16)
The sides of a given triangle are 10, 18 and 12 units, respectively. Find the length of the
perpendicular drawn from the opposite angle on the largest side.
(A)

--- Content provided by⁠ FirstRanker.com ---

6.2844 (Correct Answer)
(B)
12.568
(C)
3.1422

--- Content provided by‌ FirstRanker.com ---

(D)
0.6284
Question No.77 (Question Id - 57)
Which of the following is not the decision making statement in C ?
(A)

--- Content provided by​ FirstRanker.com ---

if-else statememt
(B)
do-while statement (Correct Answer)
(C)
switch statement

--- Content provided by FirstRanker.com ---

(D)
else-if construct
Question No.78 (Question Id - 15)
If 336 is divided between A and B in such a way that A gets 5/16th of the amount B gets, How much
would A and B get ?

--- Content provided by​ FirstRanker.com ---

(A)
A gets 80 and B gets 256 (Correct Answer)
(B)
A gets 256 and B gets 80
(C)

--- Content provided by‌ FirstRanker.com ---

A gets 96 and B gets 240
(D)
A gets 240 and B gets 96
Question No.79 (Question Id - 94)


--- Content provided by‍ FirstRanker.com ---




Models of substitution are used in evolutionary studies. One of the model called "Kimura" considers
_________ parameters.

--- Content provided by‌ FirstRanker.com ---

(A)
three
(B)
one
(C)

--- Content provided by‌ FirstRanker.com ---

two (Correct Answer)
(D)
zero
Question No.80 (Question Id - 2)
If 30 ml of 20 mM solution of a solute having molecular weight 300 is mixed with 3% of 70 ml of the

--- Content provided by​ FirstRanker.com ---

solution of the same solute. Find the molarity of the resultant solution.
(A)
0.12 M
(B)
7.60 mM

--- Content provided by⁠ FirstRanker.com ---

(C)
0.76 M
(D)
0.076 M (Correct Answer)
Question No.81 (Question Id - 27)

--- Content provided by FirstRanker.com ---

What would be the weighted mean of first 10 natural numbers if weights are the corresponding
numbers.
(A)
(B)
(Correct Answer)

--- Content provided by⁠ FirstRanker.com ---

(C)
(D)
Question No.82 (Question Id - 33)
Based on data with x values between 10 and 20 and a correlation coefficient of 0.93, a regression
line is given by

--- Content provided by⁠ FirstRanker.com ---

y = 10.2x - 5.3. What are the prediction values of y, when x = 3.13 ?
(A)
25.3, 127.3 (Correct Answer)
(B)
20.3, 126

--- Content provided by FirstRanker.com ---

(C)
10.3, 120
(D)
20.8, 120.9
Question No.83 (Question Id - 66)

--- Content provided by‍ FirstRanker.com ---

What would be the output of the following command in Python ?
>>> digits_only = translator (keep=string.digits)
>>> digits_only= (`My Height : 124.85 cm') will print as
(A)
124.85

--- Content provided by‌ FirstRanker.com ---

(B)
124.8
(C)
124
(D)

--- Content provided by‍ FirstRanker.com ---

12485 (Correct Answer)
Question No.84 (Question Id - 67)
What will be the output of the following program in Python ?
>>> seq=[34, 67, 8, 123, 4, 100, 95]
>>> seq.sort( )

--- Content provided by⁠ FirstRanker.com ---

>>> search(seq, 34)
(A)
3
(B)
34

--- Content provided by‍ FirstRanker.com ---

(C)
2 (Correct Answer)


(D)
8

--- Content provided by‌ FirstRanker.com ---

Question No.85 (Question Id - 77)
Which set of tools can be used for comparing two genomes ?
(A)
BLAST, GENSCAN, BLAT
(B)

--- Content provided by‌ FirstRanker.com ---

BLAT, Mummer and InterPro
(C)
BLAST, InterPro and GENSCAN
(D)
BLAST, Mummer and BLAT (Correct Answer)

--- Content provided by‍ FirstRanker.com ---

Question No.86 (Question Id - 63)
What would be the output of the following command in Python ?
>>>print `JNU Examination'.title( )
(A)
JNU EXAMINATION

--- Content provided by‍ FirstRanker.com ---

(B)
JNU Examination
(C)
Jnu Examination (Correct Answer)
(D)

--- Content provided by‌ FirstRanker.com ---

Jnu examination
Question No.87 (Question Id - 79)
Which of the following proteins acts as a checkpoint control for entry into S-phase of DNA replication
?
(A)

--- Content provided by‍ FirstRanker.com ---

Cyclin/CDK
(B)
p53 (Correct Answer)
(C)
cdc25

--- Content provided by‌ FirstRanker.com ---

(D)
p21
Question No.88 (Question Id - 56)
For the following program written in Python :
>>>values=1,2,3

--- Content provided by​ FirstRanker.com ---

>>>x, y, z = values
What will be the output of >>>x ?
(A)
1 (Correct Answer)
(B)

--- Content provided by FirstRanker.com ---

3
(C)
values
(D)
x

--- Content provided by‍ FirstRanker.com ---

Question No.89 (Question Id - 98)
Which of the following techniques is `NOT' used for gene expression analysis ?
(A)
DNA Microarrays
(B)

--- Content provided by‌ FirstRanker.com ---

Southern Hybridization (Correct Answer)
(C)
Northern hybridization
(D)
Quantitative real-time PCR

--- Content provided by⁠ FirstRanker.com ---

Question No.90 (Question Id - 9)

(A)
+5 C, +5 C, -2 C, -2 C
(B)
+5 C, -5 C, +2 C, -2 C

--- Content provided by​ FirstRanker.com ---

(C)
+3 C, -3 C, -7 C, +3 C
(D)
+3 C, +7 C, -7 C, +3 C (Correct Answer)
Question No.91 (Question Id - 90)

--- Content provided by FirstRanker.com ---

Amino acids like Len, Ile, Val, Phe etc., tend to cluster near core of globular proteins as :
(A)
these amino acids prefer -sheet structure.
(B)
these amino acids can form additional hydrogen bonds involving their side chains.

--- Content provided by‍ FirstRanker.com ---

(C)
these prefer definite three dimensional structure.
(D)
these avoid contact with water. (Correct Answer)
Question No.92 (Question Id - 24)

--- Content provided by⁠ FirstRanker.com ---

Find the average of first 20 multiples of 7.
(A)
71.5
(B)
75.3

--- Content provided by​ FirstRanker.com ---

(C)
74.5
(D)
73.5 (Correct Answer)
Question No.93 (Question Id - 82)

--- Content provided by‌ FirstRanker.com ---

"Melting" of a protein primarily affects the :
(A)
Primary Structure
(B)
Secondary Structure (Correct Answer)

--- Content provided by​ FirstRanker.com ---

(C)
Sequence of the protein
(D)
None of the above
Question No.94 (Question Id - 6)

--- Content provided by‍ FirstRanker.com ---

If an object is placed at a distance of 8 cm from a convex mirror of focal length 12 cm. Find the
position and nature of the image.
(A)
4.8 cm, real and inverted
(B)

--- Content provided by‌ FirstRanker.com ---

4.8 cm, virtual and inverted
(C)
4.8 cm, virtual and erect (Correct Answer)
(D)
4.8 cm, real and erect

--- Content provided by‌ FirstRanker.com ---

Question No.95 (Question Id - 60)
Which of the following category is of non-executable statement in C ?
(A)
Assignment
(B)

--- Content provided by FirstRanker.com ---

Comment (Correct Answer)
(C)
Control
(D)
Input/Output

--- Content provided by​ FirstRanker.com ---

Question No.96 (Question Id - 13)
How many three digit numbers can be made with the numbers 1 to 9, if repetition is not allowed ?
(A)
729
(B)

--- Content provided by FirstRanker.com ---

504 (Correct Answer)
(C)
576
(D)
720

--- Content provided by‍ FirstRanker.com ---

Question No.97 (Question Id - 72)
string.Template class is offered in which version of Python ?
(A)
2.1

(B)

--- Content provided by​ FirstRanker.com ---

2.2
(C)
2.3
(D)
2.4 (Correct Answer)

--- Content provided by​ FirstRanker.com ---

Question No.98 (Question Id - 49)
The minimum number of tosses of a coin that are needed so that the probability of getting at least
one head being 0.875 is :
(A)
4

--- Content provided by‌ FirstRanker.com ---

(B)
3 (Correct Answer)
(C)
8
(D)

--- Content provided by FirstRanker.com ---

6
Question No.99 (Question Id - 76)
Given below are two statements :
Statement I:
First worm sequenced was Caenorhabditis elegans.

--- Content provided by⁠ FirstRanker.com ---

Statement II:
Genome size of C. elegans is 97 Mb.
In the light of the above statements, choose the correct answer from the options given below :
(A)
Both Statement I and Statement II are true. (Correct Answer)

--- Content provided by‍ FirstRanker.com ---

(B)
Both Statement I and Statement II are false.
(C)
Statement I is correct but Statement II is false.
(D)

--- Content provided by⁠ FirstRanker.com ---

Statement I is incorrect but Statement II is true.
Question No.100 (Question Id - 83)
Which of the following are the methods to find the evolutionary tree that best accounts for the
observed variation in a group of sequences ?
(A)

--- Content provided by⁠ FirstRanker.com ---

Maximum Parsimony, Distance and Maximum Likelihood (Correct Answer)
(B)
Maximum Likelihood, Maximum Parsimony and Hierarchical Clustering
(C)
Principal Component Analysis, Distance and Maximum Parsimony

--- Content provided by⁠ FirstRanker.com ---

(D)
Principal Component Analysis, Maximum Likelihood and Maximum Parsimony
Save & Print