AVINYA 2K25

AVINYA 2K25

University

19 Qs

quiz-placeholder

Similar activities

Java basic

Java basic

University

21 Qs

Quiz sobre Instrucciones Base de Java

Quiz sobre Instrucciones Base de Java

University

18 Qs

ASD - B

ASD - B

University

20 Qs

CUDA Programming Quiz

CUDA Programming Quiz

University

20 Qs

Web Development with MERN

Web Development with MERN

University

20 Qs

QUIZ IoU

QUIZ IoU

University

20 Qs

FUNDAMENTOS DE PYTHON 2DO PARCIAL

FUNDAMENTOS DE PYTHON 2DO PARCIAL

University

23 Qs

Untitled Quiz

Untitled Quiz

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?