Search Header Logo

Quiz 2 - CS110

Authored by Avariella Lapuz

Computers

University

Used 54+ times

Quiz 2 - CS110
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output?

int i = 1;

int j = i--;

cout << "i is " << i;

cout << " and j is " << j;

i is 1 and j is 1

i is 1 and j is 0

i is 0 and j is 1

i is 0 and j is 0

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these data types requires the most amount of memory?

short

float

int

long

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these data types requires the most amount of memory?

double

long double

short

long

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Solve the following problem

int X = 3;

int Y = x % 2 / 10+10 / 2

What does Y equal to?

3

1

5

6

8

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

is q6uub9TN a valid C++ Identifier?

True

False

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What is a resonable constant value? (Choose 3)

Pi

Inflation

Speed of light

Gravity

Gas prices

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What header should be included to use advanced math functions?

#include <c++math>

#include <advmath>

#include <cmath>

#include <arithmathc>

Access all questions and much more by creating a free account

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

Already have an account?