Go Back   2022-2023 StudyChaCha > StudyChaCha Discussion Forum > General Topics

  #1  
Old December 8th, 2012, 10:49 AM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default

I want to download question papers of Computer science subject of ISRO exam from the net can you provide me best web link?

As you want to get the Model Question Papers of the examination of ISRO, so here I am providing the following Model Question Papers:

ISRO Exam Model Question Papers

1. If sampling frequency doubles then
a) Quantization noise decreases
b) Quantization density decreases
c) Quantization noise increases
d) Quantization density increases

2. Two signals of 2GHz and 4GHz are frequency modulated on same carrier 10
GHz. Find the ratio of frequency deviation if band widths of both are equal.

a ) 1:2 b)2:1 c) 1:1 d) 1:4

3. Gray code of 111 is

4. 3X512+7X64+5X8+3 then value in binary form contains _______ number of 1?s.
a) 7 b) 6 c) 9 d) none

5. The 2?s compliment of decimal number 19 in 8-bit system is

6) The high gain codes are
a) Turbo codes b) BCH codes c) R-S codes

7) BCH codes are of the type________
a) Convolutional type b) c)
8) Time constant of LC circuit is
a) L/R b) L/R2 c) RL

9) If R is doubled and C is halved then frequency of series RLC circuit is

10) The solution for the equation (D2+4) y=sin2x

ISRO Aptitude Paper

1) Special software to craete a job queue is called
a) driver
b) spooler
c) interpreter
d) linkage editer
2)When a process is rolled back as a result of deadlock the difficulty arises is
a) Starvation
b) System throughput
c) low device utilization
d) cycle stealing
3)On recieving an interrupt from an I/O device the CPU
a) Halts for a predefined time.
b) Branches off the interrupt service routine after completion off the current instruction.
c) Branches off to the interrupt service routine immediately.
d) hands over the control of address bus and data bus to the interrupting service.
4) Which of the following is true of the auto increment addressing mode?
1. It is useful in creating sef relocating code.
2)If it is induced in an instruction set architecture , than an additional ALU is required for effective
address calculation.
3) The amount of increment depends on the size of the data item accessed.
a) 1 only.
b)2 only
c) 3 only
d) 2 and 3 only
5) Theprimary purpose of an operating system is
a) To make the most efficient use of the computer hardware.
b) to allow people to use the computer.
c) To make the system programmers employed.
d) to make computers easy to use.
6)consider the cpu intensive processes which require 10,20,30 time units and arrive at time 0,2,6
respectively.how many context switches are needed if the operating system impements a shortest
remaining time first sceduling algorithm?Do not count the context switches at the time 0 and end.
a) 1
b) 2
c) 3
d) 4
7) consider a system having n resources of the same type.These resources are shared by 3 processes
A,B,C .These have peak demands of 3,4,6 respectively.For what value of n deadlock won't occour.
a) 15
b) 9
c) 10
d) 13
8) In which addressing mode the effective address of the operand is computed by adding a constant
value to the content of the register?
a) absolute mode.
b) indirect mode
c) immediate mode
d) index mode
9)the process of organizing the memory into two banks to allow 16 bit and 8 bit data operation is called
a) bank switching
b) indexed mapping
c) two way memory interleaving
d) memory segmentation
10)a one dimensional array A has indices 1-75.Each element is a string and takes up three memory
words. The array is stored in location 1120 decimal. The starting address of A[49] is
a) 1267
b) 1164
c) 1264
d) 1169
11) The microsystems stored in the control memory of a processor have a width of 26 bits. Each
microinstruction is divided into three fields : a microoperation field of 13 bits, a next address field(X),
and a MUX select field(Y). There are 8 status bits in the inputs of the MUX.How many bits are there in
the X and Y fields and what is the size of the control memory in number of words?
a) 10,3,1024
b) 8,5,256
c) 5,8,2048
d) 10,3,512
12)The use of multiple register windows with overlap causes a reduction in the number of memory
accesses for
1.function locals and parameters
2. register saves and restores.
3. instruction fetches.
a) 1 only
b) 2 only
c) 3 only
d) 1,2,and 3
13)Which of the following about relative addressing mode is false?
a) it enables reduced instruction size.
b) it allows indexing of array element with same instruction.
c) it enabkles easy relocation of data.
d) it enables faster address calculation than absulute addressing.
14)Substitution of values for names (whose values are constants) is done in '
a) local optimization
b) loop optimization
c) constant folding
d) strength reduction
15)A root a of eq f(x)=0 can be computed to any degree of accuracy if a good initial approximation x0
is chosen for which
a) f(x0)>0
b) f(x0)f''(x0)>0
c) f(x0)f''(x0)<0
d) f''(x0)>0
16) consider the polynomial p(x)=a0+a1x+a2x*x+a3x*x*x. The mininum number of multipliations
needed to evaluate p on an input x is
a) 3
b) 4
c) 6
d) 9
17)Activities which ensure that the software that has been built , is tracable tocustomer is covered as
part of
a) verification
b) validation
c) maintainnace
d) modeling
18) A testing method which is normally used as the acceptance test for a software system is
a) regression testing
b) integration testing
c) unit testing
d) system testing
19)A locked database file cab be
a) accessed by only one user
b) modified by the users with the correct password.
c) used to hide the sencitive information.
d) updated by more than one user

