NEW
Font size
WorksheetsDay6_Quiz_NBKR
Total questions: 10
Worksheet time: 12mins
What is abstract class in C++?
Any class which is parent class
Class from which any class is derived
Class specifically used as a base class with atleast one virtual functions
Class specifically used as a base class with atleast one pure virtual functions
Which of the following constructors are provided by the C++ compiler if not defined in a class?
Copy constructor
Default constructor
Assignment constructor
All of the mentioned
Two wire interface is also called as _________
a) UART
b) SPI
c) I2C
d) USART
. Inter Integrated Circuit is a _____________
a) Single master, single slave
b) Multi master, single slave
c) Single master, multi slave
d) Multi master, multi slave
If the Signal_A is 1 AND signal_B is 1, then set flag_B to 1, else set flag_B to 0. to check this how many test case needed
3
4
8
16
MISRA is a
Standards
Guidelines
Rules
Commends
What will be the output of the program given below?
NULL
TRUE
FALSE
Garbage vale
Find the output of the program given below.
i = -1, -i = -1
i = -1, -i = 1
i = 1, -i = -1
i = 1, -i = 1
Find the output of the program given below.
4 5.0
4 5
Compiler error
Find the output of the program given below.
Compiler error
Garbage value
No output
Null
