wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Insight Scape Round 1

Total questions: 30

Worksheet time: 18mins

Name
Class
Date
1.

Match the term ‘Exponential growth’ with its definition

a)

The steady growth of a population over time

b)

The growth pattern is characterized by a decreasing rate of growth

c)

 The rapid growth pattern where the population size increases exponentially

d)

The decline in population size due to limited resources

2.

 What is the range of values that can be stored by int datatype in C?

a)

 -(2^31) to (2^31)-1

b)

 -256 to 255

c)

 -(2^63) to (2^63)-1

d)

0 to (2^31)-1

3.

Chromium is a

a)

Heavy metal

b)

Heavy solid

c)

Light ion

d)

 Heavy ion

4.

Vacant : Occupied :: Weak : ?

a)

Feeble

b)

Paramount

c)

Sturdy

d)

None of the above

5.

What will be the output of the following code snippet?

#include <stdio.h>

int main() {

int a = 3, b = 5;

int t = a;

a = b;

b = t;

printf("%d %d", a, b);

return 0;

}


a)

 3 5

b)

3 3

c)

 5 5

d)

5 3

6.

Vijay Singh (golf player) is from which country?

a)

India

b)

Fiji

c)

US

d)

UK

7.

If T were twice as aged as at present, he would exceed the age of K by 40 years. K is 10 years junior to T. Determine T's age.


a)

20 years

b)

30 years

c)

40 years

d)

50 years

8.

How are String represented in memory in C?

a)

an array of characters

b)

the object of same class

c)

same as other primitive data types

d)

Linkedlist of characters

9.

In which city is Hollywood located?

a)

Los Angeles

b)

New York City

c)

Chicago

d)

Miami

10.

Rain Gauge: Rain :: ? : Humidity

a)

Odometer

b)

Seismograph

c)

Hygrometer

d)

None of the above

11.

Functions can return enumeration constants in C?

a)

true

b)

false

c)

depends on the compiler

d)

depends on the standard

12.

In 2017, Who was appointed as the new Brand Ambassador for Swachh Bharat Mission?

a)

Kangana Ranaut

b)

Priyanka Chopra

c)

Anushka Sharma

d)

Shilpa Shetty

13.

If a certain amount was to be distributed between X and Y in the proportion of 2:3. If the distribution is done in the proportion of 3:2, X will gain Rs. 75. Determine the total amount.

a)

Rs. 325

b)

Rs. 375

c)

Rs. 250

d)

Rs. 225

14.

What will be the value of x in the following code snippet?


#include <stdio.h>

void solve() {

    int x = printf("Hello");

    printf(" %d", x);

}

int main() {

solve();

return 0;

}


a)

10

b)

5

c)

1

d)

0

15.

Identify the company by their logo

(a)  

16.

1. J + K means J is the son of K

2. J - K means J is the wife of K

3. J x K means J is the brother of K

4. J ÷ K means J is the mother of K

5. J = K means J is the sister of K

What does P + Q - R mean?

a)

R is the father of P

b)

R is the uncle of P

c)

R is the son of P

d)

R is the brother of P

17.

What is the sizeof(char) in a 32-bit C compiler?

a)

1 bit

b)

2 bits

c)

1 Byte

d)

2 Bytes

18.

What is the name of the first Indian woman who wins the Man Booker Prize?

a)

Salman Rushdie

b)

Arundhati Roy

c)

V.S. Naipaul

d)

Kiran Desai

19.

In a certain language, CAP is coded as 66, how will PEN be coded

a)

40

b)

66

c)

80

d)

46

20.

Which of the following is the proper syntax for declaring macros in C?

a)

 #define long long II

b)

#define II long long

c)

#define II

d)

#define long long

21.

Which film won the Best Picture Oscar at the 2020 Academy Awards?

a)

Parasite

b)

Joker

c)

1917

d)

The Shape of Water

22.

If the cost of a garment increases by 20%, by what percentage should its usage be decreased so that the total spending remains constant?

a)

16.67%

b)

14.32%

c)

16.50%

d)

 12.84%

23.

what is the name of the weak zone of the earth’s crust?

a)

Seismic

b)

Cosmic

c)

Formic

d)

Anaemic

24.

If it is 09:20, then what is the angle between the hands of the clock?

a)

160°

b)

180°

c)

150°

d)

190°

25.

Identify the company by their logo

(a)  

26.

Pick the odd one out

a)

A : C

b)

B : D

c)

 C : E

d)

D : E

27.

Who played the character of Neo in “The Matrix” trilogy?

a)

Keanu Reeves

b)

Tom Cruise

c)

Tom Cruise

Brad Pitt

d)

Will Smith

28.

If an individual sells a book for Rs. 11 and gains as many percentages as its cost price in rupees, what is the cost price?

a)

Rs. 10

b)

Rs. 12

c)

Rs. 7.50

d)

Rs. 5.50

29.

The green planet in the solar system is?

a)

Mars

b)

Uranus

c)

Venus

d)

Earth

30.

What is Deadpool's real name ?

a)

Steven Rogers

b)

Wade Wilson

c)

Hank McCoy

d)

Logan Howlett