Daily Exam Programmer 08-07-2024

Join us on Telegram


Q 1: In a DBMS, you can
(1) Create a file
(2) Delete a file
(3) Retrieve a file
(4) All
Correct Answer: All

Q 2: Which protocol is contention based protocol
(1) CSMA
(2) Ethernet
(3) ALOHA
(4) All
Correct Answer: All

Q 3: Which layer 4 protocol is used for a Telnet connection?
(1) IP
(2) TCP
(3) TCP/IP
(4) UDP
Correct Answer: TCP

Q 4: The store and forward mechanism is used in ...............
(1) Packet switching
(2) Message switching
(3) Circuit switching
(4) Datagram switching
Correct Answer: Message switching

Q 5: The purpose of using capability maturity model (CMM) is
(1) Inventory control
(2) production control
(3) quality assurance accreditation
(4) None
Correct Answer: quality assurance accreditation

Q 6: Waterfall model is not suitable for
(1) Complex project
(2) Small project
(3) Accommodating project
(4) None
Correct Answer: Accommodating project

Q 7: An important aspect in coding is
(1) readability
(2) productivity
(3) brevity
(4) to use as small a memory space as possible
Correct Answer: readability

Q 8: Regression testing is primarily related to
(1) FUnctional testing
(2) Development testing
(3) Data flow testng
(4) Maintenance testing
Correct Answer: Maintenance testing

Q 9: Fields in a class of C++ program are by default
(1) private
(2) public
(3) protected
(4) non
Correct Answer: private

Q 10: Which character escape code is not available in Java
(1) \t
(2) \r
(3) \a
(4) \\
Correct Answer: \a