You are on page 1of 16

Sr.

Answ
No Question Option1 Option2 Option3 Option4
er
.
01 _______
computers perform
the complex
processing by Analog Digital Hybrid Personal 2
directly measuring
the discrete
physical quantities.
02 _______ is a non-
volatile memory
chip in which data ROM and
ROM PROM EPROM 1
once stored cannot PROM
be altered by
programmer
03 Modern magnetic
tapes use 8 bit
All of these
________code EBCDIC BCD ASCII 1
options
format for data
recording
04 The tape of
magnetic tape
storage is divided
into Vertical
Channels Frames and Tracks and Channels and
columns 2
and Frames Channels Frames Tracks
called_________
and horizontal
rows is
called________
05 Which of these is Magnetic
Smart Card ATM Card Punch Card 2
an electronic card. Strip Card
06 ________ is a set
of control
statements and Applicatio Operating
System software Utilites 2
extends processing n software system
capability of
Computer system
07 Different types of
System Command Job control All of these
user interfaces 4
calls language language options
include
08 File File File
File Available
FAT stands for Allocation Administration Allotment 1
Table
Table Table Transfer
09 The OSI model
has ________ 5 6 7 8 1
layers
10 Standard
multimedia MPEG FOR MPEG FOR All of these
JPEG 4
compression VIDEO AUDIO options
technique is
11 The mechanism of
counting the 1 bits
of the character bit
set and adding a
check bit to make Error
Parity Even Parity Odd Parity 2
the total number of Checking
1 bits even while
transferring the
data, is referred to
as
It is very
The shortcoming
Very complex slow and also
of Mark 1 It is very
indesign and Unreliable very complex 4
computer is slow
huge in size indesign and
___________
huge in size
12 Which of the
Winchester
following are not Zip disk Disk packs Floppy disk 3
Disk
Hard disk
13 The unit of
measurement of None of
Maud Baud Bandwidth 2
data transfer rate is these options
______
14 ______is
collection of the
facts or
informational raw Main
Data Database Computer 1
material and Memory
become
information after
processing.
15 Algorithms can be
represented in PROGRA DECISION SPREADSH
FLOWCHARTS 4
various ways MS CHARTS EET
EXCEPT
16 _____ contains the Index Subscript Array File 1
addresses of all the
records according
to the contents of
the field designed
as the record key.
17 Effective
Advantages of
Effective Time Analysis and
using flow charts Efficient Coding 4
Analysis consuming Efficient
is
Coding
18 The logic used to
perform
Selection None of
instructions one Sequence logic End case 2
logic these options
after another
is_______
19 Computer
languages are
Machine Assembly High level
classified as all of Code language 2
Language language Language
the following
EXCEPT:
20 Limitation of Executed
Difficult to Machine
Machine language fast by Error prone 1
program dependent
are, EXCEPT: Computer
21 These program
It is easier error typically
The program
to detect involve
cannot be
Syntax incorrect
________ is true compiled and All of these
error Punctuation, 4
for Syntax error. executed until all options
compared undefined
syntax errors are
to logical terms, no
corrected
error parenthesis
etc.
23 Program errors are
All of these
known as Virus Bugs Errors 2
options
________
24 Commonly used
Direct and Indexed All of these
file organization Sequential 4
Random Sequential options
are:
25 _________languag
e that enables
users to define
their requirements Query Manipulation DDL DML 1
for extracting
required
information.
26 3.2 % 3 1 0 0.2 Err 4
27 What is o/p If Hi Hello HiHello None of 2
c=10, d=20 ( c>
d ? printf(" Hi") : these
printf(" Hello"));
28 Which of the
following are
keywords of the C
language?
i)if All are only i,ii and iii only i,ii and iv only i and ii
keywords are keywords 2
ii)else are keywords are keywords

iii)then
iv)elseif

