FINAL_EXAM (CFP_122)

FINAL_EXAM (CFP_122)

University

35 Qs

quiz-placeholder

Similar activities

Lesson 5 - Software Quality Assurance

Lesson 5 - Software Quality Assurance

University

30 Qs

POST TEST - MULTIMEDIA INTERAKTIF TI 21 B

POST TEST - MULTIMEDIA INTERAKTIF TI 21 B

University

40 Qs

Prueba de IP Addressing y Subnetting

Prueba de IP Addressing y Subnetting

University

30 Qs

Elite Quiz 2

Elite Quiz 2

University

30 Qs

TRUY VẤN DỮ LIỆU

TRUY VẤN DỮ LIỆU

12th Grade - University

40 Qs

Revisão Python

Revisão Python

University

30 Qs

Quiz#8: Elements of Film Form

Quiz#8: Elements of Film Form

University

31 Qs

Engenharia de Software - Métodos tradicionais e ágeis

Engenharia de Software - Métodos tradicionais e ágeis

University

38 Qs

FINAL_EXAM (CFP_122)

FINAL_EXAM (CFP_122)

Assessment

Quiz

Computers

University

Easy

Created by

Aldreyn Pineda

Used 9+ times

FREE Resource

AI

Enhance your content

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

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Console.WriteLine("Hello World");

cout<<"Hello World");

print("Hello World);

System.out.println("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

//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?

Int

Char

Float

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int x = 5

double x = 5

num x = 5

x = 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int x = 2.8;

double x = 2.8;

byte x = 2.8

x = 2.8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file lets us work with input and output objects?

#include<iosstream>

#include<inputstr>

#include<stream>

#include<iostream>

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?