Computer Applications

Computer Applications

10th Grade

7 Qs

quiz-placeholder

Similar activities

AP CSP Unit 3 Simple Review

AP CSP Unit 3 Simple Review

9th - 12th Grade

8 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

AP Computer Science Principles Unit 7 Review

AP Computer Science Principles Unit 7 Review

9th - 12th Grade

12 Qs

Chapter 3 - Think Python - Voc

Chapter 3 - Think Python - Voc

9th - 12th Grade

10 Qs

PD.Fungsi

PD.Fungsi

10th Grade

10 Qs

Penggunaan Pernyataan Function (4.2.2)

Penggunaan Pernyataan Function (4.2.2)

3rd Grade - University

10 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