DS QUIZ 1

DS QUIZ 1

3rd Grade

20 Qs

Student preview

quiz-placeholder

Similar activities

C++Bien_pheptoan_CB

C++Bien_pheptoan_CB

1st Grade - University

21 Qs

KIỂM TRA TIN CƠ SỞ

KIỂM TRA TIN CƠ SỞ

1st - 10th Grade

20 Qs

Estructura de Datos - Procedimientos y Funciones C++

Estructura de Datos - Procedimientos y Funciones C++

3rd Grade

20 Qs

Estructura Datos C++

Estructura Datos C++

3rd Grade

25 Qs

UAS Algo dan Pemograman

UAS Algo dan Pemograman

1st - 5th Grade

25 Qs

Блиц по информатике

Блиц по информатике

1st - 11th Grade

18 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Javascript

Javascript

3rd Grade

18 Qs

DS QUIZ 1

DS QUIZ 1

Assessment

Quiz

Created by

Melissa Guillermo

Computers

3rd Grade

10 plays

Hard

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The constants are also called as

const

preprocessor

literals

none of these

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the parts of the literal constants?

integer numerals

floating-point numerals

strings and boolean values

all of the mentioned

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the size of wchar_t in C++?

2

4

2 or 4

Based on the number of bits in the system

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The value 132.54 can be represented using which data type?

double

void

int

bool

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the following code:

Value is 198

Compiles Successfully

Invalid Syntax

Value Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How would you declare an integer called num and initialize it to 10?

double num = 10;

int num = 10;

int num == 10;

int num 10;

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to print integer add to the screen?

cout<<add<<endl;

cout<<"add"<<endl;

cout add;

cout>>add>>endl;

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?