DB/OS/DS/Networking/HTML - 8

1)   Where can a subschema be used?

a. Present information in different formats
b. Create very different personalized view of the same data
c. Hide sensitive information
d. All of the above
Answer  Explanation 

ANSWER: Hide sensitive information

Explanation:
No explanation is available for this question!


2)   What is used to delete an entire file except for a file structure?

a. Eraser
b. Pack
c. Delete
d. Zap
Answer  Explanation 

ANSWER: Zap

Explanation:
No explanation is available for this question!


3)   Data items are composed of data elements.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


4)   What is the maximum length of a field name?

a. 10 characters
b. 30 characters
c. 50 characters
d. 20 characters
Answer  Explanation 

ANSWER: 10 characters

Explanation:
No explanation is available for this question!


5)   What is the generalization of functional dependencies?

a. Database dependencies
b. Key dependencies
c. Relation dependencies
d. None of these
Answer  Explanation 

ANSWER: Key dependencies

Explanation:
No explanation is available for this question!


6)   What is a network structure?

a. Dominant database.
b. Is physical representation of data
c. Many to many relationship
d. Is conceptually simple
Answer  Explanation 

ANSWER: Many to many relationship

Explanation:
No explanation is available for this question!


7)   Which command permanently deletes the record from database?

a. PACK
b. ZAP
c. SEEK
d. SKIP
Answer  Explanation 

ANSWER: PACK

Explanation:
No explanation is available for this question!


8)   Which strategy of memory allocation yields the smallest free block size greater than or equal to the requested size?

a. First - fit
b. Best - fit
c. Worst - fit
d. Next - fit
Answer  Explanation 

ANSWER: Best - fit

Explanation:
No explanation is available for this question!


9)   Which type of linked list / s comprise / s a node containing a pointer to predecessor as well as successor?

a. Doubly Linked List
b. Circular Linked List
c. Both a & b
d. None of the above
Answer  Explanation 

ANSWER: Both a & b

Explanation:
No explanation is available for this question!


10)   Traversal of a linked list always starts from the __________.

a. First Node
b. Middle Node
c. Last Node
d. None of the Above
Answer  Explanation 

ANSWER: First Node

Explanation:
No explanation is available for this question!


11)   Which type of linked list comprises the adjacently placed first and the last elements?

a. Singly Linked List
b. Doubly Linked List
c. Circular Linked List
d. All of the above
Answer  Explanation 

ANSWER: Circular Linked List

Explanation:
No explanation is available for this question!


12)   Which extra element / s is / are present at the head of the list?

a. Antinel
b. Sentinel
c. Both a & b
d. None of the above
Answer  Explanation 

ANSWER: Sentinel

Explanation:
No explanation is available for this question!


13)   What does a node possessing zero degree in Trees known as?

a. Branch Node
b. Root Node
c. Leaf Node
d. Trunk Node
Answer  Explanation 

ANSWER: Leaf Node

Explanation:
No explanation is available for this question!


14)   How is the failure node represented by replacing each empty subtree in an Extended Binary Tree ?

a. *
b. Δ
c. o
d.
Answer  Explanation 

ANSWER: □

Explanation:
No explanation is available for this question!


15)   What would happen if the balance factor of a node in an AVL tree is ' 1 '?

a. Heights of left and right subtrees become equal
b. Height of left subtree is one more than the height of right subtree
c. Height of left subtree is one less than the height of right tree
d. None of the Above
Answer  Explanation 

ANSWER: Height of left subtree is one more than the height of right subtree

Explanation:
No explanation is available for this question!


16)   What do the leaves of an expression tree represent?

a. Operand
b. Operator
c. Operation
d. All of the Above
Answer  Explanation 

ANSWER: Operand

Explanation:
No explanation is available for this question!


17)   A semantic web allows data to be shared and reused across applications, enterprises, and communities.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


18)   Abbreviate CSS.

a. Classical Style Sheets
b. Cascading Style Sheets
c. Common Style Sheets
d. Cascading Symbol Sheets
Answer  Explanation 

ANSWER: Cascading Style Sheets

Explanation:
No explanation is available for this question!


19)   Which of the following statement is / are true about a canvas?

a. It is a rectangular area on an HTML page
b. By default it does have no borders and content
c. Always specify the height and the width to define the size
d. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


20)   Abbreviate SVG.

a. Scalable Vector Graphics
b. Segmented Variable Graphics
c. Scalable Variable Graphics
d. Segmented Variable Graphics
Answer  Explanation 

ANSWER: Scalable Vector Graphics

Explanation:
No explanation is available for this question!


21)   Does HTML5 support multimedia?

a. yes
b. no


Answer  Explanation 

ANSWER: yes

Explanation:
No explanation is available for this question!


22)   Which of the following statements is / are related to a stub network?

a. A network with only one entry and exit point.
b. A network with only one entry and no exit point.
c. A network with more than one exit and entry point
d. A network with more than one exit point.
Answer  Explanation 

ANSWER: A network with only one entry and exit point.

Explanation:
No explanation is available for this question!


23)   What kind of task does VLAN do in a network?

a. It provides multiple broadcast domains within a single collision domain.
b. It breaks up the broadcast domains in a layer 2 switch internetwork.
c. It acts as the fastest port to all servers.
d. It provides multiple collision domains.
Answer  Explanation 

ANSWER: It breaks up the broadcast domains in a layer 2 switch internetwork.

Explanation:
No explanation is available for this question!


24)   Which layer of TCP / IP stack is equivalent to the transport layer of the OSI model?

a. Network Access
b. Internet
c. Host - to - Host
d. Application
Answer  Explanation 

ANSWER: Host - to - Host

Explanation:
No explanation is available for this question!


25)   The private IP address is _________.

a. 192.168.24.43
b. 172.14.15.36
c. 168.192.19.40
d. 12.0.0.1
Answer  Explanation 

ANSWER: 192.168.24.43

Explanation:
No explanation is available for this question!


26)   We have a uniprocessor machine where a set of n tasks with known run times r1, r2, r3,….rn are to be run. What will be the maximum throughput result of the processor scheduling algorithm?

a. Shortest Job First
b. First Come First Served
c. Round Robin
d. Highest Response Ratio Next
Answer  Explanation 

ANSWER: Shortest Job First

Explanation:
No explanation is available for this question!


27)   Three CPU intensive processes requires 10, 20 and 30 time units and arrive at times 0, 2 and 6 respectively. The operating system implements a shortest remaining time first scheduling algorithm. Considering that the context switches at time zero and at the end are not counted the number of context switches are needed is ______.

a. 4
b. 3
c. 2
d. 1
Answer  Explanation 

ANSWER: 2

Explanation:
No explanation is available for this question!


28)   What is the non - preemptive scheduling algorithm?

a. Multilevel queue scheduling with feedback
b. Multilevel queue scheduling
c. First - In - First - Out
d. Round Robin
Answer  Explanation 

ANSWER: First - In - First - Out

Explanation:
No explanation is available for this question!


29)   Where does the swap space reside?

a. Disk
b. ROM
c. RAM
d. On - chip cache
Answer  Explanation 

ANSWER: Disk

Explanation:
No explanation is available for this question!


30)   A system that uses FIFO page replacement policy has 4 page frames with no pages loaded initially. 100 distinct pages are accessed by the system in some order and then the same 100 pages are accessed in the reverse order. How many page faults will occur?

a. 193
b. 194
c. 195
d. 196
Answer  Explanation 

ANSWER: 196

Explanation:
No explanation is available for this question!