FIT9136 PASS Week 2 S2

FIT9136 PASS Week 2 S2

University

6 Qs

quiz-placeholder

Similar activities

Transforming Random Variables

Transforming Random Variables

11th Grade - University

7 Qs

Final Test Math Computations

Final Test Math Computations

University

10 Qs

SNT - Thème 1 - Algo 1+2

SNT - Thème 1 - Algo 1+2

University

11 Qs

Rangkaian Listrik

Rangkaian Listrik

University

10 Qs

Kuiz Dasar Python

Kuiz Dasar Python

University

10 Qs

Python for Beginners

Python for Beginners

1st Grade - Professional Development

10 Qs

Python Spotkanie #1

Python Spotkanie #1

University

7 Qs

Learn Python 3 - Lesson 10 Introduction to Classes

Learn Python 3 - Lesson 10 Introduction to Classes

11th Grade - Professional Development

7 Qs

FIT9136 PASS Week 2 S2

FIT9136 PASS Week 2 S2

Assessment

Quiz

Mathematics

University

Medium

Created by

Arnab Biswas

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is an algorithm?

Finite number

Doable steps

Provides solution

All the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the missing instruction?

Print

(print)

print

"print"

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

____ loops will never terminate.

Definite

Indefinite


Infinite

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How would you output new_var = 123 as a text string?

print(str(new_var))

print(new_var.str)

print(str[new_var])

print(new_var).str()

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which comment are incorrect in Python?

#comment1

"""comment2"""

//comment3

--comment4

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which IDE are we not using in the unit?

Pycharm

Jupyter Notebook

VS Code

Python