ISRO SAMPLE TEST PAPER

1.If sampling frequency doubles then
a) Quantization noise decreases
b) Quantization density decreases
c) Quantization noise increases
d) Quantization density increases
2. Two signals of 2GHz and 4GHz are frequency modulated on same carrier 10 GHz. Find the ratio of
frequency deviation if band widths of both are equal.
a) 1:2 b)2:1 c) 1:1 d) 1:4
3. Gray code of 111 is
4. 3X512+7X64+5X8+3 then value in binary form contains _______ number of 1’s.
a) 7 b) 6 c) 9 d) none
5. The 2’s compliment of decimal number 19 in 8-bit system is
a) 11101101
6) The high gain codes are
a) Turbo codes b) BCH codes c) R-S codes
7) BCH codes are of the type________
a) Convolutional type b) c)
8) Time constant of LC circuit is
a) L/R b) L/R2 c) RL
9) If R is doubled and C is halved then frequency of series RLC circuit is
10) The solution for the equation (D2+4) y=sin2x is
11) Laplace Tramsform of sin3x is
12) The Z-transform for the series is
X [n] = { 7; n= -1
{5 n=0
{ 1 n=1
{0 else
13) The magic Tee is a
a) 4 port tee b) c)
14) The register which holds the address of the next instruction is
a) Program counter b) c)
15) The antenna gain is given by...............?
a16) The satellite is in 630km orbit and transmitting at a frequency 5 MHz, when satellite is on your
head the Doppler shift is--------
a) b) c) 0 d)
17) The impedance of a lossless transmission line is
a) √(L/C)
18) A 50Ώline with load impedance 100Ώ the VSWR is
19) In a waveguide measurement, the forward power is 10mW, the reverse power is 1mW then VSWR
is _____________
20) Transmitted power is 100W, gain of the transmitter antenna is 30 dB and the path loss is 50 dB
then received power is
21) When transmitted power is 100mW and the path loss 100 dBm then received power is
a) -80 dBm
22) When a em wave is incident normally on a perfect conductor then
a) Totally reflected b) partially reflected
c) Totally transmitted d) none.
23) Zsc =100Ώ Zoc =1Ώ then Zo is
a) 1Ώ b) 10Ώ c)___d)__
24) When the operating wavelength of line is λ/4<λ<λ/2, the impedance is
a) Capacitive b) inductive c) ____ D) none
25) The value of L if source is 50V AC of 10 KHz frequency and current is 7.96 A.
a) ____
26) The resonant frequency is 50MHz bandwidth 100 KHz then Q factor is
a) ______ b)_______ c)…..
27)The Q factor of a series RLC circuit is
a)……b)……
28) Q value of a parallel RLC circuit is ________
a)……b)….
29) If the lines x+y+3=0, x-2y+7=0, 2x+ky+5=0 are required to be concurrent then the value of k is___
a) ___ b)…..
30) The vectors i-2j+k, 2i+3j-k,R are the complete, then r is given by ______
31) If a satellite revolving with angular velocity w and the velocity is v then
Curl v is _______
a) w b) 2w c) w 2 d) …..
32) If each stage amplifier contains 10dB gain the figure of merit of 2-stages is
Given by ……
33) The maximum rate possible in kbps if F=15 and bandwidth is 4 KHz is…….
34) The maximum time allowed for each flip flop for a ripple counter of mod-1024 , if clock given to it
is 1MHz is ……..
35) The maximum time allowed time for each flip flop for a mod 10 synchronous counter if each flip
flop delay is 25ns.
a) 25 ns b) 50 ns c) 100 ns d) none
36) The high speed for CML gate is due to operating it in --------- region.
a) non saturation
37)In a micro processor the wait states are inserted to
a) make the processor to wait during DMA operation
b) make the processor to wait during an interrupt processing
c) make the processor wait during a power shutdown.
d) interface the slow peripherals to the processor.
38) In a digital voltmeter the ADC’s used are of type
1. successive 2.flash type 3. Dual slope
in ascending order of time is
1. a) 2,1,3 b) 1,2,3 c) 3,1,2 d) none
39) The number of NAND gates are required to implement AӨB (XOR), assuming compliments
not available ………….
40) The resolution for a DAC is given by 0.4% then no. of bits of DAC is
a) 8- bits
41) The chip capacity is 256 bits, then the no.
of chips required to build 1024 B memory
Is……….
1. a) 32 b) 16 c) 15)
42) Which of the following are correct?
1. A flip-flop is used to store 1-bit of information
2. Race around condition occurs in JK flip flop when both the inputs are 1
3. Master slave flip flop is used to store 2 bits of information
4. A transparent latch consists of a D- flip flop
a) 1, 2,3 b) 1,3,4 (ANS) c)1,2,4 d) 2,3,4
43) The bit rate of a QPSK compared to BPSK is
a)half b) double c) same
44) There are 5 red balls and 5 black balls in a box. The probability to select 2 balls one after other
without reputting is,
a) 2/9 b) 1/90 c) 11/90 d) none
45) The rms voltage is obtained by multiplying peak by a factor
a) 1/√2
46) H(s)=S/(S+a) is a transfer function of ______
a) LPF b) Notch c) BPF d) HPF
47) Resistance of a 2 parallel resistors is 12Ώ and the effective resistance when one resistor broke is
18Ώ then the value of resistance in another is_________
48)The output of a phase modulator when input applied is integrating signal is
a)FM b) AM c) PM d) none
49) For a transformer the losses which vary with load are
a) core losses b) copper losses c) Hysterises losses d) none.
50) The waves which cannot be transmitted in waveguide are
a) TE b) TEM c) TM d) none
51) Diplexer is a
a) circulator only b)only transmitter filter c) only receiver filter
d) both transmitter and receiver filter
52) δ(t) represents impulse then ∫( δ(t) cos 2t )dt with limits 0 to infinity is
a) 1, b) -1 c) infinity d ) 0
53) ∫1/(x√(x2-a2)) dx is
A)cosec2x

