Labels

Wednesday 1 April 2015

IBPS Exam Papers : Specialist (IT) Officers Solved Papers

IBPS Specialist (IT) Officers CWE 2012
Exam Held on 11.3.2012
Professional Knowledge Solved Paper

1. A floating point is said to be normalized if the most significant digit of the mantissa is–
  • Zero 
  • Non-zero
  • Negative 
  • Positive
  • None of the above
2. Which of the following application is suitable for FIFO Queue ?
  • An inventory of parts is to be processed by part number
  • A dictionary of words used by a spelling checker id to be created
  • A program to solve a maze is to back track to an earlier position when a dead end position is reached
  • A program to keep track of patients as the check into clinic, assigning them to doctors a first come, first served basis
  • None of the above
3. The field that investigates the mechanics of human intelligence is–
  • Artificial Science 
  • Cognitive Science
  • Psychology 
  • Sociology
  • None of the above
4. Which data structure is needed to convert infix notation to post-fix notation ?
  • Branch 
  • Queue
  • Tree 
  • Stack
  • None of the above
5. Data are followed to be transmitted in only one direction in a–
  • Simplex Channel 
  • Duplex Channel
  • Half-Duplex Channel 
  • Full-Duplex Channel
  • None of the above
6. Which of the following statement is not true regarding graph ?
  • A graph consists of set of nodes and a set of arcs
  • A graph is a tree 
  • A tree is a graph
  • Graphs can be directed 
  • None of the above
7. Implementation of an inverted list to maintain the record list for each value for a given attribute can be done by–
  • Sequential file 
  • Direct file
  • Indexed file 
  • Indexed sequential
  • None of the above
8. A 6-MHz channel is used by digital signaling system utilizing 4-level signals. What is maximum possible transmission rate ?
  • 1.5 M band / sec 
  • 6 M band / sec
  • 12 M band / sec 
  • 24 M band / sec
  • None of the above
9. Which of the following is a type of ISDN (Integrated Services Digital Network) ?
  • Narrow Band 
  • Broad Band
  • Both First
  • Medium Band
  • None of the above
10. Which of the following is easiest software development process model ?
  • Waterfall Model 
  • Prototyping
  • Interactive enhancement 
  • Spiral Model
  • None of the above
11. Which of the following feature is related to virtual circuit ?
  • Connection Oriented
  • Each packet sent is routed independently of its predecessors
  • Successive packets may follow different routes
  • Congestion control is difficult
  • None of the above
12. Which one of the following interrupt is non-makeable ?
  • TRAP 
  • RST 7.5
  • INTR 
  • RST 6.5
  • None of the above
13. Binding the same name to multiple operations whose signature differ in number or types of arguments ?
  • Overloading 
  • Origin class
  • Object model 
  • Package
  • None of the above
14. The C declaration in A[3][5] of containing…………elements is itself an array containing…………integers.
  • 3, 5 
  • 5, 3
  • 3, 3 
  • 5, 5
  • None of the above
15. What is the drawback of infrared and millimeter waves ?
  • They are directional 
  • They cannot pass through solid objects
  • License is needed 
  • Can be used outdoor
  • None of the above
16. Indexes created from a sequential (or sorted) set of primary keys are refered to as–
  • Indexed file organization 
  • Sequential file
  • Index sequential 
  • All of the above
  • None of the above
17. A central computer surrounded by one or more satellite computers is called–
  • Bus Network 
  • Ring Network
  • Star Network 
  • All of the above
  • None of the above
18. Which of the following is a major component of the telephone system ?
  • Local loop 
  • Trunks
  • Switching Office 
  • All of the above
  • None of the above
19. A linear list of elements in which deletion can be done from one end and insertion can take place only at other end (rear) is known as–
  • Queues 
  • Stacks
  • Trees 
  • Branch
  • None of the above
20. For tree, which of the following list traversing through the entire list is not necessary ? .
  • Circular list 
  • Singly linked list
  • Doubly linked list 
  • Both Singly & Doubly
  • None of the above
21. Which of the following is not included in DML (Data Manipulation Language) ?
  • INSERT 
  • UPDATE
  • DELETE 
  • CAREATE
  • None of the above
22. Which of the following communication service provides messages preparation and transmission facilities ?
  • Teletex 
  • Teletext
  • X 400 
  • Fax
  • None of the above
23. Which of the following scheduler is in charge of handling the swapped out process ?
  • Short term 
  • Medium term
  • Long term 
  • All Of the above
  • None of the above
24. Which of the following is not used as a data structure ?
  • Arrary 
  • Linked List
  • Graph 
  • Directory
  • None of the above