29 which of the
following is NOT `Thank `enter values of p all of the
`23.56e-03` 4
a character You` n r` above
constant
30 void main() { int
arr[10];
printf("%d", 20 10 Error None 1
sizeof(arr));
getch(); }
31 Uppercase
case letters Should not start
Following are the
are not with a digit but
rules for naming Any letter Letter
equivalent can have digits in 3
an identifier with - + = sign starting with
to between the
except:
lowercase name
letters
32 What is output
void main() { int
7 8 6 None 2
n=3,a=2; a*= n+1;
printf("%d", a); }
33 The keyword
_______ breaks
break exit both a and b None 1
the control from
while loop.
34 Consider the The The compiler The compiler None of the 1
declaration compiler will search first will search above.
#include Here the will search the user`s only the user`s
angled brackets only the default/ working default/workin
indicate standard directory and g directory
libraries for then the standard
the file libraries for the
myfile.h file myfile.h
35 main() { printf(" \n
Hello Hi Hello Hi still
Hello"); disp(); }
Hi Hello Infinite no of stack 4
disp() { printf(" \n
times overflow
Hi"); main(); }
36 C() { printf("C"); }
B() { C();
printf("B"); } A() {
printf(" A"); B(); } CAMB MABC MCAB MACB 4
main()
{ printf("M");
A(); }
37 which of the
following shows
the correct (), **, * (), / or *, - or
(), **, *, /, +, - (), **, /, *, +, - 4
hierarchy of or /, + or ? +
arithmetic
operations in C
38 C to it that C
main() { printf(" C C to it that
Compilation servies still
to it that C C servies Linker Error 4
Error stack
servies"); main(); } infinitely
overflow
39 array of an integer
The statement int array of 5
pointer to function taking 5 None of
(* arr [5]) (int *, pointer to 1
five arrays and above
char *) means integers
functions returning an char
40 What error would
the following Missing The function
function give on parentheses should be Redeclaration None of the
3
compilation ? f(int in return defined as int f of a above
a, int b) { int a; statement ( int a , int b)
a=20; return a; }
41 If the binary 40 AC 00 00 CA 00 40 00 00 AC 40 00 00 CA 04 3
equivalent of 00
5.375 in
normalised form is
0100 0000 1010
1100 0000 0000
0000, 0000 what is
the output of the
following'C'
program ? main() {
float a = 5.375;
char *p; int i;
p=(char*) &a;
for(i=0;i<=3;i++)
printf("%02x",
(unsigned char)p[i]
);}
42 b is a
pointer to a
Interpret the function b is a pointer b is a pointer
following which to a void of type int
statement : takes a invalid statement which can be which is a 1
void(*b)(int *); pointer to typecast as a pointer to a
an int and pointer to int void
returns a
void
43 From an ascending
priority queue only
Largest Smallest Rear Top 2
the_________item
can be removed
44 Consider the 10 100 1000 20 3
program segment
given below. (The
numbers represent
program line
numbers) :
1. #include
2. int y;
3. void main()
4.{
5. int x,*px,**px;
6. x = 10;
7. y = 1000;
8. px = &x;
9. ppx = &px;
10. f3(ppx);
11.
printf("%d",*px);
12.}
13.void f3(int
**pp)
14.{
15. *pp = &y;
16.
printf("%d",**pp);
17.}
The printf() at line
11 prints the
value :

45 A stack in c is
declared as a ____ collection of
array structure group 2
containing two element
objects
46 The remove
operation can only
empty non empty overloaded underflow 2
be performed, if
the queue is
47 Stack is constantly memory set of
element object 3
changing location integers
48 In a doubly linked
list if a node is to
be deleted between
two nodes, how 2 4 3 1 3
many links of the
existing list have
to be modified?
49 What is the output 100 200 300 None of the 2
of the following above
code?
void main()
{
int i = 100, j =
200;
const int *p=&i;
p = &j;
printf("%d",*p);
}

50 The value of
automatic variable
that is declared but 0 -1 Garbage None 3
not initialized will
be
51 In a'C' program before none of the
after main anywhere 3
constant is defined main above
52 Passing a
A function
What does the copy of a Passing a pointer Choosing a
that does not
term 'call-by- variable to a variable into random value 2
return any
reference' refer to? into a a function. for a variable.
values.
function.
53 Consider the
following
declaration ::- black= black= -1
black= -1 ,blue = an illegal
enum color -1,blue=2, ,blue = 0, 3
-2, green= -3 declaration
{black=-1, blue, green=3 green= 1
green }; This
represents
54 The macro FILE is
defined in which
stdlib.h stdio.h io.h stdio.c 2
of the following
files;
55 A function called
total(), totals the
sum of an integer
array passed to it
(as the first
parameter) and
int
returns the total of
total( int
all the elements as int total( int int total( int
numbers[], None of the
an integer. Let the numbers[], int numbers[], int 4
int above
second parameter elements ) { elements ) {
elements )
to the function be
{
an integer which
contains the
number of
elements of the
array. The correct
code is
56 What does the Passing a Passing a pointer Choosing a A function 1
term call-by-value copy of a to a variable into random value that does not
refer to? variable a function for a variable return any
into a
values
function
57 Associativity of
right to left left to right from center None 1
unary minus is
58 void main() { int
I=0; for(;I= =2;)
0 012 01 No output 4
{ printf("%d", I);
I++; } }
59 If ( ps->top=-1)
return (true); else
return (1
return (false); For
(ps-
this group of return (ps- it can not be
>top=+1) return(top+1); 3
statements >top==-1); made shorter
else return
suggested shorter
0;
and more efficient
method
60 The fwrite() and
hexadecimal
fread() functions text form binary form octal form 2
form
handle data in
61 When the language
has the capability
to produce new Extensible Encapsulation Overloading Overriding 1
data type,it is
called____.
62 ______ is the good
example of a
Constructo Constructor None of
method that is Attribute 1
r and Attribute these options
shared by all
instance of a class.
63 Which of the is-a
Part-of Use-a All of these
following are class relationshi 4
relationship. relationship. options.
relationships? p.
64 Both Data
Derived class
Data Member Constructor & members and
inherits from base 4
members. function. destructor. Member
class.
function.
65 A contract is Interface and
Abstract
implemented Class Interface. Abstract 4
Class.
through. Class
66 Complex object
composing of Aggregatio None of
Assosiation Composition 1
other object is n these options
called_____
67 A relationship that function association link activity 2
can be identified
between two
object entities
(classes or
individuals) is
called a
___________.
68 Data
Encapsulati Overloading,
Inheritance, Data
Which are the on, Inheritance
Polymorphism & Encapsulation,
main three features Inheritance & 3
Exception Inheritance &
of OOP language? & Polymorphis
handling Polymorphism
Exception m
handling
69 1?.n, where A line with an
n Only with a line arrow-head
Cannot be
Cardinality can be represents between base pointing in
represented 1
represented as: an class & derived direction of
in UML.
unlimited classes parent or
value. superclass.
70 Method is another None of
Function Attribute Behavior 1
name of____ these options
71 SATURINE : redundant : heavenly :
saturn : venus wolf : sly 3
MERCURIAL :: wordy starry
72 Requital
KIND : Reverentral:impr Circumspect:s Muddy:uncle
:reverberat 4
BENEVOLENT :: udent hort-sighted ar
e
73 bird :
Horse : colt :: child : adult seed : fruit sheep : lamb 4
eaglet
74 CONE : PINE :: fruit : berry bulb : flower acorn : oak needle : fir 3
75 MANDATORY : pious : opaque : chaste :
competent : inept 2
OPTIONAL :: indignant ornate celibate
76 BLUEPRINT :
itinerary : tenant : volume :
CONSTRUCTION signal : light 1
trip premises library
::
77 CELEBRATE : window : lament :
pot : pan face : penalty 2
MARRIAGE :: bedroom bereavement
78 PROHIBITED : innocuous : deleterious : required : compulsory :
4
REFRAIN :: forbid embark decide comply
79 ASSUAGE : humiliate intensify convert solidify 2
80 authoritativ
DORMANT : elastic active uninteresting 3
e
81 Studies over the There have Although some Drug addiction Prior to the 1
last 20 years have
shown that
virtually all babies
born to drug -
addicted mothers
are themselves
adicted to drugs.
No such been recent
correlation, instances in development
however, has been which of DNA
biological
shown between drug- is an acquired testing,
conditions have
drug-addicted addicted condition which
been shown to be
fathers and thier babies have which cannot maternity
genetically
newborn children. been born be passed on was
based, drug
It would appear, to addicted from a mother unquestionab
addiction is not
then, that drug fathers and to her children le, paternity
among them
addiction is a non- could not be
genetically addicted positively
inherited trait that mothers. determined
is gender-linked
and passed through
the mother. All the
following, if true,
would weaken the
argument above
EXCEPT
82 During 1985,
advertising
expensing
expenditure on
canned food
products increased
Advertisin
by 20 percent, Canned food Canned food Canned
g
while canned food price decreased products were opener
effectivene 4
consumption rose relative to avaible in production
ss
by 25 percent. substitutes more stores doubled
increased
Each of the
following, if true,
could help explain
the increase in
food consumption
except
83 The gateway of false cannot say true probably 3
india is in mumbai false
mumbai is in
maharashtra
therefore the
gateway of india is
in maharashtra
84 Ravi is the
younger than
sachin sachin is
younger than tarun true false cannot say probably true 1
therefore ravi is
the youngest
among them
85 During 1985,
advertising
expenditures on
canned food
products increased
by 20%, while Advertisin
Canned food Canned food
canned food g Can opener
prices decreased products are
consumption rose effectivene production 1
relative to available in
by 25%.Each of ss doubled.
substitutes. more stores.
the following, if increased.
true, could help
explain the
increase in food
consumption
except:
86 The movement of
ownership by
unions is the latest
step in the
progression from
management
ownership to Employee- Employee
Employee
employee owned union
Employee union
ownership. companies ownership
participation in ownership
Employee generally enables 3
management drives up
ownership can have higher workers to
raises morale. salaries and
save depressed and productivit wages.
share in the
losing companies. y. profits.
All the following
statements, if true,
provide support for
the claim above
except:

87 One major Social A study of social The social Social 3


obligation of the psychologi psychology scientist has phenomena
social psychologist
is to provide his
own discipline, the
other social
sciences and
conceptual tools
that will increase
the range and the
reliablilty of their
understanding of st must an obligation
are little
social phenomena. have a to provide the
understood
Beyond that, strong should be part of means by
by those
responsible backgroun the curriculim of which social
outside the
government d in other government phenomena
field of
officials are today sciences as officials. may be
social
turning more will as understood by
psychology.
frequently to the their own others
social sientists for
insight into the
nature and solution
of the problems
with which they
are confronted.
The above
argument assumes
that:
88 starting from a
point x jayant
walked 15metres
towards the west
he turned to his
left and walked 20
metres he then
turned to his left
32 metres 42 metres 27 metres
and walked 15 47 metres east 1
south north south
metres he then
further turned to
his right and
walked 12 metres
how far is jayant
from the point x
and in which
direction?
89 If P and N are L is done L is done on M is done on O is done on 2
done on Thursday on Tuesday Wednesday Monday Tuesday
and Friday, then
which of the
following is true?
90 A farmer plants
only five different
kinds of vegetables
-- beans, corn,
kale, peas, and
squash. Every year
the farmer plants
exactly three kinds
of vegetables
according to the
following
restrictions:
If the farmer plants
corn, the farmer
also plants beans
that year.
If the farmer plants Beans, Beans, corn, Beans, peas,
Corn, peas,
kale one year, the corn, kale, peas, beans, corn, squash, beans, squash,
3
farmer does not corn, peas, beans, kale,
squash corn, kale
plant it the next squash peas
year.
In any year, the
farmer plants no
more than one of
the vegetables the
farmer planted in
the previous year.
Which of the
following is a
possible sequence
of combinations
for the farmer to
plant in two
successive years?

91 If x + 49 =8.2,
then the value of x 1.20 1.40 1.44 1.89 3
is equal to
92 If a = -1 and b =
-2, what is the 343 216 125 64 2
2 3
value of (2 - ab ) ?
93 If z = 1, y = 2.......a
= 26. Find the
351 221 400 200 1
value of z + y + x
+ .......+a.
94 A clock that gains
two minutes each
hour is
synchronized at
midnight with a
clock that loses
one minute an
hour. What will be 36 24 14 12 1
the difference, in
minutes, between
the times shown
on the two clocks
when a third clock
correctly shows
noon?
95 50 copies of a
book can be
purchased for a
sum payable 3
months hence
while 51 copies 6% 8% 10 % 12 % 2
can be had for
same sum for cash
payment. What is
the rate of interest
per year?
96 The Compound
interest on a sum
of money in 3
years at the rate of
5% per annum is
Rs.1261. What is
the simple interest 960 900 840 800 1
of the same sum of
money in the same
number of years
but at 4% per
annum of simple
interest.
97 If the radius of a halved unchanged doubled increased by 4
cylinder is tripled 350%
while its height is
halved, its volume
will be
98 In a group of
people solicited by
a charity, 30%
contributed
Rs.40each, 45%
contributed Rs.20
each, and the rest 30% 40% 45% 50% 4
contributed Rs.12
each. What
percentage of the
total contributed
came from people
who gave Rs.40?
99 A is 8 miles east of
B. C is 10 miles
north of B. D is 13
miles east of C and
5 miles 6 miles 13 miles 18 miles 3
E is 2 miles north
of D. Find shortest
distance between A
and E.
10 A dishonest milk
0 seller professes to
sell milk at cost
price but gains 12 None of the
8:1 6:2 5:1 1
1/2%. The above.
proportion of
water he adds to
milk is

You might also like