Byte the panel game

Byte the panel game

University

20 Qs

quiz-placeholder

Similar activities

Java Method

Java Method

University

15 Qs

Advanced C quiz

Advanced C quiz

University

21 Qs

C - Strings

C - Strings

University

20 Qs

Python Basics

Python Basics

KG - University

15 Qs

AP Unit 1

AP Unit 1

12th Grade - University

15 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Java Programming

Java Programming

University

20 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Byte the panel game

Byte the panel game

Assessment

Quiz

English, Science, Computers

University

Hard

Created by

Disha Sharma

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Lumen is the SI unit of

Luminous flux

Speed of light

Refractive Index

Divergence

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include <stdio.h>

void main()

{

m();

}

void m()

{

printf("hi");

m();

}

hi

Infinite hi

Nothing

Compile time error

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are unit less quantity?

Refractive index

Strain

Stress

Density

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

For the following delta to star conversion which of the following options are correct.(multi select)

R1 = RbRc/ Ra+ Rb+Rc

R1= Ra/RaRb+ RcRb+RcRa

R2= RaRc/ Ra+ Rb + Rc

R3 = RaRb/ Ra+ Rb + Rc

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following theorems helps in simplifying computations when the load across a circuit is varying?

MPT

Thevenin’s Theorem

Superpostion Theorem

Nortons’s Theorem

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function definition will run correctly?

int sum(int a, int b)

return (a + b);

int sum(int a, int b)

{return (a + b);}

int sum(a, b)

return (a + b);

none of the mentioned

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Today it is Thursday.After 132 days,it will be

Wednesday

Sunday

Monday

Tuesday

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?