Q1 Summative Test 1  in C++

Q1 Summative Test 1 in C++

10th Grade

30 Qs

quiz-placeholder

Similar activities

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

Unit 5 Vocabulary

Unit 5 Vocabulary

10th - 12th Grade

31 Qs

JavaScript 1st Quarter Test

JavaScript 1st Quarter Test

10th - 12th Grade

25 Qs

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

9th - 12th Grade

25 Qs

GCSE Computer Science- 2.2 Programming Techniques

GCSE Computer Science- 2.2 Programming Techniques

9th - 11th Grade

25 Qs

CS Edexcel Unit 6 Parts 1-3

CS Edexcel Unit 6 Parts 1-3

9th - 10th Grade

25 Qs

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

JavaScript Variables

JavaScript Variables

10th - 12th Grade

26 Qs

Q1 Summative Test 1  in C++

Q1 Summative Test 1 in C++

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Mernita Palac

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in C++?

Console.WriteLine("Hello World");

cout << "Hello World";

System.out.print ("Hello World");

print ("Hello World");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C++ is an alias of C#

True

False

Maybe

I don't know

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in C++ code?

/* This is a comment

// This is a comment

# This is a comment

/ This is a comment /

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to create a variable that should store text?

String

myString

Txt

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

num x = 5

double x = 5;

int x = 5;

x = 5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the floating number 2.8?

x = 2.8;

byte x = 2.8

double x = 2.8;

int x = 2.8;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method can be used to find the length of a string?

length()

getSize()

len()

getLength()

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?