26
Which of the following statement is false?
Answer
A. It is not possible to convert an HTML document into an XML document
27
In a style sheet, the style rule from another CSS file can be loaded using:
Answer
B. @import
28
The easiest method for a Web Server program to store the client information in a web browser for future use is:
Answer
B. Cookie
29
A form of address spoofing resulting in denial of service attack:
Answer
A. Session Hijacking
30
Which of the following is a JavaScript debugging method?
Answer
B. console.log
31
Which of the following statement is false?
Answer
D. SWAT interface cannot be directly accessed from web browser
32
Simplest way to pass data between two Linux programs running in a system is:
Answer
B. Pipe
33
The Linux command that can be used to search for a pattern matching string in a file:
Answer
C. grep
34
In Redhat Linux, the powerful and secure method for network configuration is:
Answer
B. Netstart
35
The file system that is the best choice for new installations of Linux is:
Answer
C. EX4
36
In a Linux kernel, two mapping registers are simultaneously used as compatibly mapped buffers for CPU and Peripherals. Then the DMA Mapping is:
Answer
A. Consistent Mapping
37
A format that can only archive a group related files into a single file and cannot perform any compression by itself:
Answer
C. tar
38
GNOME Display Manager can be configured by editing:
Answer
A. gdm.conf
39
The powerful online help system of Linux is:
Answer
B. man
40
A Linux tool that can be used to create hard disk partitions only at the time of Linux installation:
Answer
D. DRUID
41
The average time required to perform a successful sequential search for an element in a array with n elements:
Answer
B. (n+1)/2
42
Each node in a tree has a value greater than all values in the left subtree and has a value less than all values in the right subtree. Then the tree is:
Answer
A. Binary search tree
43
The sort method that switches the adjacent elements, if needed after comparison is:
Answer
D. Bubble sort
44
Minimum number of queues needed to implement the priority queue is:
Answer
B. 2
45
After a sequence of steps in an algorithm, a linked list reaches the following step, START=NULL
Then the situation is,
Then the situation is,
Answer
B. underflow
46
The result of following expression in polish notation is
4 3 2 + * 8 4 /-
4 3 2 + * 8 4 /-
Answer
C. 18
47
The data structure that can implement a recursive procedure is:
Answer
D. Stack
48
For a sorted linked list of length n, the worst case time required to search a given element is:
Answer
A. O(n)
49
The characteristic of the elements that is maximum utilized in binary search is:
Answer
C. Order of the list
50
For a binary tree with nine nodes, the result of inorder traversal is: D B A G E C H F I. And that of postorder traversal is: D B G E H I F C A. Then the result of preorder traversal is:
Answer
A. A B D C E G F H I
Discussion
Ask a doubt or share a tip.
No comments yet — start the discussion.