Computer Science Examination Paper A - Allowed Items

Computer Science Examination Paper A - Allowed Items

12th Grade

33 Qs

quiz-placeholder

Similar activities

Network Operating Systems Quiz

Network Operating Systems Quiz

12th Grade - University

30 Qs

HTML and CSS Quiz

HTML and CSS Quiz

9th - 12th Grade

34 Qs

Quiz on Data Concepts

Quiz on Data Concepts

12th Grade

30 Qs

TEST BANK: HARDWARE AND DIGITAL SECURITY

TEST BANK: HARDWARE AND DIGITAL SECURITY

9th - 12th Grade

35 Qs

Python MCQs: Data Structures

Python MCQs: Data Structures

12th Grade

30 Qs

TIK 8 MID 2025

TIK 8 MID 2025

8th Grade - University

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