Computer Science Examination Paper A - Allowed Items

Computer Science Examination Paper A - Allowed Items

12th Grade

33 Qs

quiz-placeholder

Similar activities

Python MCQs: Data Structures

Python MCQs: Data Structures

12th Grade

30 Qs

Εισαγωγή στην Ανάπτυξη Αλγορίθμων

Εισαγωγή στην Ανάπτυξη Αλγορίθμων

12th Grade

33 Qs

Pandas MCQ Quiz

Pandas MCQ Quiz

12th Grade - University

30 Qs

Perkakas Analisis Data dan Web Scraping

Perkakas Analisis Data dan Web Scraping

10th Grade - University

30 Qs

Y9 Python Review

Y9 Python Review

9th Grade - University

30 Qs

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

7 класс

7 класс

7th Grade - University

38 Qs

Computer Science Examination Paper A - Allowed Items

Computer Science Examination Paper A - Allowed Items

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Chris Wu

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Select the item that is allowed to use in this exam.

Calculator

Mobile phone

Textbook

Smartwatch

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of `print(type(3.14))`?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

`func`

`def`

`function`

`define`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `range(1, 5)` function generate?

'[1, 2, 3, 4, 5]'

'[1, 2, 3, 4]'

'[0, 1, 2, 3, 4]'

'[0, 1, 2, 3, 4, 5]'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name?

my_var

_var

3var

VarName

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of '"Hello" + "World"'?

'Hello World'

'HelloWorld'

'Hello+World'

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to remove the last item from a list?

list.remove()

list.pop()

list.delete()

list.clear()

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?