image not found

Oops! That page can't be found.


Directions to Solve

In each question below a sentence broken into five or six parts. Join these parts to make a meaningful sentence. The correct order of parts is the answer.

Q1:
1. bag? 2. you 3. seen
4. have 5. my  

A 51432

B 43512

C 42351

D 42153

E 21435

Q2: What will be the output of the program if the array begins at 65472 and each integer occupies 2 bytes?
#include<stdio.h>

int main()
{
    int a[3][4] = {1, 2, 3, 4, 4, 3, 2, 1, 7, 8, 9, 0};
    printf('%u, %u\n', a+1, &a+1);
    return 0;
}

A 65474, 65476

B 65480, 65496

C 65480, 65488

D 65474, 65488

  

Q3: Plywood is normally available

A 1 mm thick

B 2 mm thick

C 2 to 3 mm thick

D 3 mm to 4 mm thick.

Q4: A capacitance transducer can be used to measure

A thickness of sheet

B displacement

C level of fluids

D all of the above