Daily Exam Programmer (2023) 23-06-2024

Join us on Telegram


Q 1: Which statement is true regarding an object?
(1) An object is what classes instantiated are from
(2) An object is an instance of a class
(3) An object is a varibale
(4) An object is a reference to an attribute
Correct Answer: An object is an instance of a class

Q 2: How to declare a class which has fields that are not serializable?
(1) Public
(2) Priate
(3) Transient
(4) Variant
Correct Answer: Transient

Q 3: Breaking down a large complex procedure into a number of smaller procedures is referred to as
(1) data structures
(2) top down decomposition
(3) structured programming
(4) lists
Correct Answer: top down decomposition

Q 4: What does the data dictionary identify
(1) Field types
(2) Field names
(3) Field formates
(4) All
Correct Answer: All

Q 5: 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 6: In a Go-Back-N ARQ, if the window size is 63, What is the range of sequence numbers?
(1) 0 to 63
(2) 1 to 63
(3) 0 to 64
(4) 1 to 64
Correct Answer: 0 to 63

Q 7: A television broadcast is an example of .............. transmission
(1) Half-duplex
(2) Full-duplex
(3) Simplex
(4) Automatic
Correct Answer: Simplex

Q 8: Web pages are written using
(1) FTP
(2) HTTP
(3) HTML
(4) URL
Correct Answer: HTML

Q 9: RJ45 UTP cable has..........pair cables
(1) 2
(2) 4
(3) 5
(4) 3
Correct Answer: 4

Q 10: The Protocol Data Unit (PDU) ofr the application layer in the internet stack is
(1) Segment
(2) Datagram
(3) Message
(4) Frame
Correct Answer: Message