Вы находитесь на странице: 1из 31

IIIililil lflil iltilil ilil ilil fit

3+
NS - 612
V Semester B.C.A. Degree Examination, Nov./Dec. 2016
(CBCS) (2010-1T and Onwards)
COMPUTER SCIENCE
BCA 502 : Software Engineering

Time : 3 Hours Max. Marks : 100


lnstruction: Answer all Sections.

SECTION _ A

Answer any ten questions. Each question carries two marks : (10x2=20\
1. What is customized software product ? Give an example.
2. What is COTS ?
6PS
d.(..4 .),
3. What is feasibility study ?
\p<-z+)
I-fi,-9
4. What is 4GL ?

5. Define coupling.
6. What are OOD and OOp ?
7. What is user interface prototyping ?

B. Difference between fault and failure.


L What do you mean by cyclometic complexity ?
10. What is interface testing ?

1'1. Define quality planning.


12. What is software maintenance ?

SECTION _ B
Answer any five questions. Each question carries five marks : (5x5=25)
13. Discuss the challenges of software engineer.
14. Write a note on system realibility engineering.
15. Explain the phases of requirement elicitation and analysis process.
P.T.O.
NS - 612
I ilililil ililllll tilil ililtlil iilt

16. Explain the methods for object identification.


17. Write a short note on user inerface design.
18. Explain realibility growth modeling with its advantages.
19. Explain thread testing with a diagram.
24. Explain quality assurance in brief.

SECTION _ C
Answer any three questions. Each question carries fifteen
marks : (3x15=45)
21' Explain spiral model with a neat diagram. Discuss its advantages
and
disadvantages.
15
22. a) Explain various requirement varidation techniques.
9
b) Explain evolutionary prototyping with a diagram.
6
23. a) Explain different types of cohesion with exampre.
I
b) Explain functionar oriented design with exampre.
6
24' a) Describe the five types of user system interaction.
I
b) Explain four types of software rearibirity matrices.
7
25. a) Explain any two types of software testing.
I
b) Explain quality control in brief.
7

SECTION _ D
Answer any one qucstion. Each question carries ten
marks : (1xl0=10)
26' Explain waterfall modelwith a neat diagram. Mention its
merits and demerits. 10
27. Wrile short note on:
a) Risk Management
5
b) COCOMO modet.
5
r 1lililil ilIil ilt ililltffi tiil fit NS - 61 3
3q
V Semester B.C.A. Degree Examination, Nov.lDec. 2016
(CBCS - Fresh - 2016 - 17 & Onwards)
BCA - 503 : COMPUTER ARCHITECTURE
Time : 3 Hours Max. Marks : 100

lnstruction : Answer all Sections.


SECTION -A
l. Answer any ten questions. Each carries two marks. (10x2=20)
1) What is Computer Architecture ? 2
2) State and prove DeMorgan's theorem. 2
3) Mention the different logic families of lC. 2
4) Distinguish between RAM and ROM. 2
5) What is Parity bit ? 2
6) Write the BCD code for decimal number 8745.42,,0,. 2
7) What are the two types of control organization ? 2
B) Define program counter. 2
9) Mention the major components of CPU. 2
10) What is PSW ? 2
1 1) What is Polling ? 2
12) What is memory management system ? 2

SECTION _ B
ll. Answer any f ive questions. Each carries f ive marks. (5x5=25)
13) Prove NAND and NOR gates as universalgates. 5
14) Explain PIPO shift Registerwith a diagram. 5
15) Discuss the Parity generator and Parity checker. 5
16) Explain the operation of interrupt cycle with a flow chart. 5

P.T.O,
NS - 613 IIIIililililtiltIflillflililtffit

17) Explain input-output instructions. s


18) Explain the three types of CpU organization. 5
1e) Explain the source initiated data transfer using handshaking with a block
diagram and timing diagram. s
2A) Write a note on memory hierarchy in a computer system. s

SECTION -C
lll. Answer any three questions, Each carries f ifteen marks. (3x15=45)
21) a) Detine K-Map ? Simplify the following Boolean function using K-Map : 8
F(A, B, C, D) = I (A,2, 4, 6, 10, 1 1 , 12, 13,14, 15)
'b) E>(plgin different binary codes. Z
,,
.Q2) a) Define counter. With a neat diagram explain 4-bit synchronous binary
i counter. g
diagram.
b) Explain octal to binary encoder with T
23) Explain the design of basic computer with flow chart. 1s
24) What is addressing mode ? Explain the different types of addressing modes
with examples. 15
25) a) Explain DMA controller with a block diagram. Z
b) Explain the working of associative memory. g

SECTION _ D
lV. Answerany one question. Each carriesten marks. (1xI0=10)
26) a) Explain the working of fuil adder. 5
I

