Search Header Logo

IPC144 -- Midterm Review

Authored by Adam Gariba

Computers

University

Used 105+ times

IPC144 -- Midterm Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

{blank} is compiled into {blank}

binary code, source code

source code, binary code

c, int main

c, c++

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int main(void) { }

is the endpoint of the program

is the starting point of the program

is the middle point of the program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

printf("\n");

prints a newline

prints \n

prints n

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const pi = 3.14159;

is an unmodifiable value

is the declaration for a constant value named pi

is an error

is a floating point number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int i = 0;

printf("%d", i++);

prints 0 to the screen

prints 1 to the screen

prints nothing to the screen

prints %d to the screen

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the following code, what would be the final value of k?


int i = 0;

int j = 1;

int k = -1;


k = (i ==0 || j == 1);

k is 1

k is 0

k is -1

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

output is: 12345

output is: 1234

compiler error

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?