OWA Part 1

OWA Part 1

Professional Development

8 Qs

quiz-placeholder

Similar activities

Python_01

Python_01

Professional Development

10 Qs

Python

Python

KG - Professional Development

13 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Python Training Day-3 Quiz-3

Python Training Day-3 Quiz-3

Professional Development

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

python

python

Professional Development

10 Qs

Python Training Day-6 Quiz-6

Python Training Day-6 Quiz-6

Professional Development

10 Qs

Chadev AI Coding Assistant

Chadev AI Coding Assistant

Professional Development

11 Qs

OWA Part 1

OWA Part 1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Kingsley Lau Kong Wee

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

OWA stands for

Office Work Always (OWA)

Office Work Automotive (OWA)

One Work Automation (OWA)

Office Work Automation (OWA)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following print statement is incorrect:

print("Hello Python!")

print('Hi Python!')

print("'I like Python!')

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Please choose the correct answer:

a = "2"

b = "3"

print(a+b)

6

5

23

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

GPT in ChatGPT stands for:

Genaral Programming Technical (GPT)

Generative Pre-Trained Transformers(GPT)

General Purpose Transformers (GPT)

Generative Program Transformers (GPT)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Command Prompt (cmd)

Control Panel

Terminal

Command Prompt (cmd) or Terminal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

pip install <liabrary or module's name>

pop install <liabrary or module's name>

py installation <liabrary or module's name>

pip installation <liabrary or module's name>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

IDE stands for:

Intergrated Development Editor (IDE)

Intergrated Development Environment (IDE)

Intergrated Defined Environment (IDE)

International Development Editor (IDE)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

r'C:\MyFirstPython\Sample.xlsx'

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

'C:/MyFirstPython/Sample.xlsx'

r'C:\MyFirstPython/Sample.xlsx'