b) Write a note on modes of data transfer. 5


27) a) Explain the common bus system. 5
I
I
b) Write a note on RISC and C|SC. 5
Iililil ilililfl ilfl ililtillttilt

47
NS - 614
v semester B.c"A" Degree Examination, Nov./Dec. 201 6
(CBCS) (2016-17 and Onwards)
COMPUTER SCIENCE
BCA 504 : Java programming
Time : 3 Hours Max. Marks : 70
lnstruction : Answer alt Sections.

SECTION _ A

l. Answerany ten questions :


(1 0x2=20)
1) Why Java is simple ? Mention any two reasons.
2) What are string literals ?
3) Give the generalform of ,Switch,statement.
4) What is instance variable ? Give an example.
5) Write a few points about ,default constructor,.
6) What does 'static' keyword do in a class ?
7) What is Java Apt ?
B) What is Exception handting ?
9) What is the need for'applet viewer' ?
10) What is error ? Compare with exception.
11) What is the purpose of ,initQ, method in Applet ?
12) What is the use of canvas in AWT ?

SECTION _ B

ll. Answerany fivequestions : (5x10=50)


13) a) Explain the line "public static void main (string args[])',.
4
b) Explain the History and evolution of Java.
6
14) a) How to create objects ? what happens when you create objects
4
b) Demonstrate 'this' keyword with simple Java program.
6

P.T.O.
ffiill ililt llll
NS-614 I lll lllll llill llll

15) a) Differentiatecomponentandcontainerclass. 4

b) Give the generalform of interface with one example. 6

16) a) Explain bitwise and logicaloperators with examples. 4

b) lllustrate array declaration and accessing data elements using an example' 6


17\ a) Differentiate constructors and methods. 4

b) Give the steps to create and use a Java package with an example. 6

18) a) Explain the life cycle of a Thread. 4

b) Explain the steps of executing an Applet using a simple code. 5

19) a) Explain try.... catch with an example. 4

b) Write a short note on Graphics Class. 6

20) a) Write a program to sort a list of elements in ascending order. 4

b) Give the classification on'Java.io.loException". Explain loException. 6


Ifiil1il ]iltiltil|il lllil lfllll!l
43
NS - 61 5
V Semester B.C.A. Degree Examination, Nov./Dec. 2016
(CBCS) (Fresh)
COMPUTER SCIENCE
BCA - 505 : Microprocessor and Assembly Language
(2016-17 and Onwards)
Time: 3 Hours Max. Marks: 70
lnstruction : Answer all Sections.
SECTION *A
L Answerany ten questions : (10x2=20)
1) What is the function of instruction register and decoder ?

2) Draw the flag register mentioning the flag status.


3) What is immediate addressing ? Mention an exampie.
4) Write any two instructions to clear the contents of accumulator register.
5) Find the contents of accumulator after executing the following block of program
segment" Content of B register is 3EH. initially.
MOV A, B
RLC
RLC
HLT,
6) Explain DAA instruction.
7) Draw the flowchart to generate delay loop using register.
B) Differentiate between absolute and partial decoding
g) Two consecutive memory locations store 3EH and 2FH data respectively,
Find the content of accumulator after executing following segment of program.
LX1 H2O5OH
MOV A, tVI
INXH
SUBM
INXH
MOV M, A
10) What is l/o interfacing ?
11) Draw the bit pattern of control word for 8255.
12) Explain the priority modes of 8259.
p.r.o.
J

NS-615
I Itililil ililt iltililtililtilil ill
SECTION - B

ll. Answerany five questions :


(5x10=50)
13) a) Draw the pin configuration of BOBS processor.
5
b) with diagram exprain how controrsignars are generated ? 5
1 ) a) Write an ALp to add two-N byte numbers.
5
b) Classify the instructions based on sizes and explain each with
an example. 5
15) a) Exptain i). STAX D ii) ADC R iii) xcHG instructions.
6
b) Explain unconditional jump instruction.
4
16) a) Write an ALp for block transfer of data bytes.
5
b) Calculate the count to obtain 100ps loop delay. Let the clock
frequency be
ZMHz.
MVI B, Count
loop : NOp 4T
NOP 4T
DCR B 4T
JNZ toop 10177
5
17) a) Explain nesting of subroutines with an example.
5
b) Explain memory read machine cycre with timing diagram.
5
1B) Compare memory mapped l/o and l/o mapped
l/o. 10
19) a) what is an interrupt ? Exprain the crassification
of interrupts. 6
b) Explain RIM instruction with bit pattern.
4
20) a) Explain the functionar brock diagram of B2s5 ppr.
5
b) Write a note on interfacing devices.
5
Illilltfl tflil ilflililtiltilil lil