25. Which of the following statement is not true in context of strings in C language ?
  • It is array of characters
  • Last character of character array is always '10'
  • C inserts the null character automatically
  • Any string in C can be read by the function get char '0'.
  • None of the above
26. Which command will be used with vi editor to append text at end of line ?
  • a
  • I
  • None of the above
27. Which the result of a computation depends on the speed of the processes involved there is said to be ?
  • Cycle stealing 
  • Race condition
  • A time look 
  • A dead lock
  • None of the above
28. Which of the following feature is true regarding concatenated virtual circuits ?
  • A sequence of virtual circuits is set up from source through one or more gateways to the destination
  • Each gateway maintains table telling which virtual circle pass through it
  • The scheme works best when all the networks have roughly the same properties
  • All of the above
  • None of the above
29. A compiler which runs on one machine and generates a code for another machine–
  • Bootstrap
  • Cross-compiler 
  • Lexical analyzer
  • All of the above 
  • None of the above
30. Banker's algorithm for resource allocation deals with–
  • Dead lock prevention 
  • Dead lock avoidance
  • Dead lock recovery 
  • Mutual exclusion
  • None of the above
31. A method, which transfers the entire block of data from its own buffer to main memory takes place without intervention by cup–
  • Programmed input / output 
  • Interrupt driven input / output
  • Direct Memory Access (DMA)
  • Resident Monitor
  • None of the above
32. Which the maximum clock rate is quoted for a logic family, it applies to a?
  • Shift register 
  • Flip-flop
  • Counter 
  • Single logic gate
  • None of the above
33. Which of the following table helps in representing the previous .and next state of the sequential circuit prior to and after the clock pulse respectively?
  • Truth table 
  • Characteristic table
  • Excitation table 
  • All of the above
  • None of the above
34. A large computer information system maintains many different computer files. Which among them is called a perpetual file ?
  • Specialized file 
  • Log file
  • Master file 
  • History file
  • None of the above
35. One method of programming a computer to exhibit intelligence is called modeling–
  • Simulation 
  • Cognitization
  • Psychic amelioration 
  • Duplication
  • None of the above
36. In fiber optics the attenuation of light through glass depends on the–
  • Wavelength of light 
  • Frequency of light
  • Speed of light 
  • All of the above
  • None of the above
37. Ap-channel enhancement type MOSFET performs much the same function a PNP Transistor except that–
  • It operates much faster 
  • It is considerably larger
  • It is controlled by voltage larger than current
  • It is controlled by current rather than a voltage like a bipolar transistor
  • None of the above
38. Among directory entry-node and file contents, which will be changed when a file is updated ?
  • Only directory entry and file contents 
  • Only inode and file contents
  • All of the above
  • Only directory entry
  • None of the above
39. Which of the following is an important component of semantic analysis ?
  • Symbol table 
  • Type checking
  • Lex 
  • Yacc
  • None of the above
40. Which of the following systems implementation approaches should be used if you want to run the old system and the new system at the same time for a specified period ?
  • Direct 
  • Pilot
  • Phased 
  • Parallel
  • None of the above
41. Which of the following derivation does a top-down parser ? The input is assumed to be scanned in left to right order ?
  • Left most derivation
  • Left most derivation traced out in reverse
  • Right most derivation
  • Right most derivation traced out in reverse
  • None of the above
42. CIDR (Classless Inter Domain Routing)–
  • It is used in class C Networks 
  • It is used in class B Networks
  • It is used in class A Networks 
  • All of the above
  • None of the above
43. Internal auditors should review data system design before they are–
  • Developed 
  • Implemented
  • Modified 
  • All of the above
  • None of the above
44. Which language has recently become the defector standard for interfacing application programs with relational database system ?
  • Oracle 
  • SQL
  • Dbase 
  • 4GL
  • None of the above
45. A program that places programs into main memory and prepares them for execution–
  • Linker 
  • Assembler
  • Loader 
  • Absolute entity
  • None of the above
46. A generalization of the Boyce Codd Normal Form to relation schemes which includes the multivated dependencies is called–
  • Second Normal Form 
  • Third Normal Form
  • Fourth Normal Form 
  • Fifth Normal Form
  • None of the above
47. Lexical Analyzer transforms as input streams into–
  • Regular Expression 
  • Sequence of tokens
  • Binary 
  • Symbols
  • None of the above
48. If we traverse binary search tree, in which manner that we get in ascending manner–
  • Inorder 
  • Preorder
  • Post order 
  • Graph
  • None of the above
49. Binary number 101110000 is equivalent to decimal–
  • 716 
  • 722
  • 718 
  • 724
  • 714
50. The collection of communication line and routers form the–
  • Router 
  • Bridge
  • Subnet 
  • Packet 
  • Hub

0 comments:

Post a Comment