No student devices needed. Know more
20 questions
People have used the word ________ to mean computer information that is transmitted or stored.
Beta
Data
Database
None of above
_____________ specifies how we enter data into our programs and what type of data we enter.
data type
data
datum
all of above
void is __________ data type.
primary
derived
user defined
none of above
int is __________ data type.
user defined
derived
primary
all of above
Array is ___________ data type.
user defined
primary
derived
all of above
Pointer is __________ data type
derived
primary
user defined
none of above
In ____________ data structure, the data items are arranged in a linear sequence.
linear
non linear
both a and b
all of above
In ___________ data structures all elements may or may not be of same type.
linear
non linear
homogeneous
non- homogeneous
In ___________ data structure data items are not in sequence.
non linear
linear
non-homogeneous
all of above
____________data structures are those whose sizes and structures associated memory locations are fixed at compile time.
linear
homogeneous
static
dynamic
Stack uses __________ data structure as the element that was inserted last is the first one to be taken out.
LIPO
FIFO
LIFO
FIPO
Full form of LIFO is ____________
Last Inside First Outside
Last Innner First Outer
Last In First Out
Last Impact First Out
Every stack has a variable _________ associated with it.
TOP
BOT
POT
none of the above
_________ operation adds an element to the top of the stack.
pop
push
peep
all of the above
_________ operation removes the element from the top of the stack.
push
pop
update
none of the above
_________ operation returns the value of the topmost element of the stack.
push
pop
peep
update
_________ operation changes the value of element given by user of the stack.
push
pop
peep
update
A function calls itself is called ___________.
queue
recursion
function
none of above
A queue is a _________ data structure in which each element that was inserted first is the first one to be taken out.
FITO
FIFO
FISO
FIVO
The elements in a queue are added at one end called ________.
front
rear
near
none of above
Explore all questions with a free account