b+
v semester B.c.A. Degr"J e*r*ination, Nov./Dec. 2016
(CBCS) (16-17 and Onwards)

BcA-501, r:,:Hffi X,i:lil,ld Networks


Time : 3 Hours
Max. Marks : 100
lnstruction : Answer ail the Sections.

Answerany ten questions. Each carries2 marks.


1. Write any two examples of data communication
2. Expand NtC and TCp.
3. What are the two types of LAN standards ?
SECTION _A

w
mooe}
(10x2=2A

4. What is a switch ?
5. write any two differences between anarog and digitarsignars.
6. Definemultiplexing.
7. ExpandHDLCandppp.
B. What is framing ?
9. What is the use of repeaters ?
10. Expand FDDI and CSMA.
11. What is ethernet ?
12. What is meant by choke pocket ?

SECTION _ B
Answer any five questions. Each carries
5 marks. (5x5=25)
13. Explain the types of transmission modes.
14. Compare mesh topology with startopology.
15. Explain the concept of checksum.
16. Explain the types of errors.
P.T.O.
NS - 611 iilililililililililililililtilflil

17. Write short notes on piggy backing.


18, Explain the channelization method of CDMA.
19. Differentiate datagrams with virtual circuits. rf:i'
i''.',"
20. Explain the flooding algorithm.

SECTION - C
Answerany three questions. Each question carries 15 marks.
21. a) Explain the types of networks.
7
b) Explain the function of OSI model layers.
8
22. Explain the following :

a) Pulse Code Modulation 5


b) SONET muttiptexing 5
c) Coaxialcable. 5
23. Explain the following :

a) CRC method 7
b) Stop-and-Wait-ARe algorithm. 8
24. a) Write short notes on ALOHA protocols. 7
b) Explain CSMA protocols. I
25. Explain the following :
a) Dijikstra's algorithm 10
hr) Token bucket algorithm.
5

SECTION _ D
Answerany one question :
(1x10=10)
26. Compare packet switching with circuit switching.

27. Explain the following :

a) Modems 4
b) Congestion control. 6
I tililIil illfi ilt iltil rilil ilil lilt

NS - 633 Version Code


46
OL
s
v

/\
,k
+
SEMESTER B.A./B.SC.tB.CAJB.SC.(FAD)
EXAMINATION, NOV./DEC, 2016
(CBCS) (Semester Scheme)
(Fresh) (2016-17 and Onwards)
BANKING AND FINANCE
E
v/,
Question Booklet Sl. No. 6ii6g47
TimeAllowed:SHours Maximum Marks :70

INSTRUCTIONS TO CANDIDATES
1. lmmediately after the commencement of the Examination, you should check that
this Booklet does not have any unprinted or torn or missing pages or items, etc. lf
any of the above defects is found, get it replaced by a Complete Question Booklet
of the available series.
2, Write clearly the Question Booklet Version CodeA, B, C, D or E, in the appropriate
space provided for the purpose, in the OMR Answer Sheet.
3. Enter the name of the Subject, Reg. No., Question Booklet version code and affix
Signature on the OMR sheet, As the answer sheets are designed to suit the Optical
Mark Reader (O.M.R.) system, special care should be taken to fill those items
accurately.
4. This Question Booklet contains 55 questions, Part - A contains 40 questions of
one mark each and Part - B contains 15 questions of two marks each. Allquestions
must be attempted. Each question contains four answers, among them one correct
answer should be selected and shade the corresponding option in the OMR sheet.
5. Allthe answers should be marked only on the OMFI sheet provided and only with
a black or blue ink ball point pen. lf more than one circle is shaded / wrongly
shaded / halt shaded for a given question no marks will be awarded.
6. Questions are in both English and Kannada. lf any confusion arises in the Kannada
version, please refer to the English version of the questions.
7. lmmediately after the final bell indicating the closure of the examination, stop making
any further markings in the OMR Answer Sheet. Be seated till the OMR Answer
Sheet is collected. After handing over the OMR Answer Sheet to the lnvigilator
you may leave the examination hall.

d*a3 : ioCddd ddd od,Eaiil dt dud &oqadde_ Crrqfe)qd


r lfinil lill il llill ulll f,fl llll -3 NS - 633
PART- A
e?tlarl - c)

(t()xI=41ry
Answerallquestions.Eachquestioncarriesonemark.

3:et)- d,d.ddQ,n utro&. g.g


?4t4 dd;i aodr uod'

1. Fullform ot SLR
a) Statutory LiquiditY Ratio

b) State Level Recovery

c) Sundry Leverage Ratio

d) State LiquiditY Ratio

aFr. aef. scf .d edd drad


