image not found

Oops! That page can't be found.


Directions to Solve

In questions given below, a part of the sentence is italicised and underlined. Below are given alternatives to the italicised part which may improve the sentence. Choose the correct alternative. In case no improvement is needed, option 'D' is the answer.

Q1: Five years ago today, I am sitting in a small Japanese car, driving across Poland towards Berlin.

A sat

B have been sitting

C No improvement

D was sitting

Q2: What will be the output of the program in 16-bit platform (under DOS)?
#include<stdio.h>

int main()
{
    struct node
    {
        int data;
        struct node *link;
    };
    struct node *p, *q;
    p = (struct node *) malloc(sizeof(struct node));
    q = (struct node *) malloc(sizeof(struct node));
    printf('%d, %d\n', sizeof(p), sizeof(q));
    return 0;
}

A 5, 5

B 8, 8

C 2, 2

D 4, 4

  

Q3: Two concave lenses of 60 cm focal length are cemented on either side of a convex lens of 15 cm focal length. The focal length of the combination is

A 10 cm

B 20 cm

C 30 cm

D 40 cm

Q4: A resistance is measured by voltmeter-ammeter method. The voltmeter is 0-250V, ± 1% accuracy and ammeter is 0-5 A, ± 1 % accuracy. The readings of voltmeter and ammeter are 100 V and 2 A respectively. The error in the measured resistance can be

A ± 10%

B ± 1%

C ± 2%

D ± 5%

Q5: A modern electronic computer is a machine that is meant for

A doing quick mathematical calculations

B None of the above

C performing repetitive tasks accurately

D input, storage, manipulation and outputting of data

E electronic data processing

  

Q6: Check valve is used for __________ flow.

A very precise control of

B none of these

C unidirectional

D multidirectional

Q7: Which state has inaugurated the UNESCO-India-Africa Hackathon 2022 at the Gautam Buddha University?

A Himachal Pradesh

B Rajasthan

C Uttarakhand

D Uttar Pradesh

Q8: Bennington Battle Day is being celebrated on which date?

A August 16

B August 15

C August 13

D August 14

Q9: Post Harvest Management Center and Rural Collection Center have been inaugurated in which state?

A Assam

B Tripura

C Manipur

D Arunachal Pradesh

Q10: Roller Coaster Day is being celebrated on which date?

A August 16

B August 14

C August 15

D August 17