ICT4-CP: C-Sharp

ICT4-CP: C-Sharp

11th Grade

50 Qs

quiz-placeholder

Similar activities

Python Review - PLTW CSE / Codecademy

Python Review - PLTW CSE / Codecademy

9th - 12th Grade

53 Qs

Week 5 - Variables/Booleans

Week 5 - Variables/Booleans

9th - 12th Grade

54 Qs

Comp Sci. Examination  March 13th

Comp Sci. Examination March 13th

9th - 12th Grade

50 Qs

Python 3 Loops

Python 3 Loops

9th - 12th Grade

55 Qs

Basic Python

Basic Python

11th Grade

51 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

CSP Vocabulary Review

CSP Vocabulary Review

9th - 12th Grade

53 Qs

VBA SET 1 G

VBA SET 1 G

9th - 12th Grade

50 Qs

ICT4-CP: C-Sharp

ICT4-CP: C-Sharp

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Sir. Amoyo

Used 49+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The result of p | q if p is 0 and q is 1 will be:

0

1

a negative number

an error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If A = 60; and B = 13, then A&B in binary format will be:

0011 0001

0011 1101

0000 1100

0000 1100

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume variable A holds 60 and variable B holds 13, then (A ^ B) equals:

12

61

-61

49

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the left operands value is moved right by the number of bits specified by the right operand, the bitwise

operator is.

Binary Right Shift Operator

Binary Left Shift Operator

Binary Ones Complement Operator

Binary XOR Operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following are Assignment operators in C#?

1, 2, 3

1, 3, 4

2, 4, 5

3, 4, 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operator returns the address of a variable in C#?

? :

^

&

>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operator assigns values from right side operands to left side operand in C#?

%=

=

>>=

&=

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?