Daily Exam Programmer 21-10-2024

Join us on Telegram


Q 1: The relationship between DEPARTMENT and EMPLOYEE is a
(1) One to one relationship
(2) One to many relationship
(3) Many to many relationship
(4) Many to one relationship
Correct Answer: One to many relationship

Q 2: Which of the following is not one of the principles of agile software development method?
(1) Following the plan
(2) Embrace change
(3) Customer involvement
(4) Incremental delivery
Correct Answer: Following the plan

Q 3: The most desirable form of coupling is
(1) Control
(2) Data
(3) Common
(4) Content
Correct Answer: Data

Q 4: Ethernet when Manchester encoding is used, the bit rate is:
(1) Half the boud rate
(2) Twice the boud rate
(3) Same as the boud rate
(4) None
Correct Answer: Half the boud rate

Q 5: Headers of the pocket includes-
(1) Addressing and routing details
(2) Network Name
(3) Packet Name
(4) Packet data contains
Correct Answer: Addressing and routing details

Q 6: The..... symbol is used in a flowchart to represent a calculation task
(1) Input
(2) Start
(3) Output
(4) Process
Correct Answer: Process

Q 7: E-R modeling technique is a
(1) Top-down approach
(2) Bottom-up approach
(3) Left-right approach
(4) None
Correct Answer: Top-down approach

Q 8: In UML diagram of a class
(1) State of object cannot be represented
(2) State is irrelevant
(3) State is represented as an attribute
(4) State is represented as a result of an operation
Correct Answer: State is represented as an attribute

Q 9: Which of the following software quality factors is most likely to be affected by radical changes to computing architectures?
(1) Operation
(2) Transition
(3) Revision
(4) None of the above
Correct Answer: None of the above

Q 10: To avoid duplicate tuples in result of an SQL query, we use :-
(1) UNIQUE Keyword in SELECT clause
(2) DISTINCT clause after WHERE clause
(3) DISTINCT Keyword in SELECT clause
(4) UNIQUE clause after WHERE clause
Correct Answer: DISTINCT Keyword in SELECT clause