You are on page 1of 12

CIL Papers - Computer Fundamentals

Q No. 1

UNIVAC is

[CSE2011]

A. Universal Automatic Computer


B. Universal Array Computer
C. Unique Automatic Computer
D. Unvalued Automatic Computer
Q No. 2

CD-ROM stands for

[CSE2011]

A. Compactable Read Only Memory


B. Compact Data Read Only Memory
C. Compactable Disk Read Only Memory
D. Compact Disk Read Only Memory
Q No. 3

ALU is

[CSE2011]

A. Arithmetic Logic Unit


B. Array Logic Unit
C. Application Logic Unit
D. None of above
Q No. 4

VGA is

[CSE2011]

A. Video Graphics Array


B. Visual Graphics Array
C. Volatile Graphics Array
D. Video Graphics Adapter
Q No. 5

IBM 1401 is

[CSE2011]

A. First Generation Computer


B. Second Generation Computer
C. Third Generation Computer
D. Fourth Generation Computer
Q No. 6

MSI stands for

[CSE2011]

A. Medium Scale Integrated Circuits


B. Medium System Integrated Circuits
C. Medium Scale Intelligent Circuit
D. Medium System Intelligent Circuit
Q No. 7

The capacity of 3.5 inch floppy disk is

A. 1.40 MB
B. 1.44 GB
C. 1.40 GB

[CSE2011]

D. 1.44 MB
Q No. 8

WAN stands for

[CSE2011]

A. Wap Area Network


B. Wide Area Network
C. Wide Array Net
D. Wireless Area Network
Q No. 9

MICR stands for

[CSE2011]

A. Magnetic Ink Character Reader


B. Magnetic Ink Code Reader
C. Magnetic Ink Cases Reader
D. None
Q No. 10

Which of the following devices can be sued to directly image printed text?

[CSE2011]

A. OCR
B. OMR
C. MICR
D. All of above
Q No. 11

The output quality of a printer is measured by

[CSE2011]

A. Dot per inch


B. Dot per sq. inch
C. Dots printed per unit time
D. All of above
Q No. 12

In analog computer

[CSE2011]

A. Input is first converted to digital form


B. Input is never converted to digital form
C. Output is displayed in digital form
D. All of above
Q No. 13

In latest generation computers, the instructions are executed

[CSE2011]

A. Parallel only
B. Sequentially only
C. Both sequentially and parallel
D. All of above
Q No. 14

Who designed the first electronics computer ENIAC?

A. Van-Neumann
B. Joseph M. Jacquard
C. J. Presper Eckert and John W Mauchly

[CSE2011]

D. All of above
Q No. 15

Who invented the high level language c?

[CSE2011]

A. Dennis M. Ritchie
B. Niklaus Writh
C. Seymour Papert
D. Donald Kunth
Q No. 16

Personnel who design, program, operate and maintain computer equipment refers to

[CSE2011]

A. Console-operator
B. Programmer
C. Peopleware
D. System Analyst
Q No. 17

Human beings are referred to as Homosapinens, which device is called Sillico Sapiens?

[CSE2011]

A. Monitor
B. Hardware
C. Robot
D. Computer
Q No. 18

An error in software or hardware is called a bug. What is the alternative computer jargon for it?

[CSE2011]

A. Leech
B. Squid
C. Slug
D. Glitch
Q No. 19

Modern Computer are very reliable but they are not

[CSE2011]

A. Fast
B. Powerful
C. Infallible
D. Cheap
Q No. 20

What is the name of the display feature that highlights are of the screen which requires operator attention? [CSE2011]

A. Pixel
B. Reverse video
C. Touch screen
D. Cursor
Q No. 21

IMB launched its first personal computer called IBM-PC in 1981. It had chips from Intel, disk drives from [CSETandon, operating system from Microsoft, the printer from Epson and the application software from
2011]
everywhere. Can you name the country which contributed the video display?

A. India
B. China

C. Germany
D. Taiwan
Q No. 22

Personal computers use a number of chips mounted on a main circuit board. What is the common name
for such boards?

[CSE2011]

A. Daughter board
B. Motherboard
C. Father board
D. Breadboard
Q No. 23

What is meant by a dedicated computer?

[CSE2011]

A. Which is used by one person only


B. Which is assigned one and only one task
C. Which uses one kind of software
D. Which is meant for application software
Q No. 24

The system unit of a personal computer typically contains all of the following except:

[CSE2011]

A. Microprocessor
B. Disk controller
C. Serial interface
D. Modem
Q No. 25

A computer program that converts an entire program into machine language is called a/an

[CSE2011]

A. Interpreter
B. Simulator
C. Compiler
D. Commander
Q No. 26

A computer program that translates one program instructions at a time into machine language is called
a/an

[CSE2011]

