ICT Round

ICT Round

9th Grade

8 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

GCSE SLR12 Classification of Languages

GCSE SLR12 Classification of Languages

7th - 12th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

RL Python Basics Quiz 1

RL Python Basics Quiz 1

9th - 12th Grade

10 Qs

Python Functions and Escape Sequences

Python Functions and Escape Sequences

9th - 12th Grade

12 Qs

Coding and Robotics

Coding and Robotics

8th - 12th Grade

12 Qs

while and Loop

while and Loop

6th - 12th Grade

10 Qs

ICT Round

ICT Round

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Pemba Dorji

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is an immutable data type in Python?

a. List

b. Set

c. Tuple

d. Dictionary

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is an algorithm?

a. A step-by-step procedure for solving a problem

b. A computer programming language

c. A type of software development process

d. A graphical representation of data

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the # symbol used for in coding?

A. To define a function

B. To make code run

C. To make the monkey dance

D. To write comments that don't interfere with the code

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the file extension for Python source code files?

A. .pyt

B. .pyth

C. .p

D. .py

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Who is the developer of Python?

a.     His Majesty the 5th Druk Gyelpo

b. Guido van Rossum

c. Dennis Ritchie

d. James Gosling

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Who developed CodeMonkey, and when was it initially launched?

a. Jon Richards; 2014

b. Jonathan Schor; 2014

c. Guido van Rossum; 1991

d. Brendan Eich; 1995

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which keyword is used to define a class in Python?

a. create

b. class

c. def

d. struct

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is not valid variable name in Python?

a. var

b. var_name

c. var11

d. 11var