ICT SA-1

ICT SA-1

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

15 Qs

Amethyst Concept of Programming Quiz

Amethyst Concept of Programming Quiz

8th Grade

13 Qs

Python Section 1 Quiz!

Python Section 1 Quiz!

3rd - 11th Grade

12 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

PYTHON FOR GRADE 8B

PYTHON FOR GRADE 8B

8th Grade

10 Qs

Brief History of Programming Language

Brief History of Programming Language

8th Grade

11 Qs

Computer

Computer

7th - 10th Grade

15 Qs

Cloud computing

Cloud computing

8th Grade

15 Qs

ICT SA-1

ICT SA-1

Assessment

Quiz

Computers

8th Grade

Hard

Created by

sree geeta

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed the Python language?

Zim Den

Guido van Rossum

Niene Stom

Wick van Rossum

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: print("welcome\nto\nPython\nProgramming")

welcometoPythonprogramming

welcome to Python programming

welcome\nto\nPython\nProgramming

welcome to Python Programming

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is the correct extension of the Python file?

.py

.python

.p

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used in Python to make a single line comment?

/

//

#

!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

range(1, 5) gives:

1, 2, 3, 4, 5

0, 1, 2, 3, 4, 5

1, 2, 3, 4

0, 1, 2, 3,4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

range(10, 51, 10) gives:

10, 51, 10

10, 20, 30, 40, 50

10, 51

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x= 3 y= 5 z = x * y The value of z is :

8

2

15

-2

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?