Quiz UTS Pemrograman Dasar C++

Quiz UTS Pemrograman Dasar C++

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

Pemrograman Dasar

Pemrograman Dasar

10th Grade

15 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

main.cpp

main.cpp

7th - 12th Grade

16 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Algoritma Fungsi Phyton

Algoritma Fungsi Phyton

10th Grade

20 Qs

Quiz UTS Pemrograman Dasar C++

Quiz UTS Pemrograman Dasar C++

Assessment

Quiz

Computers

10th Grade

Medium

Created by

KURNIA AGUS

Used 125+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

cout << "Hello World";

Console.WriteLine("Hello World");

print ("Hello World");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C++ is an alias of C#

True

False

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Txt

string

String

myString

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int x = 5;

x = 5;

num x = 5

double x = 5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

double x = 2.8;

byte x = 2.8

int x = 2.8;

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?