C++ Unit 1 Day 3 Warm-Up

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Richard Ghiorse
Used 11+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Every C++ program will have a function that is called ____.
start
begin
main
int
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which line of code is the correct way to display the message C++ is Fun! to the console screen?
cout << C++ is Fun!\n;
cout << "C++ is Fun!\n"
cout << "C++ is Fun!\n";
cout >> "C++ is Fun!\n";
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which include directive is necessary to use input and output commands in a C++ program?
#include<iostream>
#include<inputoutput>
#input<iolibrary>
#include<cout>
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the accepted convention for the last statement within the C++ main function?
return 0;
end;
return;
return 100;
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Assuming they are part of a complete and correct program, what is the output produced by the two lines of code above?
Hello! Are you reading carefully?
Hello!
Are you reading carefully?
Hello!Are you reading carefully?
Similar Resources on Wayground
10 questions
Quiz HTML

Quiz
•
1st - 10th Grade
10 questions
HTML Basics

Quiz
•
8th - 10th Grade
10 questions
Coding C++ - X2

Quiz
•
10th Grade
10 questions
Quiz C++ Grade 10

Quiz
•
9th - 12th Grade
10 questions
Introduction to C++ 2024/25

Quiz
•
12th Grade
10 questions
C++ 變數/輸入/輸出

Quiz
•
11th Grade
10 questions
Programming with C++

Quiz
•
9th - 12th Grade
10 questions
Functions in C++

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade