C++ test

C++ test

1st - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Programming with C++

Programming with C++

9th - 12th Grade

10 Qs

C++ Coding Problems

C++ Coding Problems

4th Grade - Professional Development

10 Qs

C ++ For Loop

C ++ For Loop

9th - 12th Grade

14 Qs

C++ While Loops

C++ While Loops

6th - 8th Grade

15 Qs

C++ Operators

C++ Operators

6th - 8th Grade

12 Qs

C++ Functions

C++ Functions

6th - 8th Grade

11 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

C++ Unit 1 Review

C++ Unit 1 Review

9th - 12th Grade

15 Qs

C++ test

C++ test

Assessment

Quiz

Computers

1st - 10th Grade

Easy

Created by

信言 黎

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 5 pts

In c++,what’s the definition you must write?

2.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

Which is a variable’s type in c++?

str

charger

short

cost

3.

FILL IN THE BLANK QUESTION

20 sec • 5 pts

How to make a output in c++?

4.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

Which code is wrong in c++?

int main(){

printf(“hello”)

return 0;

}

int main(){

cout<<“hello”;

return 0;}

5.

FILL IN THE BLANK QUESTION

10 sec • 5 pts

Which keyword means that to repeat?

6.

MULTIPLE SELECT QUESTION

20 sec • 6 pts

How to import a package in c++?

#include<something>

import something

get(something)

#include”something.file”

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

The steps of running c++ code?

Build>end;

Build>run>end

Build<run<end

Build<end

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?