Computer Science & Web Technology Quiz
Test your knowledge of computer science concepts including data structures, algorithms, programming, and web technologies like XML.
Questions
XML uses the features of
- HTML
- XHTML
- VML
- SGML
What does DTD stand for?
- Direct Type Definition
- Document Type Definition
- Do The Dance
- Dynamic Type Definition
The memory address of the first element of an array is called
- floor address
- foundation address
- first address
- base address
Which of the following data structures are indexed structures?
- linear arrays
- linked lists
- both of the above
- None of the above
Which of the following is not the required condition for binary search algorithm?
- The list must be sorted
- there should be the direct access to the middle element in any sublist
- There must be mechanism to delete and/or insert elements in list
- binary search algorithm is not efficient when the data elements are more than 1000
Two dimensional arrays are also called
- tables arrays
- matrix arrays
- both of above
- none of above
A variable P is called pointer if
- P contains the address of an element in DATA.
- P points to the address of first element in DATA
- P can store only memory addresses
- P contain the DATA and the address of DATA
Which of the following data structure can't store the non-homogeneous data elements?
- Arrays
- Records
- Pointers
- Nove
Each data item in a record may be a group item composed of sub-items; those items which are indecomposable are called
- elementary items
- atoms
- scalar
- all of the above
Binary search algorithm can not be applied to
- sorted linked list
- sorted binary trees
- sorted linear array
- pointer array
A data structure where elements can be added or removed at either end but not in the middle
- Queue
- Stack
- Deque
- none of the above
The situation when in a linked list START=NULL is
- underflow
- saturated
- overflow
- housefull
Yuri Gagarin was the first man to go in………….
- Space
- moon
- orbit
- none of these
Who developed the World Wide Web {www}?
- Tim Bernes Lee
- Charles Babbage
- Jim Osborne
- John Osborne