Daily Exam Programmer (2023) 22-06-2024

Join us on Telegram


Q 1: Which protocol is exterior routing?
(1) BGP
(2) RIP
(3) OSPF
(4) None
Correct Answer: BGP

Q 2: IS-95 uses the................ satellite system for synchronization
(1) GPS
(2) Teledsic
(3) Iridium
(4) None
Correct Answer: GPS

Q 3: Which of the following is a necessary part of the IPv6 datagram?
(1) Base header
(2) Extension header
(3) Data Packet from the upper layer
(4) None
Correct Answer: Base header

Q 4: A feasibility document should contain all of the following except:
(1) Data FLow Diagrams
(2) Feasible Alternative
(3) Project Name
(4) Problem Descriptions
Correct Answer: Problem Descriptions

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

Q 6: A software design pattern often used to restrict access to an object is:
(1) adapter
(2) decorator
(3) delegation
(4) proxy
Correct Answer: proxy

Q 7: Java Provides a monitor like concurrency control for .........synchronization
(1) Process
(2) TLB
(3) Program
(4) Threads
Correct Answer: Threads

Q 8: What is the maximum size of query string
(1) 384 bytes
(2) 128 bytes
(3) 255 bytes
(4) 512 bytes
Correct Answer: 255 bytes

Q 9: What is the default authentication mode for IIS?
(1) WIndows
(2) Anonymous
(3) Basic Authentication
(4) None
Correct Answer: Anonymous

Q 10: Which one of the following class definitions is a valid definition of a class that cannot be extended?
(1) class Link { }
(2) abstract class Link { }
(3) final class Link { }
(4) static class Link { }
Correct Answer: final class Link { }