202401 BGMC4513 End Semester Quiz

202401 BGMC4513 End Semester Quiz

University

10 Qs

quiz-placeholder

Similar activities

MSD QUIZ-03

MSD QUIZ-03

University

15 Qs

Revision module 3

Revision module 3

University

10 Qs

Supporting Technology Integration for Leaders Review

Supporting Technology Integration for Leaders Review

University - Professional Development

11 Qs

EDU30005 Week 7 Quiz

EDU30005 Week 7 Quiz

University

10 Qs

Embedded Systems

Embedded Systems

University

10 Qs

Python - Class

Python - Class

12th Grade - University

11 Qs

Pengenalan EV3 - Kelab Robotik

Pengenalan EV3 - Kelab Robotik

1st Grade - University

10 Qs

Research Sampling

Research Sampling

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?