C++ Functions

C++ Functions

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

12G 2021

12G 2021

KG - Professional Development

7 Qs

Повторение с фоторезистором

Повторение с фоторезистором

6th Grade

11 Qs

Bài tập trắc nghiệm C++

Bài tập trắc nghiệm C++

3rd - 12th Grade

10 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

7 сынып информатика

7 сынып информатика

7th Grade

10 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

C++ Functions

C++ Functions

Assessment

Quiz

Science, Computers

6th - 8th Grade

Medium

Created by

Natalia Fumero

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