Question

Consider the following four events and their vector timestamps: a: (3, 8, 4), b: (2, 2,...

Consider the following four events and their vector timestamps: a: (3, 8, 4), b: (2, 2, 5), c: (2, 5, 8), d: (3, 7, 8). Which event/events happened before event d? Which event/events is/are concurrent with event d?

Homework Answers

Answer #1

Consider two events X and Y to see if two events are concurrent do an element by element comparision of the their timestamps.
case a ) if each element of timestamp of X is less than or equal to the corresponding element in timestamp of Y then X happens before Y.
case b) if each element of timestamp of X is greater than or equal to the corresponding element in timestamp of Y then X happens after Y.
case c) if some element in timestamp of X are greater than and the rest of them are not then the events are concurrent.

a: (3, 8, 4)
b: (2, 2, 5)
c: (2, 5, 8)
d: (3, 7, 8)

compare each timestamps with d -
--> a and d - 3<=3 , 8>7 , 4<8
a and d are concurrent
--> b and d - 2<3 , 2<7 , 5<8
b happened before d
--> c and d - 2<3 , 5<7 , 8<=8
c happened before d

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. Which of the following statements is true? A If events A and B are complements,...
1. Which of the following statements is true? A If events A and B are complements, then the intersection of A and the complement of B is the sample space. B If events A and B are mutually exclusive, then the intersection of A and B is the empty set. C If events A and B are mutually exclusive, then the union of A and B is the sample space. D If events A and B are mutually exclusive, then...
One number is randomly selected from the following set: { 1, 2, 3, 4, 5, 6,...
One number is randomly selected from the following set: { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }.         Let          A = event that the selected number is even                       B = event that the selected number is a multiple of 3         Find the following probabilities.           a) P( A and B                                                                                   b) P( A or B )                                                                                                                                   c) P( A   B)                                                                                                                                                 d) Are events A...
Consider the matrix A= −2−2 6] [−2−3 5] [3 4−8] [−7−9 18 (all one matrix) (a)...
Consider the matrix A= −2−2 6] [−2−3 5] [3 4−8] [−7−9 18 (all one matrix) (a) How many rows ofAcontain a pivot position? (b) Do the columns ofAspanR4? (c) Does the equationA ~x=~b have a solution for every~b∈R^4? (d) Would the equation A~x=~0 have a nontrivial solution? (e) Are the columns of A linearly independent? (~x is vector x)
Consider the sample space of single-digit integers S= 0, 1, 2, 3, 4, 5, 6, 7,...
Consider the sample space of single-digit integers S= 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 And let A= 2, 4, 6, 8 B= 1, 3, 5, 7, 9 C= 0, 1, 2, 3 A) Are events A and B mutually exclusive? B) Are events A and C mutually exclusive?
Consider the following data: 6, 8, 2, 3, 4, 4, 5, 5, 9, 6, 6, 7,...
Consider the following data: 6, 8, 2, 3, 4, 4, 5, 5, 9, 6, 6, 7, 7 ,7, 7, 8, 8, 8, 8, 9, 9. What type of distribution is this?
.  A statistical experiment has ten equally likely outcomes that are denoted by 1, 2, 3, 4,...
.  A statistical experiment has ten equally likely outcomes that are denoted by 1, 2, 3, 4, 5, 6, 7, 8, 9, and 10.  Let event A = {3, 4, 6, 9} and event B = {1, 2, 5}. Use probabilities to answer the following questions Are events A and B mutually exclusive? Are events A and B independent? What are the complements of events A and B and their probabilities?                                                 
QUESTION 17 If A = { 1, 2, 3, 4 }    B = {  3, 4, 5...
QUESTION 17 If A = { 1, 2, 3, 4 }    B = {  3, 4, 5 }   C = { 5, 7, 8, 9 } then A ∩   C U  B  equals { 3, 5 } { 3, 4, 5 } { 4, 5 } None of the above QUESTION 19 What is the Cartesian product A x B given  A = {1, 2} and B = {a, b}? { (1, a), (1, b), (2, a), (b, b) (a, a)} { (1, 1), (2, 2),...
7. Events A and B are independent. The P(A) = 3/5, P(not B) = 2/3. What...
7. Events A and B are independent. The P(A) = 3/5, P(not B) = 2/3. What is P(A and B)? a. 2/5 b. 1/5 c. 4/15 d. 2/15 8. A bag contains 4 red marbles, 3 blue marbles, and 7 green marbles. If a marble is randomly selected from the bag, what is the probability that it is blue? A) 1/11 B) 3/14 C) 1/7 D) 1/3 9. The distribution of the heights of students in a large class is...
Consider the following. u = −6, −4, −7 ,    v = 3, 5, 2 (a) Find the...
Consider the following. u = −6, −4, −7 ,    v = 3, 5, 2 (a) Find the projection of u onto v. (b) Find the vector component of u orthogonal to v.
A (–4, –1, 2), B (3, –2, –1) and C (–1, 3, –4), AB= 7? −...
A (–4, –1, 2), B (3, –2, –1) and C (–1, 3, –4), AB= 7? − ? − 3? CB = 4? − 5? + 3? AC = 3? + 5? - 2? Question 7: Express the vector AC as the sum of two vectors: AC = ? + ?, where ? is parallel to the vector CB and ? is perpendicular to CB. Given that AC ∙ CB = −26 and that CB = √50, determine the y-component of...