Figure 1 shows a value represented as a bit pattern - AQA - GCSE Computer Science - Question 3 - 2021 - Paper 1
Question 3
Figure 1 shows a value represented as a bit pattern.
Figure 1
101100000
A binary shift can be used to divide the value in Figure 1 by 4.
What is the result of th... show full transcript
Worked Solution & Example Answer:Figure 1 shows a value represented as a bit pattern - AQA - GCSE Computer Science - Question 3 - 2021 - Paper 1
Step 1
A binary shift can be used to divide the value in Figure 1 by 4.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To divide a binary number by 4, you perform a right binary shift by 2 positions.