Computer Graphics MCQ 2
Computer Graphics MCQ 2
Subject:-Computer Graphics
Objective type questions combine
A chain of connected line segments is called a ________.
A. Polyline
B. Polysegments
C. Polygon
D. Polychain
ANSWER: A
A closed polyline is called a _________.
A. Polychain
B. Polygon
C. Polyclosed
D. Closed chain
ANSWER: B
A ploygon in which the line segment joining any two points within the polygon lies completely
inside the polygon,
is called ________ polygon.
A. Convex
B. Concave
C. Closed
D. Complete
ANSWER: A
A Polygoan in which the line segment joining any two points within the polygon may not lie
completely inside the
polygon, is called ________ polygon.
A. Convex
B. Concave
C. Closed
D. Complete
ANSWER: B
__________ is a method for testing a pixel inside of a polygon.
A. even-odd method
B. winding number method
C. A and B
D. None of theseANSWER:
C
_________ is a basic approach used to fill the polygon.
A. seed fill
B. scan fill
C. A and B
D. None of these
ANSWER: C
The seed fill algorithm for filling polygon is classified as ________ fill algorithm and _______
fill algorithm.
A. flood, boundry
B. even, odd
C. edge, flood
D. boundry, scan
ANSWER:
A
Polygoan filling algorithms those fill interior-defined regions are called _______ algorithms.
A. flood fill
B. boundry fill
C. scan line
D. edge fill
ANSWER: A
Polygoan filling algorithms those fill boundary defined regions are called _________
algorithms.
A. flood fill
B. boundry fill
C. edge line
D. A and B
ANSWER:
D
In a boundary fill algorithm for filling polygon, boundary defined regions may be either
_________ connected or
__________ connected.
A. 2,4
B. 4,8
C. 8,16
D. 8,6
ANSWER:
B
The getpixel function gives the ______ of specified pixel.A. intensity
B. colour
C. Size
D. Shape
ANSWER:
B
The putpixel function draws the pixel specified_______.
A. intensity
B. colour
C. Size
D. Shape
ANSWER:
B
Seed fill algo for filling polygon is ________ algorithm.
A. recursive
B. non-recursive
C. A and B
D. None of these
ANSWER:
A
Scan line algorithm for filling polygon is ______ algorithm.
A. recursive
B. non-recursive
C. A and B
D. None of these
ANSWER:
B
The basic approach to represent polygon is __________.
A. Polygon drawing primitive approach
B. trapezoid primitive approach
C. line and point approach
D. all of above
ANSWER:
D
The process of selecting and viewing the picture with diffrerent views is called_______.
A. Clipping
B. WindowingC. Segmenting
D. all of above
ANSWER:
B
A Process which divides each segment of the picture into its visible and invisible portion,
allowing the invisible
portion to be discarded is called__________.
A. Clipping
B. Windowing
C. Segmenting
D. all of above
ANSWER:
A
A convenient cartesian co-ordinate system used for storing a picture in the computer memory
is called__________.
A. X-Y co-ordinate system
B. World co-ordinate system
C. normalized co-ordinate system
D. viewing co-ordinate system
ANSWER:
B
When a picture is displayed on the display device it is measeured in ________co-ordinate
system.
A. World
B. Physical device
C. Viewing
D. Normalized
ANSWER:
B
Mapping the world co-ordinates into physical device co-ordinates is called__________.
A. translation
B. homogeneous transformation
C. co-ordinate conversion
D. Viewing transformation
ANSWER: D
A finite world co-ordinate area selected to perform Viewing transformation for display is called
a ____________.
A. Window
B. Segment
C. Clip
D. ViewportANSWER: A
An area on a physical device to which a window is mapped is called a __________.
A. Window
B. Segment
C. Clip
D. Viewport
ANSWER: D
The region of a picture against which an object is to be clipped is called a
A. Clip Window
B. Segment
C. Clip
D. Viewport
ANSWER: A
The line is said to be interior to the clipping window if ___________point(s) is/ are interior to
the window.
A. any line
B. one end
C. both end
D. any two
ANSWER: C
Cohen-sutherland subdivision line clipping algorithm uses ________ regions with diffrerent
codes.
A. 8
B. 6
C. 4
D. 9
ANSWER: D
The transformation which maps the viewing co-ordinates to normalized device co-ordinte is
called _______.
A. Viewing transformation
B. translation
C. normalization transformation
D. homogeneous transformation
ANSWER: C
The transformation of object description from normalized co-ordinates to device co-ordinates
is called ________.A. Workstation transformation
B. viewing transformation
C. normalization transformation
D. homogeneous transformation
ANSWER: A
If both end points of a line are exterior to the clipping window,__________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: B
If both end points of a line are completely to the right of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: C
If both end points of a line are completely to the left of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: C
If both end points of a line are completely to the above of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: C
If both end points of a line are completely to the below of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping windowC. the line is
completely exterior to the clipping window
D. none of these
ANSWER: C
In Cohen-sutherland subdivision line clipping algorithm, bit 1 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: A
In Cohen-sutherland subdivision line clipping algorithm, bit 2 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: B
In Cohen-sutherland subdivision line clipping algorithm, bit 3 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: C
In Cohen-sutherland subdivision line clipping algorithm, bit 4 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: D
In cohen- sutherland subdivision line clipping algorithm, all bits in region code are zero
if__________.
A. end point of a line lies within a clipping window
B. end point of a line lies to the left of the clipping window
C. end point of a line lies to the right of the clipping window
D. None of theseANSWER: A
In cohen- sutherland subdivision line clipping algorithm,any line that has one in the same bit
position in the region
codes for each end point are _________.
A. Completely inside the clipping rectangle
B. Completely outside the clipping rectangle
C. Completely left to the clipping rectangle
D. Completely right to the clipping rectangle
ANSWER: B
In cohen- sutherland subdivision line clipping algorithm, if the result of the logical AND
operation with two end
point region codes is not 0000 __________.
A. the line is Completely inside the clipping region
B. the line is Completely outside the clipping region
C. the line is Completely left to the clipping region
D. the line is Completely right to the clipping region
ANSWER: B
In sutherland -Hodgeman polygon clipping algorithm, if the first vertex of the edge is outside
the window boundry
and the second vertex of the edge is inside then _____ and ____ are added to the output
vertex list.
A. first vertex, second vertex
B. first vertex, the intersection point of the polygon edge with the window boundry
C. Second vertex,the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: C
In sutherland -Hodgeman polygon clipping algorithm, if both vertices of the edge are inside
the window boundry,
then _______ is addes to the output vertex list.
A. first vertex
B. Second vertex
C. the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: B
In sutherland-Hodgeman polygon clipping algorithm, if the first vertex of the edge is inside the
window boundry
and the second vertex of the edge is outside then _____ and ____ are added to the output
vertex list.
A. first vertex
B. Second vertex
C. the intersection point of the polygon edge with the window boundry
D. None of theseANSWER: C
In sutherland-Hodgeman polygon clipping algorithm, if both vertices of the edge are outside
the window boundry,
______is added to the output vertex list.
A. first vertex
B. Second vertex
C. the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: D
Which of the following clipping algorithm follows the Divide and Conquer strategy?
A. 4-bit algorithm
B. Midpoint algorithm
C. Cyrus break algorithm
D. Cohen- Sutherland algorithm
ANSWER:
B
The selection and separation of a part of text or image for further operation are
called__________.
A. Translation
B. Shear
C. Reflection
D. Clipping
ANSWER:
D
The complex graphics operations are_______.
A. Selection
B. Separation
C. Clipping
D. None of these
ANSWER: C
In computer graphics, a graphical object is known as________.
A. Point
B. Segment
C. Parameter
D. None of these
ANSWER: B
A many sided figure is termed as_________.A. Square
B. Polygon
C. Rectangle
D. None
ANSWER: B
The end point of polygon are called as__________.
A. Edges
B. Vertices
C. Line
D. None of these
ANSWER: B
The line segment of polygon are called as _________.
A. Edges
B. Vertices
C. Line
D. None of these
ANSWER: A
What are the types of polygon___________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: C
If a line joining any of its two interior points lies completely within it are called____________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: A
If a line joining any two of its interior points lies not completely inside are
called______________.
A. Convex polygon
B. Concave polygonC. Both a & b
D. None of these
ANSWER: B
In which polygon object appears only partially________________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None
ANSWER: B
The process of extracting a portion of a database or a picture inside or outside a specified
region are
called_____________.
A. Translation
B. Shear
C. Reflection
D. Clipping
ANSWER: D
The rectangle portion of the interface window that defines where the image will actually
appear are
called_____________.
A. Transformation viewing
B. View port
C. Clipping window
D. Screen coordinate system
ANSWER: B
The rectangle space in which the world definition of region is displayed are
called_______________.
A. Screen coordinate system
B. Clipping window or world window
C. World coordinate system
D. None of these
ANSWER: B
The object space in which the application model is defined____________.
A. Screen coordinate system
B. Clipping window or world window
C. World coordinate systemD. None of these
ANSWER: C
The process of cutting off the line which are outside the window are called__________.
A. Shear
B. Reflection
C. Clipping
D. Clipping window
ANSWER: C
Some common form of clipping include_________.
A. curve clipping
B. point clipping
C. polygon clipping
D. All of these
ANSWER: D
A technique by which the vertical and /or horizontal scan frequency of video signal can be
changed for different
purpose and applications is called__________.
A. Scan conversion
B. Polygon filling
C. Two dimensional graphics
D. Anti aliasing
ANSWER: A
The process of coloring the area of a polygon is called___________.
A. Polygon filling
B. Polygon flow
C. Aliasing
D. None of these
ANSWER: A
How many types of polygon filling ____________.
A. Two
B. One
C. Three
D. Four
ANSWER: CThe algorithm used for filling the interior of a polygon is called____________.
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon fill algorithm
D. None of these
ANSWER: A
The function of scan line polygon fill algorithm are_______________.
A. Find intersection point of the boundary of polygon and scan line
B. Find intersection point of the boundary of polygon and point
C. Both a & b
D. None of these
ANSWER: A
If the pixel is already filled with desired color then leaves it otherwise fills it, this is
called___________.
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon filling algorithm
D. None of these
ANSWER: B
The side effect of scan conversion are__________.
A. Aliasing
B. Anti aliasing
C. Both a & b
D. None of these
ANSWER: A
If the visit to the vertices of the polygon in the given order produces an anticlockwise loop are
called____________.
A. Negatively oriented
B. Positively oriented
C. Both a & b
D. None of these
ANSWER: B
Which approaches are used for determine whether a particular point is inside or outside of a
polygon____________.A. Even-odd method
B. Winding number method
C. Both a & b
D. None of these
ANSWER: C
The process of mapping a world window in world coordinate system to viewport are
called___________.
A. Transformation viewing
B. View Port
C. Clipping window
D. Screen coordinate system
ANSWER: A
The space in which the image is displayed are called___________.
A. Screen coordinate system
B. Clipping window
C. World coordinate system
D. None of these
ANSWER: A
Some common form of clipping include__________.
A. Curve clipping
B. Point clipping
C. Polygon clipping
D. All of these
ANSWER: D
In a clipping algorithm of Cohen & Sutherland using region codes, a line is already clipped if
the?
A. Codes of the end point are same
B. Logical AND of the end point code is not 0000
C. Logical OR of the end points code is 0000
D. Logical AND of the end point code is 0000
E. A and B
ANSWER: E
The transformation in which an object is moved in a minimum distance path from one position
to another is
called________.
A. TranslationB. Scaling
C. Rotation
D. Reflection
ANSWER: A
The transformation in which the dimension of an object are changed relative to a specified
fixed point is
called____________.
A. Translation
B. Scaling
C. Rotation
D. Reflection
ANSWER: B
An object can be viewed as a collection of___________.
A. One segment
B. Two segment
C. Several segments
D. None of these
ANSWER: C
The graphics method in which one object is transformed into another object are
called___________.
A. Clipping
B. Morphing
C. Reflection
D. Shear
ANSWER: B
Scaling of a polygon is done by computing____________.
A. The product of (x, y) of each vertex
B. (x, y) of end points
C. Center coordinates
D. Only a
ANSWER: D
A chain of connected line segment is called a__________
A. Polyline
B. Polysegment
C. Polygon
.D. Polychain
ANSWER: A
A ploygon in which the line segment joining any two points within the polygon may not lies
completely inside the
polygon, is called___________polygon .
A. Convex
B. Concave
C. Closed
D. Complete
ANSWER: B
In the given point (x,y) and we want to access(x-1,y-1) in a single step we need to
use_________.
A. 4-connected
B. 5-connected
C. 6-connected
D. 8-connected
ANSWER: D
In scan fill algorithm the scan lines which needs to be considered are from___________.
A. Ymax to ymin of the whole polygon
B. Ymax to ymin of the longest edge of the polygon
C. Ymax to ymin of the shortest edge of the polygon
D. None of these
ANSWER: A
Sutherland Hodgeman algorithm is used for_____________.
A. Polygon filling
B. Line clipping
C. Polygon clipping
D. Text clipping
ANSWER: C
Which of the following is not true w.r.t polygon clipping.
A. Line clipping algorithms are not used for polygon clipping
B. The shape of polygon may change after clipping
C. The sequence of clipping w.r.t. window edges is fixed
D. All of these
ANSWER: CFollowing are coordinates of clipping window : Lower Left Corner (20,20) and
Upper Right Corner (80,80).
Whether a point at (10,50) is visible or not?
A. Visible
B. Partially Visible
C. Completely Exterior
D. None of the above
ANSWER:
C
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right
Corner
(100,100).What is the outcode of point (150,50)?
A. 0010
B. 1000
C. 0100
D. 0110
ANSWER: A
Which of the following is true with respect to Suther Hodge algorithm?
A. It clips only concave polygons
B. It is more time consuming and complex
C. It may insert extra edges in resultant polygon
D. None of these
ANSWER: C
In sutherland-hodgeman polygon clipping algorithm,if both vertices of the edge are outside
the window boundary
then_______is added to the output vertex.
A. First vertex
B. The intersection point of the polygon edge with the window boundary
C. Second vertex
D. None of these
ANSWER: B
A clipping window has coordinates as A(50,10), B(80,10), C(80,40), D(50,40). A line segment
has end coordinates
(40,15) and (75,45). What will be the end points of clipped line? Use Cohen – Sutherland
Outcode Algorithm.
A. (23.67,50) and (69.06,40)
B. (50,23.67) and (69.06, 40)
C. (50,23.67) and (40,69.06)
D. None of Above
ANSWER:
BAdjacent pixels are likely to have same characteristics. This property is referred as_______.
A. Property of coherence
B. Spacial coherence
C. Spatial coherence
D. None of these
ANSWER: A
Clip a line starting from (-13, 5) and ending at (17, 11) against the window having lower left
corner at (-8, -4) and
upper right corner at ( 12,8). What will be the end points of clipped line? Use Cohen –
Sutherland Outcode
Algorithm.
A. (-8,6) and (2,8)
B. (-8,6) and (8,2)
C. (6,-8) and (2,8)
D. (8,-6) and (8,2)
ANSWER:
A
Scale a square ABCD with co-ordinates A(0,0), B(5,0), C(5,5), D(0,5) by 2 units for x-direction
and 3-units for y –
direction.
A. A(0,0) , B(10,0) , C(10,15) , D(0,15)
B. A(0,0) , B(0,0) , C(10,15) , D(0,15)
C. A(0,0) , B(10,0) , C(10,10) , D(15,0)
D. None of these
ANSWER:
A
The first viewing parameter in perspective projection we must consider is the?
A. Viewing window
B. Shift vector
C. View reference point
D. View reference plane
ANSWER:
C
In normalization transformation for window to viewport, window is lower left corner (1,1) and
upper right corner at
(3,5) to a view point with lower left corner at (0,0) and upper right corner at(1/2,1/2) .Scaling
factors Sx =___ &
Sy =___.
A. 0.25 & 0.125
B. 0.125 & 0.25
C. 4 & 8
D. 0.5 & 1
ANSWER:
AIn the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as:
Xmin =10 , Ymin = 30,
Xmax= 50 , Ymax = 70, the line AB with end-points A(30, 55) and B(70, 40) will
be___________.
A. Completely visible
B. Completely invisible
C. Partially visible
D. Partially invisible
ANSWER:
C
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
= -10 , Ymin = -30,
Xmax= 50 , Ymax = 70, the line PQ with end-points P(0, 60) and Q(40, 50) will
be___________.
A. Completely visible
B. Completely invisible
C. Partially visible
D. Partially invisible
ANSWER:
A
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
= -10 , Ymin = -30,
Xmax= 50 , Ymax = 70, the line PQ with end-points P(0, 60) and Q(40, 50), the outcodes of P
and Q will
be___________ and _________repectively.
A. 1000 and 0001
B. 0000 and 0000
C. 0100 and 0010
D. 1100 and 0011
ANSWER:
B
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
=10 , Ymin = 30,
Xmax= 50 , Ymax = 70, the line PQ with end-points P(30, 55) and Q(70, 40) will have
__________ number of
intersection points with the clipping window.
A. 0
B. 1
C. 2
D. 3
ANSWER:
B
In the Cohen Sutherland Outcode Algorithm, the four bits in the outcode are set on the basis
of positions of the line
end points to the ________ of clipping window regions in the order.
A. Top, Bottom, Right, Left
B. Right, Top, Bottom, Left
C. Top, Right, Left, BottomD. Bottom, Right, Left, Top
ANSWER:
A
In the Cohen Sutherland Outcode Algorithm, if both the end-points of the line has outcode
1000, then the line lies
in the _________________region of the clipping window.
A. Left
B. Right
C. Top
D. Bottom
ANSWER:
C
In the Cohen Sutherland Outcode Algorithm, if the point outcode is 1001, then the point lies in
the
_________________regions of the clipping window.
A. Top and Right
B. Bottom and Right
C. Top and Left
D. Bottom and Left
ANSWER:
C
The algorithm used for filling the interior of a polygon is called
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon fill algorithm
D. None of these
ANSWER: A
If the pixel is already filled with desired color then leaves it otherwise fills it. this is called
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon filling algorithm
D. None of these
ANSWER: B
The graphics can be
A. Drawing
B. Photograph, movies
C. Simulation
D. All of theseANSWER: D
If the boundary is specified in a single color, and if the algorithm proceeds pixel by pixel until
the boundary color is
encountered is called
A. Scan-line fill algorithm
B. Boundary-fill algorithm
C. Flood-fill algorithm
D. Parallel curve algorithm
ANSWER: B
If we want to recolor an area that is not defined within a single color boundary is known
as_________.
A. Boundary-fill algorithm
B. Parallel curve algorithm
C. Flood-fill algorithm
D. Only b
ANSWER: C
There are 2 types of polygons. They are?
A. Convex and concave
B. Square and rectangle
C. Hexagon and square
D. Octagon and convex
ANSWER: A
A many sided figure is termed as_____.
A. Square
B. Polygon
C. Rectangle
D. None
ANSWER: B
The end point of polygon are called as___________.
A. Edges
B. Vertices
C. Line
D. None of these
ANSWER: B
The algorithm used for filling the interior of a polygon is called____________.A. Flood fill
algorithm
B. Boundary fill algorithm
C. Scan line polygon fill algorithm
D. None of these
ANSWER: A
The function of scan line polygon fill algorithm are________.
A. Find intersection point of the boundary of polygon and scan line
B. Find intersection point of the boundary of polygon and point
C. Both a & b
D. None of these
ANSWER: A
If the pixel is already filled with desired color then leaves it otherwise fills it. this is
called_______.
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon filling algorithm
D. None of these
ANSWER: B
If a line joining any two of its interior points lies not completely inside are
called____________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: B
In which polygon object appears only partially_______.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: B
If the visit to the vertices of the polygon in the given order produces an anticlockwise loop are
called______.
A. Negatively oriented
B. Positively orientedC. Both a & b
D. None of these
ANSWER: B
If the visit to the vertices of the polygon in the given order produces an clockwise loop are
cComputer Graphics MCQ 1alled______.
A. Negatively oriented
B. Positively oriented
C. Both a & b
D. None of these
ANSWER: A
Which things are mainly needed to make a polygon and to enter the polygon into display
file_____.
A. No of sides of polygon
B. Vertices points
C. Both a & b
D. None of these
ANSWER: C
Two types of coordinates are_________.
A. Positive and negative coordinates
B. Absolute and relative coordinates
C. Both a & b
D. None
ANSWER: B
Which approaches are used for determine whether a particular point is inside or outside of a
polygon_____.
A. Even-odd method
B. Winding number method
C. Both a & b
D. None of these
ANSWER: C
For a seed-fill method, If a given point is (x, y) and we want to access (x-1, y-1) in the same
iteration, we use which
of the following?
A. 4-connected method
B. 5-connected method
C. 7-connected method
D. 8-connected methodANSWER: D
In a given triangle, a(10, 10), B(20, 20), C(30, 10), the point P(28, 20) is______.
A. Inside the triangle
B. Outside the triangle
C. On the vertex
D. On the edge
ANSWER: B
Subject:-Computer Graphics
Objective type questions Unit-I Graphics Primitives and Scan Conversion
1) In computer graphics, pictures or graphics objects are presented as a collection of discrete
picture
element called______.
A. dots
B. pixels
C. co-ordinates
D. points
ANSWER: B
2). _______is the smallest addressable screen element.
A. dots
B. point
C. pixels
D. spot
ANSWER: C
3.) ______is the smallest piece of the display screen which we can control.
A. dots
B. point
C. spot
D. pixel
ANSWER: D
4) We can control ____of the pixels which compose the screen.
A. intensity
B. size
C. shape
D. None
ANSWER: A
5) We can control ____of the pixels which compose the screen.
A. colour
B. size
C. shape
D. None
ANSWER: A
6) Each pixel on the graphics display represents______.
A. a single mathematical point
B. 2 mathematical point
C. 4 mathematical point
D. a region which theoretically can contain infinite points
ANSWER: D
7). A point (42,38) can be displayed on a screen by a pixel.
A. (4,3)
B. (3,4)
C. (5,4)
D. (4,4)
ANSWER: A8) The process of determining the appropriate pixel for representing, picture or
graphics objects is known
as___
A. scan conversion
B. rasterization
C. scanning
D. graphical representation
ANSWER: B
9) The process representing continuous picture or graphics objects as a collection of descrete
pixels is
called____.
A. scan conversion
B. rasterization
C. scanning
D. graphical representation
ANSWER: A
10) The computer graphics allows____ on pictures before displaying it.
A. rotation
B. translation
C. scaling and projections
D. All of above
ANSWER: D
11) Graphics devices include_____.
A. input devices
B. output devices
C. a and b
D. None
ANSWER: C
12) Computer graphics allows_____.
A. user interface
B. plotting of graphics and chart
C. office automation and desktop publishing
D. all of above
ANSWER: D
13) Computer graphics allows______.
A. copmuter-aided drafting and design
B. simulaion and animation
C. art and commerce
D. all of above
ANSWER: D
14) Computer graphics allows_____.
A. process control
B. cartography
C. art and commerce
D. all of above
ANSWER: D
15) The software components of conceptual framework for interactive graphics is/are_____.
A. application modelB. application program
C. graphics system
D. all of above
ANSWER: D
16) The Hardware components of conceptual framework for interactive graphics
is/are________.
A. input devices
B. output devices
C. a and b
D. none of these
ANSWER: C
17) The display devices are_____.
A. input
B. output
C. a and b
D. none of these
ANSWER: B
18) CRT stands for____.
A. Cathode Ray Tube
B. Colour Ray Tube
C. Cathode Radio Tube
D. Colour Radio Tube
ANSWER: A
19) A CRT is an evacuated _________ tube.
A. plastic
B. glass
C. steel
D. iron
ANSWER: B
20) An____________ gun at the rear of the CRT produces a beam of electrons.
A. electronic
B. electron
C. element
D. emergency
ANSWER: B
21) The deflection system of the CRT consistsof___________deflection plates.
A. vertical
B. horizontal
C. a and b
D. none of these
ANSWER: C
22) The techique(s) used for producing image on the CRT is/are__________ .
A. vector scan
B. raster scan
C. Both a and b
D. none of these
ANSWER: C23) Vector scan technique is also called _________.
A. scalar scan
B. random scan
C. raster scan
D. beam scan
ANSWER: B
24) In vector scan display, buffer memory used is also called _________.
A. refresh memory
B. refresh buffer
C. buffer display
D. refresh circuit
ANSWER: B
25) In vector scan display, the phosphor is to be refreshed at least ________ times per
second to avoid
flicker.
A. 10
B. 20
C. 30
D. 40
ANSWER: C
26) An____________ gun at the rear of the CRT produces a beam of electrons.
A. electronic
B. electron
C. element
D. emergency
ANSWER: B
27) The deflection system of the CRT consistsof___________deflection plates.
A. vertical
B. horizontal
C. a and b
D. none of these
ANSWER: C
28) The techique(s) used for producing image on the CRT is/are__________.
A. vector scan
B. raster scan
C. Both a and b
D. none of these
ANSWER: C
29) Vector scan technique is also called _________.
A. scalar scan
B. random scan
C. raster scan
D. beam scan
ANSWER: B
30) In vector scan display, buffer memory used is also called _________.
A. refresh memory
B. refresh bufferC. buffer display
D. refresh circuit
ANSWER: B
31) In vector scan display, the phosphor is to be refreshed at least ________ times per
second to avoid
flicker.
A. 10
B. 20
C. 30
D. 40
ANSWER: C
32) In raster scan display,the display image is stored in the form of _________ in the refresh
buffer.
A. 1s
B. 0s
C. 1s and 0s
D. none of these
ANSWER: C
33) In raster scan CRT, the beam is swept back and forth from _______ across the screen.
A. left to right
B. right to left
C. up to down
D. down to up
ANSWER: A
34) In raster Scan CRT, when a beam is moved from the left to the right,it s ____ and it is
_____ when it is
moved from the right to the left.
A. ON,OFF
B. OFF,ON
C. ON,ON
D. OFF,OFF
ANSWER: A
35) In raster scan display, the screen image repeatedly scanned, this process is called
_______.
A. buffering of screen
B. refreshig of screen
C. rendering of screen
D. heghlighting screen
ANSWER: B
36) On a black and white system with one bit per pixel , the frame buffer is called
a__________.
A. bitmap
B. pixmap
C. bitpixmap
D. pixbitmap
ANSWER: A
37) The cost of vector scan display is___________ cost of raster scan dispay.
A. equal to
B. less than
C. more than
D. none of theseANSWER: C
38) For ____________ display , scan conversion hardware is required.
A. vector scan
B. random scan
C. raster scan
D. none of these
ANSWER: C
39)Aspect ratio is the ratio of ________ to prodce equal length lines in both direction on the
screen
A. vertical points to horizontal points
B. horizontal points to vertical points
C. left to riht and right to left diagonal points
D. right to left and left to right diagonal points
ANSWER: A
40)Display file can be implemented using __________ data structure.
A. array
B. linked list
C. paging
D. all of the above
ANSWER: D
41)The process of digitizing a picture definition given in an application program into a set of
pixel-intensity
Values is called ____________.
A. animation
B. sampling
C. rasterization
D. scan-conversion
ANSWER: D
42)The size of frame buffer(video memory )depends on_____________.
A. resolution only
B. number of different colors only
C. both (B) and(C)
D. computer byte
ANSWER: C
43)A pixel of black_white image or graphics object takes _________ space in memory.
A. 1 bit
B. 2 bits
C. 1 nibble
D. 1 byte
ANSWER: C
44)The resolution of an image is __________.
A. number of pixels per unit area
B. number of pixels per unit length inhorizontal
C. number of pixels per unit length in vertical
D. none of these
ANSWER: A
45)Persistance can be defined as______.
A. intensity of a pixelB. pixels per unit area
C. the duration of phosphorescence exhibited by a phosphor
D. number of pixels in an image
ANSWER: C
46) The path the electron beam takes at the end of each refresh cycle is called______.
A. horizontal retrace
B. vertical retrace
C. diagonal retrace
D. left to right retrace
ANSWER: B
47) The path the electron beam takes when returning to the left side of the CRTscreen is
called_____.
A. horizontal retrace
B. vertical retrace
C. diagonal retrace
D. top to bottom retrace
ANSWER: A
48) Frame buffer is used to store_____.
A. number if pixels in image
B. intencities of pixels
C. image definition
D. co-ordinate values of image
ANSWER: B
49) The clearity of a displayed image depends on the______.
A. resolution
B. floating point precision of system
C. associated software
D. aspect ratio
ANSWER: A
50)Random scan monitor can also referred to as______.
A. vector displays
B. stroke writing displays
C. calligraphic displays
D. none of the above
ANSWER: A
51) Which facility is provided by computer graphics to change the shape colour or other
properties of
objects begin viewed.
A. Motion dynamics
B. Update dynamics
C. A & B
D. None of these
ANSWER: B
which factors affect resolution.
A. The type of phosphor
B. The intensity to be displayed
C. The focusing & deflection systems used in CRT
D. all of theseANSWER: D
special area of the memory is dedicated to graphics only in raster scan display
called_________ .
A. Frame buffer
B. video controller
C. display controler
D. Monitor
ANSWER: A
which is not true statement for raster scan generator.
A. It produces deflection signals
B. It consists of raster scan generator,x&y address register&pixel
C. it receive the intencity information of each pixel from frame buffer
D. it controls the x&y address registers
ANSWER: C
The disadvantage of raster graphics display system is ______.
A. It require large number of frame buffer memory cycles needed for video scan out
B. The burden of image generation is on the main CPU
C. Insufficient frame buffer memory band width
D. All of these
ANSWER: D
To store black and white images ,black pixels are represented by________ in the frame
buffer and white
pixels by_______.
A. Zero and one
B. One and Zero
C. Both a & b
D. None of these
ANSWER: B
The image can be transmitted to the display point by________.
A. Line
B. Segment
C. Point
D. None of these
ANSWER: C
The center of display screen is computed as
A. X max ,y max
B. Xmax/2,ymax/2
C. Xmax/3,ymax/3
D. None of these
ANSWER: B
What is true about DDA algorithm for scan conversion of a line
A. General purpose method
B. Incremental
C. current calculation is independent of previous step
D. Is slower than the use of line equation
ANSWER: B
In DDA algorithm for scan conversion of line
A. if |m|<=1 then dx=1B. if |m|>=1 then dx=1
C. if |m|<=1 then dy=1
D. none of the above
ANSWER: A
Which of these is true about Bresenham's Line Algorithm?
A. Highly efficient incremental method
B. Uses scan conversion
C. uses integer addition,subtraction and multiplication by 2
D. all of the above
ANSWER: A
Integer addition,subtraction and multiplication by 2 in Bresenham's Line Algorithm can be
done by
A. Simple arithmetic shift operation
B. circular shift operation
C. XOR Operation
D. none of the above
ANSWER: B
In Bresenham's algorithm for scan conversion of line
A. d=2dy-dx
B. d=2dx-dy
C. d=4dy-dx
D. d=4dx-dy
ANSWER: A
What is the basis of scan conversion of a circle?
A. Semi-circle symmetry
B. Quarter symmetry
C. Eight-way symmetry
D. none of the above
ANSWER: C
What is true about the Bresenhem's Circle algorithm?
A. if d<0 then d=d+4x+6
B. if d>0 then d=d+4x+6
C. if d<0 then d=d+4(x-y)+10 and y--
D. none of the above
ANSWER: A
which of these is a characteristic of midpoint circle algorithm?
A. Produces pixel points for an semicircle
B. Produces pixel points for an quadrant
C. Produces pixel points for an octant
D. none of the above
ANSWER: C
What is the initial value for the decision parameter in midpoint circle algorithm.
A. 5/4-r
B. 4/5-r
C. r-5/4
D. r-4/5
ANSWER: AIn Bresenham's line generation algorithm, the initial value of the decision
parameter as p0 = __________,
where slope MOD (m) < 1
A. 2Δy – Δx
B. 2Δy – 2Δx
C. Δx – Δy
D. none of the above
ANSWER: A
If a line whose end point is (10, 12) and start point is (20, 20), then slope m =?
A. 1.2
B. 0.8
C. -0.4
D. none of the above
ANSWER: B
The Cartesian slope-intercept equation for a straight line is ________________.
A. y = m(a+b+c)
B. y = m.x + b
C. y = 2∆x-m
D. none of the above
ANSWER: B
The DDA algorithm is a faster method for calculating pixel positions than the direct use of Eq.
y = m.x + b.
A. TRUE
B. FALSE
ANSWER: A
In Bresenham's Mid-point Circle Algorithm, the initial value of the decision parameter is p0 =
5/4 – r.
A. TRUE
B. FALSE
ANSWER: A
The method which used either delta x or delta y, whichever is larger, is chosen as one raster
unit to draw
the line .the algorithm is called?
A. Bresenham`s Line Algorithm
B. Generalized Bresenham`s Algorithm
C. DDA Line Algorithm
D. Midpoint Line Algorithm
ANSWER: C
There are two standard methods of mathematically representing a circle centered at the
origin. They are?
A. Polynomial Method, and Bresenham`s
B. Trigonometric Method and Bresenham`s
C. DDA, and Bresenham`s
D. Polynomial Method, and Trigonometric Method
ANSWER: D
In Bresenham's algorithm, while generating a circle , it is easy to generate?
A. One octant first and other by successive reflection
B. One octant first and other by successive rotation
C. One octant first and other by successive translation
D. All octants
ANSWER: AWhy a circle drawn on the screen appears to be elliptical ?
A. It is due to the aspect ratio of monitor
B. Screen has rectangular shape
C. Our eyes are not at the same level on screen
D. CRT is completely spherical
ANSWER: A
Which of the following technique is used in Midpoint Subdivision algorithm ?
A. Linear search
B. Binary Search
C. Heap sort
D. Bubble Sort
ANSWER: B
A circle, if scaled only in one direction becomes a ?
A. parabola
B. hyperbola
C. Ellipse
D. remains a circle
ANSWER: C
(2,4) is a point on a circle that has center at the origin. Which of the following points are also
on circle ?
A. (2,-4),(-2,4)
B. (4,-2)
C. (-4,2)
D. All of above
ANSWER: D
A line can be represented by_________.
A. One point
B. Two points
C. Three points
D. Four points
ANSWER: B
Bresanham circle algorithm uses the approach of a ______________.
A. Midpoint
B. Point
C. Line
D. None of these
ANSWER: A
The side effect of scan conversion are________.
A. Aliasing
B. Anti aliasing
C. Both a & b
D. None of these
ANSWER: A
The process of reducing aliasing is called __________.
A. Resolution
B. Anti aliasing
C. SamplingD. None of these
ANSWER: B
The problem of aliasing are_____________.
A. Staircase
B. Unequal brightness
C. Picket fence problem
D. All of these
ANSWER: D
The basic principle of Bresenham`s line algorithm is__?
A. A to select the optimum raster locations to represent a straight line
B. to select either Δx or Δy, whichever is larger, is chosen as one raster unit
C. we find on which side of the line the midpoint lies
D. both a and b
ANSWER: A
A line connecting the points (1,1) and (5,3) is to be drawn, using DDA algorithm. Find the
value of x and y
increments?
A. x-increments = 1; y-increments =1
B. x-increments = 0.5; y-increments =1
C. x-increments = 1; y-increments =0.5
D. None of above
ANSWER: C
Line produced by moving pen is __ at the end points than the line produced by the pixel
replication?
A. Thin
B. Straight
C. Thicker
D. both A and B
ANSWER: C
A line segment _____________.
A. extends forward
B. extends backward
C. ends at two points
D. extends forever both forward and backward
ANSWER: C
In DDA line drawing algorithm, dx or dy, whichever is________, is chosen as one raster unit.
A. 1
B. 0
C. smaller
D. larger
ANSWER: D
Sign function makes the DDA line drawing algorithm work in _____ quadrants.
A. I and II
B. B I and III
C. II and III
D. all
ANSWER:D
Floating point arithmetic in DDA algorithm is__________.A. time efficient
B. time consuming
C. fast
D. slow
ANSWER: B
DDA line drawing algorithm for calculating pixel positions is __________ the direct use of
equation y =
mx + b.
A. slower than
B. faster than
C. of equal speed to that of
D. none of these
ANSWER: B
Expansion of line DDA algorithm is______.
A. Digital difference analyzer
B. Direct differential analyzer
C. Digital differential analyzer
D. Data differential analyzer
ANSWER: C
Which algorithm is a faster method for calculating pixel positions?
A. Bresenham’s line algorithm
B. Parallel line algorithm
C. Mid-point algorithm
D. DDA line algorithm
ANSWER: D
In Bresenham’s line algorithm, if the distances d1 < d2 then decision parameter Pk is______
A. Positive
B. Equal
C. Negative
D. Option a or c
ANSWER: C
A dashed line could be displayed by generating_________.
A. Inter dash spacing
B. Very short dashes
C. Both A or B
D. A or B
ANSWER: A
Which of the following technique is used in Midpoint Subdivision algorithm ?
A. Linear search
B. Binary search
C. Heap sort
D. Bubble sort
ANSWER: B
Smallest size object that can be displayed on a monitor is called________.
A. Picture element
B. Point
C. Dot PitchD. Aspect ratio
ANSWER: A
The maximum number of points that can be displayed without overlap on a CRT
A. Aspect Ratio
B. Resolution
C. Brightness
D. Pixel
ANSWER: B
Each screen point is referred to as_________________.
A. Resolution
B. Pixel
C. Persistence
D. Dot Pitch
ANSWER: B
_____________is the number of points per centimeter that can be plotted horizontally and
vertically.
A. Aspect Ratio
B. Pixel Depth
C. Resolution
D. Dot Pitch
ANSWER: C
__________is the ratio of horizontal points to vertical points necessary to produce equal
length
lines in both direction.
A. Dot Pitch
B. Resolution
C. Aspect Ratio
D. Height-Width Ratio
ANSWER: C
Vector display is well suited for___________.
A. Animation
B. Line drawing applications
C. Cartoons
D. All of the above
ANSWER: B
Beam penetration method is usually used in______________.
A. LCD
B. Raster Scan display
C. Random scan display
D. DVST
ANSWER: C
An RGB color system with 24 bits os storage per pixel is known as________________.
A. Color CRT
B. True-color system
C. RGB monitor
D. Color- Depth
ANSWER: B
Digitizing a picture definition into a set of intensity values is known as .............A. Digitization
B. Scan conversion
C. Refreshing
D. Scanning
ANSWER: B
Raster graphics are composed of ____________.
A. Pixels
B. Paths
C. Palette
D. None of these
ANSWER: A
Which of the following allow for 8 mirror images?
A. Parabola
B. Ellipse
C. Hyperbola
D. Circle
ANSWER: D
The simplest output primitive is__________.
A. Straight line
B. Straight line segment
C. Point
D. Circle
ANSWER: C
A bitmap is________ bit(s) per pixels.
A. 0
B. 1
C. 2
D. 4
ANSWER: B
The quality of an image depend on_____________.
A. No. of pixel used by image
B. No. of line used by image
C. No. of resolution used by image
D. None
ANSWER: A
The basic geometric structures that describes a scene on display is called__________-.
A. Attributes
B. Output primitive
C. Lines
D. Curves
ANSWER: B
An accurate and efficient raster line-generating algorithm is_________.
A. DDA algorithm
B. Mid-point algorithm
C. Parallel line algorithm
D. Bresenham’s line algorithmANSWER: D
In Bresenham’s line algorithm, if the distances d1 < d2 then decision parameter Pk is______.
A. Positive
B. Equal
C. Negative
D. Option a or c
ANSWER: C
Subject:-Computer Graphics
Objective type questions Unit-II Polygons and Clipping Algorithms
A chain of connected line segments is called a ________.
A. Polyline
B. Polysegments
C. Polygon
D. Polychain
ANSWER: A
A closed polyline is called a _________.
A. Polychain
B. Polygon
C. Polyclosed
D. Closed chain
ANSWER: B
A ploygon in which the line segment joining any two points within the polygon lies completely
inside the polygon, is
called ________ polygon.
A. Convex
B. Concave
C. Closed
D. Complete
ANSWER: A
A Polygoan in which the line segment joining any two points within the polygon may not lie
completely inside the
polygon, is called ________ polygon.
A. Convex
B. Concave
C. Closed
D. Complete
ANSWER: B
__________ is a method for testing a pixel inside of a polygon.
A. even-odd method
B. winding number method
C. A and B
D. None of these
ANSWER:
C_________ is a basic approach used to fill the polygon.
A. seed fill
B. scan fill
C. A and B
D. None of these
ANSWER: C
The seed fill algorithm for filling polygon is classified as ________ fill algorithm and _______
fill algorithm.
A. flood, boundry
B. even, odd
C. edge, flood
D. boundry, scan
ANSWER:
A
Polygoan filling algorithms those fill interior-defined regions are called _______ algorithms.
A. flood fill
B. boundry fill
C. scan line
D. edge fill
ANSWER: A
Polygoan filling algorithms those fill boundary defined regions are called _________
algorithms.
A. flood fill
B. boundry fill
C. edge line
D. A and B
ANSWER:
D
In a boundary fill algorithm for filling polygon, boundary defined regions may be either
_________ connected or
__________ connected.
A. 2,4
B. 4,8
C. 8,16
D. 8,6
ANSWER:
B
The getpixel function gives the ______ of specified pixel.
A. intensity
B. colourC. Size
D. Shape
ANSWER:
B
The putpixel function draws the pixel specified_______.
A. intensity
B. colour
C. Size
D. Shape
ANSWER:
B
Seed fill algo for filling polygon is ________ algorithm.
A. recursive
B. non-recursive
C. A and B
D. None of these
ANSWER:
A
Scan line algorithm for filling polygon is ______ algorithm.
A. recursive
B. non-recursive
C. A and B
D. None of these
ANSWER:
B
The basic approach to represent polygon is __________.
A. Polygon drawing primitive approach
B. trapezoid primitive approach
C. line and point approach
D. all of above
ANSWER:
D
The process of selecting and viewing the picture with diffrerent views is called_______.
A. Clipping
B. Windowing
C. Segmenting
D. all of above
ANSWER:
BA Process which divides each segment of the picture into its visible and invisible portion,
allowing the invisible portion to
be discarded is called__________.
A. Clipping
B. Windowing
C. Segmenting
D. all of above
ANSWER:
A
A convenient cartesian co-ordinate system used for storing a picture in the computer memory
is called__________.
A. X-Y co-ordinate system
B. World co-ordinate system
C. normalized co-ordinate system
D. viewing co-ordinate system
ANSWER:
B
When a picture is displayed on the display device it is measeured in ________co-ordinate
system.
A. World
B. Physical device
C. Viewing
D. Normalized
ANSWER:
B
Mapping the world co-ordinates into physical device co-ordinates is called__________.
A. translation
B. homogeneous transformation
C. co-ordinate conversion
D. Viewing transformation
ANSWER: D
A finite world co-ordinate area selected to perform Viewing transformation for display is called
a ____________.
A. Window
B. Segment
C. Clip
D. Viewport
ANSWER: A
An area on a physical device to which a window is mapped is called a __________.
A. Window
B. SegmentC. Clip
D. Viewport
ANSWER: D
The region of a picture against which an object is to be clipped is called a
A. Clip Window
B. Segment
C. Clip
D. Viewport
ANSWER: A
The line is said to be interior to the clipping window if ___________point(s) is/ are interior to
the window.
A. any line
B. one end
C. both end
D. any two
ANSWER: C
Cohen-sutherland subdivision line clipping algorithm uses ________ regions with diffrerent
codes.
A. 8
B. 6
C. 4
D. 9
ANSWER: D
The transformation which maps the viewing co-ordinates to normalized device co-ordinte is
called _______.
A. Viewing transformation
B. translation
C. normalization transformation
D. homogeneous transformation
ANSWER: C
The transformation of object description from normalized co-ordinates to device co-ordinates
is called ________.
A. Workstation transformation
B. viewing transformation
C. normalization transformation
D. homogeneous transformation
ANSWER: AIf both end points of a line are exterior to the clipping window,__________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: B
If both end points of a line are completely to the right of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: C
If both end points of a line are completely to the left of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: C
If both end points of a line are completely to the above of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. None of these
ANSWER: C
If both end points of a line are completely to the below of clipping window,________.
A. the line is interior to the clipping window
B. the line is not necessarily completely exterior to the clipping window
C. the line is completely exterior to the clipping window
D. none of these
ANSWER: C
In Cohen-sutherland subdivision line clipping algorithm, bit 1 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the windowC. end point of line is to the below of the
window
D. end point of line is to the above of the window
ANSWER: A
In Cohen-sutherland subdivision line clipping algorithm, bit 2 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: B
In Cohen-sutherland subdivision line clipping algorithm, bit 3 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: C
In Cohen-sutherland subdivision line clipping algorithm, bit 4 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
ANSWER: D
In cohen- sutherland subdivision line clipping algorithm, all bits in region code are zero
if__________.
A. end point of a line lies within a clipping window
B. end point of a line lies to the left of the clipping window
C. end point of a line lies to the right of the clipping window
D. None of these
ANSWER: A
In cohen- sutherland subdivision line clipping algorithm,any line that has one in the same bit
position in the region codes
for each end point are _________.
A. Completely inside the clipping rectangle
B. Completely outside the clipping rectangle
C. Completely left to the clipping rectangle
D. Completely right to the clipping rectangle
ANSWER: BIn cohen- sutherland subdivision line clipping algorithm, if the result of the logical
AND operation with two end point
region codes is not 0000 __________.
A. the line is Completely inside the clipping region
B. the line is Completely outside the clipping region
C. the line is Completely left to the clipping region
D. the line is Completely right to the clipping region
ANSWER: B
In sutherland -Hodgeman polygon clipping algorithm, if the first vertex of the edge is outside
the window boundry and the
second vertex of the edge is inside then _____ and ____ are added to the output vertex list.
A. first vertex, second vertex
B. first vertex, the intersection point of the polygon edge with the window boundry
C. Second vertex,the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: C
In sutherland -Hodgeman polygon clipping algorithm, if both vertices of the edge are inside
the window boundry, then
_______ is addes to the output vertex list.
A. first vertex
B. Second vertex
C. the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: B
In sutherland-Hodgeman polygon clipping algorithm, if the first vertex of the edge is inside the
window boundry and the
second vertex of the edge is outside then _____ and ____ are added to the output vertex list.
A. first vertex
B. Second vertex
C. the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: C
In sutherland-Hodgeman polygon clipping algorithm, if both vertices of the edge are outside
the window boundry,
______is added to the output vertex list.
A. first vertex
B. Second vertex
C. the intersection point of the polygon edge with the window boundry
D. None of these
ANSWER: D
Which of the following clipping algorithm follows the Divide and Conquer strategy?A. 4-bit
algorithm
B. Midpoint algorithm
C. Cyrus break algorithm
D. Cohen- Sutherland algorithm
ANSWER:
B
The selection and separation of a part of text or image for further operation are
called__________.
A. Translation
B. Shear
C. Reflection
D. Clipping
ANSWER:
D
The complex graphics operations are_______.
A. Selection
B. Separation
C. Clipping
D. None of these
ANSWER: C
In computer graphics, a graphical object is known as________.
A. Point
B. Segment
C. Parameter
D. None of these
ANSWER: B
A many sided figure is termed as_________.
A. Square
B. Polygon
C. Rectangle
D. None
ANSWER: B
The end point of polygon are called as__________.
A. Edges
B. Vertices
C. LineD. None of these
ANSWER: B
The line segment of polygon are called as _________.
A. Edges
B. Vertices
C. Line
D. None of these
ANSWER: A
What are the types of polygon___________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: C
If a line joining any of its two interior points lies completely within it are called____________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: A
If a line joining any two of its interior points lies not completely inside are
called______________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: B
In which polygon object appears only partially________________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None
ANSWER: B
The process of extracting a portion of a database or a picture inside or outside a specified
region are
called_____________.A. Translation
B. Shear
C. Reflection
D. Clipping
ANSWER: D
The rectangle portion of the interface window that defines where the image will actually
appear are
called_____________.
A. Transformation viewing
B. View port
C. Clipping window
D. Screen coordinate system
ANSWER: B
The rectangle space in which the world definition of region is displayed are
called_______________.
A. Screen coordinate system
B. Clipping window or world window
C. World coordinate system
D. None of these
ANSWER: B
The object space in which the application model is defined____________.
A. Screen coordinate system
B. Clipping window or world window
C. World coordinate system
D. None of these
ANSWER: C
The process of cutting off the line which are outside the window are called__________.
A. Shear
B. Reflection
C. Clipping
D. Clipping window
ANSWER: C
Some common form of clipping include_________.
A. curve clipping
B. point clipping
C. polygon clippingD. All of these
ANSWER: D
A technique by which the vertical and /or horizontal scan frequency of video signal can be
changed for different purpose
and applications is called__________.
A. Scan conversion
B. Polygon filling
C. Two dimensional graphics
D. Anti aliasing
ANSWER: A
The process of coloring the area of a polygon is called___________.
A. Polygon filling
B. Polygon flow
C. Aliasing
D. None of these
ANSWER: A
How many types of polygon filling ____________.
A. Two
B. One
C. Three
D. Four
ANSWER: C
The algorithm used for filling the interior of a polygon is called____________.
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon fill algorithm
D. None of these
ANSWER: A
The function of scan line polygon fill algorithm are_______________.
A. Find intersection point of the boundary of polygon and scan line
B. Find intersection point of the boundary of polygon and point
C. Both a & b
D. None of these
ANSWER: A
If the pixel is already filled with desired color then leaves it otherwise fills it, this is
called___________.A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon filling algorithm
D. None of these
ANSWER: B
The side effect of scan conversion are__________.
A. Aliasing
B. Anti aliasing
C. Both a & b
D. None of these
ANSWER: A
If the visit to the vertices of the polygon in the given order produces an anticlockwise loop are
called____________.
A. Negatively oriented
B. Positively oriented
C. Both a & b
D. None of these
ANSWER: B
Which approaches are used for determine whether a particular point is inside or outside of a
polygon____________.
A. Even-odd method
B. Winding number method
C. Both a & b
D. None of these
ANSWER: C
The process of mapping a world window in world coordinate system to viewport are
called___________.
A. Transformation viewing
B. View Port
C. Clipping window
D. Screen coordinate system
ANSWER: A
The space in which the image is displayed are called___________.
A. Screen coordinate system
B. Clipping window
C. World coordinate systemD. None of these
ANSWER: A
Some common form of clipping include__________.
A. Curve clipping
B. Point clipping
C. Polygon clipping
D. All of these
ANSWER: D
In a clipping algorithm of Cohen & Sutherland using region codes, a line is already clipped if
the?
A. Codes of the end point are same
B. Logical AND of the end point code is not 0000
C. Logical OR of the end points code is 0000
D. Logical AND of the end point code is 0000
E. A and B
ANSWER: E
The transformation in which an object is moved in a minimum distance path from one position
to another is
called________.
A. Translation
B. Scaling
C. Rotation
D. Reflection
ANSWER: A
The transformation in which the dimension of an object are changed relative to a specified
fixed point is
called____________.
A. Translation
B. Scaling
C. Rotation
D. Reflection
ANSWER: B
An object can be viewed as a collection of___________.
A. One segment
B. Two segment
C. Several segments
D. None of theseANSWER: C
The graphics method in which one object is transformed into another object are
called___________.
A. Clipping
B. Morphing
C. Reflection
D. Shear
ANSWER: B
Scaling of a polygon is done by computing____________.
A. The product of (x, y) of each vertex
B. (x, y) of end points
C. Center coordinates
D. Only a
ANSWER: D
A chain of connected line segment is called a__________
.
A. Polyline
B. Polysegment
C. Polygon
D. Polychain
ANSWER: A
A ploygon in which the line segment joining any two points within the polygon may not lies
completely inside the
polygon, is called___________polygon .
A. Convex
B. Concave
C. Closed
D. Complete
ANSWER: B
In the given point (x,y) and we want to access(x-1,y-1) in a single step we need to
use_________.
A. 4-connected
B. 5-connected
C. 6-connected
D. 8-connected
ANSWER: D
In scan fill algorithm the scan lines which needs to be considered are from___________.
A. Ymax to ymin of the whole polygonB. Ymax to ymin of the longest edge of the polygon
C. Ymax to ymin of the shortest edge of the polygon
D. None of these
ANSWER: A
Sutherland Hodgeman algorithm is used for_____________.
A. Polygon filling
B. Line clipping
C. Polygon clipping
D. Text clipping
ANSWER: C
Which of the following is not true w.r.t polygon clipping.
A. Line clipping algorithms are not used for polygon clipping
B. The shape of polygon may change after clipping
C. The sequence of clipping w.r.t. window edges is fixed
D. All of these
ANSWER: C
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right
Corner (80,80). Whether a
point at (10,50) is visible or not?
A. Visible
B. Partially Visible
C. Completely Exterior
D. None of the above
ANSWER:
C
Following are coordinates of clipping window : Lower Left Corner (20,20) and Upper Right
Corner (100,100).What is
the outcode of point (150,50)?
A. 0010
B. 1000
C. 0100
D. 0110
ANSWER: A
Which of the following is true with respect to Suther Hodge algorithm?
A. It clips only concave polygons
B. It is more time consuming and complex
C. It may insert extra edges in resultant polygonD. None of these
ANSWER: C
In sutherland-hodgeman polygon clipping algorithm,if both vertices of the edge are outside
the window boundary
then_______is added to the output vertex.
A. First vertex
B. The intersection point of the polygon edge with the window boundary
C. Second vertex
D. None of these
ANSWER: B
A clipping window has coordinates as A(50,10), B(80,10), C(80,40), D(50,40). A line segment
has end coordinates
(40,15) and (75,45). What will be the end points of clipped line? Use Cohen – Sutherland
Outcode Algorithm.
A. (23.67,50) and (69.06,40)
B. (50,23.67) and (69.06, 40)
C. (50,23.67) and (40,69.06)
D. None of Above
ANSWER:
B
Adjacent pixels are likely to have same characteristics. This property is referred as_______.
A. Property of coherence
B. Spacial coherence
C. Spatial coherence
D. None of these
ANSWER: A
Clip a line starting from (-13, 5) and ending at (17, 11) against the window having lower left
corner at (-8, -4) and upper
right corner at ( 12,8). What will be the end points of clipped line? Use Cohen – Sutherland
Outcode Algorithm.
A. (-8,6) and (2,8)
B. (-8,6) and (8,2)
C. (6,-8) and (2,8)
D. (8,-6) and (8,2)
ANSWER:
A
Scale a square ABCD with co-ordinates A(0,0), B(5,0), C(5,5), D(0,5) by 2 units for x-direction
and 3-units for y –
direction.
A. A(0,0) , B(10,0) , C(10,15) , D(0,15)
B. A(0,0) , B(0,0) , C(10,15) , D(0,15)
C. A(0,0) , B(10,0) , C(10,10) , D(15,0)
D. None of theseANSWER:
A
The first viewing parameter in perspective projection we must consider is the?
A. Viewing window
B. Shift vector
C. View reference point
D. View reference plane
ANSWER:
C
In normalization transformation for window to viewport, window is lower left corner (1,1) and
upper right corner at (3,5)
to a view point with lower left corner at (0,0) and upper right corner at(1/2,1/2) .Scaling factors
Sx =___ & Sy =___.
A. 0.25 & 0.125
B. 0.125 & 0.25
C. 4 & 8
D. 0.5 & 1
ANSWER:
A
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
=10 , Ymin = 30, Xmax=
50 , Ymax = 70, the line AB with end-points A(30, 55) and B(70, 40) will be___________.
A. Completely visible
B. Completely invisible
C. Partially visible
D. Partially invisible
ANSWER:
C
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
= -10 , Ymin = -30,
Xmax= 50 , Ymax = 70, the line PQ with end-points P(0, 60) and Q(40, 50) will
be___________.
A. Completely visible
B. Completely invisible
C. Partially visible
D. Partially invisible
ANSWER:
A
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
= -10 , Ymin = -30,
Xmax= 50 , Ymax = 70, the line PQ with end-points P(0, 60) and Q(40, 50), the outcodes of P
and Q will
be___________ and _________repectively.
A. 1000 and 0001
B. 0000 and 0000
C. 0100 and 0010
D. 1100 and 0011ANSWER:
B
In the Cohen-Sutherland outcode algorithm, given the clipping window co-ordinates as: Xmin
=10 , Ymin = 30, Xmax=
50 , Ymax = 70, the line PQ with end-points P(30, 55) and Q(70, 40) will have __________
number of intersection points
with the clipping window.
A. 0
B. 1
C. 2
D. 3
ANSWER:
B
In the Cohen Sutherland Outcode Algorithm, the four bits in the outcode are set on the basis
of positions of the line end
points to the ________ of clipping window regions in the order.
A. Top, Bottom, Right, Left
B. Right, Top, Bottom, Left
C. Top, Right, Left, Bottom
D. Bottom, Right, Left, Top
ANSWER:
A
In the Cohen Sutherland Outcode Algorithm, if both the end-points of the line has outcode
1000, then the line lies in the
_________________region of the clipping window.
A. Left
B. Right
C. Top
D. Bottom
ANSWER:
C
In the Cohen Sutherland Outcode Algorithm, if the point outcode is 1001, then the point lies in
the
_________________regions of the clipping window.
A. Top and Right
B. Bottom and Right
C. Top and Left
D. Bottom and Left
ANSWER:
C
The algorithm used for filling the interior of a polygon is called
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon fill algorithm
D. None of these
ANSWER: AIf the pixel is already filled with desired color then leaves it otherwise fills it. this is
called
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon filling algorithm
D. None of these
ANSWER: B
The graphics can be
A. Drawing
B. Photograph, movies
C. Simulation
D. All of these
ANSWER: D
If the boundary is specified in a single color, and if the algorithm proceeds pixel by pixel until
the boundary color is
encountered is called
A. Scan-line fill algorithm
B. Boundary-fill algorithm
C. Flood-fill algorithm
D. Parallel curve algorithm
ANSWER: B
If we want to recolor an area that is not defined within a single color boundary is known
as_________.
A. Boundary-fill algorithm
B. Parallel curve algorithm
C. Flood-fill algorithm
D. Only b
ANSWER: C
There are 2 types of polygons. They are?
A. Convex and concave
B. Square and rectangle
C. Hexagon and square
D. Octagon and convex
ANSWER: A
A many sided figure is termed as_____.
A. Square
B. PolygonC. Rectangle
D. None
ANSWER: B
The end point of polygon are called as___________.
A. Edges
B. Vertices
C. Line
D. None of these
ANSWER: B
The algorithm used for filling the interior of a polygon is called____________.
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon fill algorithm
D. None of these
ANSWER: A
The function of scan line polygon fill algorithm are________.
A. Find intersection point of the boundary of polygon and scan line
B. Find intersection point of the boundary of polygon and point
C. Both a & b
D. None of these
ANSWER: A
If the pixel is already filled with desired color then leaves it otherwise fills it. this is
called_______.
A. Flood fill algorithm
B. Boundary fill algorithm
C. Scan line polygon filling algorithm
D. None of these
ANSWER: B
If a line joining any two of its interior points lies not completely inside are
called____________.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: BIn which polygon object appears only partially_______.
A. Convex polygon
B. Concave polygon
C. Both a & b
D. None of these
ANSWER: B
If the visit to the vertices of the polygon in the given order produces an anticlockwise loop are
called______.
A. Negatively oriented
B. Positively oriented
C. Both a & b
D. None of these
ANSWER: B
If the visit to the vertices of the polygon in the given order produces an clockwise loop are
called______.
A. Negatively oriented
B. Positively oriented
C. Both a & b
D. None of these
ANSWER: A
Which things are mainly needed to make a polygon and to enter the polygon into display
file_____.
A. No of sides of polygon
B. Vertices points
C. Both a & b
D. None of these
ANSWER: C
Two types of coordinates are_________.
A. Positive and negative coordinates
B. Absolute and relative coordinates
C. Both a & b
D. None
ANSWER: B
Which approaches are used for determine whether a particular point is inside or outside of a
polygon_____.
A. Even-odd method
B. Winding number methodC. Both a & b
D. None of these
ANSWER: C
For a seed-fill method, If a given point is (x, y) and we want to access (x-1, y-1) in the same
iteration, we use which of
the following?
A. 4-connected method
B. 5-connected method
C. 7-connected method
D. 8-connected method
ANSWER: D
In a given triangle, a(10, 10), B(20, 20), C(30, 10), the point P(28, 20) is______.
A. Inside the triangle
B. Outside the triangle
C. On the vertex
D. On the edge
ANSWER: B
COMPUTER GRAPHICSBCA
III
Sem
1
A working drawing consists of which of the following?
a. Detailed drawings
b. Assembly drawing
c. Bill of materials
a. Clearance fit
b. Transition fit
c. Interference fit
d. Both B and C
Question3
Allowance is positive in which of the following fits?
a. Clearance fit
b. Transition fit
c. Interference fit
a. Oblique shape
b. True shape
c. Both A and B
a. Same angles
b. Different angles
c. 90 degrees
d. 30 degrees
Question6
Clearance is always negative in which of the following fits?
a. Clearance fit
b. Transition fit
c. Interference fit
d. Both B and C
Question7
Drawing information normally contains which of the following?
a. Part number
b. Part name
c. Revision number
a. One
b. Two
c. Three
d. Four
Question9
Fill in the blank. An orthographic view shows _________________ dimensions in a single view.
Choose one answer.
a. One
b. Two
c. Three
d. Four
Question10
Fill in the blank. Cutting plane lines in section view are shown using ________________ lines.
b. Dashed lines
c. Center lines
d. Phantom Lines
Question11
Fill in the blank. Cylindrical parts are generally shown using _______________ principle views.
a. One
b. Two
c. Three
d. Four
Question12
Fill in the blank. Depth is drawn to full size in a ________________ projection.
a. Cavalier
b. Cabinet
c. Perspective
d. Trimetric
Question13
Fill in the blank. Depth is drawn to half size in a _______________ projection.
a. Cavalier
b. Cabinet
c. Perspective
d. Trimetric
Question14
Fill in the blank. Hidden features in CAD are shown using ________________ lines.
a. Thick continuous
b. Dashed
c. Center
d. Solid
Question15
Fill in the blank. Primary auxiliary view is perpendicular to _____________ principle plane.
a. One
b. Two
c. Three
d. Four
Question16
Fill in the blank. Sketching is usually the ______________ step in CAD drawing.
a. First
b. Second
c. Third
d. Last
Question17
Fill in the blank. The difference between the maximum and minimum size limits on a part is
_________________.
a. Allowance
b. Deviation
c. Clearance
d. Tolerance
Question18
Fill in the blank. Visible features in CAD are shown using __________________ lines.
b. Dashed
c. Center
d. Dotted
Question19
First angle projections are associated with what types of units?
a. English units
c. Both A and B
a. Perspective projections
b. Isometric projections
c. Oblique projections
a. Detailed drawings
b. Assembly drawing
c. Bill of materials
a. Three
b. Five
c. Six
a. First quadrant
b. Second quadrant
c. Third quadrant
d. Fourth quadrant
Question24
Orthographic projections in the United States are generally placed in which quadrant?
a. First quadrant
b. Second quadrant
c. Third quadrant
d. Fourth quadrant
Question25
Preliminary design involves all of the following EXCEPT:
a. Combining ideas
b. Refining sketches
c. Testing
a. 30 degrees
b. 45 degrees
c. 60 degrees
d. 90 degrees
Question27
Section lines are NOT used for which of the following?
a. Thin parts
b. Thick parts
c. Cylindrical parts
d. Adjacent parts
Question28
Section views are used to do which of the following?
a. One
b. Two
c. Three
a. Extrusion
b. Sweeping
c. Revolving
d. Blending
Question31
The general section line represents which of the following?
a. Iron
b. Aluminum
c. Copper
d. Zinc
Question32
Third angle projections are associated with what types of units?
c. Both A and B
a. Function
b. Structure
c. Both A and B
a. Size dimensions
b. Location dimensions
c. Mating dimensions
a. Size dimensions
b. Location dimensions
c. Mating dimensions
a. Size dimensions
b. Location dimensions
c. Mating dimensions
a. Front view
b. Top view
c. Right view
d. Left view
Question38
Which of the following is NOT a pictorial projection?
a. Perspective projection
b. Isometric projection
c. Auxiliary projection
d. Oblique projection
Question39
Which of the following is omitted in section views?
a. Visible lines
b. Hidden lines
c. Center lines
d. Phantom Lines
Question40
Which of the following projections is also known as Cabinet projection?
a. Perspective projections
b. Isometric projections
c. Oblique projections
a. Perspective projections
b. Isometric projections
c. Auxiliary projections
d. Oblique projections
Question42
Which of the following projections uses the concept receding lines drawn at 30 degrees?
a. Perspective projections
b. Isometric projections
c. Auxiliary projections
d. Oblique projections
Question43
Which of the following represents a dimension of .200 plus and minus .004?
a. Limit dimension
b. Unilateral tolerance
c. Bilateral tolerance
a. Limit dimension
b. Unilateral tolerance
c. Bilateral tolerance
d. Transition dimension
Question45
Which of the following views is used to give a better impression of 3D objects?
a. Orthographic projections
b. Pictorial views
c. Auxiliary views
b. Diametric
c. Isometric
d. Cabinet
Question47
Which type of axonometric pictorials has three equal angles?
a. Trimetric
b. Diametric
c. Isometric
d. Cabinet
Question48
Which type of axonometric pictorials has two equal angles?
a. Trimetric
b. Diametric
c. Isometric
d. Cabinet
Question49
with which of the following?
a. Product design
b. Product development
c. Product manufacture
a. Engineering principles
b. Material resources
c. Creativity
a. 2D
b. 3D
c. Solid modeling
a. 2D
b. 3D
c. Solid modeling
a. Placed at a node
b. Tangent to a circle
a. 2D projections
b. 2D fragments
c. Copy commands
a. One
b. Two
c. Three
d. Four
Question56
In T-FLEX CAD, which of the following entities are variables, databases, and reports?
a. Construction entities
b. Graphic entities
c. Auxiliary entities
a. Construction entities
b. Graphic entities
c. Auxiliary entities
a. Construction entities
b. Graphic entities
c. Auxiliary entities
a. Pipe modeling
b. Shell modeling
c. Plate modeling
b. Windows XP
c. UNIX
a. CAD
b. CAE
c. CAM
b. Amount of offset
c. Both A and B
a. AutoDesk
b. Unigraphics
c. Top Systems
b. A free Node
a. 2D
b. 3D
c. Solid modeling
c. Both A and B
b. Free Nodes
b. Free Nodes
c. Nodes relative to other Nodes
b. Free Nodes
b. Free Nodes
a. Expression
b. Construct
c. Edit construction
a. Expression
b. Construct
c. Edit construction
b. Construct
c. Edit construction
a. Expression
b. Construct
c. Edit construction
a. 2D
b. 3D
c. Solid modeling
a. One
b. Two
c. Three
d. Four
Question78
A multiple-point section in T-FLEX CAD has how many attachment points?
a. One
b. Two
c. Unlimited
d. Zero
Question79
Arrays in T-FLEXCAD can be created using which of the following commands?
c. Both A and B
a. One
b. Two
c. Three
d. Four
Question81
Attachment points of the holes can be defined by which of the following 3D elements in T-FLEX CAD?
a. Face of a body
b. 3D node
c. Circular edge
a. Chamfers
b. Rounds
c. Variable-radius rounds
a. Solid
b. Wire
c. Shaded
a. Exact
b. Simplified
c. In-exact
d. Complex
Question85
Fill in the blank. By default, the axes of the holes are _______________ to the respective base faces in T-
FLEX CAD.
a. Parallel
b. Normal
c. Slanted
d. Perpendicular
Question86
Fill in the blank. Extrusion operation in T-FLEX CAD creates solids by _____________ shape defining
elements.
a. Extending
b. Shelling
c. Sweeping
d. Revolving
Question87
Fill in the blank. The number of nested levels of subassemblies is ______________ in T-FLEX CAD.
a. One
b. Two
c. Zero
d. Unlimited
Question88
Fill in the blank. There should always be at least ______________ match(es) between the points in lofted
sections in TFLEX-CAD.
a. One
b. Two
c. Three
d. Four
Question89
Fill in the blank. The_______________ taper is usually used for giving a part more aesthetic shape in T-FLEX
CAD.
a. Standard
b. By offset
c. By Surface
d. Unstandard
Question90
Hatch area in T-FLEX CAD generally consists of which of the following contours?
a. Single contours
b. Multiple contours
c. Both A and B
c. Both A and B
a. String text
b. Paragraph text
c. Multiline text
a. Vector picture
b. Image lines
c. Wireframe
a. Straight constructions
b. Graphic lines
d. Nodes
Question96
T-FLEX CAD does NOT support which of the following methods of dimensioning?
a. ISO
b. DIN
c. ANSI
d. AR_ANSI
Question97
The operation “Shell” allows for the creation of which entity in T-FLEX CAD?
Choose one answer.
a. Offset bodies
b. Blends
c. Both A and B
a. Cubic
b. Conic
c. Cylindrical
d. Both B and C
Question99
Which of the following aspects of a contour can be controlled using the sweep operation in T-FLEX CAD?
a. Orientation
b. Twist
c. Scale
a. Whole bodies
b. Groups of bodies
c. Both A and B
Downloading
1 MCQs Papers
Shakthii Academy
Important MCQs
1. Which of the following does not affect the
resolution of a video display image?
(a) Bandwidth
(b) Raster scan rage
(c) Vertical and horizontal lines of resolution
(d) Screen Size
(e) None of these
Ans : (a)
2. Latency time is
(a) Time to spin the needed data under head
(b) Time to spin the needed data under track
(c) Time to spin data under sector
(d) All of these
(e) None of these
Ans : (a)
3. DPI stands for
(a) Desktop projection Ink
(b) Dot per inch
(c) Dot-matrix printer ink
(d) Desktop pixel Inch
(e) None of these
Ans : (b)
4. Databases software may be divided into
(a) five distinct categories
(b) four distinct categories
(c) three distinct categories
(d) two distinct categories
(e) None of these
Ans : (c)
5. File record length
(a) Should always be fixed
(b) Should always be variable
(c) Depends upon the size of file
(d) Should be chosen to match the data
characteristics.
(e) None of these
Ans : (d)
6. ………….is the time required by a sector to
reach below read/write heat
2 MCQs Papers
Shakthii Academy
(c) Semaphore (d) Scheduler
(e) None of these
Ans : (a)
10.The memory allocation scheme subject to
“external” fragmentation is
(a) segmentation
(b) swapping
(c) pure demand paging
(d) multiple fixed contiguous partitions
(e) None of these
Ans : (a)
11.Virtual memory is
(a) simple to implement
(b) used in all major commercial operating
systems
(c) less efficient in utilization of memory
(d) useful when fast I/O devices are not
available
(e) None of these
Ans : (b)
12. Before proceeding with its execution, each
process must acquire all the resources it
needs is called
(a) hold and wait
(b) No pre-emption
(c) circular wait
(d) starvation
(e) None of these
Ans : (a)
13.The main reason to encrypt a file is to
……………
(a) Reduce its size
(b) Secure it for transmission
(c) Prepare it for backup
(d) Include it in the start-up sequence
(e) None of these
Ans : (b)
14.‘LRU’ page replacement policy is
(a) Last Replaced Unit
(b) Last Restored Unit
(c) Least Recently Used
(d) Least Required Unit
(e) None of these
Ans : (c)
15.Which of the following is not a
fundamental process state
(a) ready
(b) terminated
(c) executing
(d) blocked
(e) None of these
Ans : (d)
16.ODBC stands for
(a) Object Database Connectivity
(b) Oral Database Connectivity
(c) Oracle Database Connectivity
(d) Open Database Connectivity
(e) None of these
Ans : (d)
17.Which two files are used during operations of
the DBMS
(a) Query languages and utilities
(b) DML and query language
(c) Data dictionary and transaction log
(d) Data dictionary and query language
3 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (c)
18. A protocol is a set of rules governing a time
sequence of events that must take place
(a) between peers
(b) between an interface
(c) between modems
(d) across an interface
(e) None of these
Ans : (a)
19.In communication satellite, multiple repeaters
are known as
(a) detector
(c) stations (b) modulator
(e) None of these (d) transponders
Ans : (d)
20.Which of the following is required to
communicate between two computers?
(a) communications software
(b) protocol
(c) communication hardware
(d) all of above including access to
transmission medium
(e) None of these
Ans : (d)
21.Which of the following is an advantage to
using fiber optics data transmission?
(a) resistance to data theft
(b) fast data transmission rate
(c) low noise level
(d) All of these
(e) None of these
Ans : (d)
22.Which of the following is not a transmission
medium?
(a) telephone lines
(b) coaxial cables
(c) modem
(d) microwave systems
(e) None of these
Ans : (c)
23.A technique for direct search is
(a) Binary Search
(b) Linear
(c) Tree Search
Search
(e) None of these
(d) Hashing
Ans : (d)
24.Two main measures for the efficiency of an
algorithm are
(a) Processor and memory
(b) Complexity and capacity
(c) Time and Space
(d) Data and Space
(e) None of these
Ans : (c)
25.The space factor when determining the
efficiency of algorithm is measured by
(a) Counting the maximum memory needed by
the algorithm
(b) Counting the minimum memory needed by
the algorithm
(c) Counting the average memory needed by
the algorithm
(d) Counting the maximum disk space needed
by the algorithm
(e) None of these
Ans : (a)
4 MCQs Papers
Shakthii Academy
26.The memory address of the first element of an
array is called
(a) floor address
(b) foundation address
(c) first address
(d) base address
(e) None of these
Ans : (d)
27.The term “push” and “pop” is related to the
(a) array
(c) stacks (b) lists
(e) None of (d) all of
these these
Ans : (c)
28.What does Router do in a network?
(a) Forwards a packet to all outgoing links
(b) Forwards a packet to the next free outgoing
link
(c) Determines on which outing link a packet
is to be forwarded
(d) Forwards a packet to all outgoing links
except the original link
(e) None of these
Ans : (c)
29.Repeater operates in which layer of the OSI
model?
(a) Physical layer
(b) Data link layer
(c) Network layer
(d) Transport layer
(e) None of these
Ans : (a)
30.GIF images can have only upto ………….
colors
(a) 128 (b) 256
(c) 512 (d) 1024
(e) None of these
Ans : (b)
31. …………is stored on a client and contains
state information of the website visited
(a) Cookies (b) Servelet
(c) History (d) Resident Page
(e) None of these
Ans : (a)
small applications that are
32.………..are
accessed on an internet server, transported
over the internet, automatically installed
and
run as part of a web document.
(a) Applets (b) Java Bean
(c) Sockets (d) Java Component
(e) None of these
Ans : (a)
33.Encryption is the conversion of data in some
intelligible format into an unintelligible
format called……….to prevent the data from
being understood if read by an unauthorized
party.
(a) Clear Text
(c) Cipher Text (b) Encrypted Text
(e) None of these (d) Coded Text
Ans : (c)
34.The method for storing data temporarily such
that the input-output of the same job is
overlapped with its own processing, is known
as :
(a) Spooling
(c) I/O wait (b) Contention
(e) None of these (d) Buffering
Ans : (d)
5 MCQs Papers
Shakthii Academy
35.Each cell in Microsoft Office Excel
documents is referred to by its cell address,
which is the…………..
(a) cell’s column label
(b) cell’s column label and worksheet tab
name
(c) cell’s row and column labels
(d) cell’s row label
(e) None of these
Ans : (c)
36.The lowest form of computer language is
called
(a) BASIC
(c) Machine (b)
Language FORTRAN
(e) None of these (d) COBOL
Ans : (c)
37. The portion of the application that you work
with in an application software package is the
(a) user interface
(b) utility interface
(c) processing interface
(d) analytical interface
(e) None of these
Ans : (a)
38.A……………provides access to features of
the program.
(a) menu bar
(b) browser
(c) Office Assistant
(d) feature presentation
(e) None of these
Ans : (a)
39.Menus are a part of the
(a) hardware
(c) Status Bar (b) monitor
(e) None of (d) user
these interface
Ans : (d)
40. Which of the following is the term for a
request for specific data contained in a
database?
(a) question
(c) inquiry (b)
(e) None of query
these (d) quiz
Ans : (b)
41.Windows 7 is an example of a(n)
(a) application software
(b) browser
(c) Operating system
(d) shareware
(e) None of these
Ans : (c)
42.The most powerful type of computer.
(a) mainframe computers
(b) microcomputers
(c) minicomputers
(d) supercomputers
(e) None of these
Ans : (d)
43.The system component that controls and
manipulates data in order to produce
information is called the
(a) keyboard
(c) monitor (b) microprocessor
(e) None of these (d) mouse
Ans : (b)
6 MCQs Papers
Shakthii Academy
44.Which of the following is not an operating
system for mobile phones?
(b)
(a) Android
Symbian
(c) iOS (d) Bada
(e) All of these are OS for mobile
phones
Ans : (e)
of
45.This type is created by word
file
processors.
(b)
(a) worksheet
document
(d)
(c) database
presentation
(e) None of these
Ans : (b)
46.Many experts are predicting that this
revolution is expected to
dramatically affect
the way we communicate and use
computer
technology.
(a) graphics
(b) input
(c) memory (d) wireless
(e) None of these
Ans : (d)
47.The Internet was launched in 1969 when the
United States funded a project that developed
a national computer network called
(a) Web
(c) CERN (b) ISP
(e) None of these (d) ARPANET
Ans : (d)
48.A(n)………..program provides access to Web
resources.
(a) Web
(c) browser (b) ISP
(e) None of these (d) URL
Ans : (c)
49.Rules for exchanging data between computers
are called
(a) programs
(c) protocols (b) procedures
(e) None of these (d) hyperlinks
Ans : (c)
50.The last part of the domain name following
the dot(.) is the top……….domain
(a) Level
(c) locator (b) link
(e) None of these (d) language
Ans : (a)
51.Many individuals create their own personal
sites called Web logs, or………….
(a) social networks
(b) blogs
(c) wikis
(d) search engines
(e) None of these
Ans : (b)
52.Programs that automatically submit your
search request to several search engines
simultaneously are called…………
(a) metasearch engines
(b) inclusive search engines
(c) spiders
(d) hits
(e) None of these
Ans : (a)
53. …………..cash is the Internet’s equivalent to
traditional cash.
(a) Universal (b) Web
(c) Premium (d) Digital
7 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (d)
54.These programs allow parents as well as
organizations to block out selected sites and
set time limits on Internet access.
(a) plug-ins
(c) FTP (b) filters
(e) None of these (d) DSL
Ans : (b)
55.This type of software works with end users,
application software, and computer hardware
to handle the majority of technical details.
(a) application software
(b) communications software
(c) system software
(d) Web software
(e) None of these
Ans : (c)
56. ………….are narrowly focused on specific
disciplines and occupations.
(a) Basic applications
(b) Business suites
(c) Specialized applications
(d) Utility programs
(e) None of these
Ans : (c)
57.The primary purpose of this type of software
is to create text-based documents.
(a) spreadsheet
(b) presentation
(c) word processing
(d) web development
(e) None of these
Ans : (c)
58.Letters, memos, term papers, reports, and
contracts are all examples of
(a) models (b)
(c) documents spreadsheets
(e) None of (d) menus
these
Ans : (c)
59.The acronym DBMS stands for what?
(a) double-blind management setup
(b) document binder management system
(c) data binding and marketing structure
(d) database management system
(e) None of these
Ans : (d)
60.Database…………..are primarily used to
enter new records and to make changes to
existing records.
(a) reports
(c) forms (b) tables
(e) None of these (d) queries
Ans : (c)
61.A file that includes predefined settings that
can be used to create many common types of
presentations is called a
(a) pattern
(c) template (b) model
(e) None of these (d) blueprint
Ans : (c)
62.A(n)……....is a single program that provides
the functionality of a word processor,
spreadsheet, database manager, and more.
(a) specialized application
(b) integrated package
(c) basic application
8 MCQs Papers
Shakthii Academy
(d) software suite
(e) None of these
Ans : (b)
63.A Computer that is on the Network is a
……….
(a) Node
(c) Client (b) Terminal
(e) None of these (d) Online
Ans : (a)
64.Network operating systems from Novell is
….……..
(a) NOS
(c) NetWare (b) UNIX
(e) None of these (d) Solaris
Ans : (c)
65.NIC Stands for …………
(a) Network Interface Card
(b) Network Internal Card
(c) Network Internet Client
(d) Network Input Card
(e) None of these
Ans : (a)
66.Older network often use another type of cable,
called………..
(a) Twisted-pair cable
(b) Unshielded twisted-pair cable
(c) Coaxial cable
(d) Optical Fiber
(e) None of these
Ans : (c)
67.Magnetic Media is an Example of………layer
(a) Physical Layer (b) Data Link Layer
(c) Network Layer (d) Application Layer
(e) None of these
Ans : (a)
68.This power protection device includes a
battery that provides a few minutes of power.
(b) line
(a) surge suppressor
conditioner
(c) generator (d) UPS
(e) None of these
Ans : (d)
69.Which
layer defines
electrical, the mechanical,
and timing
network?
interfaces to the
(a) Physical Layer
(b) Data Link Layer
(c) Network Layer
(d) Application Layer
(e) None of these
Ans : (a)
70.SCSI port (pronounced skuzzy) stands for
(a) System Computer Scanning Interface
(b) Small Computer System Interface
(c) Small Computer System Internet
(d) System Computer, System Interfaced
(e) None of these
Ans : (b)
71. LPT stands for
(a) Laser Printer
(c) Line Printer (b) Link Port
(e) None of these (d) Line Port
Ans : (c)
72.Spool stands for________
(a) Serial Printer Object Oriented Language
9 MCQs Papers
Shakthii Academy
(b) Simultaneous Peripheral Output On-Line
(c) System Protocol Optimization Outliner
(d)
Single Progra Syste
Operating
Operatio m m
n
(e) None of these
Ans : (b)
73.Which of the following field is not a part of
Frame?
(a) kind
(c) header (b) seq
(e) None of these (d) info
Ans : (c)
74.The technique of temporarily delaying
outgoing acknowledgments so that they can
be hooked onto the next outgoing data
frame
is known as
(a) Correcting
(c) Sliding
(b) Piggybacking
(d) None of these
(e) None of these
Ans : (b)
75.The data link layer is used for_____
(a) Providing a well-defined service interface
to the network layer.
(b) Dealing with transmission errors
(c) Regulating the flow of data so that slow
receivers are not swamped by fast senders
(d) All of these
(e) None of these
Ans : (d)
76.What does SDLC mean in Networking
protocol?
(a) Software Data Link Control
(b) Synchronous Data Link Control
(c) Software Development Life Cycle
(d) Synchronous Data Development Cycle
(e) None of these
Ans : (b)
77. ADCCP means
(a) Analog Data Code Check Procedure
(b) Active Database Communication Control
Program
(c) Application Data Cache Call Procedure
(d) Advanced Data Communication Control
Procedure
(e) None of these
Ans : (d)
78.According to ISO, HDLC means
(a) High-Level Data Link Control
(b) High-Level Data Language Control
(c) Hardware Data Link Control
(d) High Definition Link Control
(e) None of these
Ans : (a)
79. …………..act as a central transmitter and
receiver in wireless local area network
(a) Access Nodes (b) Access Points
(c) Access Hubs (d) Access
(e) None of these Switch
Ans : (b)
80.IP address means
(a) Internet Protocol
(b) Internal Power
(c) Intranet Protocol
(d) Internal Protocol
(e) None of these
Ans : (a)
10 MCQs Papers
Shakthii Academy
81.Which technology is used in a CDROM
Drive?
(a) Mechanical
(b) Electromechanical
(c) Optical
(d) Fiber Optical
(e) None of these
Ans : (c)
82.Which of the following device can store large
amounts of data?
(a) Floppy Disk
(b) Hard Disk
(c) CDROM
(d) Zip Disk
(e) None of these
Ans : (b)
83.Which of the following is handy to carry yet
can store large amounts of data?
(a) Floppy Disk
(c) CDROM (b) Hard Disk
(e) None of these (d) Zip Disk
Ans : (d)
84.Data (information) is stored in
computers as?
(a) Files
(c) Floppies (b) Directories
(e) None of these (d) Maer
Ans : (a)
85.IP Addresses has………..bytes
(a) 2 (b) 4
(c) 8 (d) 16
(e) None of these
Ans : (b)
86.Which of the following statements is/are true?
(a) Cache Memories are bigger than RAM
(b) Cache Memories are smaller than RAM
(c) ROM are faster than RAM
(d) Information in ROM can be written by
users
(e) None of these
Ans : (b)
87. A server that can perform to other task
besides network services is called…………
(a) Uno server
(b) Dedicated server
(c) Committed server
(d) Service server
(e) None of these
Ans : (b)
88. Name a network operating system that is
specially designed to handle networking
functions efficiently.
(a) Windows Server 2008
(b) Windows NT
(c) NOS
(d) UNIX
(e) None of these
Ans : (b)
89.MOS stands for?
(a) Metal Oxide Semiconductor
(b) Most Often Store
(c) Method Organised Stack
(d) Microsoft Office Suite
(e) None of these
Ans : (a)
11 MCQs Papers
Shakthii Academy
90.Which of the following is not a logic gate?
(a) AND
(c) NAND (b) NOR
(e) None of these (d) NAT
Ans : (d)
91. Which of the following RAM times have to
be refreshed often in order to retain its
contents?
(a) SIMM
(c) SDMM (b) DIMM
(e) None of these (d) Western Digital
Ans : (b)
92. Which of the following companies is a leader
in manufacture of Hard Disk Drives?
(a) Samsung
(c) Fujitsu (b) IBM
(e) None of these (d) Western Digital
Ans : (d)
93.Usually, in MSDOS, the primary hard disk
drives has the drive letter?
(a) A
(c) C (b) B
(e) None of these (d) D
Ans : (c)
94.Which of the memories below is often used in
a typical computer operation?
(a) RAM
(c) FDD (b) ROM
(e) None of these (d) HDD
Ans : (a)
95.Which storage device is mounted on
‘reels’?
(a) Floppy Disk (b) Hard Disk
(c) Magnetic Tapes (d) CDROM
(e) None of these
Ans : (c)
96.MTBF means
(a) Mean Time Before Failure
(b) Master Time Buffer Feature
(c) Most Treated Buffer Time
(d) Master Test Board Feature
(e) None of these
Ans : (a)
97. How many write cycles are allowed to a
RAM?
(a) 1 (b) 10
(c) 100 (d) 1000
(e) None of these
Ans : (a)
98.How many write cycles are allowed to a
EEPROM?
(a) 1 (b) 10
(c) 100 (d) 1000
(e) None of these
Ans : (d)
99. The Analytical Engine developed during First
Generation of computers used…………as a
memory unit
(a) RAM
(c) Cards (b) Floppies
(e) None of these (d) Counter Wheels
Ans : (d)
100. A…………is anything that can cause
harm.
(a) vulnerability (b) phish
(c) threat (d) spoof
(e) None of these
Ans : (c)
12 MCQs Papers
Shakthii Academy
101.In the right setting a thief will steal your
information by simply watching what you
type.
(a) snagging
(b) spying
(c) social engineering
(d) shoulder surfing
(e) None of these
Ans : (d)
102.A………..is a small program embedded
inside of a GIF image.
(a) web bug
(b)
(c) spyware
cookie
application
(d)
(e) None of these
spam
Ans : (a)
103.A hacker contacts you my phone or email
and attempts to acquire your password
(a) spoofing (b) phishing
(c) spamming (d) bugging
(e) None of these
Ans : (b)
104.A hacker that changes or
forges information
in an electronic resource, is engaging
in………
(a) denial of service (b) sniffing
(c) terrorism (d) data diddling
(e) None of these
Ans : (d)
105.Hackers often gain entry to a network be
pretending to be at a legitimate computer.
(a) Spoofing
(c) IP spoofing (b) forging
(e) None of these (d) ID theft
Ans : (c)
106.The………..of a threat measures its
potential impact on a system.
(a) vulnerabilities
(b) countermeasures
(c) degree of harm
(d) susceptibility
(e) None of these
Ans : (c)
107. The power level drops below 120V.
(a) brownout
(c) blackout (b) spike
(e) None of these (d) surge
Ans : (b)
108.Which of the following is NOT a Microsoft
Internet tool or technology?
(a) Dreamweaver
(c) Internet (b) Silverlight
Explorer (d) Expression
(e) None of these Web
Ans : (a)
109.A protocol used to control the secure sending
of data on the internet is :
(a) SMTP
(c) TCP/IP (b) HTTPS
(e) None of these (d) HTTP
Ans : (b)
110.Programs from the same developer sold
bundled together, that provide better
integration and share common features,
toolbars and menus are known as ………..
(a) software suites
(b) integrated software packages
(c) software processing packages
(d) personal information managers
13 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (a)
111. ……………terminals (formerly known as
cash registers) are often connected to complex
inventory and sales computer systems.
(a) Data
(c) Query (b) Sales
(e) None of (d) Point-of-Sale
these (POS)
Ans : (a)
112.The OSI model is divided into
…………processes called layers.
(a) five
(c) seven (b) six
(e) None of (d)
these eight
Ans : (c)
113.………..are specially designed computer
chips reside inside other devices, such as your
car or your electronic thermostat.
(a) Servers
(b) Embedded computers
(c) Robotic computers
(d) Mainframes
(e) None of these
Ans : (b)
114.In a ring topology, the computer in
possession of the………can transmit
data
(a) packet (b) data
(c) access method
(d) token
(e) None of these
Ans : (d)
115. …………Viruses are often transmitted by a
floppy disk left in the floppy drive
(a) Trojan horse (b) Boot sector
(c) Script (d) Logic bomb
(e) None of these
Ans : (b)
116.A database management system (DBMS) is
a………..
(a) hardware system used to create, maintain
and provide controlled access to a database
(b) hardware system used to create, maintain,
and provide uncontrolled access to a
database.
(c) software system used to create, maintain,
and provide uncontrolled access to a
database.
(d) software system used to create, maintain,
and provide controlled access to a
database.
(e) None of these
Ans : (d)
117.A Proxy server is used for which of the
following?
(a) To provide security against unauthorized
users
(b) To process client requests for web pages
(c) To process client requests for database
access
(d) To provide TCP/IP
(e) None of these
Ans : (b)
118.……….are words that a programming
language has set aside for its own use.
(a) Control words
(b) Reserved words
(c) Control structures
(d) Reserved keys
(e) None of these
Ans : (b)
14 MCQs Papers
Shakthii Academy
119.What is the primary difference between a
virus and a worm?
(a) A worm has the ability to self-propagate
from an infected user’s computer to other
computers
(b) A worm is usually written by a cracker :
Script bunnies do not have the skills to
develop worm program
(c) A virus is very harmful to the computers it
infects; a worm is not a serious a problem
(d) Anti-virus software is effective in fighting
viruses but not worms
(e) None of these
Ans : (c)
120. ………..describe what is database fields.
(a) Structures
(c) Field (b) Field
definition markers
(e) None of these (d) Field names
Ans : (d)
121. A goal of normalization is to………….
(a) minimize the number of relationships
(b) minimize the number of entities
(c) minimize the number of tables
(d) minimize the number of redundancy
(e) None of these
Ans : (d)
122.A(n)………….uses pictures (called icons)
and menus displayed on the screen to send
commands to the computer system.
(a) command-based user interface
(b) GUI
(c) system utility
(d) API
(e) None of these
Ans : (b)
123. Communication using a modulated carrier to
apply a data signal to a transmission medium
in analog form is
(a) Local area network
(b) Modem
(c) Base band networking
(d) Broad band networking
(e) None of these
Ans : (d)
124. ‘ITS’ stands for
(a) Intelligent Teaching Systems
(b) International Tutoring Systems
(c) Intelligent Tutoring Systems
(d) All of these
(e) None of these
Ans : (c)
125.Any piece of equipment forming an
interface to a data communication
system is
(a) DTE (b) DTA
(c) CSA (d) DCA
(e) None of these
Ans : (b)
126.In the language of the computer profession,
one thousand position of main storage is
represented with the letter
(a) K
(c) M (b) L
(e) None of these (d) C
Ans : (a)
127.The control of the jobs running within a
system is
(a) Job monitoring (b) Job stream
15 MCQs Papers
Shakthii Academy
(c) Job min (d) Job step
(e) None of these
Ans : (a)
128.The total number of messages handled by a
computerized telephone system on a daily
basis is an example of :
(a) Frequency
(c) Volume (b) Updating
(e) None of these (d) All of these
Ans : (d)
129.A device mounted on a communication
satellite which receives, amplifies and retransmits signals from earth station is
(a) Track
(c) Transistor (b) Transponder
(e) None of these (d) Terminal
Ans : (b)
130.What is the acronym for Single In-Line
Memory Module?
(a) SIMM
(c) SM (b) SILMM
(e) None of these (d) SMM
Ans : (a)
131.Which type of processing that produces
output results immediately after input data are
entered into a computer system
(a) Time-sharing
(b) Interactive
(c) Batch Processing
(d) Real-time processing
(e) None of these
Ans : (b)
132.A computer program that instructs other
programs to perform a particular type of
operation is
(a) System software
(b) Application program
(c) Compiler
(d) Interpreter
(e) None of these
Ans : (a)
133. The______provides a path between the CPU
and peripheral devices, which are connected
via interface cards
(a) computer
(c) memory (b) expansion bus
(e) None of these (d) CPU
Ans : (b)
134. Programs prepared by an outside supplier &
provided to a user in a machine readable form
is known as
(a) Utility program
(b) Canned program
(c) Application program
(d) Application software
(e) None of these
Ans : (b)
135. Pictures or drawings, typically displayed on
a VDU to allow users to select program
options is called
(a) HIPO charts
(c) Graphics (b) Icons
(e) None of these (d) Network
Ans : (b)
136. The pieces of equipment which are attached
to the CPU of a computer and which it can
access are called
16 MCQs Papers
Shakthii Academy
(a) output devices (b) control
(c) hardware units
(e) peripherals (d) disk drive
Ans : (e)
137.A factor which might cause an individual to
consider using a computer in criminal
activities is :
(a) The computer’s access to large sums of
money
(b) The speed with which the crime can be
accomplished
(c) EFTS (Electronic Funds Transfer System)
(d) All the these
(e) None of these
Ans : (d)
138.The Secure Electronic Transaction (SET)
specification
(a) is a notice, issued and verified by a
certificate authority, that guarantees a user
or Web site is legitimate
(b) provides private-key encryption of all data
that passes between a client and a server
(c) allows users to choose an encryption
scheme for the data that passes between a
client and a server
(d) uses a public-key encryption to secure
credit-card transaction systems
(e) None of these
Ans : (d)
139. ‘DOS’ floppy disk does not have________
(a) A Boot Record
(b) A File Allocation Table
(c) A Root Directory
(d) Virtual Memory
(e) BIOS
Ans : (e)
140.All the information collected during
database development is stored in
a_________
(b) data
(a) repository
warehouse
(c) RAD (d) CASE
(e) None of these
Ans : (b)
141.The…………component is used by the data
analyst to create the queries that access the
database.
(a) data extraction
(b) end-user query tool
(c) end-user presentation tool
(d) data store
(e) None of these
Ans : (b)
142. A polymorphic virus_______
(a) modifies its program code each time it
attaches itself to another program or file
(b) is a malicious-logic program that copies
itself repeatedly in memory or on a disk
drive until no memory or disk space
remains.
(c) a malicious-logic program that hides
within or looks like a legitimate program
(d) infects a program file, but still reports the
size and creation date of the original
uninfected program
(e) None of these
Ans : (a)
143.Microwave
transmission is used in
environments
where installing physical
transmission media is_________
(a) difficult or impossible and where line-ofsight transmission is unavailable
17 MCQs Papers
Shakthii Academy
(b) easy or promising and where line-of-sight
transmission is unavailable
(c) difficult or impossible and where line-ofsight transmission is available
(d) easy or promising and where line-of-sight
transmission is available
(e) None of these
Ans : (d)
144.Whi
a secur
ch is NOT good Web
ity
strategy?
(a) Restrict access to the Web server; keep a
minimum number of ports open
(b) Limit the users who can load software, edit
or add files.
(c) Add demo programs, so users can test
system without accessing production data.
(d)
a
Remove unnecessa compiler
n
interpreter ry s
d
s
(e) None of these
Ans : (d)
145. The word FTP stands for__________
(a) File Translate Protocol
(b) File Transit Protocol
(c) File Typing Protocol
(d) File Transfer Protocol
(e) None of these
Ans : (a)
146. This…………tier processes HTTP protocol,
scripting tasks, performs calculations, and
provides access to data.
(a) Client
(b) Applications/Web server
(c) Enterprise Server
(d) DBA
(e) None of these
Ans : (a)
147. RSA is__________
(a) Symmetric Cryptosystem
(b) Asymmetric Cryptosystem
(c) Block Cypher
(d) Digital Signature
(e) None of these
Ans : (d)
148.A DVD-RAM is similar to a
…………except it has storage capacities upto
5.2 GB.
(a) CD-R
(c) CD-RW (b) floppy disk
(e) None of these (d) hard disk
Ans : (c)
149. How is power supplied to a low-power USB
device?
(a) Through a power cable
(b) From an external power supply
(c) Directly from the computer’s power supply
(d) Through the USB cable
(e) None of these
Ans : (d)
150.The………data mining techniques derives
rules from real-world case examples.
(a) Rule discover
(b) Signal processing
(c) Neural nets
(d) Case-based reasoning
(e) None of these
Ans : (c)
18 MCQs Papers
Shakthii Academy
151. Which of the following objects is passed to a
JavaBean when one of its properties is set via
a JSP action?
(a) Servlet Request
(b) Http Servlet Request
(c) Servlet Response
(d) Http Servlet Response
(e) None of these
Ans : (c)
152.Graphical diagrams used to represent
different multiple perspectives of a system
include_________
(a) use-case, class, and state diagrams
(b) state, interaction, derivative diagrams
(c) interaction, relationship, and class
diagrams
(d) deployment, relationship, and use-case
diagrams
(e) None of these
Ans : (a)
153. Database redesign is not terribly difficult if
the_________
(a) database is structured
(b) database is well-designed
(c) database has no data
(d) database is relatively small
(e) database is relatively large
Ans : (e)
154.Which of the following are normally used to
initialize a computer system’s hardware?
(a) Bootstrap memory
(b) Volatile memory
(c) External mass memory
(d) Static memory
(e) Random access memory
Ans : (e)
155. If you wanted to locate the hardware address
of a local device, which protocol would you
use?
(a) ARP
(b) RARP
(c) ICMP
(d) PING
(e) PONG
Ans : (a)
156.What is Internet 2?
(a) A new type of cabling system for Wide
Area Networks
(b) A second local area network that can
connect with another online LAN to share
access
(c) A new standard for Internet browsers
(d) An association to develop advanced
Internet technology
(e) None of these
Ans : (d)
157.While searching a website, you have been
unable to find information that was on the site
several months ago. What might you do to
attempt to locate that information?
(a) Visit Google’s cached page to view the
older copy.
(b) Forget about it, as there is no way to find
this information
(c) Visit a partner site of the organization to
see if it is there.
(d) Use the wayback machine.
(e) None of these
Ans : (c)
158.Which kind of lock includes a keypad that
can be used to control access into areas?
(a) Cipher (b) Warded
19 MCQs Papers
Shakthii Academy
(c) Device (d) Tumbler
(e) Typelock
Ans : (d)
159.Which is not a factor when categorizing a
computer?
(a) Speed of the output device
(b) Amount of main memory the CPU can use
(c) Cost of the system
(d) Capacity of the hard disk
(e) Where it was purchased
Ans : (e)
160.Which of the following terms is the most
closely related to main memory?
(a) nonvolatile
(c) control unit (b) permanent
(e) None of these (d) temporary
Ans : (d)
161.Which of the following is not a factor
affecting the processing capability or
performance of a PC system?
(a) The clock speed of the microprocessor
(b) The revolutions per minute of the printer
disk
(c) The primary storage capacity of the
processor
(d) The built-in instruction set available to the
microprocessor
(e) None of these
Ans : (b)
162. What is the standard code the computer
industry created to represent characters?
(a) DASI (b) ASSH
(c) ASCII
(d) BASCII
(e) EPROM
Ans : (c)
163.Primary storage is………..as compared to
secondary storage :
(a) Slow and inexpensive
(b) Fast and inexpensive
(c) Fast and expensive
(d) Slow and expensive
(e) None of these
Ans : (c)
164. Offline device is :
(a) a device which is not connected to CPU
(b) a device which is connected to CPU
(c) a direct access storage device
(d) an I/O device
(e) None of these
Ans : (a)
with
165.The most popular language used
mini
microcomputers
computers, is
language : and time-shared
(a) COBOL
(c) PASCAL
an easy-to-use high level
(b) ADA
(d) BASIC
(e) None of these
Ans : (d)
166.Which of the following is a communication
network that is devoted to carrying computer
information :
(a) Data Point
(c) Data network
(e) None of these (b) Data
Ans : (c) Module
167. A half byte is known (d) Data Pack
as :
(a) Data
(b) Bit
20 MCQs Papers
Shakthii Academy
(c) Half byte (d) Nibble
(e) None of these
Ans : (d)
168. With respect to a network interface card the
term 10/100 refers to:
(a) protocol speed
(b) a fiber speed
(c) megabits per seconds
(d) minimum and maximum server speed
(e) None of these
Ans : (c)
169.A hard disk is divided into tracks which are
further subdivided into :
(a) clusters (b) sectors
(c) vectors (d) heads
(e) None of these
Ans : (b)
standard
170.Which
govern parallel
communications?
(a) RS232 (b) RS-232a
(d) IEEE
(c) CAT 5
1284
(e) None of these
Ans : (d)
peripheral port the
171.Which
provides
FASTEST throughput to laser printers?
(a) RS-232 (b) SCSI
(c) Parallel (d) Serial
(e) None of these
Ans : (c)
172.Resistance is measured in?
(a) Volts (b) Amps
(c) Watts
(d) Ohms
(e) None of these
Ans : (d)
173.In Inkjet technology the droplets of ink are
deflected by?
(a) multi directional nozzles
(b) electronically charged plates
(c) high pressure plates
(d) electro static absorbtion
(e) None of these
Ans : (a)
174.Which provides the fastest access to large
video files?
(a) Optical drives
(b) IDE hard drives
(c) SCSI hard drives
(d) EIDE hard
(e) None of these
drives
Ans : (c)
175. Primary memory stores :
(a) Data alone (b) Programs alone
(c) Results alone (d) All of these
(e) None of these
Ans : (d)
176. You just installed a new IDE hard drive, but
your system BIOS will not recognize the new
drive, what should you check first :
(a) cable sequence
(b) jumpers on the hard drive
(c) drivers that need to be loaded
(d) hard drive manufacturer web site
information
(e) None of these
Ans : (b)
177.What’s the best way to protect your hard
drive data?
(a) regular backups
21 MCQs Papers
Shakthii Academy
(b) periodically defrag it
(c) run chkdsk at least once a week
(d) run scandisk at least once a week
(e) run a regular diagnostic
Ans : (a)
178.Laser Jet printer speeds are measured in
pages per minute (ppm) what do we use to
measure dot-matrix printers?
(a) lines per inch
(b) lines per sheet
(c) characters per inch
(d) characters per second
(e) None of these
Ans : (d)
179. A modem could be attached to which port?
(a) Parallel port
(b) ASYNC port
(c) Keyboard connector
(d) Video port
(e) None of these
Ans : (a)
180.You get a CMOS checksum error during
bootup. What is most likely the cause?
(a) power supply is bad
(b) BIOS needs updating
(c) CMOS battery is nearing end of life
(d) hard drive types are incorrectly defined
(e) None of these
Ans : (c)
181.What are the four key functions of a
computer system?
(a) input, processing, output, and storage
(b) keyboard, display, memory, and disk drive
(c) word processing, spreadsheets, database,
calculations
(d) bits, bytes, words, and OSI
(e) None of these
Ans : (a)
182. Parity is :
(a) a byte stored in the FAT to indicated
remaining slots
(b) the optimal transmission speed of data over
a CAT 5 cable
(c) an extra bit stored with data in RAM that is
used to check for errors when the data is
read back
(d) the optimal transmission speed of data over
a CAT 5 cable
(e) None of these
Ans : (c)
183. What is different between AT and ATX
power supplies?
(a) They are identical except for their shape.
(b) AT supplies use a single P1 power
connector while ATX uses P8 and P9
(c) AT supplies use P8 and P9 power
connectors while ATX uses a single P1
connector.
(d) AT power supplies run on 120V AC
current while ATX uses 220V AC
(e) None of these
Ans : (c)
184.What type of connector is used to plug a
telephone line into a modem?
(a) COM1
(c) RJ-45 (b) RJ-11
(e) None of these (d) RJ-10
Ans : (b)
22 MCQs Papers
Shakthii Academy
185.Which of the following is NOT a type of
computer hard drive?
(a) IDE (b) FDD
(c) SCSI (d) EIDE
(e) SATA
Ans : (b)
186. What does FDISK do?
(a) performs low-level formatting of the hard
drive
(b) fixes bad sectors on the hard drive
(c) recovers lost clusters on the hard drive
(d) creates partitions on the hard drive
(e) None of these
Ans : (d)
187.Which of the following is NOT a type of
motherboard expansion slot?
(a) ISA
(c) AGP (b) PCI
(e) None of these (d) ATX
Ans : (d)
188. Copying a process from memory to disk to
allow space for other processes is called :
(a) Swapping
(c) Demand (b) Deadlock
Paging (d) Page
(e) None of these Fault
Ans : (a)
189.Which of the following memory unit that
processor can access more rapidly :
(a) Main Memory
(b) Virtual Memory
(c) Cache Memory
(d) Read Only Memory
(e) None of these
Ans : (c)
190.Which one of the following is not the
function of Operating System?
(a) Resource Management
(b) File Management
(c) Networking
(d) Processor Management
(e) None of these
Ans : (c)
191.What is the meaning of “Hibernate” in
Windows XP/Windows7?
(a) Restart the Computer is safe mode
(b) Restart the Computer in hibernate mode
(c) Shutdown the Computer terminating all the
running applications
(d) Shutdown the Computer without closing
the running applications
(e) None of these
Ans : (d)
192. Unix Operating System is an :
(a) Multi User Operating System
(b) Time Sharing Operating System
(c) Multi Tasking Operating System
(d) All of these
(e) None of these
Ans : (d)
193.What should be the extension to execute
files?
(a) EXE
(c) COM (b) BAT
(e) None of these (d) All of these
Ans : (d)
23 MCQs Papers
Shakthii Academy
194.Which of the following memories need
refresh?
(a) SRAM
(c) COM (b) DRAM
(e) None of these (d) All of these
Ans : (b)
195. RJ45 UTP cable
has………Cable :
(a) 2 pair (b) 3 pair
(c) 4 pair (d) 5 pair
(e) None of these
Ans : (c)
196. Basic is……….language :
(a) a procedural
(b) an object oriented
(c) user friendly
(d) both A and B
(e) None of these
Ans : (a)
197. The file system “NTFS” stands for :
(a) New Type File System
(b) Never Terminated File System
(c) New Technology File System
(d) Non Terminated File System
(e) None of these
Ans : (c)
198.Which Operating System doesn’t support
networking between computers?
(a) Windows 3.1
(b) Windows 95
(c) Windows 2000
(d) Windows NT
(e) Windows XP
Ans : (a)
199.In which type of the following OS, the
response time is very crucial :
(a) Network Operating System
(b) Real Time Operating System
(c) Batch Operating System
(d) Unix Operating System
(e) None of these
Ans : (b)
200.Which of the following languages is more
suited to structured program?
(a) PL/1 (b) FORTRAN
(c) BASIC (d) PASCAL
(e) None of
these
Ans : (d)
assisted the
201.A computer method for
analyzing or
recording and of existing
hypothetical systems is
(a) Data transmission
(b) Data flow
(c) Data capture
(d) Data Processing
(e) None of these
Ans : (b)
202.What difference does the 5th generation
compute
r hav othe generati
from
compute e r on
rs?
(a) Technological advancement
(b) Scientific code
(c) Object Oriented Programming
(d) All of these
(e) None of these
Ans : (a)
24 MCQs Papers
Shakthii Academy
203.Which of the following computer language
is used for artificial intelligence?
(a) FORTRAN
(c) C (b) PROLOG
(e) None of these (d) COBOL
Ans : (b)
204.The tracks on a disk which can be accused
without repositioning the R/W heads is
(a) Surface
(c) Cluster (b) Cylinder
(e) None of these (d) All of these
Ans : (b)
205.Which part interprets program instructions
and initiate control operations.
(a) Input
(c) Logic Unit (b) Storage Unit
(e) None of these (d) Control Unit
Ans : (d)
206.The binary system uses powers of
(a) 2 (b) 10
(c) 8 (d) 16
(e) None of these
Ans : (b)
207.A computer program that converts assembly
language to machine language is
(a) Compiler (b) Interpreter
(c) Assembler (d) Comparator
(e) None of these
Ans : (c)
208.The time required for the fetching and
execution of one simple machine instruction is
(a) Delay Time (b) CPU cycle
(c) Real Time (d) Seek time
(e) None of these
Ans : (b)
209.The time for which a piece of equipment
operates is called
(a) Seek time
(c) Access time (b) Effective time
(e) None of these (d) Real time
Ans : (b)
f
210.Binary numbers need more places
o
counting because
r
(a) They are always big numbers
(b) Any no. of 0’s can be added in front of
them
(c) Binary base is small
(d) 0’s and 1’s have to be properly spaced
apart
(e) None of these
Ans : (c)
211. Which access method is used for obtaining a
record from a cassette tape?
(a) Direct
(b)
(c) Random
Sequential
(e) None of
(d) All of
these
these
Ans : (b)
212.Any type of storage that is used for holding
information between steps in its processing is
(a) CPU
(b) Primary storage
(c) Intermediate storage
(d) Internal storage
(e) None of these
Ans : (c)
213.A name applied by Intel corp. to high speed
MOS technology is called
25 MCQs Papers
Shakthii Academy
(a) HDLC
(c) HMOS (b) LAP
(e) None of (d)
these SDLC
Ans : (c)
214.A program component that allows structuring
of a program in an unusual way is known as
(a) Correlation (b)
(c) Coroutine
Diagonalization (d) Quene
(e) None of
these
Ans : (b)
215. The radian of a number system
(a) Is variable
(b) Has nothing to do with digit position value
(c) Equals the number of its distinct counting
digits
(d) Is always an even number
(e) None of these
Ans : (c)
of
216.The section CPU that selects,
the
interprets and sees to the execution of
program instructions
(a) Memory (b) Register Unit
(c) Control Unit (d) ALU
(e) None of these
Ans : (c)
217.Which type of system puts the user into
direct conversation with the computer through
a keyboard?
(a) Real time processing
(b) Interactive computer
(c) Batch Processing
(d) Time Sharing
(e) None of these
Ans : (b)
218.The term referring to evacuating the content
of some part of the machine is known as
(a) Dump
(c) Down (b) Enhancement
(e) None of these (d) Compiler
Ans : (a)
219.The process of communicating with a file
from a terminal is
(a) Interactive
(c) Heuristic (b) Interrogation
(e) None of these (d) All of these
Ans : (b)
220.A common boundary between two systems is
called
(a) Interdiction
(c) Surface (b) Interface
(e) None of these (d) Median
Ans : (b)
221.Which computer has been designed to be as
compact as possible?
(b) Super
(a) Mini
computer
(c) Micro computer
(d) Mainframe
(e) None of these
Ans : (c)
single-
222.A general purpose micro
user
computer designed to be operated by one
person at a time is
(a) Special-purpose computer
(b) KIPS
(c) M
(d) PC
(e) None of these
Ans : (d)
26 MCQs Papers
Shakthii Academy
223.Which device of computer operation
dispenses with the use of the
keyboard?
(a) Joystick (b) Light pen
(c) Mouse (d) Touch
(e) None of these
Ans : (c)
224.A program that is employed in the
development, repair or enhancement of other
programs is known as
(a) System software
(b) Software tool
(c) Applications program
(d) Utility program
(e) None of these
Ans : (b)
225. Which output device is used for translating
information from a computer into pictorial
form on paper.
(a) Mouse
(c) Touch Panel (b) Plotter
(e) None of these (d) Card punch
Ans : (b)
226.The list of coded instruction is called
(b) Algorithm
(a) Computer program
(d) Utility
(c) Flow chart
programs
(e) None of these
Ans : (a)
227.An optical input device that interprets pencil
marks on paper media is
(a) O.M.R
(b) Punch card reader
(c) Optical scanners
(d) Magnetic tape
(e) None of these
Ans : (a)
228.Data divisions the third division of a
______program.
(a) COBOL (b) BASIC
(c) PASCAL (d) FORTH
(e) None of these
Ans : (a)
229.A program that converts computer data into
some code system other than the normal one
is known as
(a) Encoder
(c) Emulator (b) simulation
(e) None of these (d) Decoder
Ans : (a)
230.A hybrid computer uses a……….to convert
digital signals from a computer into analog
signals.
(a) Modulator
(c) Modem (b) Demodulator
(e) None of these (d) Decoder
Ans : (c)
231. Any device that performs signal conversion
is
(a) Modulator
(b) Modem
(c) Keyboard
(d) Plotter
(e) None of these
Ans : (a)
232.A type of channel used to connect a
central
processor and peripherals which uses
multiplying is known as
(a) Modem (b) Network
(c) Multiplexer
(d) All of these
(e) None of these
27 MCQs Papers
Shakthii Academy
Ans : (c)
233.The complete picture of data stored in
database is known as
(a) Record
(b)
(c) System
Schema
flowchart
(d)
(e) None of these
DBMS
Ans : (b)
234.A language which is close to that used within
the computer is
(a) High-level language
(b) Assembly language
(c) Low-level language
(d) All of these
(e) None of these
Ans : (c)
235.Which is a unit representing the no bits of
discrete
(a) Baud
(c) Bit (b) Byte
(e) None of these (d) All of these
Ans : (a)
236.The device that can both feed data into and
accept data from a computer is
(a) ALU
(c) Input-Output (b) CPU
device (d) All of
(e) None of these these
Ans : (c)
237. A modern digital computer has
(a) Extremely high speed
(b) Large memory
(c) Almost unlimited array
(d) All of these
(e) None of these
Ans : (d)
238.Which of the following can store information
in the form of microscopic pits on metal disks.
(a) Laser disks
(b) Tape
(c) RAM
cassettes
cartridge
(d) Punched
(e) None of these
cards
Ans : (a)
239.A storage system for small amounts of data
is
(a) Magnetic card
(b) Magnetic tape
(c) Punched card
(d) Optical mark reader
(e) None of these
Ans : (d)
240.Compilers and interpreters are themselves
(a) High-level language
(b) Codes
(c) Programs
(d) Mnemonics
(e) None of these
Ans : (c)
241.A compiler means
(a) A person who compiles source programs
(b) The same thing as a programmer
(c) Keypunch operator
(d) A program which translates source
program into object program
(e) None of these
Ans : (d)
242.Compression of digital data for efficient
storage is
(a) Buffer (b) CPU
28 MCQs Papers
Shakthii Academy
(c) Packing (d) Field
(e) None of these
Ans : (c)
243.Which programming language is based on
Algol 60.
(a) PILOT (b) SNOBOL
(c) ADA (d) SIMULA
(e) None of these
Ans : (d)
244.A path by which communication is achieved
between a central processor and other devices
is called.
(a) Audit trail
(c) Bus (b) Network
(e) None of these (d) Channel
Ans : (c)
245.A stand-alone system which produces one
page of printed output at a time is
(a) Page printer
(c) Laser
(b) Line printer
printer
(d) Dot matrix
(e) None of
printer
these
Ans : (a)
246.A memory that does not change its contents
without external causes is known as
(a) Dynamic memory
(b) Static memory
(c) RAM
(d) EEPROM
(e) None of these
Ans : (b)
247.A memory that holds micro programs is
(a) Core memory (b) ROM
(c) RAM (d) Control memory
(e) None of these
Ans : (b)
248.Buffering is
(a) the process of temporarily storing the data
to allow for small variation in device
speeds
(b) a method to reduce cross talks
(c) storage of data within transmitting
medium until the receiver is ready to
receive.
(d) a method to reduce routing overhead
(e) None of these
Ans : (a)
249. Memory allocation of variables declared in a
program is
(a) allocated in RAM.
(b) allocated in ROM
(c) allocated on stack
(d) assigned to registers
(e) None of these
Ans : (c)
250. A software that allows a personal computer
to pretend as a computer terminal is
(a) terminal (b) bulletin board
adapter (d) terminal
(c) modem emulation
(e) None of these
Ans : (d)
251.What is part of a database that holds only one
type of information?
(a) Report
(c) Record (b)
(e) None of Field
these (d) File
Ans : (b)
29 MCQs Papers
Shakthii Academy
252.Most modern TV’s draw power even if
turned off. The circuit the power is used in
does what function?
(a) Sound
(c) Color
(b) Remote
balance
control
(e) None of
(d) High voltage
these
Ans : (b)
253. ‘MPG’ extension refers usually to what kind
of file?
(a) WordPerfect Document File
(b) MS Office document
(c) Animation/movie file
(d) Image file
(e) None of these
Ans : (c)
254.The most common format for a home video
recorder is VHS. VHS stands for….?
(a) Video Home System
(b) Very high speed
(c) Video horizontal standard
(d) Voltage house standard
(e) None of these
Ans : (a)
255.What do we call a network whose elements
may be separated by some distance? It
usually involves two or more small networks
and dedicated high-speed telephone lines.
(a) URL (Universal Resource Locator)
(b) LAN (Local Area Network)
(c) WAN (Wide Area Network)
(d) World Wide Web
(e) None of these
Ans : (c)
256.If you want to secure a message, use a(n) :
(a) cryptology source
(b) encryption key
(c) encryption software package
(d) cryptosystem
(e) None of these
Ans : (d)
257.Circuits that provide a communication path
between two or more devices of a digital
computer system is :
(a) Car
(c) Track (b) Bus
(e) None of these (d) Cable
Ans : (b)
258.A coding structure in which characters are
represented by means of series of parallel bars
is :
(a) Bar code
(c) Numeric Bar (b) Menu Bar
(e) None of these (d) Bar Graph
Ans : (a)
259.Which of the following best describes a
computer-based information system?
(a) Data input for processing
(b) Output in produced in the form of Hard
copy
(c) Processing data
(d) System where computer is used to turn
data into information
(e) None of these
Ans : (d)
260.Voice recognition is :
(a) Ability to input data directly into a
computer system by speaking to it
30 MCQs Papers
Shakthii Academy
(b) Ability to output data directly from a
computer system by speaking
(c) Processing of voice in computer system
(d) Both (a) and (b)
(e) None of these
Ans : (a)
261.Which one of the following is the right
shortcut for closing document in MS Office?
(a) Shift + W
(c) Shift + Ctrl + (b) Ctrl + W
W (d) Shift + Alt +
(e) None of these W
Ans : (b)
262.The cell reference for cell range of G2 to
M12 is……….
(a) G2.M12
(c) G2:M12 (b) G2;M12
(e) None of these (d) G2-M12
Ans : (c)
263.Which of the following is not an option of
the spelling dialog box?
(a) Ignore
(c) Edit (b) Ignore all
(e) None of these (d) Change
Ans : (c)
264.Which language is used to create macros in
Excel?
(a) Visual Basic
(c) Visual C + + (b) C
(e) None of these (d) Java
Ans : (a)
265.Which key do you press to check
spelling?
(a) F3 (b) F5
(c) F7 (d) F9
(e) None of these
Ans : (c)
266.What does COUNTA ( ) function do?
(a) counts cells having alphabets
(b) counts empty cells
(c) counts cells having number
(d) counts non-empty cells
(e) None of these
Ans : (d)
267.Which area in an Excel window allows
entering values and formulas?
(a) Title Bar
(c) Formula Bar (b) Menu Bar
(e) None of (d) Standard Tool
these Bar
Ans : (c)
268.Which of the following helps to reduce
spelling error in the document?
(a) Auto
Format
(b) Auto
(c) Smart Tags
Correct
(e) None of
(d) Auto Text
these
Ans : (b)
269.Which of the following enables you to paste
data multiple times?
(a) window clipboard
(b) office clipboard
(c) Memory
(d) Both (a) and (b)
(e) None of these
Ans : (b)
270.Which of the following enables you to paste
data multiple times?
(a) windows clipboard
(b) office clipboard
31 MCQs Papers
Shakthii Academy
(c) Memory
(d) Both (a) and (b)
(e) None of these
Ans : (d)
271.Which of the following is valid IP address?
(a) 984.12.787.76
(b) 192.168.321.10
(c) 1.888.234.3456
(d) 192.168.56.115
(e) None of these
Ans : (d)
272.What is FTP program used for?
(a) Transfer files to and from an Internet
Server
(b) Designing a website
(c) Connecting to the Internet
(d) Sending mails in bulk
(e) None of these
Ans : (a)
273.Which of the following are commonly found
on web pages?
(a) internet
(b)
(c) intranet
hyperlinks
(e) None of
(d) all of
these
these
Ans : (b)
274.The ability to combine name and addresses
with a standard document is called…….
(a) document formatting
(b) database management
(c) mail merge
(d) form letters
(e) None of these
Ans : (c)
275. What is the full form of TCP/IP?
(a) Transmission control protocol/internet
protocol
(b) telephone call protocol/international
protocol
(c) transport control protocol/internet protocol
(d) Tele caller protocol institutional protocol
(e) None of these
Ans : (a)
276.HTML document start and end with which
tag pairs?
(a) <HEAD<….</HEAD>
(b) <BODY>…..</BODY>
(c) <HTML>…..</HTML>
(d) <WEB>…….</WEB>
(e) None of these
Ans : (c)
277.In Satellite based communication, VSAT
stands for?
(a) Very Small Aperture Terminal
(b) Varying Size Aperture Terminal
(c) Very Small Analog Terminal
(d)Very Small Analog Transmitter
(e) None of these
Ans : (a)
278.Internet uses
(a) Packet switching
(b) Circuit switching
(c) Telephone switching
(d) Telex switching
(e) None of these
Ans : (a)
32 MCQs Papers
Shakthii Academy
279.The Internet banking facility provide by
banks is known as
(a) online banking
(b) net banking
(c) e-connect
(d) epay
(e) None of these
Ans : (b)
280.The code for a web page is written using
………..
(b)
(a) machine language
winzip
(c) perl
(d)
(e) None of these
HTML
Ans : (d)
of
281.A collection fields in data
related
organization is called
(a) group
(b) file
(c) information
(d)
(e) None of these
register
Ans : (d)
282.The worksheet
contains……..rows.
(a) 65536 (b) 256
(c) 536 (d) 400
(e) None of these
Ans : (a)
283. A menu contains a list of :
(a) commands
(b) data
(c) objects
(d) reports
(e) None of these
Ans : (a)
284. To create a formulae, you can use :
(a) values but not cell references
(b) cell references but not values
(c) values or cell references although not both
at the same time
(d) value and cell references
(e) None of these
Ans : (d)
285.The cell labeled F5 refers to :
(a) row 5 column F
(b) column 5 row F
(c) function available in cells
(d) function key F5
(e) None of these
Ans : (a)
286.In a worksheet you can select
(a) rows
(b) coloumns
(c) entire worksheet
(d) All of these
(e) None of these
Ans : (d)
287. ………..view shows hot the contents on
printed page will appear with margin, header
and footer.
(a) draft
(c) outline (b) full screen
(e) None of reading
these (d) page layout
Ans : (d)
288.A commonly used graphic format for the
web is :
(a) GIF (b) cmp
(c) text (d) TIF
33 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (a)
289.Which of the following is a disadvantage of
machine language?
(a) Machine Dependent
(b) Slower Execution
(c) Machine Independent
(d) It requires Translation
(e) None of these
Ans : (a)
290.Android Operating System is an example of
which kind of Source Model?
(a) Open Source
(b) Vertical Market Software
(c) Horizontal Market Software
(d) Shareware
(e) None of these
Ans : (a)
291.Which of the following is true about
Operating System?
(a) It is an interface between user and the
computer.
(b) It manages all resources
(c) It does all Memory management and
Process management tasks
(d) All are true
(e) None of these
Ans : (d)
292.A software that is not protected by copyright
or trademark is………
(a) Vertical Market Software
(b) Public Domain Software
(c) Shareware Software
(d) Trialware
(e) Adware
Ans : (b)
293.Which of the following programming
languages is associated with Artificial
Intelligence?
(a) C
(b) B
(c) C++
(d) JAVA
(e) PROLOG
Ans : (e)
294.Expand RDBMS
(a) Relative Database Management System
(b) Rational Database Minimize System
(c) Relational Database Management System
(d) Relational Database Maximize System
(e) None of these
Ans : (c)
295. ………..is the storage area for e-mails.
(a) Folder
(c) Directory (b) Mail box
(e) None of these (d) Hard Disk
Ans : (b)
296.Display bar that lists all the open folders and
active application is………
(a) Menubar (b) Toolbar
(c) Task bar (d) Window list
(e) None of these
Ans : (d)
297.Which of the following is the
keyboard
short-cut for permanent deletion of a
file/folder in windows?
(a) Del (b) Shift + Del
(c) Ctrl + Del (d) Alt + Enter
34 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (b)
298.Which of the following operating systems
does not exist?
(a) Windows 7 (b) Mac OS X
(c) Windows CE (d) Windows 12
(e) Ubuntu
Ans : (d)
299.To protect the computer from hacker
intrusions, ……..must be installed.
(a) Firewall (b) Mailer
(c) Script (d) Yahoo Messenger
(e) None of these
Ans : (a)
300.Which of the following is known as non
volatile memory?
(a) Hard Disk
(b) Floppy
(c) CD-ROM
Disk
(e) All of these
(d) DVD-ROM
Ans : (e)
301.To see the document before the printout is
taken, use……….
(a) Insert Table
(c) Format
(b)
Painter
Paste
(e) Print
(d) Cut
Preview
Ans : (e)
302.The CPU of a computer?
(a) understands only assembly language
(b) understands machine language and highlevel languages
(c) understands only machine language
(d) understands only high-level language
(e) does not understand machine language
Ans : (c)
303.Which of the following is not a term related
to the World Wide Web?
(a) Hyperlink
(c) Website (b) Hypertext
(e) Keyboard (d) Homepage
Ans : (e)
304.Which of the following is another name for
pre-programmed formula in Excel?
(a) Range
(c) Function (b) Graph
(e) None of these (d) Cell
Ans : (c)
305.ALU works on the instructions held in
………
(a) Notebook
(c) Notepad (b) Registers
(e) I/O Devices (d) Clipboard
Ans : (b)
306. ………..is a computer software designated
to help people involved in a common task to
achieve goals.
(a) Shareware
(c) Freeware (b) Software
(e) None of (d) Collaborative
these Software
Ans : (d)
307. …….is the process of getting access to the
computer.
(a) Switch on
(b)
(c) Logoff
Login
(e) None of
(d)
these
Enter
Ans : (b)
35 MCQs Papers
Shakthii Academy
308.A collection of programmes which
determines and controls how your computer
system works and process information is
called
(b)
(a) Interpreter
Computer
(c) Office
(d) Compiler
(e) Operating system
Ans : (c)
309.The Title and Page number of a document
can be displayed using which of the following
options?
(a) Insert table
(b) Spelling and Grammar
(c) Header and Footer
(d) Thesaurus
(e) File
Ans : (c)
310.Data redundancy can be eliminated by using:
(a) Networking
(b) DBMS
(c) Operating System
(d) Processing the data manually
(e) None of these
Ans : (a)
311.Which of the following uses computers and
data communication to transmit data
electronically between computers?
(a) EDI
(c) Printing a
(b) Physical
paper
Media
(e) None of
(d) DTE
these
Ans : (a)
312. …………is a combination of text, audio,
still images, animation, video.
(a) Multiplexer (b) Multiplier
(c) Multimedia
(e) None of these (d) Multiuser
Ans : (c)
313. MICR is exclusively used in :
(b) Super Markets
(a) Libraries
(d) Banking
(c) Stock markets
Industry
(e) None of these
Ans : (d)
314.In order to change page margins in a word
document
(a) Drag the scroll box on the scroll bars.
(b) Delete the margin boundaries on the ruler
(c) Right Click on the ruler
(d) Drag the margin boundaries on the ruler
(e) None of these
Ans : (d)
315.Pop-ups are a form of…..on the World Wide
Web?
(a) Instant Messaging
(b) Search Engines
(c) Browsers
(d) Mark-up Languages
(e) Online Advertising
Ans : (e)
316.Thesaurus
………menu.
(a) Page
layout option is available in
(c) Review
(e) Layout
Ans : (c)
(b) References
(d) View
317.Which of the following refers to the process
of trading goods over the internet?
(a) E-seva (b) E-trading
36 MCQs Papers
Shakthii Academy
(c) E-Finance (d) E-Sales
(e) E-Commerce
Ans : (e)
318.Which of the following is not used to align
text in a document?
(a) Left
(c) Center (b) Right
(e) Justify (d) Diagonal
Ans : (d)
319.Which of the following generation computers
is referred to an expert system?
(a) 2nd
(c) 4th (b) 1st
(e) 5th (d) 3rd
Ans : (e)
320. ………is a setoff instructions.
(a) Hardware (b) Code
(c) Language (d) Program
(e) All of these
Ans : (d)
321.Which printer is very commonly used for
desktop publishing?
(a) Laser Printer
(b) Inkjet Printer
(c) Daisywheel printer
(d) Dot matrix printer
(e) None of these
Ans : (a)
322.An output device that uses words or
messages recorded on a magnetic medium to
produce audio response is
(a) Magnetic tape
(b) Voice response unit
(c) Voice recognition unit
(d) Voice band
(e) None of these
Ans : (c)
323. VPN means
(a) Vital Private Network
(b) Virtual Private Network
(c) Visual Projection Node
(d) Very Private Network
(e) None of these
Ans : (b)
324.The technique and process of searching,
recovering, and interpreting information from
large amounts of stored data is called
(a) Browsing (b) Chatting
(c) Retrieval (d) Desktop publishing
(e) None of these
Ans : (c)
the internal network of an
325.………is
organization?
(a) Internet (b) Intranet
(c) Extranet (d) Organet
(e) None of these
Ans : (b)
326.In network terminology, MAN stands for
(a) Multi-Area Network
(b) Main Area Network
(c) Multi Application Network
(d) Metropolitan Area Network
(e) None of these
Ans : (d)
327.A character that is raised and smaller above
the baseline is known as
37 MCQs Papers
Shakthii Academy
(a) Outlined
(c) Superscript (b) Raised
(e) None of these (d) Subscript
Ans : (c)
328. A………….is a series of commands that is
recorded so it can be played back, or
executed, later
(a) Mail merge
(c) Goal seek (b) Merge printing
(e) None of these (d) Macro
Ans : (d)
329.Long text can be broken down into many
lines within a cell. You can do this through
(a) Wrap Text in Format > Cells
(b) Justify in Edit > Cells
(c) Text Wrapping in Format > Cells, Layout
tab
(d) All of these
(e) None of these
Ans : (c)
330.By default there are……..worksheets in an
Excel file
(a) 2 (b) 3
(c) 4
(e) None of these (d) 5
Ans : (b)
331.Total number of rows in Excel
756
(b) 256
(a) 65536
(d) None of
(c) 1024
these
(e) None of these
Ans : (a)
332.Database management systems are intended
to
(a) Eliminate data redundancy
(b) Manage file access
(c) Maintain data integrity
(d) All of these
(e) None of these
Ans : (d)
333.A top-to-bottom relationship among the
items in a database is established by a
(a) Hierarchical schema
(b) Network schema
(c) Relational schema
(d) All of these
(e) None of these
Ans : (a)
334.Which of the following is not a database
object?
(a) Tables
(c) (b)
Relationships Queries
(e) None of (d)
these Reports
Ans : (c)
335.What are the columns in a Microsoft access
table called?
(a) Rows
(b)
(c) Fields
Records
(e) None of
(d)
these
Columns
Ans : (c)
336.In……….there is no direct contact with the
end users
(a) B2B
(c) C2C (b) B2C
(e) None of (d) All
these these
Ans : (a)
38 MCQs Papers
Shakthii Academy
337.The spacing between character pairs is
called :
(a) Kerning
(c) intercap (b) x-
(e) None of height
these (d) serif
Ans : (a)
338.We cannot delete the……….icon but we can
made it invisible.
(a) Recycle (b) My Computer
(d) My Network
(c) Internet Explorer
Place
(e) None of these
Ans : (a)
339.In case of Bus/Tree topology signal
balancing issue is overcome by
(a) Modulation (b) Polling
(d) Strong
(c) Segmentation
transmitter
(e) None of these
Ans : (c)
340.BCC in the internet refers to
(a) Black carbon copy
(b) Blind carbon copy
(c) Blank carbon copy
(d) Beautiful carbon copy
(e) None of these
Ans : (b)
341.Education combined with entertainment is
called…………
(a) Simulation
(b) CAI
(c) Edutainment
(d)
(e) None of these
Synchronization
Ans : (c)
342.Which of the following transport layer
protocols is used to support electronic mail?
(a) SMTP
(c) TCP (b) IP
(e) None of these (d) UDP
Ans : (c)
343.The process of converting analog signals into
digital signals so they can be processed by a
receiving computer is referred to as :
(a) modulation
(c) synchronizing (b) demodulation
(e) None of these (d) digitizing
Ans : (d)
344.Which of the following is considered a broad
band communication channel?
(a) coaxial cable (b) fiber optics
(c) microwave cable
circuits (d) All of these
(e) None of these
Ans : (d)
345.In a synchronous modem, the digital-toanalog converter transmits signal to the
(a) equalizer
(c) demodulator (b) modulator
(e) None of these (d) terminal
Ans : (a)
346.The loss in signal power as light travels
down the fiber is called
(a) attenuation
(b)
(c) scattering
progragation
(e) None of
(d)
these
interruption
Ans : (a)
347.Number of bits per symbol used in Baudot
code is
(a) 7 (b) 5
(c) 8 (d) 9
39 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (b)
348.To get the ‘Symbol’ dialog box, click on the
………… menu and choose ‘Symbol’.
(a) Insert
(c) Tools (b)
(e) None of Format
these (d) Table
Ans : (a)
349.What is the short cut key to open Font dialog
box?
(a) Ctrl + F
(c) Ctrl + D (b) Alt + Ctrl + F
(e) None of (d) Ctrl + Shift +
these D
Ans : (c)
350.Which of the following line spacing is
invalid?
(a) Single
(c) Triple (b) Double
(e) None of (d)
these Multiple
Ans : (c)
351.Which of the following option in File pull
down menu is used to close a MS Word
document?
(a) Quit
(c) Exit (b)
(e) None of Close
these (d) New
Ans : (b)
352.CLASS is the acronym for
(a) Computer, Language and School Studies
(b) Computer, Literacy and Studies in Schools
(c)
Languag Seconda
Computer, and
e ry
Schools
(d) Computer, Learning and School Studies
(e) None of these
Ans : (b)
353.SITE stands for
(a) Satellite Instructional Technology and
Engineering
(b) State Institute of Teacher Education
(c) Satellite Televisio
Instructional
Experiment n
(d) State Institute of Technology and
Engineering
(e) None of these
Ans : (c)
354.Cloud computing means
(a) Computing using the satellite
(b)
chamb
Computing using cloud
er
technology
(c) Computing which results in errors
(d) Shifting computing power from offline
PCs and Laptops onto the Web
(e) None of these
Ans : (d)
355.The ‘C’ language is
(a) Context free language
(b) Context sensitive language
(c) Regular language
(d) Assembly language
(e) None of these
Ans : (a)
356.What is the size of the Unicode character in
Windows Operating System?
(a) 8-bits
(b) 16-
(c) 32-bits
bits
(e) None of
(d) 64-
these
bits
Ans : (c)
40 MCQs Papers
Shakthii Academy
357. Data Encryption Techniques are particularly
used for_________
(a) protecting data in Data Communication
System.
(b) reduce Storage Space Requirement
(c) enhances Data Integrity.
(d) decreases Data Integrity
(e) None of these
Ans : (a)
358. ________is an “umbrella” activity that is
applied throughout the software engineering
process.
(a) Debugging
(b) Testing
(c) Designing
(d) Software Quality Assurance
(e) None of these
Ans : (d)
359.Use of icons and windows are characteristic
of a________interface
(a) command-driven
(b) windows-oriented
(c) graphical-user
(d) menu-driven
(e) None of these
Ans : (c)
360.The essential difference between an
operating system like Linux and one like
Windows is that
(a) Windows can run with an Intel processor,
whereas Linux cannot
(b) Linux is proprietary, whereas Windows is
not
(c) Any programmer can modify Linux code,
which is not permitted with Windows
(d) there are multiple versions of Linux, but
only one version of Windows
(e) None of these
Ans : (c)
361.The category of operating system that you
most likely have running on your PDA
computer is a ………..operating system
(a) real-time
(b) single-user, single-task
(c) single-user, multi-task
(d) multi-user, multi-task
(e) None of these
Ans : (b)
362.The barcode which is used on all types of
items, is ready by a scanning device directly
into the computer. What is the name of this
scanning device?
(a) Laser Scanner (b) Wand
(c) OCR (d) MICR
(e) None of these
Ans : (a)
363.Which of the following is not a
method to
preserve the security and integrity of
information?
(a) Antivirus software (b) Firewall
(d) Disk
(c) Phishing
Encryption
(e) Backup
Ans : (c)
364.In computer science, by information we
mean
(a) Any output coming out from computer
(b) Processed data put in an intelligent form
(c) A report printed by the computer
(d) Plural of data
41 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (b)
365.Which of the following features distinguishes
a database file from a mere collection of data
(a) Database enables data to be organized for
effective use much faster
(b) It organizes data in rows and columns
(c) It gives reference name to each file created
(d) It provides search facility
(e) None of these
Ans : (a)
366.Who coordinates the sequencing of events
within the central processor of a computer?
(a) Logic unit
(c) Register (b) Arithmetic
(e) None of unit
these (d) Control Unit
Ans : (d)
367.The microprocessor of a computer cannot
operate on any information if that information
is not in its
(a) secondary storage (b) main storage
(c) ALU (d) Logic unit
(e) None of these
Ans : (b)
368.Where have the program and data to be
located before the ALU and control unit of a
computer can operate on it?
(a) Internal
memory
(b) Secondary
(c)
memory
Microprocessor
(d) Magnetic tapes
(e) None of these
Ans : (a)
369.The only things moving around inside a
computer are
(a) Is and Os (b) electrons
(c) bytes (d) proton
(e) None of these
Ans : (b)
370.The data between the computer and
peripherals always passes via in
input/output
(a) port (b) A/D
converter
(d) buffer
(c) D/A converter
memory
(e) None of these
Ans : (a)
371.Preparing a magnetic disk for data storage is
called
(a) booting
(c) debugging (b) formatting
(e) None of (d)
these commissioning
Ans : (b)
372.How many full adders are needed to add two
4-bit numbers with a parallel adder?
(a) 8
(c) 2 (b) 4
(e) None of (d)
these 16
Ans : (b)
373.If you see a diskette with a piece of foil
covering its notch, it is said to be
(a) write-
protected (b) copy-
(c) write-enabled protected
(e) None of these (d) foil-covered
Ans : (a)
374.What is the name of the screen symbol that
shows the placement of the next character?
(a) Mouse
(c) Track ball (b) Cursor
(e) None of these (d) Graphic tablet
Ans : (b)
42 MCQs Papers
Shakthii Academy
375.Point out the odd item amongst the following
(a) computer mouse
(b) touchpad
(c) light pen
(d) printer
(e) None of these
Ans : (d)
376.The very small and cheap computer built
into many home devices is called computer.
(a) Main frame
(c) Micro (b) Mini
(e) None of these (d) Super
Ans : (c)
t th interna (mai
377.In comparison
o e l n)
memory, tape or disk memory is
(a) slower and more expensive
(b) slower and less expensive
(c) faster and more expensive
(d) faster and less expensive
(e) None of these
Ans : (b)
378.What is the main advantage of magnetic
core memory over semiconductor RAM
memory?
(a) More compact and smaller
(b) More economical
(c) A bit does not have to write after reading
(d) Non-volatile
(e) None of these
Ans : (d)
379.Which of the following memories contains a
thin film of magnetic material sandwitched
between two permanent bias magnets?
(a) ROM
(c) Core
(b) Magnetic disk
memory
(d) Bubble
(e) None of
memory
these
Ans : (c)
380.The minimum time delay required between
the initiation of two successive memory
operations is known as
(a) memory cycle time
(b) memory access time
(c) transmission time
(d) waiting time
(e) None of these
Ans : (a)
381.When the time to establish link is large and
the size of data is small, the preferred mode of
data transfer is
(a) circuit switching
(b) packet switching
(c) time division multiplexing
(d) All of these
(e) None of these
Ans : (b)
382.In circuit switching
(a) data is stored at intermediate nodes
(b) transmission path is set before data transfer
(c) dedicated communication link is not
required
(d) All of these
(e) None of these
Ans : (b)
383.A device used in some magnetic tape data
entry system is
(a) key-to-disk station (b) light pen
43 MCQs Papers
Shakthii Academy
(c) touch Panel (d) card punch
(e) None of these
Ans : (a)
384.Which of the following PC user must have a
special hardware device that is to linkup with
a bulletin board system?
(a) ALU
(c) Modem (b) Control Unit
(e) None of these (d) Light Pen
Ans : (c)
385.A single primary storage location in the
processor unit
(a) can hold several different data items at the
same time
(b) can hold data items but not program
instructions
(c) is identified by a built-in and unique
number called an address
(d) is identified by a number that varies with
the contents in the location.
(e) None of these
Ans : (c)
386.A large computer designed to handle
complex scientific calculations
(a) may use only a firmed word-length storage
approach
(b) will likely require a character addressable
storage unit
(c) must use fixed length words of four
character each
(d) will not use numbered address locations
(e) None of these
Ans : (a)
387.Methods used to organize and physically
store disk data are cylinder and
(a) sector
(c) track (b)
(e) None of surface
these (d) hib
Ans : (a)
388.Magnetic storage chips have no moving
parts, and they provide nonvolatile directaccess storage of data.
(a) Tape
(c) Ink character (b) Disk
(e) None of these (d) Bus
Ans : (a)
389.A class of random access memory that
requires periodic servicing in order for, the
contents to remain valid is
(a) Static RAM
(c) PROM (b) Dynamic RAM
(e) None of these (d) EPROM
Ans : (b)
390.A sequence of microinstruction is
(a) machine code (b) microcode
(c) mnemonics (d) gray code
(e) None of these
Ans : (b)
391.A specific part of an arithmetic and logic unit
that is used to perform the operation of
multiplication is
(a) multiplier
(c) multivibrator (b) multiplener
(e) None of these (d) quantization
Ans : (a)
392.Which of the following belongs to the first
generation of computer?
(a) HNIAC (b) IBM 1401
(c) IBM 8090 (d) UNI VAC
44 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (d)
393. A typical modern computer uses
(a) LSI chips (b) vacuum tubes
(c) valves (d) All these
(e) None of these
Ans : (a)
394.Which kind of hardware is used the
most in
computer-
the input phase of a
based
information system?
(a) Keyboard (b) Printer
(c) Monitor (d) Hard disk
(e) None of these
Ans : (a)
395.Which kind of device allows the user to add
components and capabilities to a computer
system?
(a) System
boards
(b) Storage
(c) Input
devices
devices
(d) Expansion
(e) None of
slots
these
Ans : (d)
396.Which of the following persons probably has
the least amount of technical knowledge?
(a) User
(c) System
(b) Computer
Analyst
operator
(e) None of
(d) Programmer
these
Ans : (a)
397.Which of the following is not true for
primary storage?
(a) Information must be transferred to primary
storage
(b) It is relatively more expensive
(c) It allows very fast access to data
(d) It is less expensive
(e) None of these
Ans : (e)
398.In a generic microprocessor, instruction
cycle time is
(a) shorter than machine cycle time
(b) larger than machine cycle time
(c) exactly double the machine cycle time
(d) exactly the same as the machine cycle time
(e) None of these
Ans : (b)
399.The cyclic codes are used in
(a) arithmetic and logical computations
(b) data transfer
(c) continuously varying signal representation
(d) All of these
(e) None of these
Ans : (c)
400.The operation of a digital computer is based
on_________principle.
(a) Counting
(c) Electronic (b) Measuring
(e) None of these (d) Logical
Ans : (a)
401.The personal computers are also called
(a) desk top computers
(b) palmtop computers
(c) advanced computers
(d) portable computers
(e) None of these
Ans : (a)
402.Which of the following is a group of related
characters that are treated as a single unit?
45 MCQs Papers
Shakthii Academy
(a) Array
(c) Field (b) File
(e) None of (d)
these Block
Ans : (c)
403.The person who writes instruction that tell
the computer how to handle input information
is
(a) data entry operator
(b) computer programmer
(c) computer operator
(d) keypunch operator
(e) None of these
Ans : (b)
404.A system which allows interaction between
man and machine via some terminal device is
(a) batch mode
(b) interactive
(c) real time
(d) time sharing
(e) None of these
Ans : (b)
405.A computer midway between a micro and a
main frame in size is
(a) super
computer (b) micro
(c) mini computer computer
(e) None of these (d) KIPS
Ans : (c)
406.The capacity of a machine to perform tasks,
normally requiring human intelligence, is
(a) KIPS
(c) super computer (b) artificial
(e) None of these (d) micro computer
Ans : (b)
407.A Group of integrated parts is called
(a) system (b) swapping
49 MCQs Papers
Shakthii Academy
441.The number of tracks on a 1/2 inch wide
magnetic tape is
(a) 1
(c) 18 (b) 9
(e) None of (d) either
these bare
Ans : (d)
442.What is the most common speed in rpm at
which the hard disks usually rotate?
(a) 2400
(b)
(c) 4700
3600
(e) None of
(d)
these
1600
Ans : (b)
443.Disk units that use unremovable platters are
called
(a) unremovable disks
(b) hard disks
(c) sealed disks
(d) high-density disks
(e) None of these
Ans : (b)
444.Before you stored anything on a disk, it has
to be
(a) cleansed
(c) initialized (b) formatted
(e) None of these (d) either (a) or (b)
Ans : (b)
445.What is the name of the screen pointing
device that rolls on bearings and has one or
more buttons on its top?
(a) Track ball
(c) Light pen (b) Mouse
(e) None of these (d) Joy-stick
Ans : (b)
446.Character readers are those devices which
read the characters printed on the source
documents and then convert them directly into
computer-usable input.
(a) OCR
(c) OMR (b) MICR
(e) None of these (d) LCD
Ans : (d)
447.All calculations are performed
and all
comparisons are made in unit
(a) control unit
(b) arithmetic-logic unit
(c) central processing unit
(d) primary storage unit
(e) None of these
Ans : (a)
448.A certain computer hardware component
does not process the data itself but acts as a
central nervous system for other data
manipulating components. What is it called?
(a) ALU
(c) Control Unit (b) RAM
(e) None of (d) Secondary
these storage
Ans : (c)
449.A logic is an electronic circuit which
(a) makes logic decisions
(b) allows electron flow only in one direction
(c) works on binary algebra
(d) works on float numbers
(e) None of these
Ans : (a)
450.A code used for standardizing the storage
and transfer of information amongst various
computing devices is called
50 MCQs Papers
Shakthii Academy
(a) CRT
(c) ASCII (b) CPU
(e) None of (d)
these Dvorak
Ans : (c)
451.As compared to a magnetic tape, the main
advantage of magnetic disk is its
(a) rigidity
(c) low cost (b) direct access
(e) None of (d) high packing
these density
Ans : (b)
452.What is the size of the optical compact disk
which is used for recording high quality
music?
(b) 3.5
(a) 4.7 inch inch
(c) 5.5 inch (d) 8.7
inch
(e) None of these
Ans : (a)
453.Why do magnetic tape drives for
minicomputers use vacuum columns?
(a) For quick acceleration and deacceleration
of the tape
(b) For immediate starting and stopping of the
tape
(c) To avoid stress in the tape
(d) To provide extra tape length
(e) None of these
Ans : (c)
454.What is the name of the visible silver
rectangle which separates the take-up portion
of the magnetic tape from the data recording
portion?
(a) Load maker (b) Load
(c) Tape marker
separator (d) Tape
(e) None of these marker
Ans : (a)
455.The data on the tracks on a magnetic disk are
written as
(a) up or down
(b) tiny magnetic spots
(c) 0 or 1
(d) high or low voltage
(e) None of these
Ans : (b)
456.Which memory is nonvolatile and may be
written only once?
(a) RAM
(c) RAM (b) EE-ROM
(e) None of these (d) PROM
Ans : (d)
457.Which of the following statements is wrong?
(a) An EPROM can be programmed, erased
and reprogrammed by the user with an
EPROM programming instrument
(b) Magnetic tape is non volatile
(c)
semiconduct
Magnetic core and
or
memories
(d) RAM is a type of volatile memory
(e) None of these
Ans : (c)
458.For a memory system, the cycle time is
(a) same as the access time
(b) longer than the access time
(c) shorter than the access time
(d) submultiple of the access time
(e) None of these
Ans : (b)
51 MCQs Papers
Shakthii Academy
459.The process of fetching and executing
instructions, one at a time, in the order of
increasing addresses is known as
(a) instruction execution
(b) straight line sequencing
(c) instruction fetch
(d) random sequencing
(e) None of these
Ans : (b)
460.Non-volatility is an important advantage of
(a) CCD’s
(b) magnetic tapes and disks
(c) magnetic bubbles
(d) both (b) and (c)
(e) None of these
Ans : (d)
461.The general range of speed in revolutions per
minute (rpm) at which floppy disks rotate is
(a) 2400-4700
(c) 150-250 (b) 390-600
(e) None of these (d) 300-600
Ans : (c)
462.Main memory contains
(b) instructions
(a) data
(d) either (a) and
(c) both (a) and (b)
(b)
(e) None of these
Ans : (c)
463.Which access method is used for obtaining a
record from a cassette tape?
(a) Direct
(b)
(c) Random
Sequential
(e) None of
(d) All of
these
these
Ans : (b)
464.Two new types of semiconductor memories
are
(a) magnetic disks
(b) charge-coupled devices
(c) magnetic bubble memory
(d) both (b) and (c)
(e) None of these
Ans : (d)
465.The word ‘serial’ describes
(a) an inexpensive card reader that reads one
column at a time
(b) a character-by-character transfer of data
between an input/output or auxiliary
storage unit and a channel
(c) is a serial communication physical
interface through which information
transfers in or out one bit at a time
(d) both (a) and (b)
(e) None of these
Ans : (d)
466.The largest of the four conceptual areas of
storage is likely to be the
(a) program area
(c) working area (b) output area
(e) None of these (d) input area
Ans : (a)
467. In half-duplex data transmission
(a) data can be transmitted in one direction
only
(b) data can be transmitted in both directions
(c) data can be transmitted in both directions
simultaneously
(d) data cannot be transmitted
(e) None of these
Ans : (b)
52 MCQs Papers
Shakthii Academy
468.A lever used to control the movement of a
cursor on a video screen is
(a) keyboard
(c) light pen (b) Joy stick
(e) None of these (d) plotter
Ans : (b)
transmissio dat fro
469.In synchronous
n a m
various users
(a) require header
(b) do not require header
(c) sometimes require header
(d) All of these
(e) None of these
Ans : (b)
470.To set a register or counter to the all-zerostate is
(a) rerun
(c) remote (b) reset
(e) None of these (d) release
Ans : (b)
471.A device for entering X-Y co-ordinates is
known as
(a) card reader
(c) multiplexer (b) cassette tape
(e) None of these (d) joystick
Ans : (d)
472.Which of the following is still useful for
adding numbers?
(a) EDSAC
(c) Abacus (b) ENIAC
(e) None of these (d) UNIVAC
Ans : (c)
473.Which unit decodes information and present
to the user?
(a) ALU
(c) Output unit (b) Storage unit
(e) None of these (d) Control unit
Ans : (c)
474.Main storage is also called
(a) accumulator (b) control unit
(c) register unit (d) memory
(e) None of these
Ans : (d)
475.Most important advantage of an IC is its
(a) easy replacement in case of circuit failure
(b) extremely high reliability
(c) reduced cost
(d) low power consumption
(e) None of these
Ans : (b)
476.The most popular language for interactive
use is
(a) COBOL
(c) BASIC (b) PASCAL
(e) None of these (d) FORTRAN
Ans : (c)
477.In which mode, each user has a local
input/output device?
(a) Interactive
(b) Time sharing mode
(c) Batch processing mode
(d) All of these
(e) None of these
Ans : (b)
53 MCQs Papers
Shakthii Academy
478.A standard tape recorder used to save or load
computer information is known as
(a) magnetic tape
(c) punched paper (b) cassette
tape drive
(e) None of these (d) card punch
Ans : (b)
479.Programs designed to perform specific tasks
is known as
(a) system software
(b) application software
(c) utility programs
(d) operating system
(e) None of these
Ans : (b)
480.Perforated paper used as input or output
media is known as
(a) paper tape
(c) punched paper (b) magnetic
tape tape
(e) None of these (d) card punch
Ans : (a)
481.A computer with CPU speed around 100
million instructions per second and with the
word length of around 64 bits is known as
(a) super computer (b) mini computer
(c) mainframe computer (d) micro computer
(e) None of these
Ans : (a)
482.An approach that permits the computer to
work on several programs instead of one is
(a) on-line thesaurus
(b) multiprogramming
(c) overlapped processing
(d) outline processor
(e) None of these
Ans : (c)
483.A directly accessible appointment calendar is
a feature of a resident package.
(a) CPU
(c) Buffer (b) Memory
(e) None of these (d) ALU
Ans : (b)
484.The term gigabyte refers to
(b) 1024
(a) 1024 bytes
kilobytes
(c) 1024 megabytes
(d)
(e) None of these
1024gigabytes
Ans : (c)
485.CAD stands for
(a) Computer Aided Design
(b) Computer Algorithm for Design
(c) Computer Application in Design
(d) All of these
(e) None of these
Ans : (a)
486.In which language is a source program
written?
(a) English
(c) High-level (b) Symbolic
(e) None of these (d) Machine
Ans : (c)
487.Which of the following terms is the most
closely related to main memory?
(a) Non-volatile
(c) Control unit (b) Permanent
(e) None of these (d) Temporary
Ans : (d)
54 MCQs Papers
Shakthii Academy
488.Which of the following is used for
manufacturing chips?
(a) Control bus (b) Control unit
(c) Parity unit (d) Semiconductor
(e) None of these
Ans : (d)
489.Which of the following is required when
more than one person uses a central computer
at the same time?
(a) Terminal
(c) Digitizer (b) Light
(e) None of pen
these (d) Mouse
Ans : (a)
490.Who is considered the ‘father’ of the
minicomputer and one of the founder fathers
of the modem computer industry world-wide?
(a) George Tate (b) Kenneth H. Olsen
(c) Seymour Cray (d) Basic Pascal
(e) None of these
Ans : (b)
491.Multiprogramming was made possible
by
(a) input/output units that operate
independently of the CPU
(b) operating system
(c) both (a) and (b)
(d) neither (a) nor (b)
(e) None of these
Ans : (c)
of
492.Network topology, consisting
nodes
attached in a ring, without a host computer,
is
known as
(b) ring
(a) star
(c) bus
(d) tree
(e) None of these
Ans : (b)
493.Which of the following terms does not
describe a database structure used by a DBMS
to link data from several files?
(a) Relational
(c) Network (b) Structural
(e) None of these (d) All of these
Ans : (b)
494.A communication protocol that converts
noisy data links into communication channels
free of transmission errors is known as
(a) data link
protocol (b) data link
(c) data medium (d) data
(e) None of these model
Ans : (a)
495.Control of computer system or subsystem
operation by an operator who may intervene at
arbitrary times is
(a) manual
control (b)
(c) shift register mapping
(e) None of these (d) ALU
Ans : (a)
496.A plastic card similar to a credit card but
having some memory and a microprocessor
embedded within it is
(a) punched paper
tape (b) chip card
(c) card punch (d) magnetic
(e) None of these tape
Ans : (b)
497.A repository for data, usually covering
specific topic is
(a) database (b) data requisition
(c) databank (d) data collection
(e) None of these
55 MCQs Papers
Shakthii Academy
Ans : (c)
498.An on-line backing storage system capable
of storing larger quantities of data is
(a) CPU
(c) mass
(b) memory
storage
(d) secondary
(e) None of
storage
these
Ans : (c)
499.Which is an item of storage medium in the
form of a circular plate?
(a) Disk
(b)
(c) Printer
CPU
(e) None of
(d)
these
ALU
Ans : (a)
500.The progressing of two or more programs in
parallel is
(a) concatenation
(b) data
(c) concurrency
module
(e) None of these
(d) colossus
Ans : (c)
501.Properly arranged data is called
(a) field (b) words
(c) information (d) file
(e) None of these
Ans : (c)
502.Which of the following is a list-processing
high-level language?
(a) APL
(b)
(c) PROLOG
LISP
(e) None of
(d)
these
ADA
Ans : (b)
503.The use of a computer to get information
from a data bank is known as
(a) Information withdrawal
(b) Computer simulation
(c) information retrieval
(d) fall-tent searching
(e) None of these
Ans : (c)
504.Which of the following is a storage medium
to copy stored data onto another?
(a) Drum (b) Dump
(c) Critical path (d) Cybernetics
(e) None of these
Ans : (b)
505.Another word for a daisy when printer
is
(a) petal printer (b) golf-ball printer
(c) lesser printer (d) line printer
(e) None of these
Ans : (a)
506.The collection of utility programs,
subroutines or application programs used on a
particular computer is
(a) package
(b) system software
(c) application programs
(d) program library
(e) None of these
Ans : (d)
507.All the instructions and procedures needed to
start Up a computer, to the point it can load an
operating system are stored in ROM chips. In
IBM compatible PCs this is called the
(a) RAM BIOS
(c) EPROM (b) ROM BIOS
(e) None of these (d) POST
Ans : (b)
56 MCQs Papers
Shakthii Academy
508.In serial, asynchronous transmissions, the bit
is used to signal the end of the character
within the data frame.
(a) Start
(c) Parity (b) Stop
(e) None of these (d) Data
Ans : (b)
509.The term MIPS refers to
(a) millions of instructions per second
(b) multiple instructions per second
(c) megabytes of instructions per second
(d) millions input processor set
(e) None of these
Ans : (a)
510.Which of the following best describes the
term data processing?
(a) The collection of information or data
(b) The distribution of information or data
(c) The manipulation of information or data
(d) The storage of information or data
(e) None of these
Ans : (c)
511.The original ASCII code used./. bits of each
byte, reserving that last bit for error checking.
(a) 5
(b)
(c) 7
6
(e) None of
(d)
these
8
Ans : (c)
512.Communication ports are found on the back
of microcomputers. They are used to connect
the computer to
(a) printers (b) modems
(c) other (d) All of
hardware these
(e) None of these
Ans : (d)
513.What is a portion of memory that serves as a
temporary repository for data as it waits for a
given action?
(a) Memory
Pool
(b) Cache
(c) Processor
(d) Processor
(e) None of
pool
these
Ans : (b)
514.What process prepares the magnetic surface
of a disk by creating concentric circles, called
tracks, around the disk? (Each track is further
divided into pic-shaped sections called
sectors?
(a) Tracking
(b)
(c) Copying
Formatting
(e) None of
(d)
these
Sectioning
Ans : (b)
515.A six-digit card field used for postal ZIP
codes is defined as
(a) a letter field
(b) an alphabetic field
(c) a numeric field
(d) an alphanumeric field
(e) None of these
Ans : (c)
decision-
516.What are the three
making
operations performed by the ALU of a
computer?
(a) Greater than
(c) Equal to
(b) Less than
(d) All of these
(e) None of these
Ans : (d)
517.Which part of the computer is used for
calculating and comparing?
57 MCQs Papers
Shakthii Academy
(a) Disk unit
(c) ALU (b) Control unit
(e) None of these (d) Modem
Ans : (c)
518.Can you tell what passes into and out from
the computer via its ports?
(a) Data
(c) Graphics (b) Bytes
(e) None of these (d) Pictures
Ans : (b)
519.Which type of computers use the 8 bit code
called EBCDIC?
(a) Minicomputers (b) Microcomputers
(c) Mainframe computers (d) Supercomputers
(e) None of these
Ans : (c)
520.Whereas a computer mouse moves over the
table surface, the trackball is
(a) stationary
(c) dragged (b) difficult to move
(e) None of (d) moved in small
these steps
Ans : (a)
521.Which one of the following input device is
user-programmable?
(a) Dumb terminal
(b) Smart terminal
(c) VDT
(d) Intelligent
(e) None of these
terminal
Ans : (d)
522.The computer-memory holds data and
(a) bytes (b) program
(c) registers (d) bits
(e) None of these
Ans : (b)
523.The checking operation performed on input
data is called the
(a) validation of data
(b) verification of data
(c) cross check
(d) control of data
(e) None of these
Ans : (a)
524.The larger the RAM of a computer, the faster
its processing speed is, since it eliminates
(a) need for external memory
(b) need of ROM
(c) frequent disk I/Os
(d) need for wider data path
(e) None of these
Ans : (c)
525.The temporary or volatile memory of a
computer is erased when the computer is
turned off. Accordingly, the computer user
before turning off the machine must transfer
anything in the memory which is important to
(a) control unit (b) ALU
(c) CPU (d) permanent
(e) None of memory
these
Ans : (d)
526.Which of the following tasks is not suited for
sequential processing by a computer?
(a) Preparing of mailing labels
(b) Processing payroll cheques
(c) Accounting for credit card purchases
(d) Inventory control
(e) None of these
Ans : (d)
58 MCQs Papers
Shakthii Academy
527.The most expensive component in a
computer system is its
(b)
(a) hardware peripherals
(c) software (d) All of
these
(e) None of these
Ans : (e)
528.What is the name of the meftiory card which
is conceptually related to the smart card but is
similar to the video disk?
(a) Laser card
(b) Master
(c) Visa
card
(e) None of
(d) Optical
these
card
Ans : (a)
529.The time taken for the read/write head to
move to the correct track on the magnetic disk
is called
(a) epoch delay
(b) latency
(c) seek time
delay
(e) None of
(d) approach
these
time
Ans : (c)
530.A flat-bed plotter uses a pen which moves in
two directions across a piece of paper fixed on
a flat-bed. Can you tell who controls the
movements of this pen?
(a) Microfilm
(c) Film card (b)
(e) None of Microfiche
these (d) COM
Ans : (c)
531.Which of the following printer can be
classified as a page-at-a-time printer?
(a) Laser printer
(c) Thermal
(b) Dot-matrix
printer
printer
(e) None of
(d) Inkjet printer
these
Ans : (a)
532.What is the function of the ‘home key1in a
microcomputer qwerty keyboard?
(a) To capitalize letters
(b) To reposition the cursor
(c) To interrupt executions
(d) To cancel the entry
(e) None of these
Ans : (b)
533.Most of the errors blamed on computers are
actually due to
(a) programming errors
(b) hardware fatigue
(c) defects in floppy disks
(d) data entry errors
(e) None of these
Ans : (d)
534.File specification books are created primarily
for the use of
(a) systems analysts
(b) programmers
(c) operators
(d) managers
(e) None of these
Ans : (b)
535.The storage within the addressing scheme of
the computer but exceeding the physical
capacity is called
(a) address space
(b) overlay storage
(c) secondary storage
(d) scratchpad memory
(e) None of these
Ans : (a)
59 MCQs Papers
Shakthii Academy
536.Plotters print
(a) with ball point pens
(b) with ink pens
(c) electrostatically
(d) All of these
(e) None of these
Ans : (d)
537.Which generation of computers used
transistors?
(b) Second
(a) First generation
generation
(c) Fourth generation (d) All of these
(e) None of these
Ans : (b)
538.In MODEMS
(a) several digital signals are multiplexed
(b) a digital signal changes some characteristic
of a carrier wave
(c) digital signal is amplified
(d) All of these
(e) None of these
Ans : (b)
539.In digital data transmission
(a) baud rate is equal to bit rate
(b) baud rate is always smaller than the bit are
(c) baud rate is always higher than the bit rate
(d) baud rate is not constant
(e) None of these
Ans : (e)
540.Information retrieval is fastest from
(a) floppy disk
(b) magnetic tape
(c) hard disc
(d) All of these
(e) None of these
Ans : (c)
541.The process of entering data into a storage
location
(a) adds to the contents of the location
(b) cause variation in its address number
(c) is known as a readout operation
(d) is destructive of previous contents
(e) None of these
Ans : (b)
542.Which of the following topologies is highly
reliables?
(a) Star
(c) Fully connected (b) bus
mesh (d) All of
(e) None of these these
Ans : (c)
543.Which of the following topologies is not
broadcast type?
(a) Star
(c) Ring (b) bus
(e) None of these (d) Tree
Ans : (c)
544.A magnetic tape volume that is used on a
data processing operation without any change
to its contents is
(a) magnetic
disk
(b) punched paper
(c) master tape
tape
(e) None of
(d) card reader
these
Ans : (c)
545.A device that both transmits and receives
data, is
(a) transducer
(b) trapdoor
(c) translator
(d) transceiver
(e) None of these
60 MCQs Papers
Shakthii Academy
Ans : (d)
546.Which of the following is an abbreviation for
a hardware programming language?
(a) AHPL
(c) ACM (b) AFL
(e) None of these (d) APL
Ans : (a)
547.Which of the following is a mechanism for
separating continuous fan folded paper used in
fine printers?
(a) Buffering
(c) Bug (b) Burster
(e) None of these (d) Card reader
Ans : (b)
548.A group of signal lines used to transmit data
in parallel from one element of a computer to
another is
(a) control bus
(c) databus (b) address bus
(e) None of these (d) network
Ans : (c)
549.Allocator and manager of memory in an
operating system is
(a) keyboard
(c) kernel (b) key punch
(e) None of these (d) kludge
Ans : (c)
550.A used defined block of pixels that can be
placed anywhere on the screen is
(a) sprite
(c) spooling (b) stack
(e) None of these (d) station
Ans : (a)
551.In acquiring new mainframe hardware, an
organization
(a) may choose to rent a machine since this is
the least expensive acquisition method
(b) may buy the equipment to reduce the risk
of technological obsolescence
(c) may lease a machine in order to avoid a
large purchase price
(d) may choose to build its own system from
bins of integrated circuits
(e) None of these
Ans : (c)
552.Which of the following is not a factor
affecting the processing capability or
performance of a PC system?
(a) The clock speed of the microprocessor
(b) The revolution per minute of the printer
disk
(c) The primary storage capacity of the
processor
(d) The built-in instruction set available to the
microprocessor
(e) None of these
Ans : (b)
553.Super-computers
(a) are found at thousands of sites around the
world
(b) can now fit on a single silicon chip
(c) are usually designed to process accounting
applications
(d) are not fast enough for some applications
(e) None of these
Ans : (d)
554.Which hole is used to mark the location of
the first sector in a soft-sectored disk?
(a) Address (b) Location
61 MCQs Papers
Shakthii Academy
(c) Index (d) Label
(e) None of these
Ans : (c)
555.A data item which is not broken down into
smaller units is
(a) data element
(b) elementary data item
(c) data entry
(d) database management
(e) None of these
Ans : (b)
556.A language based on graphics for use in
education is
(a) PROLOG
(c) COBOL (b) LOGO
(e) None of these (d) expansibility
Ans : (b)
557.Codes which do not require to be frequently
updated also promote user efficiency due to
(a) simplicity
(c) stability (b) sortability
(e) None of these (d) expansibility
Ans : (c)
558.Which of the following is a data
communication link that connects more than
two stations, nodes, etc.?
(a) Multipoint connection
(b) Multipoint line
(c) Multiple chain
(d) Multilinked
(e) None of these
Ans : (b)
559.Which of the following is a particular form
of magnetic tape cartridge?
(a) Card punch
(c) Digital (b) Optical mark
cassette reader
(e) None of (d) Punched paper
these tape
Ans : (c)
560.The ability of a subsystem to be substituted
for the originally designated equipment is
(a) versatility
(b)
(c) reliability
compatibility
(e) None of
(d)
these
computability
Ans : (b)
561.A machine associated with card-based data
processing is
(a) Codomain
(c) Cartridge (b) Collator
(e) None of these (d) Digitizer
Ans : (b)
562.Which is computer input
microfilm?
(a) CIM (b) CIR
(c) BCS (d) CAM
(e) None of these
Ans : (a)
563.A framework in which circuit boards can be
mounted is
(a) card cage
(c) cache (b) motherboard
(e) None of these (d) RAM
Ans : (a)
564.Which memory is used in high-performance
systems, inserted between the processor and
memory?
(a) ROM (b) SAM
62 MCQs Papers
Shakthii Academy
(c) Cache
(e) None of
(d) RAM
these
Ans : (c)
565.A hardware used for virtual memory
allocation is
(b) base-bound
(a) CPU
register
(c) controller (d) register unit
(e) None of these
Ans : (b)
566.A type of memory chip whose contents
cannot be altered by writing data is
(a) RAM
(c) ROM (b) PROM
(e) None of (d)
these EPROM
Ans : (c)
567.The shifting of a program from one of the
memory addresses to another is
(a) data transmission
(b) data collection
(c) relocation
(d) database
(e) None of these
Ans : (c)
568.The amount of time that is taken up in
getting data from a disk is
(a) delay time
(c) real time (b) access time
(e) None of these (d) latency
Ans : (d)
569.Most computers understand programs written
in
(a) natural English language
(b) BASIC
(c) any high-level programming language
(d) specific programming language
(e) None of these
Ans : (a)
570.A subset of characters within a data field is
known as
(a) record
(c) data string (b) file
(e) None of these (d) bytes
Ans : (c)
571.The process used to set up a program once
the system is operational is
(a) operating system
(b) black bon
(c) boot strap
(d) utility
(e) None of these
Ans : (c)
572.Which is special register which holds
machine instructions?
(a) Control unit
(b) RAM
(c) Control instruction register
(d) ALU
(e) None of these
Ans : (c)
573.Which is a programming language for
military applications?
(a) COBOL
(c) C (b) CORAL
(e) None of these (d) FORTRAN
Ans : (b)
574.A way of checking the data have been moved
or stored correctly is
(a) password (b) prestel
63 MCQs Papers
Shakthii Academy
(c) parity
(e) None of these (d) modem
Ans : (c)
575.An input device with a joystick is
(a) punched card (b) paddle
(c) magnetic tape (d) magnetic disk
(e) None of these
Ans : (b)
576._________is a large computer of which
peripherals are mounted in a frame.
(a) Micro
computer (b) Main frame
(c) Mini computer (d) Super
(e) None of these computer
Ans : (b)
577.Translator of a high-level language into the
object code is called
(a) interpreter
(c) compiler (b) application
(e) None of program
these (d) assembler
Ans : (c)
578.An assembly language is a division of
(a) Binary language
(b) low-level language
(c) high-level language
(d) machine-language
(e) None of these
Ans : (b)
579.A built-in number that identifies a location in
storage is known as
(a) location
(b) register
(c) address
(d) accumulator
(e) None of these
Ans : (c)
580.A sequence of one or more characters is
(a) group
(c) block
(b) string
(e) None of
(d) field
these
Ans : (b)
geographic wit
581.A sizeable area
al h
communication based on the telephone system
is through a
(a) local area network
(b) wide area network
(c) modulator-demodulator
(d) All of these
(e) None of these
Ans : (b)
582.The methods used by COBOL to define that
structure of a data item in terms of characters,
digits, etc. is
(a) password (b) pointer
(c) picture (d) overlay
(e) None of these
Ans : (c)
583.The instruction code in machine
language or
assembled which specifies the basic
operations of the CPU is
(a) machine come (b) instruction code
(c) opcode (d) All of these
(e) None of these
Ans : (c)
584.One megabyte is
(a) 1048576 bytes
(c) 102756 bytes
(b) 211000 bytes
(d) 81100 bytes
(e) None of these
64 MCQs Papers
Shakthii Academy
Ans : (a)
585.A secondary storage device with immediate
access to any part of the stored data is
(a) direct access device
(b) printer
(c) keyboard
(d) punched card
(e) None of these
Ans : (a)
586.A computer in which data is represented by a
continuously variable physical quantity is
(a) digital computer
(b) analog computer
(c) hybrid computer
(d) machine-in-build computer
(e) None of these
Ans : (b)
587.The basic unit within a computer store
capable of holding a single unit of data is
(a) register
(c) control unit (b) ALU
(e) None of these (d) store location
Ans : (b)
588.A group of characters used to identify a
given low-level instruction is
(a) file
(c) key field (b) record
(e) None of these (d) label
Ans : (d)
589.A location which is sometimes protected,
used for specific purposes only is
(a) control unit (b) CPU
(c) register (d) memory
(e) None of these
Ans : (c)
590.The working principles of today’s computers
were provided by an English mathematician
(a) Charles (b) Dr.
Babbage Hollerith
(c) Donald Reach (d) Ken Reidcr
(e) None of these
Ans : (a)
591.A group of characters treated as an entity
within some computer is a
(a) block
(c) word (b) pack
(e) None of (d) All of
these these
Ans : (c)
592.A device used to bring information into a
computer is
(a) ALU
(b) input
(c) control unit
device
(e) None of
(d) output
these
device
Ans : (b)
593.The part of a computer system that enables
human operators to communicate with the
computer is
(a) control unit
(b)
(c) console
CPU
(e) None of
(d)
these
ALU
Ans : (c)
594.A digital device that processes data is known
as
(a) data
processor (b) data
(c) DBMS entry
(e) None of (d)
these database
Ans : (a)
65 MCQs Papers
Shakthii Academy
595.The part of the total storage of a computer
from which instructions are executed is
(a) secondary storage
(b) main storage
(c) RAM
(d) CPU
(e) None of these
Ans : (b)
596.An optical input device that interprets pencil
marks on paper media is
(a) O.M.R
(c) optical
(b) punch card
scanners
reader
(e) None of
(d) magnetic tape
these
Ans : (a)
597.A pen shaped device which can sense light,
and is used to point at spots on a video screen
is a
(a) mouse
(c) joystick
(b) light pen
(e) None of
(d) plotter
these
Ans : (b)
598.Which of the following is a non volatile
memory?
(a) PROM
(b) magnetic tape
(c) magnetic bubble memory
(d) RAM
(e) None of these
Ans : (c)
599.Which of the following can be used to
control the movement of a cursor on a video
screen?
(a) Mouse (b) OCR
(c) Card punch (d) joystick
(e) None of these
Ans : (d)
600.In digital computer, all the expressions are
coded into
(a) Octal digits
(b) Binary digits
(c) Hexadecimal digits
(d) decimal digits
(e) None of these
Ans : (b)
601.The display size of the typical visual display
screen is
(a) 80 columns wide by 24
(b) 40 columns wide by 20
(c) 15 columns wide by 10
(d) 60 columns wide by 30
(e) None of these
Ans : (a)
602.The only language understood by a digital
computer is called
(a) assembly language
(b) high level language
(c) low level
(d) Binary language
(e) None of these
Ans : (d)
603.Which operating system was produced by C
language?
(a) UDI/OS
(b) PC-
(c) UNIX
DOS
(e) None of
(d) CP/M-
these
86
Ans : (c)
66 MCQs Papers
Shakthii Academy
604.A memory that does not change its contents
without external causes is known as
(a) dynamic memory (b) static memory
(c) RAM
(e) None of these (d) EEPROM
Ans : (b)
605.IBM-PC is an example of
(b) machine-in-
(a) a main frame built
(c) micro computer (d) special
purpose
(e) None of these
Ans : (c)
606.The personnel which deal with the computer
and its management put together is known as
(a) firm ware
(c) software (b) human
(e) None of ware
these (d) hardware
Ans : (b)
607.What is the maximum number that can be
represented with 8 bits?
(a) 256
(c) 128 (b)
(e) None of 254
these (d) 64
Ans : (a)
608.Which of the following computer language is
used for artificial intelligence?
(a) FORTRAN
(c) C (b)
(e) None of PROLOG
these (d) COBOL
Ans : (b)
609.A magnetic storage device in which data is
stored on a cylindrical drum, subdivided into
tracks is known as
(a) punched card (b) magnetic disk
(c) magnetic card (d) drum
(e) None of these
Ans : (d)
610.Temporary storage used to compensate for a
difference in the speed of data flow is
(a) main memory
(c) protocol (b) buffer
(e) None of these (d) RAM
Ans : (b)
611.Which is a unit representing the number bits
of discrete?
(a) Baud
(c) bit (b) byte
(e) None of these (d) All of these
Ans : (a)
612.Any storage device added to a computer
beyond the immediately usable main storage
is known as
(a) floppy disk
(c) backing store (b) hard disk
(e) None of these (d) punched card
Ans : (c)
613.The way a computer is designed is
known as
(a) assembler (b) application
(c) architecture (d) utility
(e) None of these
Ans : (c)
614.A device in which information is stored by
means of small electrical charges is
(a) charge coupled device
(b) light pen
(c) plotter
(d) joystick
67 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (a)
615.A computer peripheral that prints one line of
output at a time is known as
(a) dot matrix printer
(b) daisy wheel printer
(c) line printer
(d) serial printer
(e) None of these
Ans : (c)
616.Data processing computer built to
conventional architectural is known as
(a) super computer
(b) mainframe computer
(c) micro computer
(d) mini computer
(e) None of these
Ans : (b)
617.Which is an electronic device that can store
temporarily a single bit of data?
(a) Accumulator
(c) Memory (b) Buffer
(e) None of these (d) Latch
Ans : (d)
618.Which of the following languages is usually
implemented with an interpreter?
(a) PASCAL
(c) BASIC (b) FORTRAN
(e) None of these (d) COBOL
Ans : (a)
619.Which method is used to connect a remote
computer?
(a) Device (b) Dialup
(c) Diagnostic (d) Logic circuit
(e) None of these
Ans : (b)
620.Which circular transparent disk has a pattern
of a radial bars printed on it?
(a) Milk disk
(c) Hard disk (b) Optical disk
(e) None of these (d) Mini disk
Ans : (a)
621.A device that converts one type of signal into
another is called
(a) modem
(c) punched paper (b) transducer
tape (d) punched
(e) None of these card
Ans : (b)
622.An operating system intended for use on
microprocessor based systems that support a
single user is
(a) PC-DOS
(c) UNIX (b) MS-DOS
(e) None of these (d) CP/M
Ans : (d)
623.A common boundary between two systems is
called
(a) interdiction
(c) intradiction (b) interface
(e) None of these (d) surface
Ans : (b)
624.An index register that is automatically
incremented or decremented with each use is
(a) auto index
(b) asynchronous
(c) assembler
(d) compiler
(e) None of these
68 MCQs Papers
Shakthii Academy
Ans : (a)
625.Which is standard interface made up of 100
parallel common communication lines?
(a) RS 232
(c) RS 256 (b) S-100 bus
(e) None of these (d) CP/100
Ans : (b)
626.A set of commands used to extract data from
a database meeting certain specified criteria is
called
(a) assembly language
(b) query language
(c) machine language
(d) high-level language
(e) None of these
Ans : (b)
627.The report card and merit list forms the
(a) output data
(b) data processing
(c) central processing
(d) input data
(e) None of these
Ans : (a)
628.Which is an input device?
(a) Tape puhcher
(b) Teleprocessing terminal
(c) Card puncher
(d) Optical printer
(e) None of these
Ans : (b)
for
629.A device converting handwritten
into
impressions coded characters and
positional co-ordinates for input to a computer
is
(a) touch panel
(c) wand (b) mouse
(e) None of these (d) writing tablet
Ans : (d)
630.Programmed instructions to the computer is
known as
(a) data
(c)
(b) code
documentation
(d) database
(e) None of these
Ans : (b)
631.A local storage register which contains the
address of the next instruction to be executed
is
(a) accumulator
(c) buffer (b) address register
(e) None of these (d) memory
Ans : (b)
632.The organization and interconnection of the
various components of a computer system is
(a) architecture
(c) graphics
(b) networks
(e) None of
(d) designing
these
Ans : (a)
633.An output medium that produces verbal
responses from the computer system is known
as
(a) audit trail
(c) monitor (b) printer
(e) None of (d) audit
these response
Ans : (d)
634.Which printer uses a combination of laserbeam and electro photographic techniques?
69 MCQs Papers
Shakthii Academy
(a) Laser (b) Dot-
printers Matrix
(c) Line printer (d) Daisy
(e) None of wheel
these
Ans : (a)
635.The part of a machine level instruction which
tells the central processor what has to be done
is known as
(a) opcode
(b)
(c) CPU
address
(e) None of
(d)
these
monitor
Ans : (a)
636.A system program which helps the execution
of user programs is known as
(a) system software
(b) application program
(c) batch operating system
(d) utilities
(e) None of these
Ans : (c)
637.A metal disk coated with ferromagnetic
substance for storing data is
(a) hard disk
(c) floppy disk (b) magnetic
(e) None of tape
these (d) card punch
Ans : (a)
638.A memory device in which a location is
identified by its contents rather than by name
is known as
(a) buffer
(b) magnetic tape
(c) associative storage
(d) punched card
(e) None of these
Ans : (c)
639.Off-line operation is the operation of devices
without the control of
(a) memory
(c) ALU (b) CPU
(e) None of (d) control
these unit
Ans : (b)
640.A storage device which is used to store data
and information external to the main storage is
known as
(a) buffer
(c) PROM (b) backing
(e) None of storage
these (d) accumulator
Ans : (b)
641.Software that is loaded into a computer
primary storage area is known as
(a) memory-resident package
(b) file management system
(c) electronic spread sheet program
(d) utilities
(e) None of these
Ans : (a)
642.A memory space used for the temporary
storage of data is
(a) PROM
(b)
(c) scratchpad
SAM
storage
(d)
(e) None of these
buffer
Ans : (c)
643.A prewritten program that is said to perform
a common task is called an application
(a) system (b)
software package
(c) utilities (d)
(e) None of these program
70 MCQs Papers
Shakthii Academy
Ans : (b)
644.Which function of a computer is responsible
for permanent storage of data?
(a) storage
(c) CPU (b) output
(e) None of these (d) memory
Ans : (a)
645.Which of the following is a displayed listing
of program option that users can select?
(a) Menu
(c) Data item (b) Block
(e) None of these (d) File
Ans : (a)
646.What digits are representative of all binary
numbers?
(a) 0
(b)
(c) Both (a) and
1
(b)
(d)
(e) None of these
3
Ans : (c)
647.Which type device is a piece of equipment
that receives information from a CPU?
(a) Input
(c) CPU (b) Output
(e) None of these (d) Memory
Ans : (b)
648.The 0 and 1 in the binary numbering system
are called binary digits or
(a) bytes
(c) decimal bytes (b) kilobytes
(e) None of these (d) bits
Ans : (d)
649.Hard disks are formatted in the same manner
as floppy disks. However, before a hard disk
can be formatted, it must first be
(a) partitioned
(c) deleted (b) sectioned
(e) None of these (d) inter-sectioned
Ans : (a)
650.Which type of RAM works like a series of
small switches? (Once a switch is set to ON, it
says on until the computer changes it)
(a) Dynamic
(c) Video (b)
(e) None of Static
these (d) RW
Ans : (b)
651.Which type of memory is for information
that DOES CHANGE on your computer?
(a) RAM
(c) ERAM (b) ROM
(e) None of (d)
these RW/RAM
Ans : (a)
652.A computer that is capable of parallel
processing is computer
(a) host
(c) mainframe (b)
(e) None of parallel
these (d) micro
Ans : (b)
653.The various states in which a computer
system may be operating is called
(a) execution (b) execution states
(c) execution phase
(d) execution step
(e) None of these
Ans : (b)
654.The time interval between successive
elements of a discrete time signal
is
(a) access time (b) seek time
(c) real time (d) epoch
71 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (d)
655.Any system that uses a computer as a
component but whose prime function is not
that of a computer is
(a) distributed system
(b) KPS
(c) embedded computer system
(d) AL
(e) None of these
Ans : (c)
656.Which of the following time will normally be
determined by the requirements of the device
to which the transfer is being made?
(a) Access
(b)
(c) Hold
Cycle
(e) None of
(d)
these
Delay
Ans : (c)
657.A method used to refer to data that is located
in an address field of an instruction in
addressing
(a) indirect
(c) immediate (b) implied
(e) None of (d) register
these indexed
Ans : (c)
658.A mechanism for arranging controlled access
to a shared resource is
(a) retrieving
(c) balleting (b) sorting
(e) None of (d) lock-
these out
Ans : (d)
659.The most widely used logic programming
language is
(a) BASIC (b) COBOL
(c) LOGO (d) PROLOG
(e) None of these
Ans : (d)
660.How much megabyte of data is typically
stores in bubble device?
(a) 6
(b)
(c) 10
1
(e) None of
(d)
these
4
Ans : (b)
661.Which of the following is another name for
tape transport?
(a) Core memory
(b) Card punch
(c) Tape drive unit
(d) Magnetic disk
(e) None of these
Ans : (c)
662.A data structure consisting of several fields,
some or all of which are instances of the same
data structure, is called
(a) field
(c) database (b) bead
(e) None of (d) data
these collection
Ans : (b)
663.A mass storage device on which information
is stored and read by a laser is
(a) ROM
(c) EROM (b) PROM
(e) None of (d) laser
these memory
Ans : (c)
664.Which of the following is a device to
combine into a single module a set of program
instructions that have been independently
compiled?
72 MCQs Papers
Shakthii Academy
(a) Mouse
(c) Linkage
(b) Modem
editor
(d) Light
(e) None of
pen
these
Ans : (c)
665.During the data gathering phase of the
system analysis step
(a) program flow-charts are often prepared
(b) the system design specifications are outline
(c) a number of specialized forms may be
prepared
(d) a standards manual is of little use
(e) None of these
Ans : (c)
666.Most computers have secondary storage
devices that are connected to the processor
and are thus able to accept data directly from
and return data directly to the processor.
(a) special
(c) off-line (b) online
(e) None of these (d) multi
Ans : (b)
667.Which of the following is a term meaning
that if a particular program is given bad data
for input it will produce bad results for
output?
(a) FIFO (b) LOGO
(c) ADA (d) GIGO
(e) None of these
Ans : (d)
668.A device which uses magnetic tape
cartridges to read or record information
at
340,000 alphanumeric characters per
second
is
(b) hypertape
(a) magnetic tape
drive
(c) card punch (d) magnetic disk
(e) None of these
Ans : (b)
669.A multiuser super micro system
(a) uses 6-bit data buses
(b)can not use the same type of
microprocessor chips found in single user
systems.
(c) can handle a number of processing tasks
concurrently
(d) All of these
(e) None of these
Ans : (c)
670.An 8-bit unit used to code data is called a
(a) word
(c) K (b) data set
(e) None of these (d) byte
Ans : (d)
671.A parity bit
(a) is a check bit added to each 7 to 8-bit
characters represented in-storage
(b) is what farmers use to get grain prices
(c) always produces an odd number of 1 bits
in a stored character
(d) is used to detect human keying errors
(e) None of these
Ans : (a)
672.Which of the following high speed nonimpact printers are fast enough to print the
entire book in about 1 minute?
(a) Laser
(c) Page (b) Dot-
(e) None of matrix
these (d) Line
Ans : (c)
73 MCQs Papers
Shakthii Academy
673.Which of the following parts is of an
operator console?
(a) Keyboard
(b) Control panel
(c) Printer
(d) CPU
(e) None of these
Ans : (b)
674.A software package that controls the timing
and operation of control devices is
(a) application software
(b) device driver
(c) system software
(d) utilities
(e) None of these
Ans : (b)
675.A random-access data storage device which
give rapid access to data is
(a) magnetic tape
(b) punched
(c) disk storage
card
unit
(d) buffer
(e) None of these
Ans : (c)
676.The updating of master files to reflect the
effects of current transactions is
(a) file processing
(c) front-end- (b) database
processor (d) direct
(e) None of these processing
Ans : (a)
677.A main control computer in a network of
distributed
(a) PC (b) mini computer
(c) host computer (d) micro
(e) None of these computer
Ans : (c)
678.Pick out the correct definition of buffer
(a) buffer is a hardware device that stores data
outside the CPU
(b) the buffer is the portion of the CPU
memory which stores the program
instructions
(c) buffer is a temporary storage between the
CPU memory and a peripheral device
(d) buffer is a device to convert input data into
a computer readable from
(e) None of these
Ans : (c)
679.A network designed for data transmission
and capable of carrying all types of traffic is
(a) ISDN
(c) LAN (b) MAN
(e) None of these (d) WAN
Ans : (a)
680.How many bits of microprocessor are used in
personal computer?
(a) 8 (b) 6
(c) 16
(e) None of these (d) 64
Ans : (c)
681.The CPU speed of a mini computer is
approximately………..kilo instructions per
second.
(a) 2500
(c) 6400
(b) 500
(d) 1024
(e) None of these
Ans : (b)
682.A device that is moved by hand to indicate a
precise position on a digital data tablet is
(a) light pen (b) mouse
74 MCQs Papers
Shakthii Academy
(c) joystick (d) plotter
(e) None of these
Ans : (b)
683.A copy of the contents of all the work space
associated with a process is
(a) dump
(b) dyadic
(c) dual processor
(d) dump
(e) None of these
check
Ans : (d)
684.An allocation that is made dynamically is
(a) dynamic data structure
(b) echo check
(c) dynamic allocation
(d) dynamic programming
(e) None of these
Ans : (c)
685.A computer based system for the storage,
cataloging and retrieval of documents is
(a) electronic filling
(b) polynomial
(c) effective enumeration
(d) All of these
(e) None of these
Ans : (a)
686.An operating system that is intended to
support large numbers of interactive terminals
is
(a) MS-DOS
(c) EM AS (b) XENIC
(e) None of these (d) CP/M
Ans : (c)
bui t
687.Data processing computer
lt o
conventional architecture is known as
(a) super
computer
(c) micro (b) mainframe
computer computer
(e) None of (d) mini computer
these
Ans : (d)
688.The 3 functional elements of a digital
computer are input device, output device and
(a) ALU
(c) CPU (b) register unit
(e) None of these (d) control unit
Ans : (c)
689.A file needed for updating a master
file is
(a) sequential (b) transaction
(c) random (d) serial
(e) None of these
Ans : (b)
690.Which of the following is a computer
hardware description language?
(a) ADA (b) APL
(c) CHDL (d)
(e) None of these LOGO
Ans : (c)
691.The system that is used for serial
transmission of data
is
(a) RS 232
(b) MS-
(c) PC-DOS
DOS
(e) None of these
(d) CP/M
Ans : (a)
692.A system that is designed to make a tape or
disk sense from copying is
(a) protocol
(c) queue (b) protection
(e) None of (d) All of
these these
Ans : (b)
75 MCQs Papers
Shakthii Academy
693.The first high level language used for the
IBM PC compatible is
(a) FORTRAN
(c) PILOT (b)
(e) None of COBOL
these (d) BASIC
Ans : (d)
694.Which of the following is the largest and
most powerful computer manufacturer in the
world?
(a) IBM
(c) Novel (b) Intel
(e) None of (d)
these Microsoft
Ans : (a)
695.A method of coding BINARY numbers as a
set of thick and thin lines on paper is
(a) encoder
(b) bar
(c) mnemonics
code
(e) None of
(d)
these
decoder
Ans : (b)
696.The cassette that is primarily intended for
recording sound which will note be ideal for
the recording of digital data is
(a) card
puncher
(c) audio (b) tape puncher
cassette (d) optical mark
(e) None of reader
these
Ans : (c)
697.Any set of data that must be preserved over a
long period is known as
(a) memory
(c) buffer (b) archive
(e) None of (d)
these accumulator
Ans : (b)
698.The central processor of a modern digital
consists of
(a) control unit
(c) register unit (b) primary
(e) None of memory
these (d) All of these
Ans : (c)
699.A typical modern computer uses
(a) magnetic cores
(b) LSI chips
(c) magnetic tapes
(d) more than 1000 vacuum tubes
(e) None of these
Ans : (b)
700.The basic components of a modern digital
computer are
(a) CPU
(c) output (b) input
device device
(e) None of (d) All of
these these
Ans : (d)
701.A break in the normal flow of processing is
called
(a) hung
(c) interrupt (b)
(e) None of crash
these (d) hit
Ans : (c)
702.Which of the following is used to translate
data into a coded representation?
(a) Compiler
(c) Modem (b)
(e) None of Interpreter
these (d) Encode
Ans : (d)
703.A vertically aligned set of tracks on a disk
pack is known as
(a) cluster (b) surface
(c) cylinder (d) panel
76 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (c)
704.A computer assisted method for the
recording and analyzing of existing
hypothetical systems is known as
(a) distributed processing
(b) data transmission
(c) data ink
(d) data flow
(e) None of these
Ans : (d)
705.Which of the following is used on domestic
tape recorders, designed for use in
microcomputers?
(a) punched card
(b) cassette tape
(c) Magnetic disk
(d) Punched paper tape
(e) None of these
Ans : (b)
706.Which of the following is a self learning
course?
(a) CAI (Computer-Aided Instruction)
(b) CAD (Computer-Aided Design)
(c) CAL (Computer-Aided Learning)
(d) DTP(Desk Top Publishing)
(e) None of these
Ans : (a)
707.The process of combining strings are known
as
(a) compiler
(b) concatenation
(c) interpreter
(d) All of these
(e) None of these
Ans : (b)
708.Which is a term used to express the condition
that if program is not properly fed then no
results would be obtained?
(a) CIR (b) CAL
(c) CAD (d) GIGO
(e) None of these
Ans : (d)
709.Which of the following is a device for
collecting data recorded as holes in
prepunched cards?
(a) Mouse (b) Plotter
(c) Badge reader (d) Light pen
(e) None of these
Ans : (c)
710.A device used to measure the circuit density
of a chip is
(a) light pen
(c) LSI (b) mouse
(e) None of these (d) All of these
Ans : (c)
711.Which of the following is the smallest
computer?
(a) Mini computer
(b) Super computer
(c) Micro computer
(d) Mainframe computer
(e) None of these
Ans : (c)
712.A device used with a computer to display or
store data is called
(a) instruction
(b) operand
(c) peripheral
(d) All of these
(e) None of these
77 MCQs Papers
Shakthii Academy
Ans : (c)
713.A device attached by the operator to a spool
of magnetic tape when writing is to take place
is
(a) light pen
(c) write ring (b) plotter
(e) None of these (d) magnetic disk
Ans : (c)
714.A family of languages specially developed
for children is
(a) LISP
(c) LOGO (b) APL
(e) None of these (d) ADA
Ans : (c)
715.The mechanical, magnetic, electronic and
electrical devices from which a computer is
fabricated is called
(a) magnetic core
(c) hardware (b) firm ware
(e) None of these (d) software
Ans : (a)
716.A file of records used to update the master
file is known as
(a) transaction file
(b) random access file
(c) sequential file
(d) All of these
(e) None of these
Ans : (a)
717.A unit of data contained in the field of a
record is
(a) item
(b) documentation
(c) field
(d) All of these
(e) None of these
Ans : (d)
718.Which of the following s an odd word?
(a) Printer
(c) Magnetic tape (b) Floppy disc
(e) None of these (d) Loader
Ans : (d)
719.A compact, enclosed package of magnetic
tape that uses V inch tape and records 1600
bits per inch is a
(a) cassette (b) drum
(c) cartridge (d) All of these
(e) None of these
Ans : (c)
720.A software package to implement a data base
is
(a) system analysis
(c) database (b) DBMS
(e) None of these (d) DASD
Ans : (a)
721.The place where the data or information is
stored for a short time is
(a) buffer
(c) control unit (b) memory
(e) None of these (d) ALU
Ans : (a)
722.The item required to position a head over the
proper track is known as
(a) real time
(c) seek time (b) access time
(e) None of these (d) time sharing
Ans : (c)
723.A subdivision of a track on a magnetic disk
or drum is
78 MCQs Papers
Shakthii Academy
(a) surface
(c) tape deck (b) sector
(e) None of these (d) scratch tape
Ans : (b)
724.Which part of computer performs functions
similar to the cerebrums of the cardiac and
nervous system of a human body?
(a) ALU
(c) CPU (b) Input device
(e) None of these (d) Control unit
Ans : (c)
725.The memory capacity of a computer is
represented in
(a) memory chips
(c) kilo bit (b) kilobyte
(e) None of these (d) All of these
Ans : (b)
726.The connection where wires are attached to a
modem, serial printer in
(a) serial
(b) serial port
communication
(c) stake
(e) None of these (d) network
Ans : (b)
727.Which of the following is the most important
part of a computer?
(a) Keyboard (b) Memory
(c) Register unit
unit (d) CPU
(e) None of
these
Ans : (d)
728.Which of the following of is an impact
printer?
(a) Daisy wheel (b) Ink-jet
(c) Plotter printer
(e) None of (d) Laser
these printer
Ans : (a)
729.A binary digit, which can have a value of 0
to 1 is
(a) byte
(c) decimal (b) bit
(e) None of (d)
these octal
Ans : (b)
730.COBOL is a
(a) assembly language
(b) machine language
(c) high level
(d) low level language
(e) None of these
Ans : (c)
731.The symbols used in an assembly language
are
(a) codes
(c) assembler (b) mnemonics
(e) None of these (d) All of these
Ans : (b)
732.The most important output device in a
computer system is
(a) CPU (b) magnetic disk
(c) hard-copy device
(d) card punch
(e) None of these
Ans : (c)
733.Which of the following programs give
instructions
computer?
about operations inside the
(a) system
(c) Utility
(b) Application
(d) Compiler
(e) None of these
Ans : (a)
79 MCQs Papers
Shakthii Academy
734.Which of the following is (are) secondary
memory(ies)?
(a) Magnetic
(b) Floppy
tape
disk
(c) Cassette
(d) All of
tape
these
(e) None of
these
Ans : (d)
735.Most of the computers available today are
known as
(a) 3rd generation computers
(b) 4th generation computers
(c) 5th generation computers
(d) 6th generation computers
(e) None of these
Ans : (b)
736.Which of the following is used as “Input
device” for the computer?
(a) Printer (b) VDU
(c) TV (d) Light pen
(e) None of these
Ans : (d)
737.What differences does the 5th
generation
computers have from other generation
computers?
(a) Technological advancement
(b) Scientific code
(c) Object Oriented Programming
(d) All of these
(e) None of these
Ans : (a)
738.A path linking 2 hardware or tele
communication units down which data
and
control signals can be transmitted is
(b)
(a) modulation
demodulation
(c) channel (d) signaling
(e) None of these
Ans : (c)
739.The first generation of computers available
was based on the bit micro processors are
(a) 4
(c) 16 (b) 8
(e) None of (d)
these 64
Ans : (b)
740.A generalised software package produced to
meet the bugs of a variety of data processing
users is known as
(a) utility programs
(b) system software
(c) operating system
(d) application package
(e) None of these
Ans : (d)
741.Codes consisting of light and dark marks
which may be optically read is known as
(a) mnemonics (b) bar code
(c) decoder (d) All of these
(e) None of these
Ans : (b)
742.The main computer in a network is called
(a) host processor
(b) front-end processor
(c) commentator
(d) KIPS
(e) None of these
Ans : (a)
743.A compiler means
(a) a person who compiles source programs
(b) the same thing as a programmer
80 MCQs Papers
Shakthii Academy
(c) keypunch operator
(d) a program which translates source program
into object program
(e) None of these
Ans : (d)
744.Which of the following language is more
suited to a structured program?
(a) PU1
(c) BASIC (b)
(e) None of FORTRAN
these (d) PASCAL
Ans : (d)
745.Which of the following language is not well
suited for computation?
(a) PASCAL
(c) Machine (b)
(e) None of FORTRAN
these (d) C
Ans : (c)
746.Which of the following languages is not well
suited for business applications?
(a) PL/1
(c) COBOL (b)
(e) None of Assembly
these (d) APL
Ans : (b)
747.A disk with usable recording surfaces on
each side is known as
(a) hard disk (b) single-sided disk
(c) double-sided disk (d) high capacity
(e) None of these
Ans : (c)
748.The time for which a process has been
receiving service from the processor is
(a) access time
(c) down time (b) CPU time
(e) None of (d) CPU
these Cycle
Ans : (b)
749.Which programming language is much in
vogue among users of microcomputers?
(a) ALGOL
(c) LOGO (b) APL
(e) None of (d)
these FORTH
Ans : (d)
750.A table within a computer that contains a
mapping between logical page addresses and
physical page addresses is
(a) truth table
(c) page table (b) paging
(e) None of (d)
these padding
Ans : (c)
751.Which is a swapping device used to hold the
images of pages in main memory?
(a) Plex
(c) Card punch (b) Paging drum
(e) None of (d) Optical mark
these reader
Ans : (b)
752.The examination and changing of single bits
or small groups of these within a word is
called
(a) bit
(c) bit (b) byte
manipulation (d) bit
(e) None of these slice
Ans : (c)
753.A language used for expressing program
designs is known as
(a) APL
(c) PL/1 (b) PDL
(e) None of (d)
these SNOBOL
Ans : (b)
81 MCQs Papers
Shakthii Academy
754.An input device that transfers information
from the punched card to the computer’s
memory is
(a) cassette tape (b) card
(c) card reader (d) magnetic disk
(e) None of
these
Ans : (c)
755.One million bytes of information is
abbreviated as
(a) Bit (b) MB
(c) KB (d) GB
(e) None of these
Ans : (b)
756.Which is the part of a computer system that
enables human operators to communicate with
the computer?
(a) Console
(c) Printer (b)
(e) None of Keyboard
these (d) CPU
Ans : (a)
757.High-level languages are not concerned with
computer but with
(a) assembler
(c) compiler (b) machine
(e) None of code
these (d) All of these
Ans : (a)
758.An instruction that transfers program control
to one or more possible paths is known as
(a) utility program
(b) system software
(c) broadband channel
(d) application program
(e) None of these
Ans : (c)
759.The process of writing computer instructions
in a programming language is known as
(a) coding
(c)
(b)
programming
processing
(e) None of
(d) file
these
Ans : (a)
760.Which input device is able to scan and
interpret an entire page that is typed in a
special font?
(a) Floppy disk
(c) Paper tape (b) Page reader
punch (d) Optical card
(e) None of these readers
Ans : (b)
761.An input device that is able to interpret
combinations of marks that represent data is
known as
(a) optical mark reader
(b) mouse
(c) card punch
(d) punch bar-code reader
(e) None of these
Ans : (d)
762.A memory in which the information is stored
last is on top and is retrieved first is known as
(a) PROM
(c) Stack (b) Buffer
(e) None of these (d) RAM
Ans : (c)
763.The memory stees in mainframe computers
and advanced technology micro computers are
expressed as
(a) bytes
(b) kilo-bytes
(c) bits
(d) megabytes
(e) None of these
82 MCQs Papers
Shakthii Academy
Ans : (d)
764.The invention of the slide rule is attributed to
(a) Babbage
(c) Pascal (b) Oughtred
(e) None of these (d) Napier
Ans : (b)
765.Pick out the wrong statement
(a) information stored in RAM can be changed
by over writing it
(b) information stored in ROM cannot be
changed by over-writing
(c) information can be stored in any location
of RAM
(d) computer main memory can be accessed
only sequentially
(e) None of these
Ans : (d)
766.The purpose of an application program is to
(a) convert program written in high level
language to machine language
(b) meet specific user needs
(c) allow the operating system to control
resources better
(d) make off-line equipment run better
(e) None of these
Ans : (b)
767.A medium for transferring data between two
locations is called
(a) network
(b) communication channel
(c) modem
(d) bus
(e) None of these
Ans : (b)
768.A place in a computer memory which stores
a unit of information is
(a) buffer
(c) memory (b)
(e) None of accumulator
these (d) location
Ans : (d)
769.A by-bits word length computer with very
high speed CPU and 64 MB main memory is
(a) minicomputer
(b) super computer
(c) mainframe computer
(d) micro computer
(e) None of these
Ans : (d)
770.A two-or-three character code used in
teletypewriter systems to activate a particular
machine is known as
(a) gray code
(c) call-directing (b) bar code
code (d)
(e) None of these mnemonics
Ans : (c)
771.Which is a high level computer language that
is often used by children?
(a) SNOBOL
(c) LOGO (b) A PL
(e) None of these (d) PL/1
Ans : (c)
772.Which of the following methods is of reading
the characters and providing input to a
computer?
(a) Optical character reader
(b) Punched paper tape
(c) Card punch
(d) Magnetic ink character
83 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (c)
773.When you enter text in a cell in Excel, it also
appears in the………..
(a) status bar
(c) row heading (b) formula bar
(e) None of these (d) name box
Ans : (b)
774.Which elements of a Word document can be
displayed in colour?
(a) Only graphics
(b) Only text
(c) Only the first word of each line
(d) All elements, but only if you have a colour
printer
(e) All elements
Ans : (e)
775.Workbook is a collection of………
(a) Page Setup
(c) Diagrams (b) Buttons
(e) Worksheets (d) Charts
Ans : (e)
776. ………appear at the bottom of the Excel
Window.
(a) Sheet tabs
(c) Formula bar (b) Name box
(e) None of these (d) Title bar
Ans : (e)
777.EPROM stands for………..
(a)
Read-
Erasable Programmable
Only
Memory
(b) Electronic Programmable Read-Only
Memory
(c) Enterprise Programmable Read-Only
Memory
(d) Extended Programmable Read-Only
Memory
(e) Electrical Programmable Read-Only
Memory
Ans : (a)
778.The technology that stores only the essential
instructions on a microprocessor chip and thus
enhances its speed is referred to as………..
(a) CISC
(c) CD-ROM (b) RISC
(e) MISC (d) Wi-Fi
Ans : (e)
779.Which is not a basic function of a
computer?
(a) Store data (b) Accept data
(c) Process data (d) Copy text
(e) Accept and Process data
Ans : (d)
780.ASCII is a coding system that provides…….
(a) 256 different characters
(b) 512 different characters
(c) 1024 different characters
(d) 128 different characters
(e) 1000 different characters
Ans : (d)
781.Which part of the computer is directly
involved in executing the instructions of the
computer program?
(a) The scanner
(b) The main storage
(c) The secondary storage
(d) The printer
(e) The processor
84 MCQs Papers
Shakthii Academy
Ans : (e)
782.When the computer is switched on, the
booting process performs the………..
(a) Integrity Test
(b) Power-On Self-Test
(c) Correct Functioning Test
(d) Reliability Test
(e) Shut-down
Ans : (b)
783.InWord, the feature that automatically
detects common errors is called…………
(a) Autocorrect
(b) Autograph
(c) Spelling and Grammar
(d) Goto
(e) Thesaurus
Ans : (a)
784.A computer system that is old and perhaps
not satisfactory is referred to as a(n)_____
(a) Ancient
system
(b) Historical
(c) Age-old
system
system
(d) Legacy system
(e) Legal system
Ans : (d)
785.Which of the following is not a binary
number?
(a) 001 (b) 101
(c) 202 (d) 110
(e) 011
Ans : (c)
786.Which of the following does not store data
permanently?
(a) ROM (b) RAM
(c) Floppy (d) Hard
Disk Disk
(e) None of these
Ans : (b)
787.Which of the following is the smallest
storage?
(a) Megabyte
(b)
(c) Kilobyte
Gigabyte
(e) Nano
(d)
Mbyte
Terabyte
Ans : (c)
788.Which menu enables the user to choose
toolbars?
(a) View
(c) Insert (b) Format
(e) Help (d) Edit
Ans : (a)
789.By viewing the properties of the local hard
disk of a computer, the user can find out…….
(a) the amount of space that has been used up
and the remaining free space on the disk
(b) the name of the user viewing the properties
of the disk
(c) Nothing useful to the user
(d) The number of programs available in the
computer
(e)None of these
Ans : (a)
790.Pre-defined and built-in formulas in Excel
are known as……….
(a) Autosheets
(b) Diagrams
(c) Charts
(d) Tables
(e) Functions
Ans : (e)
791.Which of the following contains permanent
data and gets updated during the processing of
transactions?
85 MCQs Papers
Shakthii Academy
(a) Operating System File
(b) Transaction File
(c) Software File
(d) Master File
(e) Any File
Ans : (b)
792.The keyboard shortcut to center selected text
in Word is
(a) Ctrl + Esc
(b) Ctrl + C
(c) Alt + C
(d) There is no keyboard shortcut for this
operation
(e) Ctrl + E
Ans : (e)
793.Which of the following helps to protect
floppy disks from data getting accidentally
erased?
(a) access notch
(b) Write-protect
(c) entry notch
notch
(e) None of these
(d) input notch
Ans : (b)
794.A modem is connected to……….
(a) a telephone line (b) a keyboard
(c) a printer (d) a monitor
(e) a scanner
Ans : (a)
795.Large transaction processing systems in
automated organizations use………….
(a) Online Processing
(b) Batch Processing
(c) Once-a-Day Processing
(d) End-of-a Day Processing
(e) Once-a-week Processing
Ans : (b)
796.Which Excel feature enables predefined
layouts to selected tables in the worksheet?
(a) Autoformat
(b) Header and Footers
(c) Undo and Redo
(d) Spelling and Grammar
(e) Autograph
Ans : (a)
797.Which of the following is hardware and not
software?
(a) Power Point
(b) Printer
(c) ALU
Driver
(e) Operating
(d) Excel
System
Ans : (c)
798.What is the default file extension for all word
documents?
(a) TXT
(c) FIL (b) WRD
(e) None of these (d) DOC
Ans : (d)
799.The octal system…………
(a) needs less digits to represent a number than
in the binary-system
(b) needs more digits to represent a number
than in the binary system
(c) needs the same number of digits to
represent a number as in the binary system
(d) needs the same number of digits to
represent a number as in the decimal
system
(e) None of these
Ans : (b)
86 MCQs Papers
Shakthii Academy
800.When you scroll through a document, the
………….does not move.
(a) I-beam
(c) page (b) scroll bar
(e) None of these (d) insertion point
Ans : (a)
801.Which of the following is not a term
pertaining to the Internet?
(a) Link
(c) Browser (b) Hyperlink
(e) Mouse (d) Search Engine
Ans : (e)
802.A set of formats that has a name and can be
quickly applied to selected text is called
a(n)………
(a) font (b) style
(c) feature (d) finish
(e) None of these
Ans : (b)
803.You can show an entire page or
multiple
pages at the same time
using………….options.
(b) Draft
(a) Word
(d)
(c) Zoom
Show/Hide
(e) Hide page
Ans : (c)
804.When browsing the World Wide Web, the
browser is a………….
(a) feeder (b) server
(c) application program program
(e) client program (d) system
Ans : (c) program
805.Where is newly received email
stored?
(a) your website (b) Address-box
(c) Inbox (d) your personal laptop
(e) None of these
Ans : (c)
806. …………implies a combination of audio,
video, text, animation and graphics.
(a) Special media
(b) Multiplexer
(c) Multiple
(d) Message-
(e) Multimedia
media
Ans : (e)
807.CD stands for…………
(a) Computer Disk (b) Contact Disk
(c) Circular Disk (d) Cold Disk
(e) Compact Disk
Ans : (e)
808.In Excel, a……….is identified by the cell in
the upper-left corner and the cell in the lowerright corner, separated by a colon.
(a) worksheet
(c) cell (b)
reference value
(e) None of (d)
these range
Ans : (d)
809.A document in a portrait prints……..
(a) The same characters per line with the same
document in landscape
(b) More characters per line than the same
document in landscape
(c) Less characters per line than the same
document in landscape.
(d) Smaller fonts in order to fit the same
amount of characters per line with
landscape
(e) None of these
Ans : (c)
87 MCQs Papers
Shakthii Academy
810.When the mouse is moved, it causes a picture
to move on the screen which is referred to as
a………….
(a) menu
(c) pointer (b)
(e) None of icon
these (d) tab
Ans : (c)
811.Press the………key to move the insertion
point to the first cell in a row in Excel.
(a) Page Up
(b) Page
(c) Home
Down
(e) None of
(d) Tab
these
Ans : (c)
812.Small programs that act on data received by
the user’s computer as part of a Web page are
called
(a) search engines
(c) browsers (b) servelets
(e) feedback (d) applets
Ans : (d)
813.CD and DVD drives are examples
of…….
(b) solid stage
(a) coding media
storage
(c) zip drives
(d) printers
(e) storage devices
Ans : (c)
814.Language used in a computer that is similar
to the languages of humans and is easy to
understand is referred to as………….
(a) Source code
(b) Machine Language
(c) High level Language
(d) Object Code
(e) Assembly language
Ans : (a)
815.Which of the following is not true about
computer files?
(a) They are collections of data saved to a
storage medium.
(b) Every file has a file name
(c) A file extension is established by the user
to indicate the computer on which it was
created.
(d) All files contain data
(e) None of these
Ans : (c)
816.Which of the following is not an example of
hardware?
(a) WORD
(c) Monitor (b) Printer
(e) Scanner (d) Mouse
Ans : (a)
817.The result of a formula in a cell is the
(a) label (b) value
(c) range (d) displayed value
(e) None of these
Ans : (d)
818.Which of the following is not a storage
medium?
(a) hard disk
(c) DVD (b) flash drive
(e) monitor (d) CD
Ans : (e)
819.Choose the odd one out……….
(a) Micro Computer
(b) Mini Computer
(c) Super Computer
(d) Notebook Computer
88 MCQs Papers
Shakthii Academy
(e) Digital Computer
Ans : (c)
820.The ALU performs………operations.
(a) logic
(c) algorithm-
(b) ASCII
based
(d) logarithm-
(e) final
based
operations
Ans : (a)
821.In a sequence of events that takes place in an
instruction cycle, the first cycle is……….
(b) Execute
(a) Store Cycle
Cycle
(c) Fetch Cycle
(d) Decode
(e) Code Cycle
Cycle
Ans : (c)
of the following Excel charts
822.Which
represents only one value for each
variable?
(a) function (b) line
(c) pile (d) bar
(e) None of these
Ans : (c)
823.To move data from one part of the document
to another, following is used……..
(a) Cut and
Paste
(b) Copy and
(c) Cut and
Paste
Delete
(d) Copy and
(e) Cut and
Undo
Insert
Ans : (a)
824.To save a document for the first time,
……..option is used.
(a) Save as
(c) Save on (b) Save
(e) None of first
these (d) Copy
Ans : (a)
825.What is a device that can change images into
codes for the computer?
(a) mouse
(c) joystick (b) printer
(e) scanner (d) keyboard
Ans : (e)
826.Two basic types of graphics used in word
2000 are :
(a) Autoshapes and ClipArt
(b) Header and Footer
(c) Drawing Objects and Pictures
(d) Spelling and Grammar
(e) Word Count
Ans : (c)
827.User can use………..commands to search for
and correct words in a document.
(a) Print and Print Preview
(b) Header and Footer
(c) Find and Replace
(d) Spelling and Grammar
(e) Copy and Paste
Ans : (c)
828.What is the advantage of using basic HTML
to create a document?
(a) HTML is very easy to use
(b) The document can displayed by all word
processors.
(c) The document can be displayed by all
programs
(d) The document can be displayed by all
browsers
(e) None of these
Ans : (d)
829.Which of the following functions is not
performed by the CPU?
(a) Graphical Display of Data
89 MCQs Papers
Shakthii Academy
(b) Arithmetic Calculations
(c) Managing Memory
(d) Managing Input and Output
(e) None of these
Ans : (a)
830.The feature that keeps track of the right
margin is
(a) find and replace
(c) right justified (b) wordwrap
(e) ragged right (d) left justified
Ans : (d)
831.Keyboard shortcuts are used to
move the
(b) insertion
(a) I-beam
point
(c) scrollbar
(d) mouse
(e) None of these
Ans : (b)
832.To specify margins in Word, the user has to
select Page Setup option from the………..
menu.
(a) Edit
(c) Autocorrect (b) Table
(e) Format (d) File
Ans : (e)
833.What is the name of the package which helps
to create, manipulate and analyse data
arranged in rows and columns?
(a) Application package
(b) Word processing package
(c) Outlining package
(d) Outline processors
(e) Spreadsheet package
Ans : (e)
834.What does an electronic spreadsheet consist
of?(Choose the best answer)
(a) Rows
(c) Cells (b) Columns
(e) None of (d) All of
these these
Ans : (d)
835.ROM is an example of which of the
following?
(a) volatile memory
(b) cache
(c) nonvolatile
memory
memory
(d) virtual
(e) None of these
memory
Ans : (c)
836.Which part of the computer can display the
user’s work?
(a) Mouse
(c) Disk Drive (b) Keyboard
(e) None of these (d) Monitor
Ans : (d)
837.When a computer prints a report, this output
is called………….
(a) Program
(c) Hard copy (b) Soft copy
(e) None of these (d) Execution
Ans : (c)
838.The processor is a ……………chip plugged
onto the motherboard in a computer system.
(a) LSI
(c) ULSI (b) VLSI
(e) WLSI (d) XLSI
Ans : (b)
839.A register that keeps track of the
next
instruction
to be executed is called a
………….
(b) Instruction
(a) Data Register
Register
90 MCQs Papers
Shakthii Academy
(c) Action Register (d) Program Counter
(e) Accumulator
Ans : (b)
840.The microprocessor of a computer………..
(a) does not understand machine language
(b) understands machine language and high
level languages
(c) understands only machine language
(d) understands only high level languages
(e) understands only assembly language
Ans : (c)
841.A set of choices on the screen is called a(n) :
(a) menu
(b) reverse
(c) action plan
video
(e) template
(d) editor
Ans : (a)
842.Extended form of PROM is :
(a) Programmable read-Only Memory
(b) Progressive Read-Only Memory
(c) Periodic Read-Only Memory
(d) Perfect Read-Only Memory
(e) Program Read-Only Memory
Ans : (a)
843.Which of the following words is not related
with internet?
(a) Link
(c) Browser (b) Function Key
(e) Hyperlink (d) Search Engine
Ans : (b)
844.In order to make the text align with both the
left and right margins, use the ………..
alignment
(a) right (b) justify
(c) both sides (d) balanced
(e) None of these
Ans : (b)
845.Full form of LSI is :
(a) Low-Scale Internet
(b) Large-Scale Internet
(c) Low-Scale Integration
(d) Large-Scale Integration
(e) Local-Scale Integration
Ans : (d)
846.Which of the following is also an active cell
in MS-Excel?
(a) current cell
(c) range (b) formulae
(e) None of these (d) cell address
Ans : (a)
847.Web cam is an :
(a) Input device
(b) Output device
(c) Processing device
(d) Input/Ouput device
(e) None of these
Ans : (a)
848.Motherboard is also known as :
(a) Mouse
(b) Computer board
(c) System device
(d) Central board
(e) System board
Ans : (e)
849.To view a part of a document on screen we
use the facility of :
91 MCQs Papers
Shakthii Academy
(a) searching
(c) scrolling (b) pasting
(e) copying (d) editing
Ans : (d)
850.With the help of this feature Excel calculate
dynamically the results of data :
(a) Go to
(c) Chart (b) Table
(e) Farmula and Function (d) Diagram
Ans : (e)
851.Which type of storage is hard
disk?
(b) Volatile
(a) Non-permanent
(d) Non-
(c) Temporary
volatile
(d) None of these
Ans : (d)
852.Which of the following is a hardware not a
software?
(a) Excel
(b) Printer
(c) Operating
Driver
System
(d) Power
(e) Mouse
Point
Ans : (e)
853.Assembly language is………………
(a) Machine language
(b) High-level programming language
(c) A low-level programming language
(d) Language for assembling computers
(e) None of these
Ans : (c)
854.Which of the following is not one of the
syntax rules?
(a) The order in which you list the function’s
arguments
(b) The precedence of the arguments
(c) Whether or not the function has arguments
(d) Properly spelling the function’s name
(e) None of these
Ans : (a)
855.The binary system is a number system to the
base ………..
(a) 2 (b) 4
(c) 8 (d) 10
(e) 16
Ans : (a)
856.Which of the following is not an example of
hardware?
(a) Scanner
(c) Monitor (b) Printer
(e) Interpreter (d) Mouse
Ans : (e)
857.Which contents are lost when the computer
turns off?
(a) storage
(c) output (b) input
(e) None of (d)
these memory
Ans : (d)
858.On a CD-RW you can
(a) read and write information
(b) only read information
(c) only write information
(d) read, write and rewrite information
(e) None of these
Ans : (d)
859.To be able to ‘boot’, the computer must have
a(n)…………
(a) Compiler (b) Loader
(c) Operating System (d) Assembler
92 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (c)
860.This is not a function category in Excel.
(a) Logical
(c) Financial (b) Data
(e) None of Series
these (d) Text
Ans : (a)
861.In Excel, this is a prerecorded formula that
provides a shortcut for complex calculations
………..
(a) Value (b) Data Series
(c) Function
(e) None of these (d) Field
Ans : (c)
862.The following computer’s memory is
characterized by low cost per bit
stored……..
(a) Primary
(c) Hard Disk (b) Secondary
(e) None of these (d) All of these
Ans : (b)
863.What happens when we try to delete the fries
on the floppy?
(a) The files get moved to the Recycle Bin
(b) Files on a floppy cannot be deleted
(c) The files get deleted and can be restored
again from Recycle Bin
(d) The files get deleted and cannot be restored
again
(e) The file gets copied on the Hard disk
Ans : (d)
864.In word, replace option is available on ……..
(a) File Menu (b) View Menu
(c) Edit Menu (d) Format Menu
(e) None of these
Ans : (c)
865.What type of keys are ‘ctrl and shift’?
(a) adjustment
(c) three times (b) twice
(e) None of these (d) alphanumeric
Ans : (c)
866.A word gets selected by clicking it to select a
word, in word………….
(a) once
(c) three times (b) twice
(e) None of these (d) four times
Ans : (b)
867.To reverse the effect of your last action in
word,………….
(a) Use the cut command
(b) Use the Undo command
(c) Press the delete key
(d) Use the Redo command
(e) None of these
Ans : (b)
868.Your position in the text is shown by a……..
(a) Blinker
(c) Causer (b) Cursor
(e) None of these (d) Pointer
Ans : (b)
869.The time for the actual data transfer after
receiving the request for data from secondary
storage is referred to as the disk’s…………
(a) transfer time
(c) access time (b) movement-time
(e) None of these (d) data input time
Ans : (c)
93 MCQs Papers
Shakthii Academy
870.Which of the following categories would
include a keyboard?
(a) Printing Device
(c) Pointing Device (b) Output Device
(e) Input Device (d) Storage Device
Ans : (e)
871.Using output devices one can……….
(b) store data
(a) Input data
(d) view or print
(c) scan data
data
(e) None of these
Ans : (d)
872.Using Print Preview is useful when you want
to…………
(a) Colour the document
(b) Save the document
(c) Delete the document
(d) Copy the document
(e) View how the document will appear when
printed
Ans : (e)
873.Which of the following can input graphical
images and pictures for a computer?
(a) Plotter
(c) Mouse (b)
(e) Scanner
Keyboard (d) Printer
Ans : (b)
874.When a chart is placed on this, it is much
larger and there is no other data on it……..
(a) Chart
sheet
(b) Exclusive
(c) Primary
sheet
sheet
(d) Reference
(e) None of
sheet
these
Ans : (d)
875.Information that comes from an external
source and fed into compute software is
called……….
(a) Output
(c)
(b) Input
Throughput
(d)
(e) None of
Reports
these
Ans : (b)
876.This dialog box specifies or modifies the
worksheet cell range containing data to be
charted………….
(a) Chart Location
(b) Chart Style
(c) Chart Options
(d) Chart Source Data
(e) None of these
Ans : (a)
877.If you change Windows 98 to Windows XP,
you are actually performing………..
(a) upstart
(c) update (b)
(e) None of upgrade
these (d) patch
Ans : (b)
878.The operating system that is self-contained in
a device and resident in the ROM is…………
(a) Batch Operating System
(b) Real-time Opearting System
(c) Embedded Operating System
(d) Multi Operating System
(e) None of these
Ans : (c)
879.To make a copy of the current document to
disk…………
(a) Use the ‘Save’ command
(b) This cannot be done
94 MCQs Papers
Shakthii Academy
(c) Use the ‘duplicate’ command
(d) Copy the document
(e) Use the ‘save as’ command
Ans : (d)
880.In the formula, B1/B2 + B3, which of the
following is the correct precedence?
(a) Addition higher precedence than division
(b) Equal precedence among the two
operators; proceed right to left
(c) Equal precedence among the two
operators; proceed left to right
(d) Division higher precedence than addition
(e) None of these
Ans : (*)
881.POST stands for………..
(a) Power on Self Test
(b) Program on Self Test
(c) Power on System Test
(d) Program on System Test
(e) Power Off System Test
Ans : (a)
882.In word, you can use Styles to…………
(a) Make copies of documents
(b) Save changes to documents
(c) Delete text in-documents
(d) Format your documents
(e) None of these
Ans : (d)
883.How many megabytes make a gigabyte?
(a) 1024 (b) 128
(c) 256 (d) 512
(e) 64
Ans : (a)
884.Which of the following is not a term
pertaining to the Internet?
(a) Keyboard
(c) Browser (b) Link
(e) Hyperlink (d) Search Engine
Ans : (a)
885.Which of the following is used by the
browser to connect to the location of the
Internet resources?
(a) Linkers (b) Protocol
(c) Cable (d) URL
(e) None of these
Ans : (d)
would evaluate the formula,
886.Excel
=20*10/4*8, and return the
answer…………..
(a) 400 (b) 40
(c) 6.25
(e) 600 (d) 232
Ans : (c)
887.Which of the following is the fastest type of
computer?
(a) Laptop
(c) Personal (b) Notebook
Computer (d)
(e) Supercomputer Workstation
Ans : (e)
888.Which key is used to delete one character to
the left of the current position of the cursor?
(a) Backspace
(c) Insert (b) Delete
(e) Ctrl (d) Esc
Ans : (a)
889.Which part of the computer helps to store
information?
95 MCQs Papers
Shakthii Academy
(a) Monitor
(c) Disk-drive (b) Keyboard
(e) Plotter (d) Printer
Ans : (c)
890.In word, when you indent a paragraph,
you…….
(a) push the text in with respect to the margin
(b) change the margins on the page
(c) move the text up by one line
(d) move the text down by one line
(e) None of these
Ans : (a)
891.Which keys enable the input of numbers
quickly?
(a) ctrl, shift and alt
(b) function keys
(c) the numeric keypad
(d) arrow keys
(e) None of these
Ans : (c)
892.The operation of combining two cells into a
single cell in Excel is referred to as……….
(a) Join Cells
(c) Merge Table (b) Merge Cells
(e) None of these (d) Join Table
Ans : (b)
893.Which of the following can be used to store a
large number of files in a small amount of
storage space?
(a) File (b) File copying
adjustment (d) File
(c) File reading compatibility
(e) File
compression
Ans : (e)
894.Data is organized in a worksheet as………..
(a) charts and diagrams
(b) rows and columns
(c) tables and boxes
(d) graphs
(e) None of these
Ans : (b)
895.Which of the following is an example of a
binary number?
(a) 6AH1
(c) 005 (b) 100101
(e) 23456 (d) ABCD
Ans : (b)
896.Spell Check will find errors in which of the
following?
(a) Today is a rainy day
(b) Today is a rainy a day
(c) is a rainy
(d) Rainy today a day
(e) None of these
Ans : (e)
897.Which of the following is not a storage
medium?
(a) hard disk
(c) DVD (b) flash drive
(e) Keyboard (d) CD
Ans : (e)
898.In Excel, when the contents and attributes of
a cell or range of cells have to be erased using
the menu, the user must…………
(a) Select the cells, choose Edit, and select
Clear, then All
(b) Select the cells, and click delete on the
keyboard
96 MCQs Papers
Shakthii Academy
(c) Select the cells, choose Tools, and select
Clear, then Formats
(d) Select the cells, choose Tools, and select
Formula Audit, then Delete
(e) None of these
Ans : (a)
899.If an Excel Worksheet is to be linked for use
in a Power Point presentation, the following
should be clicked…………
(a) Edit, Paste
(b) Edit,
Special
Paste
(c) Edit, Copy
(d) File,
(e) None of these
Copy
Ans : (a)
900.In Word, which menu would the user select
to print a document?
(a) Tools (b) File
(c) View (d) Window
(e) None of these
Ans : (b)
901.The common name for a modulator
demodulator is……………..
(a) modem (b) joiner
(c) networker (d) connector
(e) demod
Ans : (a)
902.What do you see when you click the right
mouse button?
(a) The same effects as the left click
(b) A special menu
(c) No effect
(d) A mouse cannot be right clicked
(e) Computer goes to sleep mode
Ans : (b)
903.In order to choose the font for a sentence in a
WORD document…………
(a) select Font in the Format menu
(b) select Font in the Edit menu
(c) select Font in the Tools menu
(d) select Font in the Insert menu
(e) None of these
Ans : (a)
904.Excel is a program that is used to prepare
a……..
(a) Database
(c) Spreadsheet (b) Text Document
(e) None of (d) Slide
these Presentation
Ans : (c)
905. …………consists of volatile chips that
temporarily store data or instructions.
(a) CPU
(b)
(c) RMA
ROM
(e) None of
(d)
these
RAM
Ans : (a)
906.In order to delete a sentence from a
document you would use…………
(a) highlight and copy
(b) cut and paste
(c) copy and paste
(d) highlight and delete
(e) select and paste
Ans : (d)
907.In a computer, how many bits does a nibble
signify?
(a) 4 (b) 8
(c) 16 (d) 32
(e) 64
Ans : (a)
97 MCQs Papers
Shakthii Academy
908.Which of the following is not true about a
computer?
(a) Translates instruction of a high level
language into machine language
(b) Translates entire source program into
machine language program
(c) It is involved in program’s execution
(d) Is a translating program
(e) Is useful to run program
Ans : (e)
909.In Excel, the contents of the active cell are
displayed in the ………….
(a) footer bar
(c) task bar (b) tool bar
(e) formula bar (d) menu bar
Ans : (e)
910.When machine instructions are being
executed by a computer, the instruction phase
followed by the execution phase is referred to
as………
(a) program cycle
(b) machine
(c) execution cycle
instruction
(e) machine cycle
(d) task cycle
Ans : (e)
911.In Windows ME, what does ME stand
for?
(a) Millennium (b) Micro-Expert
(c) Macro-Expert (d) Multi-Expert
(e) My-Expert
Ans : (a)
912.Which of the following refers to the fastest,
biggest and most expensive computers?
(a) Note books (b) Personal Computers
(c) Laptops (d) Super computers
(e) PDAs
Ans : (d)
913.Which is not a basic function of a computer?
(a) Accept and process data
(b) Accept input
(c) Process data
(d) Store data
(e) Scan text
Ans : (e)
914.Which of the following is not a term
pertaining to Email?
(a) powerpoint
(c) sender (b) inbox
(e) None of these (d) receiver
Ans : (a)
915.Which of the following is required to create
an HTML document?
(a) browser
(c) text editor (b) internet
(e) None of these (d) search engine
Ans : (c)
916.Which language is directly understood by the
computer without translation program?
(a) BASIC language
(b) Assembly language
(c) High level language
(d) C language
(e) Machine language
Ans : (e)
917.To
insert a
a page break in
document, WORD
used………
a
the following options r
e
98 MCQs Papers
Shakthii Academy
(a) Insert and Copy
(b) Insert and Enter
(c) Insert and Page Layout
(d) Insert and Page Layout
(e) Insert and Break
Ans : (e)
918.Which of the following identifies a cell in
Excel?
(a) formula
(c) label (b) name
(e) None of these (d) address
Ans : (b)
919.This is the part of the computer system that
one cannot touch?
(a) Hardware
(b) Printer
(c) Mouse
(d) Scanner
(e) None of these
Ans : (e)
920.A computer’s ROM is………..
(a) ALU (b) computer software
(c) operating system (d) computer hardware
(e) CPU
Ans : (d)
921.Which selecting multiple worksheets in
Excel, the following key must also be used
when clicking the sheet tab…………..
(a) Shift (b) Alt
(c) Ctrl (d) Insert
(e) Esc
Ans : (c)
922.A word processor would be used best
to……..
(a) Paint a picture
(b) draw a diagram
(c) type a story
(d) work out income and expenses
(e) None of these
Ans : (c)
923.The file that is linked with an e-mail and sent
to the receiver of the e-mail is referred to
as………….
(a) annexure
(c) add-on (b) appendage
(e) article (d) attachment
Ans : (d)
924.Which of the following refers to the process
of a computer receiving information from a
server on the Internet?
(a) gathering
(c) inputting (b) uploading
(e) downloading (d) outputting
Ans : (e)
925.The term “host” with respect to the internet,
means…………..
(a) A computer that is a stand alone computer
(b) A computer that is connected to the
internet
(c) A computer reserved for use by the host
(d) A large collection of computers
(e) Hyperlink
Ans : (b)
926.A set of instructions telling the computer
what to do is called………….
(a) mentor
(c) compiler (b) instructor
(e) None of these (d) program
Ans : (d)
99 MCQs Papers
Shakthii Academy
927.The smallest unit of information a computer
can understand and process is known as a :
(a) digit
(c) megabyte (b) byte
(e) bit (d) kilobyte
Ans : (e)
928.A…………uses pressure as a user presses it
with a stylus to send signals.
(a) touchpad
(c) graphics (b)
tablet TrackPoint
(e) keyboard (d) trackpad
Ans : (a)
929.The justification that aligns text on both
margins of a document in Word is :
(a) Justify (b) Bold
(c) Center (d) Right
(e) Balanced
Ans : (a)
930.A partially completed workbook that
contains formulas and formatting, but
no data,
is called a :
(a) prototype
(c) model
(b) template
(d) function
(e) None of these
Ans : (b)
931.A byte can represent any number between 0
and :
(a) 2 (b) 255
(c) 256 (d) 1024
(e) 1025
Ans : (b)
932.Connectivity for a new computer means :
(a) allowing a printer to be connected to it
(b) having a modern and/or network
connection to communicate with other
computers
(c) connecting the software to the hardware of
the system
(d) connecting a mouse, a keyboard and a
printer – all essential hardware pieces for
the average user
(e) software permanently available to the
computer
Ans : (b)
933.A………..is used to read handwritten or
printed text to make a digital image that is
stored in memory.
(a) printer
(c) scanner (b) laser beam
(e) keyboard (d) touchpad
Ans : (c)
934.The shortcut key Ctr+F in Word is used
(a) To view document in full view
(b) To open the Formula dialog box
(c) To save the file
(d) To open the Find and Replace dialog box
(e) None of these
Ans : (d)
935.The most widely used code that represents
each character as a unique 8-bit code is :
(a) ASCII
(b) Unicode
(c) binary numbering system
(d) EBCDIC
(e) ANSI
Ans : (a)
936.Operating systems and utility programs are
in a class of software known as :
100 MCQs Papers
Shakthii Academy
(a) application software
(b) sequential software
(c) software suites
(d) BIOS software
(e) system software
Ans : (e)
937.OCR stands for :
(a) Optical Coding Recogniser
(b) Ostensibly Characterised Reader
(c) Original Code Reader
(d) Original Character Reader
(e) Optical Character Recognition
Ans : (e)
938.The Open, Print, and Save buttons are all
located on the :
(a) Status bar
(b) Formatting toolbar
(c) Standard toolbar
(d) Title bar
(e) Status and title bars
Ans : (c)
939.To copy a cell, you would drag the cell
border while simultaneously holding down the
Ctrl key when :
(a) You have one or more cells to copy
(b) Only some of the cells are visible in the
window.
(c) You don’t want to refer to absolute
references
(d) The distance between cells is short and
they are both visible in the window.
(e) None of these
Ans : (a)
940.The permanently etched program in ROM
that automatically begins executing the
computer’s instructions is the :
(a) BIOS
(c) CMOS (b) ROM
(e) None of these (d) RAM
Ans : (a)
941.Information stored in RAM is considered
volatile, which means it is :
(a) stored there permanently.
(b) not held permanently, only temporarily.
(c) stored when the electricity is shut off.
(d) stored when the electricity is shut off.
(e) None of these
Ans : (b)
942.The display size of a monitor is measured
(a) Zig-zag
(b) horizontally
(c) vertically
(d) from centre to the furthest corner
(e) diagonally
Ans : (b)
943.The name of a Microsoft Office Word
document is displayed in Both the……….and
the taskbar.
(a) Menu bar
(c) Formatting (b) Taskbar
toolbar (d) Standard
(e) Title bar toolbar
Ans : (e)
944.Excel is designed to provide visual cues to
the relationships between the cells that
provide values to the formulas or the cell that
depend on the formulas by :
101 MCQs Papers
Shakthii Academy
(a) Bolding the cell references to match the
colour coding of the borders around the
referenced worksheets cells
(b) Highlighting the cell references
(c) Colour coding the cell references in the
formula to match the borders around the
referenced worksheet cells
(d) Bolding the cell references
(e) None of these
Ans : (b)
945.A limitation of software that digitizes voice
data is that it :
(a) is prohibitively expensive
(b) must be trained to recognize individual
voices.
(c) can only be used on high-end computers
(d) cannot be used on laptop computers
(e) cannot be used on desktop computers
Ans : (b)
946.External devices such as printers, keyboards
and modems are known as :
(a) add-on devices
(b) peripherals
(c) extra hardware devices
(d) closer together the pixels
(e) None of these
Ans : (b)
947.The higher the resolution of a monitor, the ;
(a) larger the pixels
(b) less clear the screen is
(c) further apart the pixels
(d) closer together the pixels
(e) None of these
Ans : (d)
948.The Excel feature includes functions to
calculate an Average, Minimum, Maximum
and Count.
(a) Format
(c) Auto Sum (b) Number
(e) MIN (d) Calculate
Ans : (d)
949.For a computer to recognize and understand
analog data, it must first be:
(a) sent to a mainframe for interpretation
(b) analyzed by the ALU of the CPU
(c) decoded
(d) analysed for viruses
(e) digitized
Ans : (a)
950.Expansion cards are inserted into :
(a) slots
(b) peripheral devices
(c) the CPU
(d) the back of the computer
(e) pegs
Ans : (a)
951.Which type of software is distributed free but
requires the users to pay some amount for
further use?
(a) freeware
(b) shareware
(c) rentalware
(d) public-domain
(e) None of
software
these
Ans : (b)
952.A pixel is a :
(a) picture element or dot on a screen
(b) point of ink on a laser printed page
(c) point of ink on an ink jet-printed page
102 MCQs Papers
Shakthii Academy
(d) light beam used as an input device
(e) None of these
Ans : (a)
953.The most common pointing input device is
the :
(a) trackball
(c) touchscreen (b) touchpad
(e) scanner (d) mouse
Ans : (d)
954.The file that is created through word
processing is a :
(a) database file
(c) worksheet file (b) storage file
(e) graphical file (d) document file
Ans : (d)
955.Web pages are saved in
………….format.
(a) http.// (b) HTML
(c) DOC (d) URL
(e) None of these
Ans : (b)
956.If employees reside in different parts of the
country and need to meet monthly, useful
computer technology would be :
(a) video-display software
(b) video digitzing
(c) video conferencing
(d) video scanning
(e) None of these
Ans : (c)
957.The wheel located between the two standard
buttons on a mouse is used to :
(a) click on Web pages
(b) shutdown
(c) click and select items
(d) jump to different Web pages
(e) scroll
Ans : (d)
958.Which type of software is used in the design
of products, structures, civil, engineering,
drawings and maps?
(a) CAD programs
(b) desktop programs
(c) drawing programs
(d) painting programs
(e) video/audio programs
Ans : (a)
959.Advanced word processing features include
all except creation of :
(a) alternate headers and footers
(b) columns
(c) detailed architectural drawings
(d) stylesheets
(e) None of these
Ans : (a)
960.The computer that hosts your e-mail account
is known as a(n):
(a) Host
(c) E-mail
(b) E-mail
server
client
(e) None of
(d) Listserv
these
Ans : (b)
961. ………..can interpret voice data into words
that can be understood by the computer:
(a) Speech input hardware
(b) Talking software
(c) Word recognition software
(d) Speed recognition software
103 MCQs Papers
Shakthii Academy
(e) Adobe reader
Ans : (d)
962.A touchpad responds to :
(a) light
(b) pressure
(c) clicking
(d) the sense of heat from fingertips
(e) None of these
Ans : (b)
963.What is the term for calculations used within
spreadsheets?
(a) analysis
(c) formulas (b) ranges
(e) values (d) recalculations
Ans : (c)
964.This is a set of values that you want to chart
in Excel.
(a) Object
(c) Date Mart (b) Numbers
(e) Data series (d) Formulas
Ans : (e)
965.Before you can begin using e-mail, you must
have a(n) :
(a) Browser
(c) Server (b) Modem
(e) Account (d) Scanner
Ans : (e)
966.Until a computer can recognize handwriting,
an input device must :
(a) store the information in secondary storage
(b) optimise the information
(c) digitise the information
(d) show the information on a screen
(e) become an output device also
Ans : (b)
967.The pointing device that comes built into a
laptop computer can be any except a :
(a) mouse
(c) touchpad (b) trackball
(e) None of these (d) pointing stick
Ans : (a)
968.The button that displays the window over the
entire screen is :
(a) Scroll box
(c) Restore Down (b) Downsize
(e) Maximize (d) Minimize
Ans : (e)
969.The .xls extension is used
for…..files.
(a) Windows (b) Access
(c) Power Point (d) Word
(e) Excel
Ans : (e)
970.Which of the following are tasks that may be
completed when configuring your e-mail
client?
(a) Provide the IP address of your ISP’s mail
server
(b) Provide the name of your e-mail account
(c) Specify that mail is to be deleted from the
host computer after it is downloaded to
your computer.
(d) All of these
(e) None of these
Ans : (a)
971.Which of the following is a transaction?
(a) A group of SQL statements consisting of
one read and one write operation
104 MCQs Papers
Shakthii Academy
(b) A group of SQL statements consisting only
of ready operations.
(c) A group of SQL statements defining a
user-oriented task
(d) A group of SQL statements consisting only
of write operations
(e) None of these
Ans : (a)
972.In order for computers to communicate
across a network, they must be connected
through a(n)………
(a) TCP/IP
(b) Topology
(c) Ethernet
(d) Thin client
(e) None of these
Ans : (b)
973.“Buy Now – Pay Now” is commonly used
for :
(a) Debit cards
(c) Credit Cards (b) Vault Cards
(e) None of these (d) E-purse
Ans : (a)
974.The………….,stored on a ROM chip, is
responsible for loading the operating system
from its permanent location on the hard drive
into RAM.
(a) BIOS
(b) API
(c) device driver
(d) Supervisor
(e) display
program
Ans : (a)
975.Choices in computers are referred to
as :
(a) options (b) exit
(c) boot (d) folder
(e) None of these
Ans : (a)
976.What are the four basis connecting hardware
devices?
(a) Repeater, bridge, router and gateway
(b) Repeater, bridge, router and dell
(c) Repeater, connector, router and gateway
(d) Amplifier, bridge, router and gateway
(e) None of these
Ans : (a)
977.The………..lists the location of files on the
disk
(a) FAT
(c) root folder (b) boot sector
(e) None of these (d) data area
Ans : (a)
978.A device operating at the physical layer is
called a :
(a) Bridge
(c) Repeater (b) Router
(e) None of these (d) All of these
Ans : (c)
979.Numbers of bits per symbol used in Baudot
code is
(a) 5 (b) 6
(c) 7 (d) 8
(e) 9
Ans : (a)
980.To get to the ‘Symbol’ dialog box, click on
the……….menu and choose ‘Symbol’.
(a) Insert
(b) Format
(c) Tools
(d) Table
(e) Help
(a) processing
(c) binary (b) code
(e) None of these (d) representational
Ans : (c)
1373.Input devices are used to provide the steps
and tasks the computer needs to process data,
and these steps and tasks are called………
(a) instructions
(c) commands (b) programs
(e) None of these (d) application
Ans : (a)
1374.Malicious software is known as :
(a) badware (b) malware
(c) malicious ware (d) illegal ware
(e) None of these
Ans : (b)
1375. …………is the measurement of things
such as fingerprints and retinal scans used for
security access.
(a) Biometrics
(b) Biomeasurement
(c) Computer Security
(d) Smart weapon machinery
(e) None of these
Ans : (a)
1376.System software is the set of programs that
enables your computer hardware devices and
…………..software to work together.
(a) management
(c) utility (b) processing
(e) None of these (d) application
Ans : (d)
1377.Which of the following is the correct order
of the four major functions of a computer?
(a) Process – Output – Input – Storage
(b) Input – Output – Process – Storage
(c) Process – Storage – Input – Output
(d) Input – Process – Output – Storage
149 MCQs Papers
Shakthii Academy
(e) None of these
Ans : (d)
1378.Which generation of computer is still under
development :
(a) Fourth Generation
(b) Fifth Generation
(c) Sixth Generation
(d) Seventh Generation
(e) None of these
Ans : (b)
1379.ISP stands for :
(a) International Serial Port
(b) Internet Switching Protocol
(c) Internet Service Provider
(d) Internet Security Provider
(e) None of these
Ans : (c)
1380.Which American computer company is
called Big Blue?
(a) Microsoft
(b) Compaq Corp
(c) IBM
(d) Tandy Svenson
(e) None of these
Ans : (c)
1381.What is the full form of TFT?
(a) Thin Film Transistor
(b) Thick Film Tube
(c) Thin Film Tube
(d) Thick Film Transistor
(e) None of these
Ans : (a)
1382.A bar code reader is an example of a(n) :
(a) processing device (b) input
(c) storage device device
(e) None of these (d) output
Ans : (b) device
1383.Laser beam technology is used for
:
(b) keyboards
(a) terminals
(d) magnetic
(c) optical disks
tape
(e) None of these
Ans : (c)
1384.The processor speed for top-end personal
computers is measured in :
(a) kilohertz (b) megahertz
(kHz) (MHz)
(c) gigahertz (d) terahertz
(GHz) (THz)
(e) None of
these
Ans : (c)
1385.BIOS stands for :
(a) Basic Input Output system
(b) Binary Input Output system
(c) Basic Input Off system
(d) All of these
(e) None of these
Ans : (a)
1386. ……….is a set of computer programs used
on a computer to help perform tasks.
(a) An instruction
(b) Software
(c) Memory
(d) A
(e) None of these
processor
Ans : (b)
1387. ………..programs search for and eliminate
viruses.
(a) Antivirus (b) Security
(c) Malware (d) System
COMPUTER GRAPHICS BCA III Sem Multiple choice questions 1. Smallest size object that can
be displayed on a monitor is called ..................... a) Picture element b) Point c)Dot Pitch d)
aspect ratio Ans: Picture element 2. Each screen point is referred to as ......................... a)
Resolution b)Pixel c)Persistence d)Dot Pitch Ans: Pixel 3. On a monochromatic monitor, the
frame buffer is known as ...................... a) Display file b) Pixmap c) Bitmap d) Refresh buffer
Ans: Bitmap 4. On a color monitor, the refresh buffer is also called ..................... a)Frame
buffer b)Pixmap c)Bitmap d)Display file Ans: Pixmap 5. .................. refers to pixel spacing.
a)Pixmap b)Resolution c)Pixel depth d)Persistence Ans: Resolution 6. The distance from one
pixel to the next pixel is called ........... a)Resolution b)Dot Pitch c)Pixmap d)ppi Ans:
Resolution 7. The maximum number of points that can be displayed without overlap on a
CRT a)Aspect Ratio b)Resolution c)Brightness d)Pixel Ans: Resolution 8. ..................... is the
number of points per centimeter that can be plotted horizontally and vertically. a)Aspect
Ratio b)Pixel Depth c)Resolution d)Dot Pitch Ans: Resolution 9. ...................... is the ratio of
horizontal points to vertical points necessary to produce equal length lines in both direction.
a)Dot Pitch b)Resolution c)Aspect Ratio d) Height-Width Ratio Ans: Aspect Ratio 10. Identify
the odd one out from the following a)Frame Buffer b)Pixmap c)Display program d)Refresh
Buffer Ans: Pixmap 11. The shortest distance between any two dots of the same color is
called ................... a)Resolution b)Dot Pitch c)Pixel Depth d)ppi Ans: Dot Pitch 12. The
standard aspect ratio for PC is ................. a) 6:5 b) 4:3 c)3:2 d)5:3 Ans: 4:3 13. In CRT, the
electron intensity is adjusted using ................. a) Accelerating anode b) Control grid c)
Electron gun d) Focusing anode Ans: Control grid 14. Brightness of a display is controlled by
varying the voltage on the ...................... a) Focusing anode b)Connection pins c)Control grid
d)Power supply Ans: Control grid 15. Lower persistence phosphorus is used in a) Animation
b) Simple object c) Complex object d) All of these Ans: Animation 16. Lower persistence
phosphorus needs_________ refresh rate a) Lower b)Higher c)Medium d)None of these Ans:
Higher 17.. Higher persistence phosphorus needs _________ refresh rate a) Lower b)Higher
c)Medium d)None of these Ans: Lower 18. Higher persistence phosphorus is used in a)
Animation b) Simple object c) High Complex object d) All of these Ans: High Complex object
15. Memory area holding the intensity information of an image is called .............. a)Refresh
buffer b)Font cache c)Picture definition d)Video controller Ans: Refresh buffer 16. Intensity
representation of an image is called ...................... a)Frame buffer b)Picture definition
c)Display list d)Brightness Ans: Picture definition 17. The purpose of refreshing a CRT is
.......................... a)To avoid flickering b)To maintain steady picture c)To avoid fading of pixels
d)All of the above Ans: All of the above 18. The fly-back of electron beams from one scanline
to next is known as .................... a)Vertical Retrace b)Horizontal Retrace c)Raster scanning
d)Refreshing Ans: Horizontal Retrace 19. The return of electron beam to top left corner of
the screen after one frame is called ............ a)Horizontal fly-back b)Vertical Fly-back
c)Scanning d)None of the above Ans: Vertical Fly-back 20. In raster scan display, the frame
buffer holds ...................... a)Line drawing commands b)Scanning instructions c)Image
Resolution d) Intensity information Ans: Intensity information 21. In random scan display,
the frame buffer holds ...................... a)Line drawing commands b)Scanning instructions
c)Image Resolution d) Intensity information Ans: Line drawing commands 22. Identify the
odd one out from the following a)Vector display b)Raster scan display c)Calligraphic display
d)Stroke-writing display Ans: Raster scan display 22. Interlaced refresh procedure is allowed
in .................. a) LCD b)DVST c)Raster scan display d)Random scan display Ans: Raster scan
display 23. Vector display is well suited for ................. a) Animation b) Line drawing
applications c) Cartoons d) All of the above Ans: Line drawing applications 24. Beam
penetration method is usually used in ............................... a)LCD b)Raster Scan display c)
Random scan display d)DVST Ans: Random scan display 25. Shadow mask method is usually
used in ............................... a)LCD b)Raster Scan display c) Random scan display d)DVST Ans :
Raster Scan display 26. Identify the colors produced in beam penetration method. a) Red,
Green, Blue, White b)Red, Orange, Yellow, Green c)Red, Green, Blue d) Green, Red, White,
Orange Ans : Red, Orange, Yellow, Green 27. An RGB color system with 24 bits os storage per
pixel is known as ........................ a) Color CRT b)True-color system c)RGB monitor d)Color-
Depth Ans: True-color system 28. Identify the features of Vector display a)High resolution,
Jagged lines, Lack in color depth b)Smooth lines, Poor resolution, Black & White c)High
resolution, Lack in color depth, Smooth lines d)Inexpensive, monochromatic, smooth lines
Ans: High resolution, Jagged lines, Lack in color depth 29. Identify different type of computer
graphics a) Monochrome and Color b)CRT and Flat panel c)Vector an Raster d)Monitors and
Hardcopy devices Ans: Vector an Raster 30. DVST stands for .......................... a)Digital View
Storing Table b)Direct Visual Storage Tube c)Direct View Storage Tube c)Digital View Storage
Tube Ans: Direct View Storage Tube 31. Refreshing is not needed in DVST because of the
presence of ................. a) Primary gun b) Flood gun c) Focusing anode d)Control grid Ans:
Flood gun 32. In DVST, the electron beam from primary electron gun strikes on .............. a)
Phosphor screen b) Collector mesh c)Storage mesh d) Flood gun Ans: Storage mesh 33. The
purpose of flood gun in DVST is ........................... a) To store the picture pattern b) To slow
down the flood electrons c) To enable color pixels d) To focus the electron beam Ans: To
slow down the flood electrons 34. Identify the features of DVST from the following. a)
Monochromatic, Flicker free, Low resolution b)Monochromatic, Flicker free c) Color screens,
Refresh monitors, High resolution d)Expensive, Low resolution Ans: Monochromatic, Flicker
free 35. Video devices with reduced volume, weight and power consumption are collectively
known as ......... a) Light weight monitors b)Flat-panel displays c)CRT d) Portable display Ans:
Flat panel displays 36. Pick out the odd one out a) LED b)LCD c) Gas Discharge tube d) Plasma
Panel Ans: LCD 37. Match the following Part A Part B A. Plasma panel i) Polarizer B. DVST ii)
Zinc sulfide C. LCD iii) Dielectric mesh D. Thin film electroluminescent iv)Neon gas a) A-ii, B-
iv, C-i, D-iii b) A-ii, B-iii, C-iv, D-i c) A-iv, B-iii, C-i, D-ii d) A-i ,B-iv, C-ii, D-iii Ans: A-iv, B-iii, C-i, D-
ii 38. ................... is responsible for accessing the frame buffer to refresh the screen. a)
Graphics package b) Video controller c) CPU d) Monitor Ans: Video controller 39. Digitizing a
picture definition into a set of intensity values is known as ............. a) Digitization b) Scan
conversion c)Refreshing d) Scanning Ans: Scan conversion 40. ....................... will free the
CPU from graphics chores. a) Display processor b) Monitor c) ALU d)Video controller Ans:
Display processor 41. Write an example for non-emissive displays a) LED b)LCD c) Gas
Discharge tube d) Plasma Panel Ans: LCD 42. Identify impact printer from the following a)
Drum Plotter b)Inkjet printer c)Electrostatic printer d) Dot-matrix printer Ans: Dot-matrix
printer 45. Write an example for non-impact printer a) Drum plotter b) Electrostatic printer
c) Laser printer d) All of the above Ans: All of the above 46. Identify the odd one out. a)
Mouse b) Keyboard c) Trackball d) Space ball Ans: Keyboard 47. GIF stands for ......................
a) Global Image Format b) Graphics Interchange Format c) Graphics Image Format d) None
of the above Ans: Graphics Interchange Format 48. The ................ simply reads each
successive byte of data from the frame buffer. a) Digital Controller b) Data Controller c)
Display Controller d) All of above Ans: Display Controller 49. The refresh rate below which a
picture flicker is ................ a) 25 b) 30 c)35 d)60 Ans: 25 50. ........ used to regulate the flow
of elections in CRT ? a) Electron gun b) Focusing anode c) Control grid d) All of the above
Ans: Control grid 51. The technique used to summarize the financial, statistical,
mathematical,scientific and economic data is ? a) Computer Art b) Image processing c)
Presentation Graphics d)None of the above Ans: Presentation Graphics 52. Graphics and
image processing technique used to produce a transformation of one object into another is
called a) Animation b) Morphing c) Half toning d) None of the above Ans: Animation 53. The
amount of light emitted by the phosphor coating depends on the? a) Number of electrons
striking the screen b) Speed of electrons striking the screen c) Distance from the cathode to
the screen d)None of above Ans: Number of electrons striking the screen 54. Gray scale is
used in ............................ a) A Monitor that have color capability b) A Monitor that have no
color capability c) Random scan display d) Raster scan display Ans: A Monitor that have no
color capability 55. A wireless mouse works on a) Infra blue radiation b) Infra Red radiation
c) X-rays d) UV rays Ans: Infrared radiation 56. Vector graphics is composed of a. Pixels b.
Paths c. Palette` d. None of these Ans: Paths 57. Raster graphics are composed of a. Pixels b.
Paths c. Palette d. None of these Ans: Pixels 58. EPS image file format is used for a) Vector
graphics b) Bitmap c) Both a & b d) None of these Ans: Both a & b 59. TIFF (tagged image file
format )are used for a. Vector graphics b. Bitmap c. Both a & b d. None of these Ans: Bitmap
60. Two dimensional color model are a. RGB and CMKY b. RBG and CYMK c. RGB and CMYK
d. None Ans: RGB and CMYK 61. RGB model are used for a. Computer display b. Printing c.
Painting d. None of these Ans: Computer display 62. CMYK model are used for a. Computer
display b. Printing c. Painting d. None of these Ans: Printing 63. The intersection of three
primary RGB color produces a. White color b. Black color c. Magenta color d. Blue color Ans:
White color 64. The intersection of primary CMYK color produces a. White color b. Black
color c. Cyan color d. Magenta color Ans: Black color 65. Random scan systems are designed
for a. Line drawing application b. Pixel drawing application c. Color drawing application d.
None of these Ans: Line drawing application 66. A major disadvantage of DVST in interactive
computer graphics is a) Ability to selectively erase part of an image b) Inability to selectively
erase part of image from screen c) Inability to produce bright picture d) None Ans: Inability
to selectively erase part of image from screen 67. Which of the following allow for 8 mirror
images? a) Parabola b)Ellipse c)Hyperbola d) Circle Ans: Circle 68. The simplest output
primitive is ............. a) Straight line b) Straight line segment c) Point d)Circle Ans: Point 69. A
bitmap is .............. bit(s) per pixels. a) 0 b)1 c)2 d)4 Ans: 1 70. The intensity of a grayscale
pixel is expressed within a given range between a minimum and a maximum a) 1 and 2 b) 2
and 1 c) 0 and 1 d)0 and 2 Ans: 0 and 1 71. Each pixel has ________basic color components
a. Two or three b. One or two c. Three or four d. None of these Ans: Three or four 72. The
quality of an image depend on a. No. of pixel used by image b. No. of line used by image c.
No. of resolution used by image d. None Ans: No. of pixel used by image 73. The basic
geometric structures that describes a scene on display is called ................. a) Attributes b)
Output primitive c) Lines d) Curves Ans: Output primitive 74. ..................... controls the basic
display properties of output primitives. a) Attribute parameter b) setpixel c) getpixel d) None
of the above Ans: Attribute parameter 75. To set line width attributes in a PHIGS package,
................... function is used. a) setLineThickness(lw) b)setLineWidth(lw) c)
setLineWidthScaleFactor(lw) d)setPolylineWidth(lw) Ans: setLineWidthScaleFactor(lw) 76.
Identify the values for fill-style parameter from the following a) Hollow b)Hatch c) Pattern
d)All of the above Ans: All of the above 77. ...................... function is used to set the basic fill
style. a) setFillStyle(fs) b) setFillStyleIndex(fs) c) setInteriorStyle(fs) d)FillType(ft) Ans:
setInteriorStyle(fs) 78. ..................... is defined as the distance between the baseline and cap
line of the character body. a) Character Size b) Character Height c) Character Width
d)Character Length Ans: Character Height 80. ............... function is used to change the size of
a character without changing the height:width ratio. a)setTextSize(ts)
b)setCharacterHeight(ch) c)setCharacterSize(cs) d)setTextHeight(th) Ans:
setCharacterHeight(ch) 81. .................. will define a group of attribute values of each
primitive to be used on a monitor a) Primitive table b)Bundle table c) Attribute table d) None
of the above Ans: None of the above 82. ............. function is used to set how text is to be
positioned with respect to the start coordinates a) setTextAlignment(h,v)
b)setTextPrecision(tp) c)setTextPosition(h,v) d)setText(ts) Ans: setTextAlignment(h,v) 83.
................ is used to check the current status of each attributes a) setpixel b)getpixel
c)inquiry function d)status function Ans: Inquiry function 84. The basic transformations
include a) Translation b)Rotation c)Scaling d) All of the above Ans: All of the above 85. The
transformation in which an object is moved in a minimum distance path from one position
to another is called a) Rotation b) Replacement c) Translation d) Scaling Ans: Translation 86.
The translation distances (dx, dy) is called as a) Translation vector b) Shift vector c) Both a
and b d) Neither a nor b Ans: Both a and b 87. The two-dimensional translation equation in
the matrix form is a) P’=P+T b) P’=P-T c) P’=P*T d) P’=p 88. The transformation in which an
object is moved from one position to another in circular path around a specified pivot point
is called a) Rotation b) Shearing c) Translation d) Scaling Ans: Rotation 89. The
transformation in which the dimension of an object are changed relative to a specified fixed
point is called a) Rotation b) Reflection c) Translation d) Scaling Ans: Scaling 90. The
transformation that produces a parallel mirror image of an object are called a) Rotation b)
Reflection c) Translation d) Scaling Ans: Reflection 91. If an object is rotated through an
angle A in clockwise direction, the rotation matrix R= ............... a) cos A sin A b) cos A -sin A
c) sin A cos A d) None -sin A cos A sin A cos A cos A sin A Ans: cos A sin A -sin A cos A 92. If a
point (x,y) is reflected about an axis which is normal to the XY plane and passing through the
origin, the reflected point (X,Y) is:- a) (x,-y) b) (-x,y) c) (-x,-y) d) (y,x) Ans: (-x,-y) 93. Reflection
of a point about x-axis, followed by a counter-clockwise rotation of 900 , is equivalent to
reflection about the line ? a) x= -y b) x=0 c)x=y d) x+y=1 Ans: x=y 94. A circle, if scaled only in
one direction becomes a ? a) Hyperbola b)Ellipse c) Parabola d)remains a circle Ans: Ellipse
95. (2,4) is a point on a circle that has center at the origin. Which of the following points are
also on circle ? a) (2,-4) b) (-2,4) c) (-4,-2) d) All of above Ans: All of above 96. Which
technique of color CRT is used for production of realistic image a) Beam penetration b)
Shadow mask c) both a&b d)None of above Ans: Shadow mask 97. A composite
transformation matrix can be made by determining the ________of matrix of the individual
transformation a) Sum b) Product c) Difference d) None of the above Ans: Product 98. Each
successive transformation matrix _________ the product of the preceding transformation a)
pre-multiplies b) post-multiplies c) adds d)subtracts Ans: pre-multiplies 99. Which of the
following is not a rigid body transformation? a) Translation b) Rotation c) Shearing d)
Reflection Ans: Shearing 100. Forming products of transformation matrices is often referred
as a) Concatenation b) Composition c) both a&b d) None of above Ans: both a&b 101. Two
consecutive translation transformation t1 and t2 are a) Additive b) Multiplicative c)
Subtractive d) none of above Ans: Additive 102. Two consecutive rotation transformation r1
and r2 are a) Additive b) Multiplicative c) Subtractive d) none of above Ans: Additive 103.
Two consecutive scaling transformation s1 and s2 are a) Additive b) Multiplicative c)
Subtractive d) none of above Ans: Multiplicative 104. The process of mapping a world
window in world coordinate system to viewport are called a) Transformation viewing b)
Viewport c) Clipping window d) Screen coordinate system Ans: Transformation viewing 105.
The process of extracting a portion of a database or a picture inside or outside a specified
region are called a) Transformation b) Projection c) Clipping d) Mapping Ans: Clipping 106.
The rectangle portion of the interface window that defines where the image will actually
appear are called a) Transformation viewing b) View port c) Clipping window d) Screen
coordinate system Ans: View port 107. The phenomenon of having a continuous glow of a
beam on the screen even after it is removed is called as ? a) Fluorescence b) Persistence c)
Phosphorescence d) Incandescence Ans: Phosphorescence 108. Coordinates of window are
knows as .............. a) Screen coordinates b) World coordinates c) Device coordinates d)
Cartesian coordinates Ans: World coordinates 109. Coordinates of viewport are known as
............ a) World coordinates b)Polar coordinates c) Screen coordinates d)Cartesian
coordinates Ans: Screen coordinates 110. The region against which an object is clipped is
called a .............. a) Clip window b) Boundary c) Enclosing rectangle d) Clip square Ans: Clip
window 111. ............. identifies the picture portions that are exterior to the clip window a)
Interior clipping b) Exterior clipping c)Extraction d) None of the above Ans: Exterior clipping
112. Identify line clipping algorithms from the following a) Cohen- Sutherland algorithm b)
Liang-Barsky clipping c) Nicholl-Lee-Nicholl clipping d)All of the above Ans: All of the above
113. The region code of a point within the window is ............ a) 1111 b)0000 c)1000 d)0001
Ans: 0000 114. According to Cohen-Sutherland algorithm, a line is completely outside the
window if ............ a) The region codes of line endpoints have a '1' in same bit position. b)
The endpoints region code are nonzero values c) If L bit and R bit are nonzero. d) The region
codes of line endpoints have a '0' in same bit position. Ans: The region codes of line
endpoints have a '1' in same bit position. 115. The region code of a point is 1001. The point
is in the ................. region of window. a) Top right b) Top left c) Bottom left d) Botton right
Ans: Top left 116. The result of logical AND operation with endpoint region codes is a
nonzero value. Which of the following statement is true? a) The line is completely inside the
window b) The line is completely outside the window c) The line is partially inside the
window d) The line is already clipped Ans: The line is completely outside the window 117.
The left (L bit ) bit of the region code of a point (X,Y) is '1' if ...................... a) X > XWMIN b)
X< XWMIN c) X< XWMAX d) X>XWMAX Ans: X< XWMIN 118. The right bit (R bit)of the region
code of a point (X,Y) is '1' if ...................... a) X > XWMIN b) X< XWMIN c) X< XWMAX d)
X>XWMAX Ans: X>XWMAX 119 . The Most Significant Bit of the region code of a point (X,Y)
is '1' if ...................... a) Y > YWMIN b) Y< YWMIN c) Y< YWMAX d) Y>YWMAX Ans: Y>YWMAX
120. The bottom bit of the region code of a point is '0' if ....................... a) Y > YWMIN b) Y<
YWMIN c) Y< YWMAX d) Y>YWMAX Ans: Y< YWMIN 121. The ...................... algorithm
divides a 2D space into 9 regions, of which only the middle part (viewport) is visible. a)
Cohen-Sutherland b)Liang Barsky c) Sutherland Hodegeman d)N-L-N Ans: Cohen-Sutherland
122. A method used to test lines for total clipping is equivalent to the ............. a) logical XOR
b) logical OR c)logical AND d) both a & b Ans: logical AND 123. Sutherland Hodgeman
algorithm works well for........... a) Concave polygon b) Convex polygon d)Smooth curves d)
Line segment Ans: Convex polygon 124. A transformation that slants the shape of an object
is called .................... a) Reflection b) Shear c) Distortion d) Scaling Ans: Shear 125. The text
clipping strategy to reject an entire character string that overlaps a clip window is
called................ a) All-or-none character clipping b) All-or-none string clipping c) Curve
clipping d) both a & b Ans: All-or-none string clipping 126. . The object refers to the 3D
representation through linear, circular or some other representation are called a) Quadric
surface b) Sweep representation c) Torus d) None of these Ans: Sweep representation 127. A
quad-tree is a data structure which is used for graphical representation of ..................... a)
2D digital picture or object b)3D picture or object c) Both a & b d)None of these Ans: 2D
digital picture or object 128. A octree is a data structure which is used for alternative
representation of .................... a) 2D digital picture or object c) 3D picture or object c) Both a
& b d) None of these Ans: 3D picture or object 129. How many data elements for each
region in quad-tree data structure a) 2 b) 4 c) 8 d)6 Ans: 4 130. How many data elements for
each region in octree data structure a) 2 b) 4 c) 6 d) 8 Ans: 8 131. ............... refer to the
shapes created by union, intersection and difference of given shapes a) . Wire frame model
b) Composite transformation c) Constructive solid geometry methods d) None Ans:
Constructive solid geometry methods 132. The center of display screen is computed as a) X
max ,y max b) Xmax/2,ymax/2 c) Xmax/3,ymax/3 d) None of these Ans: Xmax/2,ymax/2 133.
The operation that is used for repositioning the object is called a) Rubber band method b)
Gravity method c) Dragging d) None Ans: Dragging 134. Which method are used to construct
and position the straight lines, arcs and circles etc. a) Rubber band method b) Gravity
method c) Dragging d)None of these Ans: Rubber band method 135. Which are used to
connect a line to already drawn line a) Rubber band method b) Gravity method c) Dragging
d)None of these Ans: Gravity field 136. The rubber band method is also applicable to
.................... objects. a) Scale b) Scalar c) Vector d) Rotate Ans: Scale 137. ............. is known
as standard graphics objects a) Octree b) Quadtree c) Polygon surfaces d) Ellipsoid Ans:
Polygon surfaces 138. ................. includes vertex coordinates and parameters to identify the
spatial orientation of polygon surfaces a) Attribute table b) Geometric table c) Orientation
table d) Position table Ans: Geometric table 139. Identify the data structures used to store
the data about polygon surfaces a) Vertex table b) Polygon table c) Edge table d) All of the
above Ans: All of the above 140. Coordinate values for each vertex is stored in ......................
a) Coordinate table b) Vertex table c) Edge table d) Location table Ans: Vertex table 141.
...................... data structure is used to identify the vertices for each polygon edge. a) Vertex
table b) Polygon table c) Edge table d)Surface table Ans: Edge table 142. ...................... data
structure is used to identify the edges for each polygon . a) Vertex table b) Polygon table c)
Edge table d)None of the above Ans: Polygon table 143. A triangular strip connected with 50
triangles connects .................. vertices. a) 52 b) 48 c) 50 d) 49 Ans: 52 144. When a circle is
subjected to translational sweep, a ................. is formed. a) Ellipse b) Cone c) Sphere d)
Cylinder Ans: Cylinder 145. A surface of revolution is generated by a .................. of a 2D
curve. a) Translational sweep b) Rotational sweep c) union d) intersection Ans: Rotational
sweep 146. A prism is generated by translational sweep of a .................. a) Circle b) Square c)
Polygon d) Triangle Ans: Polygon 147. The .............. combines the volumes occupied by
overlapping 3D objects using set operations a)Beam penetration b) CSG Method c)Sweep
representation d)None of the above Ans: CSG Method 148. A .................. is a data structure
that recursively subdivides a plane into 4 quadrants a)Octree b)4-way tree c) quadtree d) 4-
way mesh Ans: quadtree 149. Identify the methods for Constructive Solid Geometry
operations a) Ray casting b) Ray tracing c) Beam penetraion d) Ray sorting Ans: Ray casting
150. ........................... solid representation take advantage of spatial coherence to reduce
the storage representations. a) Sweep representation b)Octree c) Polygon surfaces d) CSG
Ans: Octree 151. ................... is a data element to store the pixels within an octant having
same color a) Voxel b) Void c) Tex d) Flag Ans: Voxel 152. Empty regions of the space are
represented by type .................... a) int b) void c) null d) empty Ans: void 153. If all the pixels
within an octant have the same color, it is referred to as ..................... a) Heterogeneous
octant b) Homogeneous octant c) Simultaneous octant d) Similar octant Ans: Homogeneous
octant 154. ................... is a label set of output primitives and its associated attributes. a)
Structure b) Function c) Table d) List Ans: Structure 155. ................... enables easy
modification to each picture element a) Structure b) Function c) Table d) List Ans: Structure
156. A structure is created using the function ........................ a) initstructure( ) b)
startstructure( ) c) openstructure( ) d) none Ans: openstructure( ) 157. ................... is the
reference portion value of each structure element. a) element pointer b) index c)attribute
d)attribute index Ans: element pointer 158. Identify the following data structure. " If a
region is uniform, store its properties. If a region is non-uniform, subdivide it and repeat the
process" a) Octree b) List c) Table d) Polygon surface Ans: Octree 159. Identify the data
structures that works on divide and conquer strategy. a) List b) Table c) Octree d) Pointer
Ans: Octree 160. ............... can be produced by interpolating shading patterns across the
polygon surfaces to eliminate or reduce the presence of polygon edge boundaries. a)
Rasterizing b) Rendering c) Smoothing d)None Ans: Rendering 161. .......................... function
is used to display a structure on the screen. a) poststructure( ) b) displaystructure( ) c)
enablestructure( ) d) structurepost( ) Ans: poststructure( ) 162. All structures can be
removed from the screen using the function ..................... a) deletestructure( ) b)
unpoststructure( ) c) removestructure( ) d) unposalltstructures( ) Ans: unpostallstructures( )
163. In .............representation, an octree is decomposed into identical cells arranged in a
fixed regular grid. a)cell b) voxel c) pixel d) array Ans: voxel 164. Identify the odd one out a)
Input mode b) Accept mode c) Sample mode d) Event mode Ans: Accept mode 165. The
typical input operation in a general programming language will be in ........ mode a) Sample
b) request c) Event d) Read Ans: request 166. Identify the input mode in which the
application program initiates data entry. a) Sample b) request c) Event d) Read Ans: request
167. In ............... input mode, the input devices initiates data input to the application
program. a) Sample b) request c) Event d) Read Ans: Event 168. The maximum number of
devices that can provide input in request mode is .............. a) 2 b)4 c) Any number of devices
d) 1 Ans: 1 169. When an input device is placed in event mode, data input from the device is
accumulated in .................. a)Event queue b)Read queue c)Device list d) None Ans: Event
queue 170. The device for specifying a coordinate position (x,y) is known as .............. a)
String device b) Stroke device c) Valuator device d) Locator device Ans: Locator device 171.
Which device is suitable to input a series of coordinate positions. a) Locator b) Stroke c)
Valuator d) String Ans: Stroke 172. .................. device is used to specify scalar values. a)
Locator b) Stroke c) Valuator d) String Ans: Valuator 173. ..................... enables selection of
picture components. a) PICK b) LOCATOR c) STROKE d) CHOICE Ans: PICK 174. Choice devices
are suitable to select .................... a) Scalar values b) Menu options c) Text input d) Pictute
components Ans: Menu options 175. Identify the string device from the following a) Mouse
b) Webcam c) Keyboard d) Joystick Ans: Keyboard 176. In ................... picture construction,
the entity shape and size is dynamically changed with every mouse movement a) Gravity b)
Rubber band c) Constraint d) Painting Ans: Rubber band 177. ............. technique is employed
for drawing entities using mouse only. a) ) Gravity b) Rubber band c) Constraint d) Painting
Ans: Rubber band 178. ...................... constraint forces the input point to the nearest
intersection on a grid. a) Directional b) Homogeneous c) Modular d)Gravity Ans: Modular
179. .............. is a type of window which is involked by an application when mutiple inputs
are required to specify the desired action. a) Dialog box b) Panel c) Icon d)Menu Ans: Dialog
box 180. Symbolic representation of some object or process is called ................ a) Icons b)
Menu c) List d) Label Ans: Icon 181. .................... is used to connect a new line to a
previously drawn line. a) Gravity field b) Rubberband method c) Paiting d) None Ans: Gravity
field 182. Give an example for absolute locator device a) Mouse b) Touch panel c) Light pen
d) None Ans: Touch panel 183. Identify an relative locator device from the following a)
Mouse b) Touch panel c) Light pen d) Keyboard Ans: Mouse 184. Identify the odd one out a)
Icon b) Slider c) Spin box d) Locator Ans: Locator 185. Which of the following is a 3D graphics
package? a) Paint b) AC3D c) Dreamweaver d) Lightroom Ans: AC3D 186. ...................
displays a list of commands a) Menu b) List c) Icon d) Checkbox Ans: Menu 187. ................ is
used to set a value by viewing dynamically the entire data range a) Menu b) Slider c) Spin
boxes d) Text fields Ans: Slider 188. ............... is used to select limited choices of predictable
values a) Menu b) Slider c) Spin boxes d) Text field Ans: Spin boxes 189. The process of
calculating the product of matrices of a number of transformations in sequence is called
....................... a) Concatenation b) Continuation c) Mixing d) None Ans: Concatenation 190.
The point about which an object is rotated is called ................... a) Fixed point b) Central
point c) Pivot point d) None Ans: Pivot point 191. In ........................ mode the program
requests input and suspends processing until input is received. a) Request b) Event c) Sample
d) Constraint Ans: Request 192. Identify odd one out a) Vector based b) Hardware based c)
Bitmap based d) Scanline based Ans: Scanline based 193. When the polygon surfaces are to
be tiled, ............. is used a) Polygon net b) Polygon mesh c) Polygon block d) Polygon cell
Ans: Polygon mesh 194. ................... is the practice by which an object is drawn by fixing one
(or more) points, and then stretching the remain points out, connected by a line or lines that
grow and shrink according to various properties. a) Rubber banding b) Gravity c) Dragging d)
grid Ans: Rubber banding 195. ................... is created by revolution of a circle about an axis
lying in its plane. a) Sphere b) Ellipsoid c) Torus d) Cylinder Ans: Torus 196. A region quad
tree with depth of 'n' may be used to represent an image having resolution ............... a) 2n
b) 2 x 2n c) 2n x 2n d) 2n Ans: 2n x 2n 197. ........................... is a true tree because the centre
of a subdivision always lies on a point. a) Region quad tree b) Edge quad tree c) Point quad
tree d) Child quad tree Ans: Point quad tree 198. ........................ is an adaptation of binary
tree representing the 2-D point data a) Region quad tree b) Edge quad tree c) Point quad
tree d) Child quad tree Ans: Point quad tree 199. .................... quad tree stores line rather
than point. a) Region quad tree b) Edge quad tree c) Point quad tree d) Child quad tree Ans:
Edge quad tree 200. .................... is commonly used to store sparse data a) quad tree b)
Table c) Binary tree d) Octant Ans: quad tree