Brain Battle

Brain Battle

University

20 Qs

quiz-placeholder

Similar activities

Beyblade Burst

Beyblade Burst

KG - Professional Development

15 Qs

SIMMA

SIMMA

University

20 Qs

OUTER BANKS

OUTER BANKS

5th Grade - Professional Development

16 Qs

General Knowledge

General Knowledge

2nd Grade - Professional Development

17 Qs

Quiz Friday Funday

Quiz Friday Funday

KG - Professional Development

15 Qs

Surat City, Gujarat, India

Surat City, Gujarat, India

12th Grade - University

15 Qs

Robert Bosch Online Test

Robert Bosch Online Test

University

19 Qs

Phone apps!

Phone apps!

KG - Professional Development

18 Qs

Brain Battle

Brain Battle

Assessment

Quiz

Fun

University

Hard

Created by

Shreyas DA

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Who created Python Programming Language?

Linus Torvalds

Guido Van Rossum

James Gosling

Dennis Ritchie

2.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Media Image

How many Squares do you see?

24

32

40

44

3.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Media Image

Identify the logo

Unix

Java

Linux

Penguin

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

I'm present next to Narayana carrying the name of the same God. Even though I'm not Annapoorna I provide food to all. Who am I?

Sankalpa canteen

Srikantu canteen

Tejas enterprises

Nanjundeshwara Tiffanies

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

If a bacterial cell divides once every minute and takes 60 minutes to fill a cup, how much time it will take to fill half the cup?

30 min

32 min

28 min

59 min

6.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Who is the Principal of NIE, Mysuru?

Dr K Raghuveer

Dr N V Raghavendra

Dr Rohini Nagapadma

Dr P Devaki

7.

MULTIPLE CHOICE QUESTION

3 mins • 8 pts

What is the output of the following code snippet?

#include <stdio.h>

int main() {

int a[] = {10, 20, 30, 40, 50};

int *p[] = {a+1, a+2, a+3, a+4, a+5};

int **pp = p;

printf("%d ", ++pp++);

printf("%d ", **pp++);

printf("%d ", (*++*pp)++);

printf("%d ", **pp);

return 0;

}

30 30 31 51

20 21 30 31

20 20 31 31

30 30 50 51

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?