DEVELOPMENT.
6 questions were answered correctly.
1
In a conversation between two computers, the is the one
that initiates the HTTP request, and the is the one that
provides HTTP responses.
server; client
client; server
data center; engineer
network; operator
RATIONALE
When two computers communicate, the one that initiates the connection is known as
the client, and the one that responds is known as the server.
CONCEPT
Web Development
2
Which of the following would a software engineer be expected to
do?
Collaborate with their team and customers.
Read documentation and gather requirements.
Write new code and debug broken code.
All of the answers are correct.
RATIONALE
Software engineers frequently perform all of these responsibilities - writing business
requirements, collaborating with others, reading documentation, and writing code.
, CONCEPT