DS QUIZ 1

DS QUIZ 1

3rd Grade

20 Qs

quiz-placeholder

Similar activities

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Estructura_Datos Estructuras_Repetitivos C++

Estructura_Datos Estructuras_Repetitivos C++

3rd Grade

15 Qs

ARRAY IN C++

ARRAY IN C++

3rd - 5th Grade

15 Qs

Python 1 модуль

Python 1 модуль

1st - 10th Grade

18 Qs

SO - p5.js

SO - p5.js

3rd Grade

17 Qs

LOP 11 CHUONG 1 2

LOP 11 CHUONG 1 2

1st - 12th Grade

15 Qs

PruebaTecnica-Desarrollador .Net

PruebaTecnica-Desarrollador .Net

1st - 3rd Grade

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

DS QUIZ 1

DS QUIZ 1

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

Melissa Guillermo

Used 10+ times

FREE Resource

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;

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?