wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

OWA Part 1

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

OWA stands for

a)

Office Work Always (OWA)

b)

Office Work Automotive (OWA)

c)

One Work Automation (OWA)

d)

Office Work Automation (OWA)

2.

Which of the following print statement is incorrect:

a)

print("Hello Python!")

b)

print('Hi Python!')

c)

print("'I like Python!')

d)

print("""Hello World!""")

3.

Please choose the correct answer:

a = "2"

b = "3"

print(a+b)

a)

6

b)

5

c)

23

d)

Error

4.

GPT in ChatGPT stands for:

a)

Genaral Programming Technical (GPT)

b)

Generative Pre-Trained Transformers(GPT)

c)

General Purpose Transformers (GPT)

d)

Generative Program Transformers (GPT)

5.

If I want to install Python liabrary or Module, where should I go to install:

a)

Command Prompt (cmd)

b)

Control Panel

c)

Terminal

d)

Command Prompt (cmd) or Terminal

6.

What is the command to install Python's liabrary or Module?

a)

pip install <liabrary or module's name>

b)

pop install <liabrary or module's name>

c)

py installation <liabrary or module's name>

d)

pip installation <liabrary or module's name>

7.

IDE stands for:

a)

Intergrated Development Editor (IDE)

b)

Intergrated Development Environment (IDE)

c)

Intergrated Defined Environment (IDE)

d)

International Development Editor (IDE)

8.

File path is important when write coding, which of the following is incorrect file path:

a)

r'C:\MyFirstPython\Sample.xlsx'

b)

'C:\\MyFirstPython\\Sample.xlsx'

c)

'C:/MyFirstPython/Sample.xlsx'

d)

r'C:\MyFirstPython/Sample.xlsx'