Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Basic Professional Interviews:AerospaceAgricultureAnatomyArchitectureArchitecture DesignAuto MechanicBabysittersBeautyBookkeeperCabin CrewCall CenterCapacitor PlanningCarpenterChefCIVIL ServicesClericalClerkDesigningDiplomacyDriverDrivingElectricianFashion & ModelingFashion ModelFire OfficerFirefighterFitnessFlight AttendantForklift OperatorGardeningHead of DisasterImaginationInterior DesignerInterpersonal SkillsInventivenessKids NannyLAWLaw EnforcementLawyerLeadershipLegal AssistantLegal Firms Law ResearcherLibrarianLibrary AssistantModelMotivationalNews ReporterPainterPeople SkillsPlumbingPolice OfficerProjectReceptionistResourcefulnessRisk TakingSafety SkillsSecretarialSnow BlowerSocial WorkerSQA EngineerTop Paying ProfessionsTrainingWelding
Copyright © 2018. All Rights Reserved
Architecture Interview Question:
How is a block found in a cache?
Submitted by: AdministratorEach place in cache records block's tag (as well as its data) Of course, place in cache may be unoccupied, so usually place maintains valid bit so to find block in cache:
Use index of block address to determine place (or set of places)
For that (or each) place, check valid bit is set and compare tag with that of block address --- this can be done in parallel for all places in a set.
Submitted by: Administrator
Use index of block address to determine place (or set of places)
For that (or each) place, check valid bit is set and compare tag with that of block address --- this can be done in parallel for all places in a set.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
