MEDIUM
HSSC Clerk
IMPORTANT
Earn 100

The term 'briefcase' is used for _____.
(a)Special folder on windows desktop used to documents upto date when shared between computer
(b)Folder, which keeps deleted, files for a later retrieve
(c)It is a special folder that allows the user to copy and synchronise copies of files between multiple computers
(d)All of the above
(e)None of above

50% studentsanswered this correctly

Important Questions on Practice Sets
EASY
HSSC Clerk
IMPORTANT
Which file is the batch file that is read while booting a computer?

MEDIUM
HSSC Clerk
IMPORTANT
To select several cells or ranges that are not touching each other, what would do while selecting?

MEDIUM
HSSC Clerk
IMPORTANT
You've been told about radio frequency eavesdropping and want to protect your network from this threat. Which of the following media types would you choose in this situation?

HARD
HSSC Clerk
IMPORTANT
Which of the following statements is used in the binary search algorithm to find the value of the array?

MEDIUM
HSSC Clerk
IMPORTANT
What will be the output of the following program?
main 0
{
Static char a[]= “BOMBAY”;
Char×b = “BOMBAY”;
Printf(“\n%d%”, size of(a) size of(b) :
}

EASY
HSSC Clerk
IMPORTANT
Most LAN interfaces have a promiscuous mode in which all frames are given to the computer, not just those addressed to it. By inserting at various places and being careful not to forward sensitive traffic. It is possible to isolate parts of the network so that its traffic cannot escape and fall into wrong hands.

MEDIUM
HSSC Clerk
IMPORTANT
_____ cryptography requires each user to have two keys: a public key used by the entire world for encrypting a message to be sent to that user and a private key, which the user needs for decrypting the message.

HARD
HSSC Clerk
IMPORTANT
Identify the correct statements about the DFS traversal of the graph.
(i) It can use to determine whether a graph is a cycle or not.
(ii) It identifies the connected components of an undirected graph.
(iii) Traverses a single path of the graph until1 it visits a node with no successor.
