Long Quiz

Long Quiz

University

30 Qs

quiz-placeholder

Similar activities

Final Review - CS125 Part 2

Final Review - CS125 Part 2

University

27 Qs

C/C++ Programming Quiz

C/C++ Programming Quiz

University

25 Qs

CC102 - Seatwork 10 - Array Basics

CC102 - Seatwork 10 - Array Basics

University

25 Qs

Aptitude Competition(SY)

Aptitude Competition(SY)

University

25 Qs

DFC20113 Programming Fundamentals Set B

DFC20113 Programming Fundamentals Set B

University

30 Qs

2nd Class Test FEB 2021

2nd Class Test FEB 2021

University

25 Qs

DSA - Q1

DSA - Q1

University

25 Qs

OOPS REVISION

OOPS REVISION

University

28 Qs

Long Quiz

Long Quiz

Assessment

Quiz

Computers

University

Medium

Created by

ZPPSU VLs

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of a function in programming?

To create loops

To make programs slower

To reuse and organize code

To remove variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of function is provided by the C++ library?

User-defined

Built-in

Custom

Manual

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct term for data sent to a function?

Parameters

Arguments

Pointers

Conditions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the return type in a function indicate?

Number of arguments

Code inside the function

Type of value the function returns

How many times the function runs

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What part of the function contains the actual code to execute?

Declaration

Parameter list

Body

Return type

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a user-defined function?

main()

sqrt()

displayMessage()

cout

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct order of a function definition?

functionName, returnType, parameters

returnType, parameters, functionName

returnType, functionName, parameters

parameters, returnType, functionName

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?