Online library
Get all your study sets here from exam elaboration, thesis to homeworks.
- 322
- 0
- 20
Community
- Followers
- Following
342 items
NWC203c Questions and Answers 2024
NWC203c Questions and Answers 2024 
1.	Suppose datagrams are limited to 1500 bytes including IP header of 20 bytes. UDP header is 8 bytes. How many datagrams would be required to send an MP3 of 50000 bytes 
32 
33 
34 
35: 34 
2.	As soon as the browser receive the IP address from 		, it can initiate a TCP connection to the HTTP server located at port 	at that IP 
FTP...20 
Client..60 User...80 DNS...80: DNS...80 
3.	SMTP, POP3,, and IMAP protocols run on the following layer: Transport layer 
Net...
- Exam (elaborations)
- • 40 pages •
NWC203c Questions and Answers 2024 
1.	Suppose datagrams are limited to 1500 bytes including IP header of 20 bytes. UDP header is 8 bytes. How many datagrams would be required to send an MP3 of 50000 bytes 
32 
33 
34 
35: 34 
2.	As soon as the browser receive the IP address from 		, it can initiate a TCP connection to the HTTP server located at port 	at that IP 
FTP...20 
Client..60 User...80 DNS...80: DNS...80 
3.	SMTP, POP3,, and IMAP protocols run on the following layer: Transport layer 
Net...
PRM392 (50 Questions plus Answers )
PRM392 (50 Questions plus Answers ) 
2.	What is contained within the manifest xml file? 
a.	The permissions the app require 
b.	The list of strings used in the app 
c.	The source code 
d.	Layout: a. The permissions the app require 
3.	Which is the file that contains all the text that an Android application uses? 
a.	 
b.	
- Package deal
- Exam (elaborations)
- • 14 pages •
PRM392 (50 Questions plus Answers ) 
2.	What is contained within the manifest xml file? 
a.	The permissions the app require 
b.	The list of strings used in the app 
c.	The source code 
d.	Layout: a. The permissions the app require 
3.	Which is the file that contains all the text that an Android application uses? 
a.	 
b.	
PRN221 Qustions plus Answers 2024
PRN221 Qustions plus Answers 2024 
2.	Which of the following assemblies belongs to the WPF Managed Layer in the WPF Architecture? 
A.	PresentationC 
B.	WindowB 
C.	PresentationF 
D.	All of the others: D. All of the others 
3.	Choose the correct statement related to Mono-Processor Systems 
A.	The microprocessor receives
- Package deal
- Exam (elaborations)
- • 15 pages •
PRN221 Qustions plus Answers 2024 
2.	Which of the following assemblies belongs to the WPF Managed Layer in the WPF Architecture? 
A.	PresentationC 
B.	WindowB 
C.	PresentationF 
D.	All of the others: D. All of the others 
3.	Choose the correct statement related to Mono-Processor Systems 
A.	The microprocessor receives
CSD201 Questions plus Answers 2024
CSD201 Questions plus Answers 2024 
2.	2. Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity? 
a.	Merge Sort 
b.	Insertion Sort 
c.	Quick Sort 
d.	Heap Sort: a 
3.	3. What is the output of following function for start pointing to first node of following linked list? 1->2->3->4->5->6 
 