a) saidud {aard:aad
b) oaa;, d>qd ddoo8

c) z3o-d;o$drr ed:aad

d) ocas, qid, ud:amd

2. C.R.A. in Banking parlance stands for


a) Credit RatingAssociation b) Credit Rating AgencY

c) Credit Risk Assessment d) None of these

zoroEorf'do- tu. ud' a. aodd


a){auf det,3on'' erfloex,obedo" b) gat,r de[,3on{'Ddq

c) !,ar^f on! edfd:o[,tr d) 'aoardtdo uq"

SPACE FOR ROUGH WORK

B
ffillilllll llil lllll llll llll
NS - 633 I lll

E.P.S. in share market stands for


a) Earnings Per Share
b) Electronic PaYment SYstem
c) Employee Pension Scroll
d) None of these
ded: *a$dqo$O-'a. &.a:i". aodd
a) u&rori" do deo
b) aeJrc*&tr deabotf, A{df
c) oom-ou: dafddf dgeef
d) aemrdldo ee-t-

4. The objective of Governmentto appoint Narasimhan committee is

a) To strengthen the banking system


b) To improve customer service
c) To strengthen the credit portfolio
d) None of these
drard{ ddtodo" ntuso$dide$d dnad **d
a) znroson"' ddd{o$ ioOadd
b) ngdd dedo$
"Wd%
c) $ar,r uodaad ue;daiq:
d) eo-gddo ue-t-

5. Underthe Banking Ombudsman Scheme the value of claim should not exceed
a) 5lac b) 10 lac
c) 15lac d) 20lac
d d: ?
zi,Dd 06 onc r ou
{d>o' o3o u d o$ a o$ o- dd7 dfD e.r, .r dg a: dun
e e

a) ac& e.:d* o) dQ o{
c) dadd od* d) .adJt od*

SPACE FOR ROUGH WORK

B
I llllllil lllll lll lllll lllll lllr llll NS - 633

6. Whicft bank in lndia ranks number one in terms of market capitalization ?

a) SBI b) rctct
c) UTI d) rDBr

-Edrdq zcodaoseddcadO- qndddO- d>oz3oddOJ$d zn,ot" CDd)C ?

a) arr.a3.ac. b) ecnacarec
c) Cl.u3.ec. d) a.E.a.ac.

7. RBI pays interest on CRR balances of banks at

a) Bank Rate b) Repo Rate


c) Bank rate minus2o/" d\ Zero"/"
pi7-{' oq m
\JL,' . (^,/. C^./. dddO_ ddcb &:edq: er$"mdd abee3 ua mdoxbdd.
a) ugoe" dd b) ddBe dd
c) unroa" dd-2% d) drodd %

8. What does the letter'S'denote in the term IFSC ?

a)Subscriber b) State c) System d) Source


DDfaFftuC)O_'axf' addl d8eQiDgd ?
a) zSornend b) oa% c) drd{ d) droe"r

9. What is the full form of CBS ?

a) Core Banking Solution b) Core Banking Software


c) Core Banking System d) Core Banking Service
rr?)Dx,od e{d drDd

a) doeu unroEon{' X"r-rdq b) doeO aroroEon{' EDeldeor


c) doeo zmroEonr 4d{ d) dneof znroEon" ded

SPACE FOR ROUGH WORK

B
NS - 633 I ilililil ililr il lillr tillillr fil

10. Which of the following is not a part of lndia's money market ?

a) Banks

b) Bill markets

c) Call money market

d) lndian gold council

- -a,) cDd)cb
dl Edndd)ddq --- qnddd
, dearoio *adrduSo$
g.J
qrEdde,
I aa ?I

a) ugou"rlsb

b) sef *a&dqf$b
c) roer ube *D&dq

d) qndaec: ?Jq ?iEqef

11. Who regulates the money circulation in lndia ?

a) State Bank of lndia

b) Reserve Bank of lndia

c) NABARD

d) Commercial Bank

zpdddO_ dea aJenddo$q0o$o$ioddd Crad: ?


a) {et,f ?JDrod er4r qoECD

b) odafr uDrof eJ6f .aoaolD

c) duocrr

d) amrda, ?ro,,otr

SPACE FOR ROUGH WORK

B
, llll|li il I ll lr ll r rll
iill llll NS - 633
12. \n/hich of the following is not an organized sector in lndia ?
a) Nationalized Banks
b) Regional Rural Banks
c) Cooperative Banks
d)Chits and MoneY Lenders
€r ddnddrld-O- o1>ad)dJ qDddd uoc> io-+it^3d de,:o$ uo-?
a) m.tgedrd zo,od
b) a3dead ngtueso t,o,od
c) ddrad zq,od
d) a3eos d:Q deo sae-roodd:

