202401 BGMC4513 End Semester Quiz

202401 BGMC4513 End Semester Quiz

University

10 Qs

quiz-placeholder

Similar activities

Google Slides Quiz

Google Slides Quiz

University

10 Qs

Sampling in Social Science Research Quiz

Sampling in Social Science Research Quiz

University

10 Qs

bài kiểm tra 15p

bài kiểm tra 15p

University

10 Qs

Soal Komputer Kelas IV

Soal Komputer Kelas IV

5th Grade - Professional Development

10 Qs

Designing and Using a Selected Response Assessment

Designing and Using a Selected Response Assessment

University

9 Qs

Classification of Variables

Classification of Variables

11th Grade - University

15 Qs

PRE - TEST MODULE 5B

PRE - TEST MODULE 5B

University

10 Qs

Module 3 Quiz Multiple Choice

Module 3 Quiz Multiple Choice

University

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