Computer Applications

Computer Applications

10th Grade

7 Qs

quiz-placeholder

Similar activities

CMU CS1 Unit 2 review

CMU CS1 Unit 2 review

7th Grade - University

7 Qs

CodeHS Classes & Objects

CodeHS Classes & Objects

9th - 12th Grade

10 Qs

Java

Java

9th - 12th Grade

10 Qs

Functions and Parameters Summative preview

Functions and Parameters Summative preview

9th - 12th Grade

10 Qs

C++ Quiz 3: Functions

C++ Quiz 3: Functions

7th - 12th Grade

7 Qs

Alice 2 - Chapter 4

Alice 2 - Chapter 4

7th - 12th Grade

10 Qs

Computer Science Principles

Computer Science Principles

9th - 12th Grade

12 Qs

Computer Applications

Computer Applications

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Megha Agarwal

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Parameters used in function call statement are known as:

defined parameter

formal parameter

actual parameter

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Parameters used in the function definition are called:

formal parameter

actual parameter

defined parameter

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function with many definition is called :

multiple function

floating function

function overloading

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following type can be used for a non-returnable function:

int

float

double

void

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function body is enclosed with in a pair of:

{ }

[ ]

( )

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function is invoked through a class type:

object

system

parameter

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function with in another function is known as :

pure function

impure function

nested function

none