11NGS_P3

11NGS_P3

11th Grade

12 Qs

quiz-placeholder

Similar activities

Hardware IV

Hardware IV

11th Grade

17 Qs

KLS8 IT

KLS8 IT

8th Grade - University

10 Qs

Python Basics Quiz

Python Basics Quiz

8th Grade - University

10 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Kuis XI

Kuis XI

11th Grade

14 Qs

ALGORITMA DAN PEMROGRAMAN KLS 11

ALGORITMA DAN PEMROGRAMAN KLS 11

11th Grade

15 Qs

Database Concepts and MS Access Assessment

Database Concepts and MS Access Assessment

8th Grade - University

15 Qs

Algoritma Dan Pemrograman

Algoritma Dan Pemrograman

11th Grade

10 Qs

11NGS_P3

11NGS_P3

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

Vong Phromden

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A ……………… is a block of code which only run when it is called.

Structure

Class

Object

Function

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

តើគេប្រើ Keyword “def” សម្រាប់ធ្វើអ្វី?

Defined function

Call function

Create class

Defined variable

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ជ្រើសយកចម្លើយដែលត្រឹមត្រូវនៃការ Call Function

def Person(): print("Hello from a function") my_function()

def Person(): print("Hello from a function") function()

def Person(): print("Hello from a function") Person()

def my_function(): print("Hello from a function") Person()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

ជ្រើសយកចម្លើយដែលត្រឹមត្រូវនៃការ Call Function with parameter

def my_function(food): for x in food: print(x) fruits = ["apple", "banana", "cherry"] my_function(food)

def function(food): for x in food: print(x) fruits = ["apple", "banana", "cherry"] my_function(food)

def my_function(food): for x in food: print(x) fruits = ["apple", "banana", "cherry"] my_function(food)

def my_function(food): for x in food: print(x) fruits = ["apple", "banana", "cherry"] my_function(fruits)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

គេប្រើ return statement សម្រាប់…….

Return a value of parameter

Return a value of function

Return a value of argument

Return a value of statement

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

គេប្រើ break statement សម្រាប់..........

បញ្ឈប់រង្វិលជុំមុនពេលវាបានរង្វិលជុំតាមធាតុទាំងអស់

បញ្ឈប់រង្វិលជុំរួចបន្ដរង្វិលជុំបន្ទាប់

បញ្ឈប់ដំណើរកូដទាំងអស់

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

គេប្រើ continue statement សម្រាប់..........

បញ្ឈប់រង្វិលជុំមុនពេលវាបានរង្វិលជុំតាមធាតុទាំងអស់

បញ្ឈប់រង្វិលជុំរួចបន្ដរង្វិលជុំបន្ទាប់

បញ្ឈប់ដំណើរកូដទាំងអស់

បញ្ឈប់ការធ្វើឡើងវិញបច្ចុប្បន្ននៃរង្វិលជុំ ហើយបន្តជាមួយទៅនឹងរង្វលជុំទៅធាតុបន្ទាប់

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?