I NEED ONLY CORRECT OPTION NO  NEED TO EXPLAIN IN DEPTH,PLEASE SOLVE ALL THE QUESTION, DON'T LEAVE ANY QUESTION AND IF YOU DON'T KNOW THE CORRECT ANSWER THEN PLEASE LEAVE IT OTHERWISE I WILL DOWNVOTE IT....   1. Which of the following statements are correct? I. The User Datagram Protocol (UDP) is used for applications that requires constant data flow. Il. The header size in Transmission Control Protocol (TCP is small when compared to the header size of User Datagram Protocol (UDP). I!. The Transmission Control Protocol (TCP) is byte oriented. IV. The User Datagram Protocol (UDP) is used for routing. (a) I, II, and III only (b) II, Ill, and IV only (c) I, Ill, and IV only (d) I, Il, and IV only 2. Which of the following statements are true when the block size in a fixed block size file system is increased? 1. disk throughput is increased 2. disk throughput is decreased 3. disk space utilization is increased 4. disk space utilization is decreased 3. What is the output of below code? java.util.ArrayList list = new java.util.ArrayList () ; list.add (0); list.add (1); list.add (2, 2); list.addAll (list); list.addAl1 (4, list); list.remove (1); list.remove (2) ; System.out.println (list); (a) [0, 2, 0, 1, 2, 0, 1, 2, 1, 2] (b) [0, 0, 0, 1, 2, 0, 1, 2, 1, 2] (c) Exception occurs (d) None of the above 4. Which of the following is true about any pure virtual function defined in a base class? Answer Choices: a. It cannot have a definition. b. It must be overridden in the child class. c. Both a and b. d. Neither a nor b. 5. What is the equivalent 2's complement representation for -15 in 16-bit hexadecimal representation? a) FFFE b) 7FFE c) FFFI d) 7FFI 6. Consider the following pep9 trap: DECI number, d What 'd' refers in the above instruction? a) direct mode b) read(or input) decimal number c) read(or input) integer d) print( or output) decimal number

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

I NEED ONLY CORRECT OPTION NO  NEED TO EXPLAIN IN DEPTH,PLEASE SOLVE ALL THE QUESTION, DON'T LEAVE ANY QUESTION AND IF YOU DON'T KNOW THE CORRECT ANSWER THEN PLEASE LEAVE IT OTHERWISE I WILL DOWNVOTE IT....

 


1. Which of the following statements are correct?
I. The User Datagram Protocol (UDP) is used for applications that requires constant
data flow.
Il.
The header size in Transmission Control Protocol (TCP is small when compared to
the header size of User Datagram Protocol (UDP).
I!.
The Transmission Control Protocol (TCP) is byte oriented.
IV. The User Datagram Protocol (UDP) is used for routing.
(a) I, II, and III only
(b) II, Ill, and IV only
(c) I, Ill, and IV only
(d) I, Il, and IV only


2. Which of the following statements are true when the block size in a fixed block size file
system is increased?
1. disk throughput is increased
2. disk throughput is decreased
3. disk space utilization is increased
4. disk space utilization is decreased

3. What is the output of below code?
java.util.ArrayList<Integer> list =
new java.util.ArrayList<Integer> () ;
list.add (0);
list.add (1);
list.add (2, 2);
list.addAll (list);
list.addAl1 (4, list);
list.remove (1);
list.remove (2) ;
System.out.println (list);
(a) [0, 2, 0, 1, 2, 0, 1, 2, 1, 2]
(b) [0, 0, 0, 1, 2, 0, 1, 2, 1, 2]
(c) Exception occurs
(d) None of the above

4. Which of the following is true about any pure virtual function defined in a base class?
Answer Choices:
a. It cannot have a definition.
b. It must be overridden in the child class.
c. Both a and b.
d. Neither a nor b.

5. What is the equivalent 2's complement representation for -15 in 16-bit hexadecimal
representation?
a) FFFE
b) 7FFE
c) FFFI
d) 7FFI


6. Consider the following pep9 trap:
DECI number, d
What 'd' refers in the above instruction?
a) direct mode
b) read(or input) decimal number
c) read(or input) integer
d) print( or output) decimal number

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Hyperlinks
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education