C++ Functions

C++ Functions

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Musical Instruments

Musical Instruments

8th Grade

15 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

Latihan Soal Informatika Analisis Data Kelas 7

Latihan Soal Informatika Analisis Data Kelas 7

7th Grade

14 Qs

DATA ANALYTICS USING EXCEL

DATA ANALYTICS USING EXCEL

7th Grade

15 Qs

Etiquetas HTML

Etiquetas HTML

6th Grade

10 Qs

LEDs on micro:bit

LEDs on micro:bit

8th Grade

15 Qs

Development of The Cell Theory.

Development of The Cell Theory.

8th Grade

16 Qs

ICT Grade 8

ICT Grade 8

8th Grade

10 Qs

C++ Functions

C++ Functions

Assessment

Quiz

Science, Computers

6th - 8th Grade

Practice Problem

Medium

Created by

Natalia Fumero

Used 640+ times

FREE Resource

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?