Daily Exam Programmer 07-08-2024

Join us on Telegram


Q 1: Which of the following IP address class is multicast?
(1) Class A
(2) Class B
(3) Class C
(4) Class D
Correct Answer: Class D

Q 2: A WINDOW into a portion of a data base is:
(1) Data Dictionary
(2) View
(3) Query
(4) Schema
Correct Answer: View

Q 3: Aggregate functions in SQL are
(1) GREATEST, LEAST and ABS
(2) SUM, COUNT and AVG
(3) UPPER, LOWER and LENGTH
(4) SQRT, POWER and MOD
Correct Answer: SUM, COUNT and AVG

Q 4:

ACID properties of a transaction means

(1) Atomicity, concurrency, Intergrity, Durability
(2) Atomicity, concurrency, Isolation, Durability
(3) Atomicity, concurrency, Inconsistency, Durability
(4) Atomicity, concurrency, Intergrity, Degrade
Correct Answer: Atomicity, concurrency, Isolation, Durability

Q 5: By default, C++ uses the following method of passing arguments
(1) Call-by-Pointer
(2) Call-by-Value
(3) Call-by-Reference
(4) None
Correct Answer: Call-by-Value

Q 6: Which of these keywords is used to manually throw an exception?
(1) catch
(2) finally
(3) throw
(4) try
Correct Answer: throw

Q 7: A subclass inherits is 'parents' is
(1) Attributes, links
(2) Attributes, operations
(3) Attributes, operations, relationships
(4) Relationship, operations, links
Correct Answer: Attributes, operations, relationships

Q 8: ASP.NET separates the HTML output from program logic using a feature named as
(1) Exception
(2) Code-behind
(3) Code-front
(4) None
Correct Answer: Code-behind

Q 9: COM stands for...............
(1) Computer on Microprocessor
(2) Computer Output Microprocessor
(3) Computer on Microfilm
(4) Computer Output Microfild
Correct Answer: Computer Output Microprocessor

Q 10: 172.17.225.125 IP address belong to
(1) Public IP
(2) Private IP
(3) Both
(4) None
Correct Answer: Private IP