202401 BGMC4513 End Semester Quiz

202401 BGMC4513 End Semester Quiz

University

10 Qs

quiz-placeholder

Similar activities

Phyton Review Lesson 11-Flash Card Closing

Phyton Review Lesson 11-Flash Card Closing

12th Grade - Professional Development

5 Qs

python tkinter

python tkinter

University

9 Qs

Chapter 3_Linux Filesystem Management

Chapter 3_Linux Filesystem Management

University

10 Qs

Review

Review

University

13 Qs

Quiz 1- DEC20012

Quiz 1- DEC20012

University

10 Qs

Assessment Tools for Affective Learning

Assessment Tools for Affective Learning

University

10 Qs

Understanding ATS

Understanding ATS

University

10 Qs

Let's Play Excel Excel...!

Let's Play Excel Excel...!

University

15 Qs

202401 BGMC4513 End Semester Quiz

202401 BGMC4513 End Semester Quiz

Assessment

Quiz

Education

University

Hard

Created by

Jia Jan Ong

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following DOES NOT describe correctly about "tuple" data type in Python?

It is immutable.

Sequence similar to list but enclose items in parenthesis.

Individual elements of tuple can be reference by using an index value.

Data created in tuple can be modified.

2.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

What which of the following CORRECTLY describe the Deterministic Model?

The model has some uncertainty implemented with random variables.

Most of the real system modelled usually include properties that are random.

The model exhibits a complete predictable behaviour.

Car-wash system with cars arrive at exact specific instants and have same exact specified service periods.

Car-wash system with varying car arrivals and varying service demand.

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is NOT the data structure used in Python?

Tuple

List

Dictionaries

String

Struct

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is NOT the function of a Radio Button.

It has small square that is ticked when selected.

It can be selected or deselected.

It has a small circle that appears filled in when it is selected.

Only one Radio Button can be selected.

5.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

Which of the following CORRECTLY describe the function of a Check Button.

It can be selected or deselected.

It has a small circle that appears filled in when it is selected.

Can select any or all of the check buttons that are in a group.

Only one Check Button can be selected.

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which particular tkinter module is used when describing the Radio Buttons or Check Buttons?

class StringVar

class IntVar

class FloatVar

class BoolVar

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is CORRECT way to open files for reading data only in the Python programme.

infile = open("lengthpart.dat", "a")

outfile = open("lengthpart.dat", "w")

infile = open("mydata.dat", "r")

Click on Menu Bar "File->Open File" options.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?