wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

June'21 ESA Quiz

Total questions: 20

Worksheet time: 12mins

Name
Class
Date
1.

If three containers containing Nitrogen are of different pressures are put together so that the volume is the sum of volume of all containers, what will be the pressure in this combined volume, if the pressure are 200 mm of Hg, 300 mm of Hg and 700 mm of Hg?

a)

700 mm of Hg

b)

300 mm of Hg

c)

600 mm of Hg

d)

400 mm of Hg

2.

Connect the Person and their most relevant field/term:


Persons:

1. Satoshi Nakomoto; 2. Roger Penrose; 3. Katie Bouman; 4. Greta Thunberg


Field/Term:

a. Global Warming; b. Cryptocurrencies; c. Astrophysics; d. Black Hole's First Image

a)

1) -> b) ; 2)->d) ; 3) -> c) ; 4) -> a)

b)

1) -> a) ; 2)->d) ; 3) -> c) ; 4) -> b)

c)

1) -> a) ; 2)->b) ; 3) -> d) ; 4) -> c)

d)

1) -> b) ; 2)->c) ; 3) -> d) ; 4) -> a)

3.

Recently Elon Musk tweeted out that he would offer 100 Million USD if anyone in the world could make which of the following?

a)

Carbon Capture

b)

Better Battery Design Technology

c)

Fuel Efficient Rocket Design

d)

Least volatile Cryptocurrency

4.

An Equation is written as follows:

X = 2A + B2 + C3

Where always, A >1, 0<B <1, 0<C<1


Which affects the output the most?

a)

A only

b)

C only

c)

A and C

d)

A and B

5.

The Riemann-Zeta function and the Ramanujan Summation for the Divergent series 1+2+3+4+........... gives the value of

a)

-1/12

b)

-1/2

c)

-π/12

d)

-π/2

6.

The application of Artificial Intelligence is in which of the following fields?

(one or more may be correct)

a)

Cancer Research

b)

Light Weight Automobile Chassis Frames

c)

Forensics

d)

All of the given Options

7.

What are the following terms about?

1. Puffer Type Breeder

2. Glider Guns

3. Light Weight Space-Ship

a)

Fortnite

b)

Game of Life

c)

Chess

d)

Galaga

8.

The idea that small changes in the initial condition of the system may lead to Huge Changes in the future is called

a)

Seebeck Effect

b)

Hall Effect

c)

Butterfly Effect

d)

Avalanche Effect

9.

The shape of the Polar Clouds of the Saturn have been observed to be:

[CLUE: ____________ are the Bestagons]

a)

Rhombus(Diamond)

b)

Hexagon

c)

Octagon

d)

Decagon

10.

Which of the following is used in Atomic Clocks?

a)

Niobium

b)

Cesium

c)

Palladium

d)

Technetium

11.

What are the possible attributes of a static inline-d function in Embedded C?

[Multiple answers may be correct.]

a)

Increased Code Memory

b)

Increased Reusability

c)

Decreased Modularity

d)

Increased Coupling

12.

Which of the following electronic devices provide physical isolation between Controlled and Controller Circuit?

[Multiple answers may be correct.]

a)

Opto-couplers

b)

Electro-mechanical Relay

c)

Op-Amp

d)

Electro-mechanical Relay and Op-Amp

13.

After Luigi Galvani discovered the electricity in Animals and named it "Animal Electricity", Mary Shelly gave a fictitious character to this world. What is it?

a)

Pikachu

b)

Battery Monster

c)

Magneto

d)

Frakenstein

14.

When a moving car turns on its Headlamp, the speed of the light from the Headlamp is:

vc - Speed of Car

vL - Speed of Light from headlamp

a)

2 * vL * vc

b)

vL * vc

c)

vc

d)

vL

15.

What is the output of the following Program:

int main()

{

void v = 0;

printf(“%d”, v);

return 0;

}

a)

program terminates abnormally

b)

0

c)

Error: Size of V Unknown

d)

N.O.T.A

16.

What would be the output of the following Program if the system followed is Little Endian?


#include<stdio.h>

int main()

{

union a

{

int i;

char ch[2];

};

union a u;

u.ch[0]= 3;

u.ch[1]=2;

printf(“ %d \n“, u.i);

return 0;

}

a)

505

b)

515

c)

525

d)

2

17.

Which compilation stage makes sure that all undefined symbols in the code are resolved?

a)

Linking

b)

Compiling

c)

Pre-processing

d)

Optimization

18.

Which brand does this logo represent?

a)

Saab

b)

Buick

c)

Ram

d)

Saturn

19.

DaVinci and Veritas missions are planned to be launched to explore which of the following Astronomical Object?

a)

Venus

b)

Vega

c)

Van Allen Belts

d)

Varuna

20.

Match the curves with their correct names given below:

i. Cardioid

ii. Nephroid

iii. Asteroid

iv. Deltoid

a)

i) -> d) ; ii)->c) ; iii) -> b) ; iv) -> a)

b)

i) -> a) ; ii)->c) ; iii) -> b) ; iv) -> d)

c)

i) -> d) ; ii)->b) ; iii) -> a) ; iv) -> c)

d)

i) -> a) ; ii)->c) ; iii) -> d) ; iv) -> b)