HARD
HSSC Clerk
IMPORTANT
Earn 100

Which of the following operations cannot be performed on pointers in C?

50% studentsanswered this correctly

Important Questions on Practice Sets

HARD
HSSC Clerk
IMPORTANT

Consider the following C declaration:

struct{

short S[5];

union{

float y;

long z;

}u;

}t;

Assume that objects of the type short, float and long occupy 2 bytes, 4 bytes, 8 bytes, respectively. The memory requirement for variable t, ignoring alignment considerations, is

HARD
HSSC Clerk
IMPORTANT
Suppose the time to service a page fault is on an average 20 ms, while a memory access takes 5 μs then 91% hit ratio results in effective memory access time of:
HARD
HSSC Clerk
IMPORTANT
Address Resolution Protocol (ARP) is used for:
MEDIUM
HSSC Clerk
IMPORTANT
The base line for a software in terms of Software Configuration Management is:
HARD
HSSC Clerk
IMPORTANT
Fourth Normal Form (4NF) relation are needed when:
EASY
HSSC Clerk
IMPORTANT
A network transmission technology where a data parcel is simultaneously transmitted to selected group of computers is called _____.
HARD
HSSC Clerk
IMPORTANT

The recurrence relation
T1 = 2

Tn = 3T n4+n
It has a solution Tn equal to:

MEDIUM
HSSC Clerk
IMPORTANT
The action of parsing the source program into the proper syntactic classes is known as: