Computer Science & Web Technology Quiz

Test your knowledge of computer science concepts including data structures, algorithms, programming, and web technologies like XML.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

XML uses the features of

  1. HTML
  2. XHTML
  3. VML
  4. SGML
Question 2 Multiple Choice (Single Answer)

What does DTD stand for?

  1. Direct Type Definition
  2. Document Type Definition
  3. Do The Dance
  4. Dynamic Type Definition
Question 3 Multiple Choice (Single Answer)

The memory address of the first element of an array is called

  1. floor address
  2. foundation address
  3. first address
  4. base address
Question 4 Multiple Choice (Single Answer)

Which of the following data structures are indexed structures?

  1. linear arrays
  2. linked lists
  3. both of the above
  4. None of the above
Question 5 Multiple Choice (Single Answer)

Which of the following is not the required condition for binary search algorithm?

  1. The list must be sorted
  2. there should be the direct access to the middle element in any sublist
  3. There must be mechanism to delete and/or insert elements in list
  4. binary search algorithm is not efficient when the data elements are more than 1000
Question 6 Multiple Choice (Single Answer)

Two dimensional arrays are also called

  1. tables arrays
  2. matrix arrays
  3. both of above
  4. none of above
Question 7 Multiple Choice (Single Answer)

A variable P is called pointer if

  1. P contains the address of an element in DATA.
  2. P points to the address of first element in DATA
  3. P can store only memory addresses
  4. P contain the DATA and the address of DATA
Question 8 Multiple Choice (Single Answer)

Which of the following data structure can't store the non-homogeneous data elements?

  1. Arrays
  2. Records
  3. Pointers
  4. Nove
Question 9 Multiple Choice (Single Answer)

Each data item in a record may be a group item composed of sub-items; those items which are indecomposable are called

  1. elementary items
  2. atoms
  3. scalar
  4. all of the above
Question 10 Multiple Choice (Single Answer)

Binary search algorithm can not be applied to

  1. sorted linked list
  2. sorted binary trees
  3. sorted linear array
  4. pointer array
Question 11 Multiple Choice (Single Answer)

A data structure where elements can be added or removed at either end but not in the middle

  1. Queue
  2. Stack
  3. Deque
  4. none of the above
Question 12 Multiple Choice (Single Answer)

The situation when in a linked list START=NULL is

  1. underflow
  2. saturated
  3. overflow
  4. housefull
Question 13 Multiple Choice (Single Answer)

Yuri Gagarin was the first man to go in………….

  1. Space
  2. moon
  3. orbit
  4. none of these
Question 14 Multiple Choice (Single Answer)

Who developed the World Wide Web {www}?

  1. Tim Bernes Lee
  2. Charles Babbage
  3. Jim Osborne
  4. John Osborne