C++ Functions

C++ Functions

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Занятие 10 (Python)

Занятие 10 (Python)

6th - 8th Grade

15 Qs

Half term recap quiz

Half term recap quiz

8th Grade

15 Qs

ÔN TẬP TIN 8 GIỮA KÌ 2

ÔN TẬP TIN 8 GIỮA KÌ 2

8th Grade

13 Qs

L3 Models and Simulations

L3 Models and Simulations

7th Grade

10 Qs

8 Общие сведения о языке программирования Python

8 Общие сведения о языке программирования Python

8th Grade

15 Qs

Circulatory System

Circulatory System

6th Grade

10 Qs

A1 - Cells

A1 - Cells

4th - 6th Grade

10 Qs

HTML 1

HTML 1

8th - 11th Grade

10 Qs

C++ Functions

C++ Functions

Assessment

Quiz

Science, Computers

6th - 8th Grade

Practice Problem

Medium

Created by

Natalia Fumero

Used 641+ times

FREE Resource

AI

Enhance your content in a minute

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

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A function can have _____ inside the parenthesis

loops

Arguments/Parameters

Braces

Types

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A function that has no return type starts with:

int

void

Arguments

Braces

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A function that returns a whole number starts with the word

int

void

string

{ }

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fill in the blank to have this function work properly


_____ function ( ) {


int a = 4;

int b = 5;


cout<<a*b;


}

string

int

void

variable

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fill in the blank to have this function work properly


_____ function ( ) {


string greeting = "Welcome to my game";


return greeting;


}

string

void

int

variable

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fill in the blank to have this function work properly


_____ function ( ) {


int a;

cin >> a;


cout<<"You chose " << a <<endl;


}

string

void

int

variable

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

True or False. We can call functions inside of other functions.

True

False

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?