CompSci OCR Paper1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards
FDE CYCLE
2
New cards
ETHICS
3
New cards
1
4
New cards
Computer Science Heuristics
Problem-solving strategies that use practical and intuitive approaches to find solutions. They are often used in computer science to quickly solve complex problems that are difficult to solve using traditional methods. Examples include trial and error, rule of thumb, and educated guesses.
5
New cards
the effect of the fetch decode execute cycle on the registers
This cycle affects the state of registers in a CPU. During the fetch stage, data is loaded into the instruction register. During decode, the instruction is decoded and operands are identified. Finally, during execute, the instruction is executed and the result is stored in the appropriate register.