Module 2 Quiz

Module 2 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Quiz 1 EE 3003

Quiz 1 EE 3003

University

10 Qs

Introducción a Lenguaje C

Introducción a Lenguaje C

University

7 Qs

Q3 Física

Q3 Física

7th Grade - University

10 Qs

Interpolasi

Interpolasi

University

9 Qs

Algoritmos #1

Algoritmos #1

University

10 Qs

pemvis

pemvis

University

9 Qs

Electronics Fusion

Electronics Fusion

University

10 Qs

Quiz micro 2

Quiz micro 2

University

10 Qs

Module 2 Quiz

Module 2 Quiz

Assessment

Quiz

Science

University

Hard

Created by

Deepankar V K

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Arithmetic Operators are unary operators

True

False

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

X1 = 10

X2 = 10

X1 = 9

X2 = 9

X1 = 9

X2 =10

X1 = 9

X2 = 11

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If a = 10 and b = 3 then:

a%b is x

a+=b is y

What are values of x and y

x=0

y = 10

x =1

y =13

x=1

y=3

x=0

y=13

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ternary operator works as simple If-Else statement,

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Condition is

Garde A is be allotted for person who scores start from 85% and ends at 95%.

Choose the correct syntax for condition

marks>=85 || marks <=95

marks>=85 && marks <=90

marks>=85 && marks <=95

marks>85 && marks <90

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Using Bit operators makes processing faster

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the end product of the following:

int a = (int) 5/2;

a = 2.5

a = 1

a = 0

a = 2

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?