ISRO Technical Paper 1

SET 1:
1. The root directory of disk should be placed at___
2. DNS is basically used to ____
3. one more ques on DNS
4. abt TCP and UDP
5. TCP's which layer is there for the OSI's first three layers.
6. Multiprocessing models have--- a)symmetric
b)unsymmetric models
c)none of the above
d) both
7. BCDhave binary nos in a)bis
b) bytes
c)nibble
8. Top-down parser ....
a) leftmost derivation
b)rightmost derivation
c)leftmost derivation in reverse
d)rightmost derivation in reverse
9. Loop which avoids check at every iteration
a) loop controlling
b) loop jamming
10.one tree was given and some expressions were there and we have to find the correct postfix
exprn
11.abt logic gates
12.worst case of Shell sort
13.sine wave can be split into
a)set of sine waves
b)set of sine waves with phase zero
14.Full binary tree with n vertices has how many leaf nodes somethng like this...
15.Complete graph with n vertices and somethng
16.in a cyclic graph with n vertices how many minimum edges
a)n
b)n/2...
SET 2:
1. The minimum number of edges in a connected cyclic graph on n vertices is
a) n-1 b) n c) n+1 d)none of these
2. A full binary tree with n non leaf nodes contains
a) n nodes b) log n nodes c)2n-1 nodes d)2n nodes
3. The time complexity of shell sort
a) O(n) b) O(log n) c) O(n 1.2 ) d)O(n2)
4. The time taken to insert an element after an element pointed by some pointer
a) O(1) b) O(log n) c) O(n) d) O(nlogn)
5. what is the name given to the first generation computer?
a) Binary language b)Machine language c)Assembly language
6. The root directory of a disk should be placed
a) at a fixed address in main memory
b) at a fixed location on disk
c) anywhere on disk.
7. A top down parser generates
a) right most derivation
b) left most derivation
c) right most derivation in reverse
d) left most derivation in reverse
8. what is the name of the OS that reads and reacts in terms of actual time?
a)batch system
b)time sharing
c)real time
9. FDDI is a
a)ring network
b)star network
c)mesh network
10.Computer memory consists of
a)ROM
b)PROM
c)RAM
d)all the above

