FINAL_EXAM (CFP_122)

FINAL_EXAM (CFP_122)

University

35 Qs

quiz-placeholder

Similar activities

Java Programming

Java Programming

University

30 Qs

e-CS

e-CS

University

30 Qs

Flow Control in Python

Flow Control in Python

University

33 Qs

Java Control Structures

Java Control Structures

11th Grade - Professional Development

39 Qs

MID SEM COMPUTING SEM 2

MID SEM COMPUTING SEM 2

University

30 Qs

Java Control Flow and Collections

Java Control Flow and Collections

11th Grade - Professional Development

39 Qs

Computer Science Vocabulary (StLeOb)

Computer Science Vocabulary (StLeOb)

6th Grade - University

34 Qs

PHP Quiz

PHP Quiz

University

31 Qs

FINAL_EXAM (CFP_122)

FINAL_EXAM (CFP_122)

Assessment

Quiz

Computers

University

Easy

Created by

Aldreyn Pineda

Used 9+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?