0% found this document useful (0 votes)
81 views16 pages

(WWW - Entrance-Exam - Net) - CDAC Paper

This document contains a multiple choice quiz with 32 questions about computer fundamentals. The questions cover topics like computer hardware components, memory types, operating systems, file formats, networking, programming languages, and more. For each question there are typically 4 possible answer choices to select from.

Uploaded by

pratik thakare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views16 pages

(WWW - Entrance-Exam - Net) - CDAC Paper

This document contains a multiple choice quiz with 32 questions about computer fundamentals. The questions cover topics like computer hardware components, memory types, operating systems, file formats, networking, programming languages, and more. For each question there are typically 4 possible answer choices to select from.

Uploaded by

pratik thakare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

fSr

. Answ
Question Option1 Option2 Option3 Option4
No 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 FAT stands for File File File Available File 1
Allocation Administration Allotment
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 error
It is easier
The program typically
to detect
cannot be involve
Syntax
________ is true compiled and incorrect All of these
error 4
for Syntax error. executed until all Punctuation, options
compared
syntax errors are undefined
to logical
corrected terms, no
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 Query Manipulation DDL DML 1
e that enables
users to define
their requirements
for extracting
required
information.
26 3.2 % 3 1 0 0.2 Err 4
27 What is o/p If
c=10, d=20 ( c> None of
Hi Hello HiHello 2
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 2
ii)else are keywords 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
only the default/ working
standard directory and
angled brackets default/workin
libraries then the standard
indicate g directory
for 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 main() { printf(" C C to it that C
C to it that
to it that C Compilation servies still
C servies Linker Error 4
servies"); Error stack
infinitely
main(); } 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 int int total( int int total( int None of the 4
total(), totals the total( int numbers[], int numbers[], int above
sum of an integer numbers[], elements ) { elements ) {
array passed to it int
(as the first 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 Passing a
A function
What does the copy of a Passing a pointer Choosing a
that does not
term call-by-value variable to a variable into random value 1
return any
refer to? into a a function for a variable
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
Extensible Encapsulation Overloading Overriding 1
produce new 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 Class Interface. Abstract Interface and 4
implemented Class. Abstract
through. Class
66 Complex object
composing of Aggregatio None of
Assosiation Composition 1
other object is n these options
called_____
67 A relationship that
can be identified
between two
object entities
function association link activity 2
(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 :
CONSTRUCTIO signal : light 1
trip premises library
N ::
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
last 20 years have
shown that
virtually all babies
born to drug -
addicted mothers
are themselves
adicted to drugs.
There have Prior to the
No such
been recent
correlation,
instances development
however, has been Although some Drug
in which of DNA
shown between biological addiction is an
drug- testing,
drug-addicted conditions have acquired
addicted which
fathers and thier been shown to be condition
babies have maternity 1
newborn children. genetically which cannot
been born was
It would appear, based, drug be passed on
to addicted unquestionab
then, that drug addiction is not from a mother
fathers and le, paternity
addiction is a among them to her children
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, Advertisin Canned food Canned food Canned 4
advertising g price decreased products were opener
expensing effectivene relative to avaible in production
expenditure on ss substitutes more stores doubled
canned food increased
products increased
by 20 percent,
while canned food
consumption rose
by 25 percent.
Each of the
following, if true,
could help explain
the increase in
food consumption
except
83 The gateway of
india is in mumbai
mumbai is in
probably
maharashtra false cannot say true 3
false
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 Employee- Employee Employee Employee 3
ownership by owned participation in union union
unions is the latest companies management ownership ownership
step in the generally raises morale. drives up enables
progression from have salaries and workers to
management higher wages. share in the
ownership to productivit profits.
employee y.
ownership.
Employee
ownership can
save depressed and
losing companies.
All the following
statements, if true,
provide support
for the claim
above except:

87 One major
obligation of the
social psychologist
is to provide his
own discipline, the
other social
sciences and
conceptual tools
that will increase
the range and the Social The social
Social
reliablilty of their psychologi scientist has
phenomena
understanding of st must A study of social an obligation
are little
social phenomena. have a psychology to provide the
understood
Beyond that, strong should be part of means by
by those 3
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 32 metres 47 metres east 42 metres 27 metres 1
point x jayant south north south
walked 15metres
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 on Thursday
L is done L is done on M is done on O is done on
and Friday, then 2
on Tuesday Wednesday Monday Tuesday
which of the
following is true?
90 A farmer plants Beans, Beans, corn, Beans, peas, Corn, peas, 3
only five different corn, kale, peas, beans, squash, beans, squash,
kinds of corn, peas, corn, squash corn, kale beans, kale,
vegetables -- squash peas
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
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,


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
value of (2 - ab2)3?
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 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
cylinder is tripled
increased by
while its height is halved unchanged doubled 4
350%
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