13s review

13s review

University

20 Qs

quiz-placeholder

Similar activities

INFORMÁTICA: Quem sabe mais?

INFORMÁTICA: Quem sabe mais?

KG - Professional Development

15 Qs

CyberSafety Pre-Assessment

CyberSafety Pre-Assessment

KG - University

16 Qs

KIỂM TRA 15 PHÚT MÔN TIN 12

KIỂM TRA 15 PHÚT MÔN TIN 12

12th Grade - University

20 Qs

Thiết kế trình chiếu PowerPoint (41-60)

Thiết kế trình chiếu PowerPoint (41-60)

University

20 Qs

ICT Unit-2

ICT Unit-2

University

20 Qs

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

13s review

13s review

Assessment

Quiz

Computers

University

Medium

Created by

Jessie Srinivas

Used 10+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is not a bitwise operator

^

&

|

!

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is not a bitwise operator

<<

>

~

>>

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following sets bit n of x to 1

x ^= (1 << n)

x = (~x << n)

x |= (1 << n)

x &= ~(1 << n)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following flips bit n of x

x ^= (1 << n)

x = ((x >> n) << n)

x ^= ~(1 << n)

x &= (-1 << n)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which question best gets bit n of x

x >> n

(x >> n) | 1

(x >> n) & 1

x & (1 << n)

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the time complexity of this code if n is the value of the variable "n"

O( log n )

O ( 2^n)

O (n)

O(n log n)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the time complexity of this code?

O ( log n)

O (2n)

O (n)

O (n^2)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?