void fun(node* start) 
{
- Package deal
- Exam (elaborations)
- • 32 pages •
CSD201 Questions plus Answers 2024 
2.	2. Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity? 
a.	Merge Sort 
b.	Insertion Sort 
c.	Quick Sort 
d.	Heap Sort: a 
3.	3. What is the output of following function for start pointing to first node of following linked list? 1->2->3->4->5->6 
 
void fun(node* start) 
{
Prn221 k tín Questions plus Answers 2024
Prn221 k tín Questions plus Answers 2024 
 
ter Property="Foreground" Value="Green"/> 
<Setter Property="FontSize" Value="20"/> 
</Style> 
</Window.Resources> 
<StackPanel Margin="10"> 
<TextBlock>WPF</TextBlock> 
<TextBox>NET</TextBox>	 
</StackPanel> 
</Window> 
A.	Set foreground is Green and FontSize is 20 for textBlock controls
- Package deal
- Exam (elaborations)
- • 72 pages •
Prn221 k tín Questions plus Answers 2024 
 
ter Property="Foreground" Value="Green"/> 
<Setter Property="FontSize" Value="20"/> 
</Style> 
</Window.Resources> 
<StackPanel Margin="10"> 
<TextBlock>WPF</TextBlock> 
<TextBox>NET</TextBox>	 
</StackPanel> 
</Window> 
A.	Set foreground is Green and FontSize is 20 for textBlock controls
OSG202 Unit 2 Questions and Answers 2024
OSG202 Unit 2 Questions and Answers 2024 
 
 
1.	Assume that jobs AD arrive in the ready queue in quick succession and have the CPU cycle requirements listed below. Using the Shortest Remaining Time Next algorithm, the average waiting time is	. 
Arrival time: 0 1 2 3 Job: A B C D 
CPU cycle: 6 3 1 4 
a.	2.75 
b.	6.25 
c.	7.75 
d.	9.0: a 
2.	Which is a wrong statement about the quantum used in Round Robin algorithm? 
a.	If the quantum is very large, RR is essentially FCFS 
b.	If the quantum is ...
- Package deal
- Exam (elaborations)
- • 23 pages •
OSG202 Unit 2 Questions and Answers 2024 
 
 
1.	Assume that jobs AD arrive in the ready queue in quick succession and have the CPU cycle requirements listed below. Using the Shortest Remaining Time Next algorithm, the average waiting time is	. 
Arrival time: 0 1 2 3 Job: A B C D 
CPU cycle: 6 3 1 4 
a.	2.75 
b.	6.25 
c.	7.75 
d.	9.0: a 
2.	Which is a wrong statement about the quantum used in Round Robin algorithm? 
a.	If the quantum is very large, RR is essentially FCFS 
b.	If the quantum is ...
DBI202 (Full) Question and Answers 2024 | Exam Review
DBI202 (Full) Question and Answers 2024 | Exam Review
- Package deal
- Exam (elaborations)
- • 50 pages •
DBI202 (Full) Question and Answers 2024 | Exam Review
CSD201 Questions and Answers | Updated
CSD201 Questions and Answers | Updated 
 
Which one of the following is an application of Stack Data Structure? ** Answ** Managing function calls, The stock span problem, Arithmetic expression evaluation. 
 
Which of the following is true about linked list implementation of stack? ** Answ** In push operation = False.
- Package deal
- Exam (elaborations)
- • 54 pages •
CSD201 Questions and Answers | Updated 
 
Which one of the following is an application of Stack Data Structure? ** Answ** Managing function calls, The stock span problem, Arithmetic expression evaluation. 
 
Which of the following is true about linked list implementation of stack? ** Answ** In push operation = False.
OB FINAL EXAM Review| Questions and Answers 2024
OB FINAL EXAM Review| Questions and Answers 2024 
What is the endometrium? 
A) The layer of the uterus that gets expelled during a menstrual cycle 
B) The outermost layer of the uterus 
C) The part of the ovary where eggs are produced 
D) The hormone responsible for regulating the menstrual cycle **** Answer: A 
Explanation: The endometrium is the inner lining of the uterus that thickens during the menstrual cycle and is shed during menstruation if pregnancy does not occur. 
 
What is cons...
- Exam (elaborations)
- • 18 pages •
OB FINAL EXAM Review| Questions and Answers 2024 
What is the endometrium? 
A) The layer of the uterus that gets expelled during a menstrual cycle 
B) The outermost layer of the uterus 
C) The part of the ovary where eggs are produced 
D) The hormone responsible for regulating the menstrual cycle **** Answer: A 
Explanation: The endometrium is the inner lining of the uterus that thickens during the menstrual cycle and is shed during menstruation if pregnancy does not occur. 
 
What is cons...
AFAA Exam Elaborations, Reviews, Questions and Answers Bundle
AFAA Exam Elaborations, Reviews, Questions and Answers Bundle
- Package deal
- • 3 items •
- AEA Exam 2024 Que& Answ • Exam (elaborations)
- Afaa Quizes 2024 With Correct Answer • Exam (elaborations)
- AFAA Exam Questions with Verified Answers • Exam (elaborations)
AFAA Exam Elaborations, Reviews, Questions and Answers Bundle