A. Interpreter
B. CPU
C. Compiler
D. Simulator
Discuss | Report
Q No. 27

A small or intelligent device is so called because it contains within it a

[CSE2011]

A. Computer
B. Microcomputer
C. Programmable
D. Sensor
CIL Papers Data Structure
Q No. 1

Which data structure allows deleting data elements from front and inserting at rear?

[CSE2011]

A. Stacks
B. Queues
C. Deques
D. Binary search tree
Q No. 2

Identify the data structure which allows deletions at both ends of the list but insertion at only one end.

[CSE2011]

A. Input-restricted deque
B. Output-restricted deque
C. Priority queues
D. None of above
Q No. 3

Which of the following data structure is non-linear type?

[CSE2011]

A. Strings
B. Lists
C. Stacks
D. Trees
Q No. 4

Which of the following data structure is linear type?

[CSE2011]

A. Strings
B. Lists
C. Queues
D. All of above
Q No. 5

To represent hierarchical relationship between elements, which data structure is suitable?

[CSE2011]

A. Deque
B. Priority
C. Tree
D. All of above
Q No. 6

A binary tree whose every node has either zero or two children is called

[CSE2011]

A. Complete binary tree


B. Binary search tree
C. Extended binary tree
D. None of above
Q No. 7

The depth of a complete binary tree is given by

[CSE2011]

A. Dn = n log2n
B. Dn = n log2(n+1)
C. Dn = log2n
D. Dn = log2(n+1)

Q No. 8

When representing any algebraic expression E which uses only binary operations in a 2-tree,

[CSE2011]

A. the variable in E will appear as external nodes and operations in internal nodes
B. the operations in E will appear as external nodes and variables in internal nodes
C. the variables and operations in E will appear only in internal nodes
D. the variables and operations in E will appear only in external nodes
Q No. 9

A binary tree can easily be converted into q 2-tree

[CSE2011]

A. by replacing each empty sub tree by a new internal node


B. by inserting an internal nodes for non-empty node
C. by inserting an external nodes for non-empty node
D. by replacing each empty sub tree by a new external node
Q No. 10

When converting binary tree into extended binary tree, all the original nodes in binary tree are

[CSE2011]

A. internal nodes on extended tree


B. external nodes on extended tree
C. vanished on extended tree
D. None of above
Q No. 11

The post order traversal of a binary tree is DEBFCA. Find out the pre order traversal

[CSE2011]

A. ABFCDE
B. ADBFEC
C. ABDECF
D. ABDCEF
Q No. 12

Which of the following sorting algorithm is of divide-and-conquer type?

[CSE2011]

A. Bubble sort
B. Insertion sort
C. Quick sort
D. All of above
Q No. 13

An algorithm that calls itself directly or indirectly is known as

[CSE2011]

A. Sub algorithm
B. Recursion
C. Polish notation
D. Traversal algorithm
Q No. 14

In a binary tree, certain null entries are replaced by special pointers which point to nodes higher in the tree [CSEfor efficiency. These special pointers are called
2011]

A. Leaf
B. branch
C. path
D. thread
Q No. 15

The in order traversal of tree will yield a sorted listing of elements of tree in

[CSE2011]

A. Binary trees
B. Binary search trees
C. Heaps
D. None of above
Q No. 16

In a Heap tree

[CSE2011]

A. Values in a node is greater than every value in left sub tree and smaller than right sub
tree
B. Values in a node is greater than every value in children of it
C. Both of above conditions applies
D. None of above conditions applies
Q No. 17

In a graph if e=[u, v], Then u and v are called

[CSE2011]

A. endpoints of e
B. adjacent nodes
C. neighbors
D. all of above
Q No. 18

A connected graph T without any cycles is called

[CSE2011]

A. a tree graph
B. free tree
C. a tree
D. All of above
Q No. 19

In a graph if e=(u, v) means

[CSE2011]

A. u is adjacent to v but v is not adjacent to u


B. e begins at u and ends at v
C. u is processor and v is successor
D. both b and c
Q No. 20

If every node u in G is adjacent to every other node v in G, A graph is said to be

[CSE2011]

A. isolated
B. complete
C. finite
D. strongly connected
Q No. 21

The language used application programs to request data from the DBMS is referred to as the

[CSE2011]

A. DML
B. DDL
C. query language
D. none of the above
Q No. 22

The highest level in the hierarchy of data organization is called

[CSE-

2011]

A. data bank
B. data base
C. data file
D. data record
Q No. 23

Choose the RDBMS which supports full fledged client server application development

[CSE2011]

A. dBase V
B. Oracle 7.1
C. FoxPro 2.1
D. Ingress
Q No. 24

A form defined

[CSE2011]

A. where data is placed on the screen


B. the width of each field
C. both a and b
D. none of the above
Q No. 25

