Insight Scape Round 1

Insight Scape Round 1

University

30 Qs

quiz-placeholder

Similar activities

C Coding Contest Round 1

C Coding Contest Round 1

University

25 Qs

REASONING ABILITY

REASONING ABILITY

University

30 Qs

Telangana Quiz-2023

Telangana Quiz-2023

University

25 Qs

Tech_Quantz 1

Tech_Quantz 1

University

25 Qs

Fundamental Accounting

Fundamental Accounting

University

25 Qs

Code Debugging Round

Code Debugging Round

University

31 Qs

Stay Safe Online Campaign

Stay Safe Online Campaign

University

25 Qs

PIC_REVISION

PIC_REVISION

University

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