13. Who will settle the grievances of customers in banks ?


a) Reserve Bank of lndia
b) State Bank of lndia
c) Local Courts
d) Ombudsman
uDd 06r dd O- B dd d d: c d:do dd d$Jdl cta &..ad, Q r ioq d?

a) oda'r uDrot" uf tcGCn


b) {euf mrotr uqf ecGcl>
c)
i+ec.> oarCne-toJ:
d) z,oz^:{d:o"

14. Who introduced the Banking Ombudsman Scheme ?


a) RBI b) sBl
c) Ministry of Finance d) NABARD
zro, o6 orf' u ou{d;an o3,e e xd c:d} d odol:xr dd& o3:D dr ?
a) ero.ur.ac. b) axiu.n.ec.
c) deoaoioizsaae.tol> d) dzma'r
SPACE FOR ROUGH WORK

B
NS - 633 rllliltiltiltiltililtilIiltilt[

15. When was Ombudsman Scheme first introduced ?


a) November2006
b) October 1981
c) June 1 995
d) January 1998
r ozo{abif Co agdc:d}
e dro der: do zdcr:t cb o$a an d ?
a) ddouo2006 b) edo"eucf 1981
c) arcif 1995 d) Bddol 998
16. Banking ombudsman has been constituted underwhich Act ?
a) Banking Regulation Act b) RBI Act
c) SBI Act d) coPRA
CDd uao}rdC)ao$Oaad^J
un^oEonr uouef d:af dz3dmobdJ ?
a) unro*ori" Oo$o$;aa rooud b) uoaroc rool:d
c) .x"ara 6Dobd d) rydddoddjr uaor:d
17. Gilt edged securities refer to
a) Government Securities
b) Securities issued by municipal corporations
c) Securities issued by first class companies
d) None of these
ne{ ocfc5o d$rot^le;n aodd
a) drcrdd dd* dgd$b
b) dddqD dodddc drodBxbd dd* d$ddc
c) dnde.r ddro$ dodOrlstc drodaiDd dd* d$ddo
d) 'ao-g{do ere-r_

SPACE FOR ROUGH WORK

B
IIIIIIII NS - 633

1& Arbihage is
a)Brryingandsellingintwomarketssimultaneously
b)A rate of interest
c) A fee

d) Arbitrage is a disPute

u%$eer aodd

a) add dD&dqcb0- adu-oodo- $oeo oado dncno^l

b) ugdd
c) d:et*

$ aaad
19. The provision of cOnsumer Protection Act, 1986 are

a) To the customers of the bank onlY


of against consideration
b) To the customers and the users of services irrespective

or free services

c) To the customers and any user of Bank's services against consideration

d) None of these

ngdd iodd*raa aoobd, 1 986 dO-er{ou:iodleb

a) zoror ryddori dDg

b) rydddr d>* Po{ ddcDddd)


c) ngddd: d:* o$adde zmrod nSddd:

d)'aoardldo ue-:-

SPACE FOR ROUGH WORK

B
NS - 633 -1G IilllilillliltiltilllllfltililI

20. Banking Ombudsman means


a) Person appointed to recover dues from defaulting borrowers

b) A person to whom customer can approach for redress of his grievances

c) A person appointed to settle dispute between employees and management

d) A person appointed by RBlto oversee the functioning of Foreign Banks

?rJd oEon{' uourtrd:af a odd


a) z,nt enle&dooG$d xae.r #ow dndq: ded:drtaod dC
b) n3 dd& ddg d: o*ErD dddddl dodo,r,rdodo u: i od* rdz3 erc d dS

c) dodd& d>$ erded d:odeo3: dd:ad c;od "adrdrdaiod dd


d) odes unrordd roo$r&drd#o$ d:eeozaddrl ercn.ze.oc.&od dea:ie;u d;
21. How many Banks were first nationalized ?

a) 10 b) 12 c) 14 d) 16

dode.: dodd0_oa"geddearfo od ug orddoai1?


a) 10 b) 12 c) 14 d) 10

22. How many Banks were in second phase of Nationalization ?

a)4 b)5
c)6 d)7
addde doddO_ oageddearlnod uDdotrdsb oq?
a\4 b)5
c)6 d)7
SPACE FOR ROUGH WORK

B
il l lll ll ll ll ,lll
NS - 633

23 ,',r'",c will act as the banker to the Government of lndia ?


a r State Bank of lndia
o) Reserve Bank of lndia
c) NABARD
d) Nationalized Banks
zprdd ircrdd uorodo un dgriDdd& dECr ?

a) mrot" uEf "acBCn


*of
b) pdeed: oirr mrot"
c) dznerr
O) mEedud zrorofddc

24. Where is the Head Quarter of Reserve Bank of lndia located