A top-to-bottom relationship among the items in a database is established by a

[CSE2011]

A. hierarchical schema
B. network schema
C. relational schema
D. all of the above
Q No. 26

The management information system (MIS) structure with one main computer system is called a

[CSE2011]

A. hierarchical MIS structure


B. distributed MIS structure
C. centralized MIS structure
D. decentralized MIS structure
Q No. 27

A binary tree can easily be converted into q 2-tree

[CSE2011]

A. by replacing each empty sub tree by a new internal node


B. by inserting an internal nodes for non-empty node
C. by inserting an external nodes for non-empty node
D. by replacing each empty sub tree by a new external node

CIL Papers - DBMS

Q No. 1

The relational database environment has all of the following components except

[CSE2011]

A. users
B. separate files
C. database
D. query languages
Q No. 2

Database management systems are intended to

[CSE2011]

A. eliminate data redundancy


B. establish relationship among records in different files
C. maintain data integrity
D. all of the above
Q No. 3

One approach to standardization storing of data?

[CSE2011]

A. MIS
B. structured programming
C. CODASYL specification
D. none of the above
Q No. 4

Report generators are used to

[CSE2011]

A. store data input by a user


B. retrieve information from files
C. answer queries
D. both b and c
CIL Papers - Software Engineering
2011
Q No. 1

How many steps are in the systems development life cycle (SDLC)?

[CSE2011]

A. 4
B. 5
C. 6
D. 10
Q No. 2

The first step in the systems development life cycle (SDLC) is:

[CSE2011]

A. Analysis.
B. Design.
C. Problem/Opportunity Identification.
D. Development and Documentation.
Q No. 3

Most modern software applications enable you to customize and automate various features using small
custom-built miniprograms called:

A. macros.
B. code.
C. routines.
D. subroutines.

[CSE2011]

Q No. 4

The organized process or set of steps that needs to be followed to develop an information system is known
as the:

[CSE2011]

A. analytical cycle.
B. design cycle.
C. program specification.
D. system development life cycle.
Q No. 5

How many steps are in the program development life cycle (PDLC)?

[CSE2011]

A. 4
B. 5
C. 6
D. 10
Q No. 6

The make-or-buy decision is associated with the ____________ step in the SDLC.

[CSE2011]

A. Problem/Opportunity Identification
B. Design
C. Analysis
D. Development and Documentation
Q No. 7

In the Analysis phase, the development of the ____________ occurs, which is a clear statement of the goals [CSEand objectives of the project.
2011]

A. documentation
B. flowchart
C. program specification
D. design
Q No. 8

Actual programming of software code is done during the ____________ step in the SDLC.

[CSE2011]

A. Maintenance and Evaluation


B. Design
C. Analysis
D. Development and Documentation
Q No. 9

Enhancements, upgrades, and bug fixes are done during the ____________ step in the SDLC.

[CSE2011]

A. Maintenance and Evaluation


B. Problem/Opportunity Identification
C. Design
D. Development and Documentation
Q No. 10

The ____________ determines whether the project should go forward.

A. feasibility assessment
B. opportunity identification
C. system evaluation
D. program specification

[CSE2011]

Q No. 11

Technical writers generally provide the ____________ for the new system.

[CSE2011]

A. programs
B. network
C. analysis
D. documentation
Q No. 12

____________ design and implement database structures.

[CSE2011]

A. Programmers
B. Project managers
C. Technical writers
D. Database administrators
Q No. 13

____________ spend most of their time in the beginning stages of the SDLC, talking with end-users,
gathering information, documenting systems, and proposing solutions.

[CSE2011]

A. Systems analysts
B. Project managers
C. Network engineers
D. Database administrators
Q No. 14

____________ manage the system development, assign staff, manage the budget and reporting, and ensure [CSEthat deadlines are met.
2011]

A. Project managers
B. Network engineers
C. Graphic designers
D. Systems analysts
Q No. 15

____________ is the process of translating a task into a series of commands that a computer will use to
perform that task.

[CSE2011]

A. Project design
B. Installation
C. Systems analysis
D. Programming
Q No. 16

Debugging is:

[CSE2011]

A. creating program code.


B. finding and correcting errors in the program code.
C. identifying the task to be computerized.
D. creating the algorithm.
Q No. 17

Translating the problem statement into a series of sequential steps describing what the program must do is
known as:

A. coding.
B. debugging.
C. creating the algorithm.
D. writing documentation.

[CSE2011]

Q No. 18

Translating the algorithm into a programming language occurs at the ____________ step of the PDLC.

[CSE2011]

A. Debugging
B. Coding
C. Testing and Documentation
D. Algorithm Development
Q No. 19

The problem statement should include all of the following EXCEPT:

A. input.
B. output.
C. processing.
D. storage.

[CSE2011]

You might also like