Daily Exam Programmer 07-07-2024

Join us on Telegram


Q 1: Identify a fourth generation language (4GL) from the given below
(1) FORTRAN
(2) COBOL
(3) Unix shell
(4) C++
Correct Answer: Unix shell

Q 2: In C++ program, inline functions are expanded during.....
(1) Coding Time
(2) Compile Time
(3) Debug Time
(4) Run Time
Correct Answer: Compile Time

Q 3: An add/drop multiplexer is a ..........device.
(1) one layer
(2) two layer
(3) three layer
(4) four layer
Correct Answer: three layer

Q 4: Which is the deliverable of requirements analysis?
(1) Interfaces
(2) Design specification
(3) User manual
(4) Requirements specification
Correct Answer: Requirements specification

Q 5: Which one of the following is not a search Engine
(1) Bing
(2) Google
(3) Yahoo
(4) Windows
Correct Answer: Windows

Q 6:

From the following instance of relation schema R(A,B,C), we can conclude that:


A
B
C
1
1
1
1
1
0
2
3
2
2
3
2


(1) A functionally determines B and B functionally determines C.
(2) A does not funcionally determine C.
(3) A functionally determines B and B does not functionally determine C
(4) Both 2 and 3
Correct Answer: Both 2 and 3

Q 7: Which class of IP address has been most host addresses available by default?
(1) A
(2) B
(3) C
(4) A and B
Correct Answer: A

Q 8: Which of the following is the oldest database model?
(1) Relational
(2) Deductive
(3) Physical
(4) Network
Correct Answer: Network

Q 9: Data duplication leads to
(1) Data copies
(2) Data inconsistency
(3) Data error
(4) Data redundancy
Correct Answer: Data inconsistency

Q 10:

Database table by name Loan_Records is given below


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