?

a) Mumbai b) Delhi
c) Kolkatta d) Ahmedabad
zpdoeoJ: oiarr zorot"d dpd dz3eo ae)$ ?
a) dloaJ, b) dde)
c) do,o, d) edd:oa?,Dor
9-

25. who was first governor of Reserve Bank of lndia ?

a) K. A. Narasirnham
b) V. K. Malhotra
c) A. K. Vadia
d) C.D. Deshmukh
t*nd8eo3: oirr ugot"d dode-r dddrcn o:nocnd^d: ?

a) d.,'1.dd:,oddr
b) a;.d. *e].qSq
c),;. d, DiAo$
cl) tu. C. deenC::aY

SPACE FOR ROUGH WORK

B
NS - 633 -12- 1ffiilil]ilt

26. Who is authorized to issue coin in lndia ?


a) RBI b) Ministry of Finance
c) SBI d) None of these
paddCO_ ucrarddd: dosxbd erQrad Cnond ?
a) uo.zr.oc. b) deauoioiz"larce-rcJ:
c) ,tr.zi.oc. d) "acndd)d,o ee-:_
27 . Who is the Present Governor of RBI ?
a) Urjit Patel
b) Y. V. Reddy
c) Ranga Reddy
d) None of these
zpd8eo$ oia"r r;lrou'd digd rlddro CD& ?
a) ene*re do3eer
b){ D dE
c) dono dC
r{\ mm Ll^ oo..
LJ,'c{(rc-/-C^Jlt \!C, \J\J
m

28. Which of the following cannot be called as a debt instrument as referred in the
f inancial transactions ?
a) Certificate of deposit
b) Bonds
c) Commercial papers
d) Debentures
dma'cxb drdoadddO_ €r ddnd o3Dd)dqru.-ed e.noiddsadodt ddCr:droe-: ?
a) dedrd ddm d$dd;
b) tmodddo
c) aasq dgdrld:
d) sae-rd$dd-.

SPACE FOR ROUGH WORK

B
Il I ttlllill llrtllllll -13- NS - 633

?"? *,1
nimum period of a Certificate of Deposit is

a) 1 5 days b) 3Odays
c) 10days d) Tdays

dedcd $dnmd$d dodudP


a) 15 adridr b) 30 adrld)
c) 1 0 addd) d) 7 adTiqt)

A customer has been defined in

a) Banking Regulation Act

b) Negotiable lnstruments Act

c) Anti-MoneY Laundering Act


d) KYC guidelines

n3dd aoruddlaO- mdaD,,Pdsond ?


a) zmroton" eoJ:@eaa rooDd
b) drheao3;eulef e{Qgd:orq 6aobd
c) urouS-dr& enodoon" 6?oud

$ d.
{.4. {""drq
31. When was Reserve Bank of lndia established ?
a) 1920 b) 1925

c) 1935 d) 1e4B
zpdaeos: oirr EDrot. na*ddo3nd ddr oJndeb ?

a) 1920 b) 1925

c) 1935 d) 1e48

SPACE FOH ROUGH WORK

B
NS - 633 -14- Iffiilil]ilttil]tiltffi

32. When was Reserve Bank of lndia Nationalized ?


a) 19M b) 1948

c) 19+9 d) 1950

qnd8 e oJ: oir r uiD, otr oa,\eddrarto o ad1 cdn m rl ?


a\ 1947 b) 1e48

c) 1%9 d) 1950

33. When was lndian Banking Act came into force ?


a) 1%8 b) 1%e
c) 1950 d) 1951

rpdA eoS: zro, oEorf' u.J o}:d oln am rl ?rc o o$D d)dJ ?

a) 1948 b) 1%e
c) 1950 d) 1951

u. lmperial Banks were amalgamated and changed as

a) Reserve Bank of India


b) State Bank of lndia
c) Subsidiary Banks
d) Union Bank of India
aoC .ao&eoo$ef zo, oar ioo3oedietar udoaob*.
a) z;nd8eo$ oias"r u;E,otr
b) qnd8eoJr {er^f aq,od
c) eodio{ zqrod
d) o1rroeo$d zrorod uqf .aoBoln

SPACE FOR ROUGH WORK

B
ItrHHmffiffiffi -1$ NS - 633
35. When was lmperial Bank was changed as State Bank of lndia ?
a) January lst 1935
b) FebruarY 26tn 1947
c) July 1st 1955
d) July 1st 1959
udenoU:imoOld: ?
?o&eoo$ef zmroddl {ets' z;got" u4"'aoaCn aocb Cnaad
a) xddo1, 1935
b) fr9do26,1947
c) rce3rl, 1955
d) rceJr1 , 1959

