EASY
HSSC Clerk
IMPORTANT
Earn 100

Which of the following is true for HTML code:
(a)< BODY BACKGROUND="Clouds.jpg">
(b)<BODY BACK GROUND= "Clouds.Jpg''>
(c)<BODY BACK GROUND= "<CLOUDS.JPG''>
(d)<BODY BACK GROUND= "Clouds.Jpg>
(e)None of these

50% studentsanswered this correctly

Important Questions on Practice Sets
MEDIUM
HSSC Clerk
IMPORTANT
A solution to the problem where the source and destination hosts are on the same type of network but there is a different network in between:

EASY
HSSC Clerk
IMPORTANT
If we traverse a binary search tree, in which of the following manner we will get it in ascending manner?

EASY
HSSC Clerk
IMPORTANT
The process state transition diagram is representative of:

EASY
HSSC Clerk
IMPORTANT
What is a Weighted graph?

HARD
HSSC Clerk
IMPORTANT
Find out the error in the following 'C' program, if any?
main()
{
int i= ;
for(; ;)
{
printf(''%d", i );
if(i )
break;
}
}

MEDIUM
HSSC Clerk
IMPORTANT
The class of methods that constructs a parse tree from the leaves to the roots is called?

MEDIUM
HSSC Clerk
IMPORTANT
For what purpose Piggybacking technique is used?

MEDIUM
HSSC Clerk
IMPORTANT
Which of the following is not a context free grammar component?
