Daily Exam Programmer 30-07-2024

Join us on Telegram


Q 1:

According to Lehman's laws of software evolution the software can be divided into............... types

(1) 2
(2) 4
(3) 3
(4) 6
Correct Answer: 3

Q 2: Alpha testing is
(1) Internal testing
(2) An independent test team at the client site
(3) An independent test team at the developers site
(4) none
Correct Answer: An independent test team at the developers site

Q 3: Which type of hacker represents the highest risk to your network
(1) Black-hat hackers
(2) Grey-hat hackers
(3) Script Kiddies
(4) Disgruntled employees
Correct Answer: Disgruntled employees

Q 4: Baud is
(1) Numbers of bits transmitted per unit time
(2) Numbers of bytes transmitted per unit time
(3) Number of signal changes per second
(4) None
Correct Answer: Number of signal changes per second

Q 5: Which of the following schemes are used for ensuring atomicity?
(1) Log with immediate modification
(2) Log with deferred modification
(3) Shadow paging
(4) All
Correct Answer: All

Q 6: Which statement to used to add schema in SQL environment
(1) ADD SCHEMA
(2) CREATE SCHEMA
(3) INSERT SCHEMA
(4) None
Correct Answer: CREATE SCHEMA

Q 7: Which class or interface defines the wait() , notify() and notify all() methods?
(1) Object
(2) Thread
(3) Runnable
(4) Class
Correct Answer: Object

Q 8: In C++, the stream base class is
(1) iostream
(2) iofstream
(3) ios
(4) stdio
Correct Answer: ios

Q 9: To set page title dynamically in ASP.NET which of the following is used
(1) head section
(2) tail section
(3) sheet section
(4) None
Correct Answer: head section

Q 10: Which level is called as "defined" in capability maturity model
(1) Level 0
(2) Level 3
(3) Level 4
(4) Level 1
Correct Answer: Level 3