BGMC4513 202305 End Semester Quiz

BGMC4513 202305 End Semester Quiz

University

10 Qs

quiz-placeholder

Similar activities

Wereld stotterdag

Wereld stotterdag

8th Grade - Professional Development

15 Qs

Test je algemene kennis met 10 vragen uit de lerarenopleiding.

Test je algemene kennis met 10 vragen uit de lerarenopleiding.

University - Professional Development

10 Qs

Zo organiseer je een event (stap 4, 5 & 6) - 4e druk

Zo organiseer je een event (stap 4, 5 & 6) - 4e druk

University

6 Qs

7 Culture

7 Culture

University

10 Qs

202401 BGMC4513 End Semester Quiz

202401 BGMC4513 End Semester Quiz

University

10 Qs

Huid en haar

Huid en haar

University

15 Qs

Quản trị xuất nhập khẩu

Quản trị xuất nhập khẩu

University

10 Qs

Lasprocedes 1 Quiz

Lasprocedes 1 Quiz

3rd Grade - University

15 Qs

BGMC4513 202305 End Semester Quiz

BGMC4513 202305 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

45 sec • 10 pts

Which of following is NOT the sequence of phases used in the software life cycle in the waterfall model?

Setup/Installation


Testing/Verification

Design

Requirement
Analysis

Maintenance

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which of the following is NOT the fundamental data types in Python?

Text

Dictionary

Numeric

Text

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

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

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

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

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

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

4.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is CORRECT way to open files for writing data for a new file only in the Python programme.

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

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

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

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

5.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

What is CORRECT way to close the file after it is not use the Python programme?
Assuming that outfile and infile is the file pointer.

outfile.close()

infile.flush()

outfile.flush()

infile.close()

6.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Media Image

What type of button shown in the image?

Normal buttons

Check buttons

Radio buttons

Labels

7.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Media Image

What type of GUI is this?

Frame widget

Label

Info dialog box

Entry

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?