Operadores en C++

Operadores en C++

University

15 Qs

quiz-placeholder

Similar activities

Transmisi tenaga Listrik

Transmisi tenaga Listrik

University

10 Qs

BLOQUE BPLOGS

BLOQUE BPLOGS

University

10 Qs

Electric Drives and Traction Quiz

Electric Drives and Traction Quiz

University

15 Qs

Examen de recuperación

Examen de recuperación

University

17 Qs

Bombas

Bombas

University

16 Qs

Partes de Word - Clase 1

Partes de Word - Clase 1

University

14 Qs

Komposisi Tanah

Komposisi Tanah

University

18 Qs

Operadores en C++

Operadores en C++

Assessment

Quiz

Engineering

University

Easy

Created by

Karina García

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

j = 5;

j += 1.5; 

  • j = 1.5;

  • j = 2.0;

  • j = 6.5;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 1; b = (a*3);

c = (a + b);

  • c = 4;

  • c = 6;

  • c = 3;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 3; y = x++;

y *= 2;

  • x = 4; y = 6;

  • x = 3; y = 6;

  • x = 4; y = 8;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

k = 60;

k /= 5;

  • k = 0;

  • k = 12;

  • k = -12;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

n1 = 300; n2 = 150; n3 = 0;

n1 += (n2*n3);

  • n1 = 0;

  • n1 = 300;

  • n1 = 450;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 3 - 1;

a *= 15;

  • a = 15;

  • a = 18;

  • a = 30;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

n = 50 - 3;

n = 50;

  • n = 50;

  • n = 53;

  • n = 103;

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?