Last edited by Aakashd; May 27th, 2019 at 12:32 PM.
Reply With Quote
Other Discussions related to this topic
Thread
ISRO Previous years question papers
ISRO Question Papers for Assistant
Solved Question Papers of ISRO ECE
ISRO Previous Papers For ECE With Answers
Answers For ISRO Question Papers
ISRO Previous Papers For CSE With Solutions
ISRO Previous Papers For ECE With Solutions
Previous year question papers ISRO exam (Electronics branch)
ISRO question papers for computer science
ISRO Previous Question Papers Electronics
Previous year question papers of ISRO for the post of Scientists
Old Question Papers of ISRO
ISRO Previous year question papers for ECE
ISRO Junior Personal Assistant previous year question papers
ISRO ECE Exam Previous Year's Question Papers
ISRO entrance exam previous year question papers
Previous year question papers of ISRO for post of Engineer
ISRO Answer keys of previous years papers
ISRO Question Papers
Previous year question papers of ISRO






  #2  
Old December 8th, 2012, 04:12 PM
Super Moderator
 
Join Date: Nov 2011
Default Re: ISRO Previous Question Papers IT

I am providing the computer science question paper of ISRO examination for your reference. You can well prepare for your examinations with the question paper provided. Feel free to download and use.
Attached Files Available for Download
File Type: pdf ISRO CS Question Paper.pdf (432.6 KB, 52 views)
__________________
Answered By StudyChaCha Member
Reply With Quote
  #3  
Old January 27th, 2014, 10:52 AM
Unregistered
Guest
 
Default ISRO Model Question Papers

I am looking to get the Model Question Papers of the ISRO Examination. So can you give me the Model Question Papers?
Reply With Quote
  #4  
Old May 2nd, 2014, 06:42 PM
Junior Member
 
Join Date: May 2014
Default isro examination

i want material to prepare for the isro examination .so please help me.
Reply With Quote
Reply


Reply to this Question / Ask Another Question
Your Username: Click here to log in

Message:
Options



All times are GMT +6. The time now is 08:46 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8