Computer Applications

Computer Applications

10th Grade

7 Qs

quiz-placeholder

Similar activities

Computer Science Foundations - Module 4 Review

Computer Science Foundations - Module 4 Review

9th - 11th Grade

9 Qs

Functions C++

Functions C++

9th - 12th Grade

10 Qs

Javascript Part 2 Quizizz

Javascript Part 2 Quizizz

10th Grade

10 Qs

Understanding Programming Concepts and Operators

Understanding Programming Concepts and Operators

9th - 12th Grade

8 Qs

Pemrograman Python untuk SMA/SMK

Pemrograman Python untuk SMA/SMK

10th Grade

10 Qs

Computer Science Principles

Computer Science Principles

9th - 12th Grade

12 Qs

Alice 2 - Chapter 4

Alice 2 - Chapter 4

7th - 12th Grade

10 Qs

Computer Applications

Computer Applications

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Megha Agarwal

Used 4+ times

FREE Resource

AI

Enhance your content

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

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