EMT101 Quiz

EMT101 Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

UPM & Engineering Trivia Challenge

UPM & Engineering Trivia Challenge

9th - 12th Grade

10 Qs

PBO PTS GASAL

PBO PTS GASAL

12th Grade

10 Qs

Quiz on Processes and Interprocess Communication

Quiz on Processes and Interprocess Communication

12th Grade

10 Qs

Exploring Cloud Security and Privacy

Exploring Cloud Security and Privacy

12th Grade

10 Qs

AutoCAD Quiz

AutoCAD Quiz

12th Grade

10 Qs

Understanding HTML Basics

Understanding HTML Basics

12th Grade

8 Qs

Cuestionario sobre la Estructura de Carpetas en iOS

Cuestionario sobre la Estructura de Carpetas en iOS

12th Grade

10 Qs

Understanding e-Hailing Transport

Understanding e-Hailing Transport

12th Grade

10 Qs

EMT101 Quiz

EMT101 Quiz

Assessment

Quiz

Engineering

12th Grade

Easy

Created by

Mohammad Hafifi Ishaik

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is considered the inventor of C++?

James Gosling

Dennis Ritchie

Bjarne Stroustrup

Guido van Rossum

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of #include <iostream> in C++?

To import mathematical functions

To enable basic input and output

To define character types

To create variables

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used for output in C++?

cin

cout

return

include

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used for input in C++?

cin

cout

return

input

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between a user and a programmer?

A user creates programs, while a programmer uses them.

A programmer creates programs, while a user interacts with them.

Both users and programmers create programs.

Programmers and users both test code.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to end a statement in C++?

:

;

.

!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of `return 0;` in the main function?

To create an error

To initialize a variable

To end the program successfully

To repeat a function