test

test

University

6 Qs

quiz-placeholder

Similar activities

Introduction to Java

Introduction to Java

University

10 Qs

PROTOCOLOS DE COMUNICACION_PV

PROTOCOLOS DE COMUNICACION_PV

University

10 Qs

Data Modeling

Data Modeling

University

8 Qs

cursed YeeT

cursed YeeT

KG - Professional Development

10 Qs

Programming Paradigms

Programming Paradigms

University

10 Qs

Science Computer Chapter 7 Introduction to Programming

Science Computer Chapter 7 Introduction to Programming

University

10 Qs

การเขียนโปรแกรมเบื้องต้น

การเขียนโปรแกรมเบื้องต้น

9th Grade - University

10 Qs

Easy Round

Easy Round

University

6 Qs

test

test

Assessment

Quiz

Computers

University

Hard

Created by

Om Jaiswal

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a

b

c

d

e

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In OOP, a friend function of a class has exclusive access to which members of that class?
Private & protected members
Public & protected members
Private & public members
Private members
Protected members

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In OOP, which of the following is used to achieve runtime polymorphism?
A friend function
A virtual function
Operator overloading
Function overloading

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In OOP, which of the following concepts allows a class object to be used inside another class?
Encapsulation
Abstraction
Composition
Inheritance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the postfix expression for the following prefix expression: +pq-rs
pq+rs-
pqrs+-*
pq+rs*-
pq+-rs*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many nodes does a complete binary tree with N leaves contain?
2N
N
2N-1
N-1
2(N-1)