When was Lead Bank Scheme introduced ?


a) 1967 b) 1e6B c) 1969 d) 1e74
'' Oea" ?JErotr Coexdobdlcfnasad dodou:dmor:d: ?

a) 1967 b) 1%B c) 1969 d) 1974

37. What is CRR ?


a) Cash Reserve Ratio
b) Current Ratio Rate
c) Review RePort
d) Credit Rating Record
A. eJd. ud. aodded: ?

a) ddeb arede.u erd)a)d


b) d&d erd:aad dd
c) ddcr$droJ: dda
d) gct,:r deo,3on" drca'r

SPACE FOR ROUGH WORK

B
NS - 633 -16-
Itilrilttiltiltiltilililtr

38. lnterest rates being charged by Banks in lndia have shown trending
recent year.
a) Falling b) Rising
c) Stable d) Volatile
'a8easd ddrddo- qnd.geo$ odas"r q,of oet'Dd ?ra dddst
a) doaodrgd b) D&gd
c) erz3e.runhd d) zo{SesarAd
39' The first development financial institution in lndia that
has got merged with a
bank is
a) lDBl b) tctct
c) IDFC d) uTt
qn dddo- zca, od dso o6rr .) o edrto od dods sad
%deomt'o do{
a) oazco b) onacxra
c) ecBaqcxr d) oJloJec

40' The rate of which discounting the bills of first


class banks is done by RBI is
a) Bank Rate
b) Prime Lending Rate
c) Loan Rate
d) Discounting Rate
qnd9eo$ odapr q,or ddar drlrd aaronrld a:eg{ddlooJrrobg da$d dd
a) unror dd
b) dCiEdEEo
$dnea
c) xne; dd
d) oodrEob.g dd

SPACE FOR HOUGH WORK

B
I llllilti lllll lll illll llil llil llll -17- NS - 633
PART _ B

Spad - ze

(15x2=30)
Answerall questions. Each question carries two marks.
oea-et)4d,d..dd&,c( erudoxr.
r
-99 qdf oddc erodddo'
Bank ?
41. which of the following NBFC converted itself into a commercial
a) Tata Finance
b) Reliance CaPital Trust
c) Birla Mutual
d) Kotak Mahindra
€s #dn:: 3J,Dc nNfsSDQfl eroe6es, mro6o ejn doddrdrtooad ?

a) oom qoq
b) oe-rc-::ii a-,bt,,3ef 9q
c) Eoa- d::.*der
d) aoe*r =:,b:c{
42. what happens if a crossed cheque is presented for payment ?
a) lt can be paid only through a banker
b) lt cannot be Paid at alt
c) lt can be paid across the counter in another bank
d) None of the above
uod: deS a,ni du' ed1 mderi uddaxrdd aoad:$d ?

a) zorodo dDq aadeier: nad


b) aa delc rL:d; d e'ae-r-
c) rJed zrodct'dO- mdeiu&cb
d) &eOd oSnd;do ere.:-

SPACE FOR HOUGH WORK

B
lilllll lllll lll lllll lillll
- -18- I

NS 633

43" What is Call h4oneY ?


a) Money borrowed or lent for a day or overnight
up to 3 days
b) Money borrowed for more than one day but
to 7 days
c) Money borrowed for more than one day but up

d)Moneyborrowedformorethanonedaybutuptol4days
taef d>P aodded: ?

a) z.oc) edd $t{t e,d6" odgeo$ deaddl r,ae-r dc$d: erfraa Erodd)dJ

b) z.od> od d:ee-r,t.r1 d:o& odddddri dea me'rd* d&d)C


c)z'od:Ddd:ee.lt'o.ndcedddddrideame;d*d&d)C
ddrd)C)
d) z,od: od d:ee-:uu daoaer:* odddddri dea me)d*

interest charged by RBI for


44. which among the following is called the rate of
lendingmoneytovariouscommercialbanksbyrediscountingofthebillsin
lndia ?
a) Bank Rate
b) Discount Window

c) MonetarY PolicY
d) Overnight Rate

Ar ddnd ofDd dddd Dqddddi rycdAeoJ: oiavr zmrod oroe6xu slDdoddd

d:rj:oolno$.4 zca*dd d:eeJ e'd)Croeo*gd ?

a) zmror CC
b) oo$ao3J& Dod,oe
c) E$eC: &e,9

d) t dddjrf dd
SPACE FOR ROUGH WORK

B
rrililil ililtiltilil Iilil ilililt -19- NS - 633

45. Which one of the following set up score banking infrastructure for rural banks ?
a) IBA b) NABARD
c) RBI d) srDBr
ngtu€sa uqotrd9ri doecf unro8orf d:roe-r fodoJ:rddl dr ddnd o$iCejJ ra&tud ?
a) oczoa b) dzoaa'r
c) ucnzroc d) ax"ecazoac

