OWA Part 1

OWA Part 1

Professional Development

8 Qs

quiz-placeholder

Similar activities

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Basic Python Data Types

Basic Python Data Types

Professional Development

8 Qs

Python

Python

9th Grade - Professional Development

8 Qs

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Квиз Искусственный интеллект и образование

Квиз Искусственный интеллект и образование

Professional Development

10 Qs

Progamação

Progamação

10th Grade - Professional Development

10 Qs

Festa da Firma 2023

Festa da Firma 2023

Professional Development

10 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'