Bitwise Masks

Bitwise Masks

12th Grade

15 Qs

quiz-placeholder

Similar activities

Bitwise Operators Quiz

Bitwise Operators Quiz

12th Grade

13 Qs

1.4.1 Data Types

1.4.1 Data Types

12th Grade

15 Qs

Subnetting

Subnetting

10th Grade - Professional Development

15 Qs

Basic Network Terms

Basic Network Terms

12th Grade

10 Qs

Quiz - 9 on if-else

Quiz - 9 on if-else

12th Grade

15 Qs

Python Basic 4

Python Basic 4

12th Grade - Professional Development

20 Qs

Computer Science Principles Unit 1

Computer Science Principles Unit 1

12th Grade

16 Qs

Communication Networks- Quiz

Communication Networks- Quiz

1st Grade - University

15 Qs

Bitwise Masks

Bitwise Masks

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Deyshon Allison

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the AND bitwise operator do?

Compares 2 bits and returns 1 if both are 1, otherwise returns 0

Shifts all bits to the left by one position

Inverts all the bits in a byte

Compares 2 bits and returns 1 if either of them is 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of a SHIFT RIGHT operation?

Inverts the bits

Equivalent of dividing by 2

Discards the leftmost bit and adds a 0 on the left

Equivalent of multiplying by 2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you reset bits to 0 using bitwise operators?

Using the SHIFT LEFT operator

Using the AND operator with a suitable mask

Using the XOR operator with a suitable mask

Using the OR operator with a suitable mask

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using masks in bitwise operations?

To test or alter specific bits in a piece of data

To multiply numbers

To add two numbers

To invert all bits

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the XOR bitwise operator do?

Returns 1 if both bits are 1

Returns 1 if both bits are different

Shifts all bits to the right

Inverts the least significant bit

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the OR bitwise operation 10001000 | 11000001?

10001001

11001000

10000000

11001001

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you turn on a specific bit using bitwise operations?

Using the SHIFT RIGHT operator

Using the COMPLEMENT operator

Using the AND operator with a mask

Using the OR operator with a suitable mask

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?