Daily Exam Programmer 05-09-2024

Join us on Telegram


Q 1: Choose the correct statement
(1) FALSE AND NULL is FALSE
(2) NOT NULL is NULL
(3) TRUE AND NULL is NULL
(4) All of the above
Correct Answer: All of the above

Q 2:

The ..................... operator is used to compare a value to a list of literals values that have been specified

(1) ANY
(2) BETWEEN
(3) IN
(4) ALL
Correct Answer: IN

Q 3: The compiled form of the definitions in known as
(1) Data dictionary
(2) Directory
(3) System catalog
(4) All of the above
Correct Answer: All of the above

Q 4: A class named student must have a constructor whose name is
(1) Student
(2) Any legal C++ name
(3) Students
(4) ~Student
Correct Answer: Student

Q 5: Inheritance in object oriented system is used to
(1) Create new classes from existing classes
(2) Add new operations to existing operations
(3) Add new states to existing operations
(4) Add new states to existing states
Correct Answer: Create new classes from existing classes

Q 6: Basic execution time model was developed by
(1) J.D Musa
(2) Bew Littlewood
(3) R. Pressman
(4) Victor Baisili
Correct Answer: Victor Baisili

Q 7: Which of the following techniques and notations would you find within UML?
(1) Use Cases
(2) Class diagrams
(3) State diagrams
(4) All of the above
Correct Answer: All of the above

Q 8: STLC is related to which model?
(1) Waterfall Model
(2) RAD Model
(3) V Model
(4) Spiral Model
Correct Answer: V Model

Q 9: The maximum number of subnets in class C using the masks 255.255.255.0
(1) 1
(2) 2
(3) 256
(4) 0
Correct Answer: 0

Q 10: In a banyan switch, for 8 inputs and 8 outputs, we have................ stages.
(1) 8
(2) 4
(3) 3
(4) 2
Correct Answer: 3