Late binding
0 of 1 questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
You must sign in or sign up to start the quiz.
You must first complete the following:
Quiz complete. Results are being recorded.
0 of 1 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
-
Current
-
Review
-
Answered
-
Correct
-
Incorrect
-
Question 1 of 1
Here are some various ways of causingĀ a computer to perform an action. See if you can sort them into order, from earliest-bound to latest-bound.
-
An invocation of a named function in a dynamically-loaded library (.dll or .so)
-
An assembly code instruction specifying a jump to a specific address
-
A message posted to an enterprise message bus, such as RabbitMQ or Kafka
-
A remote procedure call, specifying the name of a function to call on another machine known by its IP address
-
A method call in a compiled, statically-typed language such as C++, C#, or Java
-
A method call in a dynamic language such as Python, Ruby, or JavaScript
-
An invocation of a named system call
-
A RESTful HTTP request to a service URL