Tutor HuntTest QuestionsComputing QuestionsYear 10 Computing Questions
Similiar Tests
- Data Representation - Aqa
- Data Representation - Binary Shift
- Data Representation - Compression
- Data Representation - Hexadecimal
- Data Representation - How Computers Represent Sound
- Data Representation - Storing Images
- Data Representation - Twos Compliment
- View all Year 10 Computing tests
- View all Year 10 tests
- View all Computing tests
Data Representation - Binary Shift (Year 10 Computing)
The following test is covering 'Data Representation - Binary Shift' for Year 10 Computing.Incorrect: 0
Correct: 0
Question 1
...
Congratulations - you have completed the test!
Your final score was
Below a typical questions that will be covered in this test. You final score will be logged on your account
Which statement about shifting by more bits than the word size (e.g., shifting an 8-bit number by 10) is generally correct in fixed-width hardware?
What bit value is shifted in on the right when performing a logical right shift on a binary number?
Which is true about rotating (circular shift) vs logical shift?
What decimal value results from logical right shifting the unsigned 8-bit value 00101000 by 2?
What is the result (in decimal) of logically right shifting unsigned decimal 200 by 2? (200 = 11001000)
Which operation is equivalent to a left shift by n bits on an unsigned integer (if no overflow)?
What is the 8-bit result of arithmetic right shifting 11100000 by 2?
