AVINYA 2K25

AVINYA 2K25

University

19 Qs

quiz-placeholder

Similar activities

Aptitude and OOP Concepts Assessment

Aptitude and OOP Concepts Assessment

University

20 Qs

Introduction to C++

Introduction to C++

University

20 Qs

TRICODE CHALLENGE ROUND 1

TRICODE CHALLENGE ROUND 1

University

15 Qs

C classroom activity 8.4.25

C classroom activity 8.4.25

University

20 Qs

Midterm Examination in Web Programming

Midterm Examination in Web Programming

University

16 Qs

Code Blitz 40

Code Blitz 40

University

15 Qs

NEXUS'25

NEXUS'25

University

20 Qs

Quiz Round For Group 1

Quiz Round For Group 1

University

20 Qs

AVINYA 2K25

AVINYA 2K25

Assessment

Quiz

Engineering

University

Medium

Created by

Swarup Reddy

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: print(2 ** 3 ** 2)?
64
512
256
36

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a mutable data type in Python?
tuple
string
list
int

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'len()' function do?
Returns length of an object
Returns max value
Returns min value
None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: print(type([]))?
<class 'list'>
<class 'tuple'>
<class 'dict'>
<class 'set'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for function in Python?
fun
define
def
function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a primitive data type in Java?
int
float
boolean
String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to inherit a class in Java?
this
import
extends
inherits

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?