Long Quiz

Long Quiz

University

30 Qs

quiz-placeholder

Similar activities

CS 112  -Fundamentals of Programming (Midterm)

CS 112 -Fundamentals of Programming (Midterm)

University

30 Qs

BSCE_MIDTERM_EXAM

BSCE_MIDTERM_EXAM

University

25 Qs

String in C Programming

String in C Programming

University

26 Qs

Final Exam - BECC0302

Final Exam - BECC0302

University

35 Qs

Programming skill

Programming skill

University

26 Qs

Stack and Queue

Stack and Queue

University

25 Qs

Java Quiz

Java Quiz

University

25 Qs

3ICTH7H8DSA

3ICTH7H8DSA

University

25 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?