STM20263 Topic 5 -  User Defined Function

STM20263 Topic 5 - User Defined Function

9th Grade

15 Qs

quiz-placeholder

Similar activities

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Arrays += Chan

Arrays += Chan

9th - 12th Grade

12 Qs

Язык программирования Python

Язык программирования Python

1st - 10th Grade

20 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

Sains Komputer Tingkatan 4 - 1.6.3 Membezakan antara

Sains Komputer Tingkatan 4 - 1.6.3 Membezakan antara

1st Grade - Professional Development

16 Qs

Variables

Variables

7th - 10th Grade

16 Qs

UAS Logika dan Algoritma Pemrograman

UAS Logika dan Algoritma Pemrograman

1st Grade - University

15 Qs

STM20263 Topic 5 -  User Defined Function

STM20263 Topic 5 - User Defined Function

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Nurliana Musa

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line number that shows function prototype

Pilih nombor baris bagi prototaip fungsi

3

4

5

8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line number that shows function call

Pilih nombor baris bagi panggilan fungsi

3

4

5

8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line number that shows function definition for the function paparMenu

Pilih nombor baris bagi definisi fungsi

3

4 to 7

5

8 to 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the return type of the following function

Apakah jenis pulangan bagi fungsi berikut

char

int

float

void

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

Type the function prototype for the C++ program

Tuliskan prototaip fungsi bagi program C++ ini

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Function is a block or group of statements that perform specific task.

Fungsi adalah satu block atau sekumpulan pernyataan yang melaksanakan tugas tertentu.

TRUE

BETUL

FALSE

SALAH

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the function prototype?

Antara berikut yang manakah prototaip fungsi?

int jumlah = 0;

int kiraJumlah(int, int);

kiraJumlah(5, 6);

int kiraJumlah(int a, int b){

return a+b;

}

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?