in IS&Software Engineering retagged by
4,082 views
1 vote
1 vote

Temporal cohesion means

  1. Coincidental cohesion
  2. Cohesion between temporary variables
  3. Cohesion between local variables 
  4. Cohesion with respect to time 
in IS&Software Engineering retagged by
4.1k views

1 Answer

5 votes
5 votes
Best answer
Ans is D
Temporal cohesion
Temporal cohesion is when parts of a module are grouped by when they are processed - the parts are processed at a particular time in program execution (e.g. a function which is called after catching an exception which closes open files, creates an error log, and notifies the user).
selected by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true