Daily Exam Programmer 26-07-2024

Join us on Telegram


Q 1: In a........................ protocol the data section of a frame is a sequence of characters
(1) bit-oriented
(2) character-oriented
(3) all
(4) none
Correct Answer: character-oriented

Q 2: What is the Discrete logarithm for the base 2 (mod 19) for a=7?
(1) 3
(2) 4
(3) 6
(4) 9
Correct Answer: 6

Q 3: What PPP protocol provides dynamic addressing, authentication and multilink?
(1) NCP
(2) HDLC
(3) LCP
(4) X.25
Correct Answer: LCP

Q 4: In RDBMS, which type of join returns all rows that satisfy the condition?
(1) Inner Join
(2) Outer Join
(3) Semi Join
(4) Semi Join
Correct Answer: Inner Join

Q 5: In, Transaction, In ACIT Properties A stands for
(1) Atomicity
(2) Acidity
(3) Alphabetically
(4) None
Correct Answer: Atomicity

Q 6: Which of the class is used to read characters in a file
(1) filereader
(2) filewriter
(3) fileInputstream
(4) inputstreamreader
Correct Answer: filereader

Q 7: Which access specifier is used for describing Applet Class?
(1) Private
(2) Public
(3) Protected
(4) None
Correct Answer: Public

Q 8: Multiple inheritance means,
(1) One class inheriting from more super classes
(2) more classes inheriting from one super class
(3) more classes inheriting from more super classes
(4) none
Correct Answer: One class inheriting from more super classes

Q 9: Which of the following is not typically provided by source code management software
(1) synchronisation
(2) Versioning and Revision history
(3) Syntax highlighting
(4) Project forking
Correct Answer: Syntax highlighting

Q 10: Which type of coupling is least preferred?
(1) Content coupling
(2) Data coupling
(3) Control coupling
(4) Common coupling
Correct Answer: Content coupling