C++ Basics

C++ Basics

9th - 10th Grade

18 Qs

quiz-placeholder

Similar activities

Операторы If и Switch в C++

Операторы If и Switch в C++

10th Grade

13 Qs

Flow of Control in C++ ( Conditional statements)

Flow of Control in C++ ( Conditional statements)

9th Grade - University

17 Qs

Repaso C++

Repaso C++

9th Grade

13 Qs

Dasar Pemrograman-1

Dasar Pemrograman-1

10th Grade

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

BAC_Info_Stiinte_01

BAC_Info_Stiinte_01

9th - 12th Grade

20 Qs

Elementele de bază ale limbajului C++

Elementele de bază ale limbajului C++

10th Grade

17 Qs

Evaluare sumativă C++ clasa a 9 - a

Evaluare sumativă C++ clasa a 9 - a

9th Grade

20 Qs

C++ Basics

C++ Basics

Assessment

Quiz

Computers

9th - 10th Grade

Medium

CCSS
6.EE.B.8

Standards-aligned

Created by

Kenji Nomura

Used 211+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which line of code would you use to multiply 7 times 3 and store the answer in a variable named Result?
Result = 7 * 3;
7 / 3 = Result;
7 * 3 = Result;
Result = 7 / 3;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which line of code would you use to print the value of a variable named Result to the screen?
cout << Result << endl;
cin >> "Result" >> endl;
cin >> Result >> endl;
cout << "Result" << endl;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

... variables store whole numbers (-4, 3, 51, etc). 
Float
Logical
Character
Integer

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the word (command) used to display/print numbers and text on the screen?

cout

print

display

cin

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?

A box(memory location) where you store values

A type of graphics

A value

A type of memory

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does <= mean?

less than

greater than

less than or equal to

greater than or equal to

Tags

CCSS.6.EE.B.8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the only function all C++ programs must contain?

start()

system()

main()

program()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?