Daily Exam Programmer 09-07-2024

Join us on Telegram


Q 1: which of following not a logical operator
(1) &&
(2) &
(3) ||
(4) !
Correct Answer: &

Q 2: What is the bit size of int in java
(1) 8
(2) 16
(3) 32
(4) 64
Correct Answer: 32

Q 3: How many phases are there in Scrum
(1) 4
(2) 3
(3) 2
(4) no phases
Correct Answer: 3

Q 4: Which are attributes of good software
(1) Software maintainability and functionality
(2) software developement
(3) Software maintainability
(4) Software functionality
Correct Answer: Software maintainability and functionality

Q 5: The OSI model has..........layers
(1) 4
(2) 7
(3) 6
(4) 5
Correct Answer: 7

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

Q 7: Packages of the same session may be routed through different paths in
(1) TCP but not UDP
(2) TCP and UDP
(3) UDP but no TCP
(4) none
Correct Answer: TCP and UDP

Q 8: Hierarchical model is also called
(1) Tree structure
(2) Plex structure
(3) Normalize structure
(4) Table structure
Correct Answer: Tree structure

Q 9: To delete a particular column in a relation the command used is:
(1) UPDATE
(2) DROP
(3) ALTER
(4) DELETE
Correct Answer: ALTER

Q 10: The method of access which uses key transformation is known
(1) Direct
(2) Hash
(3) Random
(4) Sequential
Correct Answer: Hash