ICT Performance Task 1

ICT Performance Task 1

8th Grade

22 Qs

quiz-placeholder

Similar activities

Python basic commands

Python basic commands

8th Grade

20 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Intro to Python Programming - Year 8

Intro to Python Programming - Year 8

8th Grade - University

20 Qs

Printing in Python

Printing in Python

7th - 9th Grade

22 Qs

Class 8A Unit 9.1 Python Basic

Class 8A Unit 9.1 Python Basic

6th - 8th Grade

20 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Python Quiz 2.1

Python Quiz 2.1

6th - 8th Grade

22 Qs

Python - Year 9 - Homework 1

Python - Year 9 - Homework 1

7th - 9th Grade

25 Qs

ICT Performance Task 1

ICT Performance Task 1

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Toqa Ahmed

Used 60+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print("Hello World")

"Hello World"

None of the above

Hello World!

Hello World

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

first_variable

1st_variable

first variable

first-variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for multiplication in Python?

x

.

%

*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the input() function do in Python?

Defines a variable

Displays output to the console

None of the above

Takes input from the user

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet? a = 5 b = 2 print(a // b)

2

10

3

2.5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable in Python is a --------------------- for holding values.

storage

blank

white

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The operator -------------------is used to perform addition in Python.

+

-

\

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?