Quiz 04 - Networked Programs

Quiz 04 - Networked Programs

17 Qs

quiz-placeholder

Similar activities

5-1 Properties of Metals, Nonmetals, Semi-metals/Metalloids

5-1 Properties of Metals, Nonmetals, Semi-metals/Metalloids

KG - University

18 Qs

Kuis 2 - Bisnis Angkutan Laut Migas

Kuis 2 - Bisnis Angkutan Laut Migas

KG - University

12 Qs

Economics Test (Individual)

Economics Test (Individual)

KG - University

18 Qs

web 3 nodeJS

web 3 nodeJS

KG - University

20 Qs

CS-Unit 2 Practice Quiz

CS-Unit 2 Practice Quiz

KG - University

18 Qs

ACTIVITY 2 - Performance Task - Parts Identification

ACTIVITY 2 - Performance Task - Parts Identification

KG - University

18 Qs

G10 LESSON 3 REVIEW

G10 LESSON 3 REVIEW

10th Grade

22 Qs

Quiz 04 - Networked Programs

Quiz 04 - Networked Programs

Assessment

Quiz

others

Medium

Created by

Brando Talaguit

Used 2+ times

FREE Resource

17 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Last name, First name Middle Initial

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Gender
Male
Female

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What is the role of Transport Control Protocol (TCP) in networking?
A) It encrypts data before transmission
B) It ensures reliable data transmission by retransmitting lost packets
C) It translates domain names into IP addresses
D) It compresses network traffic

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which statement about TCP port numbers is TRUE?
A) They are used to differentiate applications on the same server
B) Each IP address has a unique, fixed port number
C) Port numbers are assigned by TCP randomly
D) The same port number cannot be used for different services

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. What port number is commonly used for HTTP communication?
21
25
80
8080
443

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What would be the output of the following Python script?
A) It fetches a webpage from www.example.com.
B) It establishes a TCP connection but fails due to a wrong port number.
C) It prints HTTP 200 OK response if the server is running on port 8080.
D) It throws a syntax error due to recv(1024).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which of the following statements about urllib.request.urlopen() is true?
A) It only works with HTTP GET requests.
B) It automatically follows redirects by default.
C) It requires manual decoding of responses.
D) It does not support HTTPS connections.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?