Insight Scape Round 1

Insight Scape Round 1

University

30 Qs

quiz-placeholder

Similar activities

NATIONAL LEVEL ONLINE QUIZ COMPITITION -MATH APTITUDE

NATIONAL LEVEL ONLINE QUIZ COMPITITION -MATH APTITUDE

University

30 Qs

BRAIN BUSTERS (ROUND1)

BRAIN BUSTERS (ROUND1)

University

30 Qs

Welding Symbols Assessment

Welding Symbols Assessment

9th Grade - Professional Development

25 Qs

eklavya

eklavya

University

32 Qs

C Coding Contest Round 1

C Coding Contest Round 1

University

25 Qs

REASONING ABILITY

REASONING ABILITY

University

30 Qs

National Level Online Quiz Competition on Mathematics

National Level Online Quiz Competition on Mathematics

University

30 Qs

DEBUGGING

DEBUGGING

University

26 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?