Robotics quiz 2

Robotics quiz 2

1st - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Computer Software

Computer Software

8th - 12th Grade

10 Qs

Stack Linear /Binary Searching

Stack Linear /Binary Searching

12th Grade

15 Qs

PreInPostfix

PreInPostfix

9th - 12th Grade

10 Qs

Programming Logic 1st

Programming Logic 1st

6th - 7th Grade

14 Qs

2.5 Programming Languages and IDEs

2.5 Programming Languages and IDEs

10th Grade

14 Qs

Homerow

Homerow

4th Grade

16 Qs

L-1 Grade 9 Objective questions

L-1 Grade 9 Objective questions

9th - 10th Grade

10 Qs

Mail Service

Mail Service

12th Grade

12 Qs

Robotics quiz 2

Robotics quiz 2

Assessment

Quiz

Science, Computers

1st - 12th Grade

Hard

Created by

joshua igoni

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How does a C++ compiler differ between overload postfix and prefix operators?

C++ doesn't allow both operators to be overloaded in a class

A postfix ++ has a dummy parameter

A prefix ++ has a dummy parameter

By making prefix ++ as a global function and postfix a member function

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The binding of data and functions into a single entity is known as?

Polymorphism

Encapsulation

Overloading

Inheritance

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The class body has _______ access specifiers.

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following concepts means determining at what runtime, what method to invoke?

Data hiding

Dynamic typing

Dynamic loading

Dynamic binding

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is correct?

Base class pointer can not point to derived class

Derived class pointer can not point to the base class

Pointer to Derived class can not be created

Pointer to Bass class can not be created

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Predict the output of the following C++ program

A non-zero value

0

Compiler error

Runtime error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Predict the outcome of the code

0

Garbage value

Compile error

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?