EMT101 Quiz

EMT101 Quiz

12th Grade

7 Qs

quiz-placeholder

Similar activities

Autodesk Lesson 1 Questions Only

Autodesk Lesson 1 Questions Only

9th - 12th Grade

12 Qs

Understanding RAG and LLMs

Understanding RAG and LLMs

12th Grade

9 Qs

Real Time Systems Introduction

Real Time Systems Introduction

12th Grade

10 Qs

EMT101 Quiz

EMT101 Quiz

Assessment

Quiz

Engineering

12th Grade

Practice Problem

Easy

Created by

Mohammad Hafifi Ishaik

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

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