placeholder image to represent content

Revision for Test December 2020

Quiz by dalila abdullah

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    1. Which is the NOT the example of non-primitive data type. A. Stack B. Array C. Queue D. Sorting
    D
    30s
  • Q2
    2. Choose which of the following are NOT the basic operations supported by array. A. Traverse B. Deleting C. Searching D. Undo
    D
    30s
  • Q3
    3. Which position could NOT be done for insertion and deletion operation in linked list. A. Middle B. Beginning C. Ending D. Between
    D
    30s
  • Q4
    4. Choose the terminologies to delete element in a stack. A. Pop B. Push C. Enqueue D. Dequeue
    A
    30s
  • Q5
    5. Which of the following NOT types of data structures. A. Linear B. Static C. Primitive D. Abstract
    D
    30s
  • Q6
    6. Identify the top value by referring the statement in Figure 5. A. FROZEN B. CROODS C. PLANES D. FAMILY
    Question Image
    C
    30s
  • Q7
    7. Which of the following is NOT basic operation of stack. A. Create Stack B. Insert Element C. Delete Element D. Duplicate Element
    D
    30s
  • Q8
    8. State the sequence when the characters 'D', 'C', 'B', 'A' are placed in a stack and then removed one at a time. A. ABCD B. ABDC C. DCAB D. DCBA
    A
    30s
  • Q9
    9. Name TWO parts of node in Linked List. A. Array, Next B. Data, Link C. Data, Array D. Pointer, Link
    B
    30s
  • Q10
    10. Choose the CORRECT declaration of array with size 10 and data type of float. A. float[] size = 10; B. float array[10]; C. float size[ ] = 10; D. float size[10];
    D
    30s

Teachers give this quiz to your class