Insight Scape Round 1

Insight Scape Round 1

University

30 Qs

quiz-placeholder

Similar activities

ENTREPRENEURSHIP DEVELOPMENT (Module - 3)

ENTREPRENEURSHIP DEVELOPMENT (Module - 3)

University

25 Qs

D32 quiz of the day

D32 quiz of the day

University

25 Qs

MET SMARTICUS 2022 - ROUND 2

MET SMARTICUS 2022 - ROUND 2

University

30 Qs

NATIONAL LEVEL ONLINE QUIZ ON CURRENT AFFAIRS

NATIONAL LEVEL ONLINE QUIZ ON CURRENT AFFAIRS

University

30 Qs

Modern physics MCQ

Modern physics MCQ

University

32 Qs

Quiz Thermodynamics: First Law

Quiz Thermodynamics: First Law

University

35 Qs

Inter School Quiz (English Medium) Paper 03

Inter School Quiz (English Medium) Paper 03

University

25 Qs

Class Test_Flip Flops

Class Test_Flip Flops

University

35 Qs

Insight Scape Round 1

Insight Scape Round 1

Assessment

Quiz

Education

University

Hard

Created by

NIVETHIKA S

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match the term ‘Exponential growth’ with its definition

The steady growth of a population over time

The growth pattern is characterized by a decreasing rate of growth

 The rapid growth pattern where the population size increases exponentially

The decline in population size due to limited resources

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

 -256 to 255

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

0 to (2^31)-1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chromium is a

Heavy metal

Heavy solid

Light ion

 Heavy ion

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vacant : Occupied :: Weak : ?

Feeble

Paramount

Sturdy

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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;

}


 3 5

3 3

 5 5

5 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vijay Singh (golf player) is from which country?

India

Fiji

US

UK

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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.


20 years

30 years

40 years

50 years

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?