{blank} is compiled into {blank}
IPC144 -- Midterm Review

Quiz
•
Computers
•
University
•
Medium

Adam Gariba
Used 105+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
output is: 12345
output is: 1234
compiler error
8.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
output is: 12345
output is: 12
output is: 54321
output is: 54
9.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
the output is:
1 Sierra
2 Romeo
the output is:
1 Sierra
this will generate a compiler error
Similar Resources on Quizizz
10 questions
Quiz 8: Arrays&Vector

Quiz
•
University
11 questions
Array

Quiz
•
University
12 questions
C Basics

Quiz
•
University
10 questions
Java Arrays

Quiz
•
University
10 questions
reFRESHIEr ICS2602 Quiz

Quiz
•
University
10 questions
Python

Quiz
•
University
14 questions
Java Operators

Quiz
•
University
10 questions
C Programming Quiz-5

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade