You are on page 1of 15

http://www.CrazyEngineers.

com
CrazyEngineers® Uniting Engineers Across The World

 
 
 

 
 
 
 
CDAC Questions For Practice With
Answers

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 

Sr. Question Option1 Option2 Option3 Option4 Ans


No. wer
1 _______ computers Analog Digital Hybrid Personal 2
perform the
complex processing
by directly
measuring the
discrete physical
quantities.
2 _______ is a non- ROM PROM EPROM ROM and 1
volatile memory PROM
chip in which data
once stored cannot
be altered by
programmer
3 Modern magnetic EBCDIC BCD ASCII All of 1
tapes use 8 bit these
________code options
format for data
recording
4 The tape of Channels Frames Tracks Channels 2
magnetic tape and and and and
storage is divided Frames Channels Frames Tracks
into Vertical
columns
called_________
and horizontal rows
is called________
5 Which of these is an Magnetic Smart ATM Card Punch 2
electronic card. Strip Card Card
Card
6 ________ is a set Applicati System Operating Utilites 2
of control on software system
statements and software
extends processing
capability of
Computer system
7 Different types of System Comman Job All of 4
user interfaces calls d control these
include language language options
8 FAT stands for File File File File 1
Allocatio Administ Available Allotment
n Table ration Table Transfer
Table
9 The OSI model has 5 6 7 8 1
________ layers
10 Standard JPEG MPEG MPEG FOR All of 4
multimedia FOR AUDIO these
compression VIDEO options
technique is

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
11 The mechanism of Parity Even Odd Parity Error 2
counting the 1 bits Parity Checking
of the character bit
set and adding a
check bit to make
the total number of
1 bits even while
transferring the
data, is referred to
as
The shortcoming of It is very Very Unreliable It is very 4
Mark 1 computer is slow complex slow and
___________ indesign also very
and complex
huge in indesign
size and huge
in size
12 Which of the Zip disk Disk Floppy Wincheste 3
following are not packs disk r Disk
Hard disk
13 The unit of Maud Baud Bandwidth None of 2
measurement of these
data transfer rate is options
______
14 ______is collection Data Databas Computer Main 1
of the facts or e Memory
informational raw
material and
become information
after processing.
15 Algorithms can be PROGRA FLOWCH DECISION SPREADS 4
represented in MS ARTS CHARTS HEET
various ways
EXCEPT
16 _____ contains the Index Subscrip Array File 1
addresses of all the t
records according to
the contents of the
field designed as
the record key.
17 Advantages of using Effective Efficient Time Effective 4
flow charts is Analysis Coding consumin Analysis
g and
Efficient
Coding
18 The logic used to Selection Sequenc End case None of 2
perform instructions logic e logic these
one after another options
is_______
19 Computer Machine Code Assembly High level 2
languages are Languag language language Language
classified as all of e
the following
EXCEPT:

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
20 Limitation of Executed Difficult Error Machine 1
Machine language fast by to prone dependen
are, EXCEPT: Compute program t
r
21 ________ is true It is The These All of 4
for Syntax error. easier to program program these
detect cannot error options
Syntax be typically
error compiled involve
compare and incorrect
d to executed Punctuatio
logical until all n,
error syntax undefined
errors terms, no
are parenthesi
correcte s etc.
d
23 Program errors are Virus Bugs Errors All of 2
known as ________ these
options
24 Commonly used file Sequenti Direct Indexed All of 4
organization are: al and Sequentia these
Random l options
25 _________languag Query Manipula DDL DML 1
e that enables users tion
to define there
requirements for
extracting required
information.
26 3.2 % 3 1 0 0.2 Err 4
27 What is o/p If c=10, Hi Hello HiHello None of 2
d=20 ( c> d ? these
printf(" Hi") :
printf(" Hello"));
28 Which of the All are only i,ii only i,ii only i and 2
following are keyword and iii and iv are ii are
keywords of the C s are keywords keywords
language? keyword
i)if s
ii)else
iii)then
iv)elseif
29 which of the `Thank `enter `23.56e- all of the 4
following is NOT a You` values of 03` above
character constant p n r`
30 void main() { int 20 10 Error None 1
arr[10];
printf("%d",
sizeof(arr));
getch(); }
31 Following are the Upperca Should Any letter Letter 3
rules for naming an se case not start with - + = starting
identifier except: letters with a sign with

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
are not digit but
equivale can have
nt to digits in
lowercas between
e letters the
name
32 What is output void 7 8 6 None 2
main() { int
n=3,a=2; a*= n+1;
printf("%d", a); }
33 The keyword break exit both a None 1
_______ breaks the and b
control from while
loop.
34 Consider the The The The None of 1
declaration compiler compiler compiler the
#include Here the will will will search above.
angled brackets search search only the
indicate only the first the user`s
standard user`s default/w
libraries default/ orking
for the working directory
file directory
myfile.h and then
the
standard
libraries
for the
file
myfile.h
35 main() { printf(" \n Hi Hello Hello Hi Hello Hi 4
Hello"); disp(); } Infinite no still stack
disp() { printf(" \n of times overflow
Hi"); main(); }
36 C() { printf("C"); } CAMB MABC MCAB MACB 4
B() { C();
printf("B"); } A() {
printf(" A"); B(); }
main() {
printf("M"); A(); }
37 which of the (), **, * (), **, (), **, /, (), / or *, 4
following shows the or /, + *, /, +, - *, +, - - or +
correct hierarchy of or ?
arithmetic
operations in C
38 main() { printf(" C C to it Compilat Linker C to it 4
to it that C that C ion Error Error that C
servies"); main(); } servies servies
infinitely still stack
overflow
39 The statement int array of an array of 5 None of 1
(* arr [5]) (int *, pointer integer pointer to above
char *) means to five function integers
functions taking 5
arrays

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
and
returnin
g an
char
40 What error would Missing The Redeclara None of 3
the following parenthe function tion of a the above
function give on ses in should
compilation ? f(int return be
a, int b) { int a; stateme defined
a=20; return a; } nt as int f (
int a ,
int b)
41 If the binary 40 AC 00 CA 00 00 AC 00 00 CA 3
equivalent of 5.375 00 00 00 40 40 04
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",(unsi
gned char)p[i] ) ; }
42 Interpret the b is a invalid b is a b is a 1
following statement pointer stateme pointer to pointer of
: to a nt a void type int
void(*b)(int *); function which can which is a
which be pointer to
takes a typecast a void
pointer as a
to an int pointer to
and int
returns a
void
43 From an ascending Largest Smallest Rear Top 2
priority queue only
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;

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
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 array structure group collection 2
declared as a ____ of
containing two element
objects
46 The remove empty non overloade underflow 2
operation can only empty d
be performed, if the
queue is
47 Stack is constantly element object memory set of 3
changing location integers
48 In a doubly linked 2 4 3 1 3
list if a node is to
be deleted between
two nodes, how
many links of the
existing list have to
be modified?
49 What is the output 100 200 300 None of 2
of the following the above
code?
void main()
{
int i = 100, j =
200;
const int *p=&i;
p = &j;
printf("%d",*p);
}
50 The value of 0 -1 Garbage None 3
automatic variable
that is declared but
not initialized will
be

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
51 In a'C' program before after anywhere none of 3
constant is defined main main the above
52 What does the term Passing Passing Choosing A function 2
'call-by-reference' a copy a pointer a random that does
refer to? of a to a value for not return
variable variable a any
into a into a variable. values.
function. function.
53 Consider the black= - black= - black= -1 an illegal 3
following 1,blue=2 1 ,blue ,blue = 0, declaratio
declaration ::- , = -2, green= 1 n
enum color green=3 green= -
{black=-1, blue, 3
green }; This
represents
54 The macro FILE is stdlib.h stdio.h io.h stdio.c 2
defined in which of
the following files;
55 A function called int total( int total( int total( None of 4
total(), totals the int int int the above
sum of an integer numbers numbers numbers[
array passed to it [], int [], int ], int
(as the first elements elements elements
parameter) and ){ ){ ){
returns the total of
all the elements as
an integer. Let the
second parameter
to the function be
an integer which
contains the
number of elements
of the array. The
correct code is
56 What does the term Passing Passing Choosing A function 1
call-by-value refer a copy a pointer a random that does
to? of a to a value for not return
variable variable a variable any
into a into a values
function function
57 Associativity of right to left to from None 1
unary minus is left right center
58 void main() { int 0 012 01 No output 4
I=0; for(;I= =2;) {
printf("%d", I);
I++; } }
59 If ( ps->top=-1) return (1 return return(top it can not 3
return (true); else (ps- (ps- +1); be made
return (false); For >top=+ >top==- shorter
this group of 1) else 1);
statements return 0;
suggested shorter
and more efficient
method

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
60 The fwrite() and text binary hexadeci octal form 2
fread() functions form form mal form
handle data in
61 When the language Extensibl Encapsul Overloadi Overriding 1
has the capability to e ation ng
produce new data
type,it is
called____.
62 ______ is the good Construc Attribute Construct None of 1
example of a tor or and these
method that is Attribute options
shared by all
instance of a class.
63 Which of the is-a Part-of Use-a All of 4
following are class relations relations relationshi these
relationships? hip. hip. p. options.
64 Derived class Data Member Construct Both Data 4
inherits from base member function. or & members
class. s. destructor and
. Member
function.
65 A contract is Class Interface Abstract Interface 4
implemented . Class. and
through. Abstract
Class
66 Complex object Aggregat Assosiati Compositi None of 1
composing of other ion on on these
object is options
called_____
67 A relationship that function associati link activity 2
can be identified on
between two object
entities (classes or
individuals) is called
a ___________.
68 Which are the main Data Inherita Data Overloadi 3
three features of Encapsul nce, Encapsula ng,
OOP language? ation, Polymor tion, Inheritanc
Inherita phism & Inheritanc e&
nce & Exceptio e& Polymorp
Exceptio n Polymorp hism
n handling hism
handling
69 Cardinality can be 1?.n, Only A line with Cannot be 1
represented as: where n with a an arrow- represent
represen line head ed in
ts an between pointing UML.
unlimite base in
d value. class & direction
derived of parent
classes or
superclass
.
70 Method is another Function Attribute Behavior None of 1
name of____ these

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
options
71 SATURINE : redunda saturn : heavenly wolf : sly 3
MERCURIAL :: nt : venus : starry
wordy
72 KIND : Requital Reverent Circumspe Muddy:un 4
BENEVOLENT :: :reverbe ral:impr ct:short- clear
rate udent sighted
73 Horse : colt :: bird : child : seed : sheep : 4
eaglet adult fruit lamb
74 CONE : PINE :: fruit : bulb : acorn : needle : 3
berry flower oak fir
75 MANDATORY : pious : compete opaque : chaste : 2
OPTIONAL :: indignan nt : ornate celibate
t inept
76 BLUEPRINT : itinerary signal : tenant : volume : 1
CONSTRUCTION :: : trip light premises library
77 CELEBRATE : window : lament : pot : pan face : 2
MARRIAGE :: bedroom bereave penalty
ment
78 PROHIBITED : innocuou deleterio required : compulsor 4
REFRAIN :: s : forbid us : decide y:
embark comply
79 ASSUAGE : humiliat intensify convert solidify 2
e
80 DORMANT : authorita elastic active uninterest 3
tive ing
81 Studies over the There Although Drug Prior to 1
last 20 years have have some addiction the recent
shown that virtually been biologica is an developm
all babies born to instance l acquired ent of
drug - addicted s in condition condition DNA
mothers are which s have which testing,
themselves adicted drug- been cannot be which
to drugs. No such addicted shown to passed on maternity
correlation, babies be from a was
however, has been have genetical mother to unquestio
shown between been ly based, her nable,
drug-addicted born to drug children paternity
fathers and thier addicted addiction could not
newborn children. It fathers is not be
would appear, then, and non- among positively
that drug addiction addicted them determine
is a genetically mothers. d
inherited trait that
is gender-linked
and passed through
the mother. All the
following, if true,
would weaken the
argument above
EXCEPT

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
82 During 1985, Advertisi Canned Canned Canned 4
advertising ng food food opener
expensing effective price products productio
expenditure on ness decrease were n doubled
canned food increase d avaible in
products increased d relative more
by 20 percent, to stores
while canned food substitut
consumption rose es
by 25 percent. Each
of the following, if
true, could help
explain the increase
in food consumption
except
83 The gateway of FALSE cannot TRUE probably 3
india is in mumbai say false
mumbai is in
maharashtra
therefore the
gateway of india is
in maharashtra
84 Ravi is the younger TRUE FALSE cannot probably 1
than sachin sachin say true
is younger than
tarun therefore ravi
is the youngest
among them
85 During 1985, Advertisi Canned Canned Can 1
advertising ng food food opener
expenditures on effective prices products productio
canned food ness decrease are n
products increased increase d available doubled.
by 20%, while d. relative in more
canned food to stores.
consumption rose substitut
by 25%.Each of the es.
following, if true,
could help explain
the increase in food
consumption
except:
86 The movement of Employe Employe Employee Employee 3
ownership by e-owned e union union
unions is the latest compani participa ownership ownership
step in the es tion in drives up enables
progression from generall manage salaries workers
management y have ment and to share
ownership to higher raises wages. in the
employee producti morale. profits.
ownership. vity.
Employee
ownership can save
depressed and
losing companies.

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
All the following
statements, if true,
provide support for
the claim above
except:
87 One major Social A study The social Social 3
obligation of the psycholo of social scientist phenomen
social psychologist gist psycholo has an a are little
is to provide his must gy obligation understoo
own discipline, the have a should to provide d by those
other social strong be part the means outside
sciences and backgro of the by which the field
conceptual tools und in curriculi social of social
that will increase other m of phenomen psycholog
the range and the sciences governm a may be y.
reliablilty of their as will as ent understoo
understanding of their officials. d by
social phenomena. own others
Beyond that,
responsible
government officials
are today turning
more frequently to
the 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 32 47 42 metres 27 metres 1
point x jayant metres metres north south
walked 15metres south east
towards the west he
turned to his left
and walked 20
metres he then
turned to his left
and walked 15
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 done L is done L is done M is done O is done 2
on Thursday and on on on on
Friday, then which Tuesday Wednesd Monday Tuesday
of the following is ay
true?

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
90 A farmer plants Beans, Beans, Beans, Corn, 3
only five different corn, corn, peas, peas,
kinds of vegetables kale, peas, squash, squash,
-- beans, corn, corn, beans, beans, beans,
kale, peas, and peas, corn, corn, kale kale, peas
squash. Every year squash squash
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
kale one year, the
farmer does not
plant it the next
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, 1.2 1.4 1.44 1.89 3
then the value of x
is equal to
92 If a = -1 and b = - 343 216 125 64 2
2, what is the value
of (2 - ab2)3?
93 If z = 1, y = 351 221 400 200 1
2.......a = 26. Find
the value of z + y +
x + .......+a.
94 A clock that gains 36 24 14 12 1
two minutes each
hour is
synchronized at
midnight with a
clock that loses one
minute an hour.
What will be the
difference, in
minutes, between
the times shown on

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
the two clocks when
a third clock
correctly shows
noon?

95 50 copies of a book 6% 8% 10% 12% 2


can be purchased
for a sum payable 3
months hence while
51 copies can be
had for same sum
for cash payment.
What is the rate of
interest per year?
96 The Compound 960 900 840 800 1
interest on a sum of
money in 3 years at
the rate of 5% per
annum is Rs.1261.
What is the simple
interest 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 unchang doubled increased 4
cylinder is tripled ed by 350%
while its height is
halved, its volume
will be
98 In a group of people 30% 40% 45% 50% 4
solicited by a
charity, 30%
contributed
Rs.40each, 45%
contributed Rs.20
each, and the rest
contributed Rs.12
each. What
percentage of the
total contributed
came from people
who gave Rs.40?
99 A is 8 miles east of 5 miles 6 miles 13 miles 18 miles 3
B. C is 10 miles
north of B. D is 13
miles east of C and
E is 2 miles north of
D. Find shortest
distance between A
and E.

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.
http://www.CrazyEngineers.com
CrazyEngineers® Uniting Engineers Across The World

 
 
100 A dishonest milk 8:01 6:02 5:01 None of 1
seller professes to the
sell milk at cost above.
price but gains 12
1/2%. The
proportion of water
he adds to milk is

Disclaimer: Author(s) of this document are the copyright holders of the content distributed through
CrazyEngineers Resources (http://www.crazyengineers.com/resources/). CrazyEngineers.com & its owners
are not responsible for any type of dispute arising due to content published via this document.

You might also like