Quiz - 7 on Bitwise Operators in C

Quiz - 7 on Bitwise Operators in C

12th Grade

15 Qs

quiz-placeholder

Similar activities

Y13 Autumn1 1.4.1 & 2.2.1

Y13 Autumn1 1.4.1 & 2.2.1

12th Grade

14 Qs

Bitwise Manipulation and Hex  Quiz

Bitwise Manipulation and Hex Quiz

12th Grade

17 Qs

AQA ASSEMBLY LANGUAGE

AQA ASSEMBLY LANGUAGE

11th - 12th Grade

16 Qs

H466 - Negative Binary and Two's Complement

H466 - Negative Binary and Two's Complement

11th Grade - University

10 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

hexadecimal binary decimal

hexadecimal binary decimal

10th - 12th Grade

13 Qs

Unit 1 Vocabulary Review

Unit 1 Vocabulary Review

9th - 12th Grade

13 Qs

[AP CSP] Binary Number System

[AP CSP] Binary Number System

9th - 12th Grade

18 Qs

Quiz - 7 on Bitwise Operators in C

Quiz - 7 on Bitwise Operators in C

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Michael Kona

Used 9+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 5 & 3 in binary?

0

1

2

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 7 | 2 in binary?

7

5

3

9

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 10 ^ 6 in binary?

1100

1001

1010

1110

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 8 << 2 in binary?

110000

100000

101010

111111

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 16 >> 3 in binary?

6

8

2

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of ~12 in binary?

6

3

4

8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: Bitwise AND operator returns 1 if ________ bits are 1.

either

both

neither

none

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?