C++ Programming wk 13

Flashcard
•
Computers
•
Professional Development
•
Hard
Quizizz Content
Used 1+ times
FREE Resource
Student preview

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What will the result of 'num' variable after execution of the following statements? int num = 58; num % 11= ;
Back
3
2.
FLASHCARD QUESTION
Front
What will the result of num1 variable after execution of the following statements?
int j = 1, num1 = 4;
while (++j <= 10) {
num1++;
}
Back
13
3.
FLASHCARD QUESTION
Front
What output is produced by the following segment of code:
for(int i = 0; i < 10; i++)
cout << i << " ";
Back
0 1 2 3 4 5 6 7 8 9
4.
FLASHCARD QUESTION
Front
True/False: For Loops can never be an infinite loop.
Back
False
5.
FLASHCARD QUESTION
Front
How many times will the shown for loop execute?
Back
10
6.
FLASHCARD QUESTION
Front
What does <= mean?
Back
less than or equal to
7.
FLASHCARD QUESTION
Front
What is the only function all C++ programs must contain?
Back
main()
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Java OOP

Flashcard
•
Professional Development
15 questions
Introduction to Java

Flashcard
•
University
13 questions
Election Sim Flashcard

Flashcard
•
University
18 questions
APCSA Unit 2 Review

Flashcard
•
Professional Development
15 questions
CSS basics

Flashcard
•
Professional Development
15 questions
Java String and Array

Flashcard
•
Professional Development
9 questions
Java Methods

Flashcard
•
12th Grade
8 questions
Methods

Flashcard
•
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