Python Quiz (GUI/Network Programming)

Python Quiz (GUI/Network Programming)

University

15 Qs

quiz-placeholder

Similar activities

Baby lock Anna Machine Parts

Baby lock Anna Machine Parts

9th Grade - University

20 Qs

Question Form???

Question Form???

2nd Grade - Professional Development

10 Qs

Quizizz 2

Quizizz 2

University

10 Qs

Google Sites

Google Sites

9th Grade - University

15 Qs

Network and Cyber Security Module 1 quiz

Network and Cyber Security Module 1 quiz

University

10 Qs

KNOLEDGE

KNOLEDGE

5th Grade - Professional Development

15 Qs

Yamaha Quiz

Yamaha Quiz

University

20 Qs

EVALUASI PEMBELAJARAN SCANNER/SCANTOOL

EVALUASI PEMBELAJARAN SCANNER/SCANTOOL

12th Grade - University

10 Qs

Python Quiz (GUI/Network Programming)

Python Quiz (GUI/Network Programming)

Assessment

Quiz

Education

University

Medium

Created by

Rishikesh Pathak URK17CS337

Used 21+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a socket?

Programming that allows only local computers to communicate with each other

TCP connection between local computers only

Connection between computers, over UDP only

Abstraction of ports

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sockets are different from ports because
They included IP addresses
They are in the Application Layer
They use the OSI model
They are just another term for the same thing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TCP socket programming is:
connection-oriented
connectionless
dependent on the host operating system
dependent on the client operating system

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A stream is
A TCP data transport link
A group of socket connections
A group of packets
A UDP transport link

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be done before disconnecting a socket?
Ending the data stream
Telling the server good-bye
Flushing the cache
Nothing, you can simply "unplug" with no ill effects

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Multi-thread socket programming allows for
Servers to connect with multiple clients
Clients to connect to multiple servers simultaneously
Both of these
Neither of th

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you fail to stop the stream before closing the socket?
Data loss
Nothing
Logic error
Socket lockup

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?