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
{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
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 Wayground
9 questions
Java Programming Structures

Quiz
•
University
10 questions
Quiz 8: Arrays&Vector

Quiz
•
University
6 questions
PPS MCQ on 22.11.2024

Quiz
•
10th Grade - University
10 questions
Quiz1

Quiz
•
University
10 questions
TIU Quiz-4

Quiz
•
University
14 questions
Lets explore Java

Quiz
•
University
10 questions
Java Programming Basics

Quiz
•
University
10 questions
Java Static

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade