C++ Basics Quiz

C++ Basics Quiz

University

62 Qs

quiz-placeholder

Similar activities

IBCA Semester Exam Review

IBCA Semester Exam Review

KG - University

66 Qs

DATA STRUCTURES

DATA STRUCTURES

University

60 Qs

EXAM

EXAM

University

60 Qs

Python Programming with modules

Python Programming with modules

University

61 Qs

สอบกลางภาควิชา ธุรกิจและการเป็นผู้ประกอบการ

สอบกลางภาควิชา ธุรกิจและการเป็นผู้ประกอบการ

University

60 Qs

săn đây CSI104

săn đây CSI104

University

60 Qs

Computer Skills - Chapter 1

Computer Skills - Chapter 1

University

60 Qs

Computer ٍSkills- Chapter 3

Computer ٍSkills- Chapter 3

1st Grade - University

62 Qs

C++ Basics Quiz

C++ Basics Quiz

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Saqib Mahmood undefined

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

62 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable in C++?

define

auto

var

int

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

1stValue

int

_myVar

double

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of variables in C++?

To store data values

To perform loops

To define functions

To manage memory allocation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you assign a value to a variable in C++?

int x := 5;

int x = 5;

x = 5;

let x = 5;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a valid declaration of an integer variable?

int x;

int x := 5;

int x == 5;

int x is 5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to make a variable constant?

const

static

final

let

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data can be stored in a variable of type int?

Decimal numbers

Whole numbers

Text

Boolean values

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?