Quiz Trivia

Quiz Trivia

University

50 Qs

quiz-placeholder

Similar activities

Web HTML

Web HTML

9th Grade - University

50 Qs

Web Designing-2025

Web Designing-2025

University

50 Qs

12a7

12a7

12th Grade - University

47 Qs

HTML, CSS, & JavaScript

HTML, CSS, & JavaScript

University

50 Qs

Unit 4 - Coding and Logic | End of LO1 and LO2 Ax.

Unit 4 - Coding and Logic | End of LO1 and LO2 Ax.

12th Grade - University

45 Qs

HTML

HTML

8th Grade - University

50 Qs

WEB APPLICATION DEVELOPMENT

WEB APPLICATION DEVELOPMENT

University

53 Qs

Test 2

Test 2

University

49 Qs

Quiz Trivia

Quiz Trivia

Assessment

Quiz

Computers

University

Hard

Created by

Srinivasan Dhandapani

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In object-oriented programming, what is the purpose of inheritance?

Combine multiple classes into one

Create a blueprint for objects and allow reuse of code

Limit access to class members

Implement polymorphism

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the forEach() method do in JavaScript?

Adds a new element to the end of an array

Removes the first element from an array

Executes a provided function once for each array element

Sorts the elements of an array

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the `print()` function do in Python?

Take user input

Print information to the console

Perform mathematical operations

Define a variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `try` and `except` blocks in Python?

Create a loop

Handle exceptions

Define a function

Open a file

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add an element to the end of a list in Python?

append()

insert()

extend()

add()

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the result of the expression `5 / 2` in Python?

2.5

2

2.0

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `with` statement do in Python?

Create a new instance of a class

Open a file and automatically close it when done

Define a context manager

Indicate the end of a block of code

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?