12th Class ICS Computer Science Chapter 13 Online MCQ Test for (Functions in "C")

ICS Part 2 Computer Science Online
Chapter 13 Test

Start Chapter 13 Test

MCQ's Test For Chapter 0 "Computer Science Ics Part 2 Chapter 13 Online Test"

Try The MCQ's Test For Chapter 0 "Computer Science Ics Part 2 Chapter 13 Online Test"

  • Total Questions10

  • Time Allowed15

Computer Science Ics Part 2 Chapter 13 Online Test

00:00
Question # 1

The statement that activities a function is known as:

Question # 2

Multiple arguments to a function are separated by:

Question # 3

Local variables are also called:

Question # 4

Which of the following is true for return statement in a function?

Question # 5

A variable declared inside a function is known as:

Question # 6

Which of the following is incorrect?

Question # 7

A variable declaration outside any function is known as:

Question # 8

A type of function that is available as part of language is known as:

Question # 9

Global variable are created in:

Question # 10

Which of the following is true about a function call?

Prepare Complete Set Wise Chapter 0 "Computer Science Ics Part 2 Chapter 13 Online Test" MCQs Online With Answers


Topic Test

00:00
13th Chapter

ICS Part 2 Computer Science Chapter 13 Online Test MCQ's

Top Scorers Of Chapter 0 "Computer Science Ics Part 2 Chapter 13 Online Test" MCQ`s Test

  • L
    Laraib Fatima 22 - Nov - 2024 01 Min 06 Sec 10/10
  • M
    Memona Zaka 20 - Dec - 2024 01 Min 18 Sec 10/10
  • A
    ali bhatti 10 - Sep - 2024 01 Min 27 Sec 10/10
  • M
    Moeez Nasim 25 - Dec - 2024 01 Min 29 Sec 10/10
  • U
    Umama Rashid 17 - Jul - 2024 02 Min 18 Sec 10/10
  • A
    Areebakhan Areebakhan 12 - Aug - 2024 04 Min 46 Sec 10/10
  • B
    Bushra Khawaja 11 - Jul - 2024 00 Min 50 Sec 9/10
  • A
    Aima 29 - Apr - 2024 00 Min 51 Sec 9/10
  • M
    mueez farhan 18 - Sep - 2024 01 Min 26 Sec 9/10
  • A
    Aiman Malik 26 - Jun - 2024 01 Min 32 Sec 9/10
  • A
    Ayesha Javed 26 - Oct - 2024 01 Min 46 Sec 9/10
  • M
    Musical World 04 - Apr - 2024 01 Min 56 Sec 9/10
  • M
    Muhammad Abdullah 28 - Apr - 2024 02 Min 18 Sec 9/10
  • A
    areeba malix 02 - Jun - 2024 02 Min 22 Sec 9/10
  • N
    Nighat Imtiaz 27 - Apr - 2024 05 Min 14 Sec 9/10

ICS Part II Computer Science Chapter 0 Important MCQ's

Sr.# Question Answer
1 Function prototype for built-in-function are specified in:
A. Source file
B. Header file
C. Object file
D. Image files
2 A type of functions written by the programmer is known as:
A. User-defined
B. Subprograms
C. Subroutines
D. Built-in function
3 Which of the following is true for return statement in a function?
A. It can return one value only
B. It can return integer value
C. It cannot return any value
D. It cannot be used in a function
4 Which of the following is true about a function call?
A. Stops the execution of the program
B. Transfer control to the called function
C. Transfer control to the main function
D. Resumes the execution of the function
5 A type of function that is available as part of language is known as:
A. User-defined function
B. Library function
C. Sun-program
D. Both a and b
6 Which of the following is NOT a valid function declaration?
A. int ave3(int a, int b, int c)
B. int 3ave(int a, int b, int c)
C. int ave3(int, int, int)
D. int ave_3(int a1, int b2, int c3)
7 Another name for build-in function is:
A. User-defined function
B. Arithmetic function
C. Library function
D. Both a and b
8 The scope of a variable refers to its:
A. Lengh
B. Name
C. Accessibility
D. Data type
9 A build-in function:
A. Cannot be redefine
B. Can be redefined
C. Cannot return a value
D. Should be redefined
10 Function declaration consists of:
A. Function name
B. Function return type
C. Number and types of parameters
D. All of these

Test Questions

Is this page helpful?