46. Which organization provides credit history of the borrowers ?

a) CIBIL b) cil
c) FRBI d) |RDA
merodd $atf .aemadddl olDd dodob: udnio$d ?
a) :,aer b) tuacac

c) .rqruonoc d) ocerOGa

47. What is the product of the share price and number of the company's outstanding
ordinary shares ?
a) Market Capitalization
b) Market Price

c) Market Trend
d) Treasury Stock

de& deJ $dJ unsoud.:d -ndrnq de&dd no{c: wd{ded: ?


a) dnd:dn{ uodaad
b) dDdrdq dd
c) dnd:d{ ddg
d) eQ do{d

SPACE FOR ROUGH WORK

B
NS - 633 r fiilIil illfl il lilll lill llil llll

48. When financial institutions and banks undertake activities related to banking
like investment, issue of debit and credit card etc. then it is known as
a) lnternet banking
b) Universalbanking
c) Virtualbanking
d) Wholesale banking
douoe&d draaA dzeor 6res' r $Q$aun raa"rrld Ddd#o$Cd
z36roa"ri
ac:rdddl
deauaio do#dc aado uodotrddr ddrtrodid)d)
a) uodzro r e.: t,la, o6on6'

b) cr)&diref zroroEon{'

c) dai:rdef ?DdoSonr

d) do eerdeef zro, o6on'

49. Which bank in lndia is called as a'banker's bank' ?

a) SBI b) lDBl
c) RBI d) lclcl
o$Ed qnd8eoJ: zro,odq'unrodorld zrcrot"' aocb ddC>qd ?

a) afaa b) acBasec

c) uozcec d) ec:recxrec

50. Who regulates the Mutual Funds in lndia ?

a) FRBI b) sEBl
c) SiDBI d) RBI

zpdddO- dd{d eQddq odDdr &o$o$-ru:qd ?

a) a6ruoru3ec b) af"azeac

c) ascecau)ec d) udaa
SPACE FOR ROUGH WORK

B
I lllilil ]il| lll lllll lllll llil llll NS - 633
51. What will be the impact if Reserve Bank of India reduces the Bank Rate by 1o/"?
a) Less liquiditY in the market
b) More liquidity in the market
c) No change in the market liquidity
d) Mobilizations of more. deposits by commercial Banks
z-oC> deS podeeo$ Oiof r ?;c,,otr EDdo6"ddd$* d* 1% d&drlogAdd eldd domod>
aoariud:& ?
a) dn&duflc)O- dad: ddrd
b) d>d,dqcbo- dq dqd
c) rhd:dt{o$ ddddobO- ude>dd nae;-

d) medzs, zrrdodrl$jO- da{ deded io$d


What will bank customers pay for using safe deposit locker facilities ?
a) Commission on locker b) Exchange on locker
c) Rent on locker d) Safe custody charges
deded endclc floUlrdddl udxrdot\{dro*n zrE,ouc rydddr Ddq aadadryd ?

a) odo da:da:" b) endo eO*od)


c) erodo t,Dari d) ioddeaa dzJu

53. What is the most powerfultool used by the Reserve Bank of lndia to control
inflation ?
a) Raise interest rates
b) Raise current suPP|Y
c) Reduce current suPPlY
d) Reduce interest rates
deodgdddleo$cliu:zpdeeoCoia'r?Ddo66ud ja.ode-droddimOe{olnd)cb?
a) uqdddafi$dc
b) digd dpdrd dq$dc)
c) digd dpdrE .aedrd&
d) uQdd dadrheio$c>

SPACE FOR ROUGH WORK

B
NS - 633 IilllllllllllltilflililIlllllllllt

54. Which is the instrument used by HBI under general credit control ?
a) CRR

b) sLR

c) Bank Rate
d) Exchange control

nadru&d Fa CI Po$€ ea d> de:: erdz3cc u#a,:d :ildd o$adlcb ?

a) tuoucn
b) ;s"aer ucf
c) anror dd
d) a0d:o$ eo$o$ea

55. Which one of the following is the ratio of the loan principalto the appraised
value ?

a) Combined Loan to Value (CLTV) ratio

b) Loan-to-value Ratio

c) Mortgage Loan Ratio


d) Statutory Liquidity Flatio

"ad;ddo_cDdd> dpdme.: d-:{ a*Pe.r, &earc:d $e0d erd)mdmnC ?

a) *aer8c ed;aad

b) nae.:- a*loe.r, ud>md


c) d>ofrriees" xao eedJa)d
d) adduq dd, erd:aad
SPACE FOR ROUGH WORK

Вам также может понравиться