202505 BGMC4553 Start Semester Quiz

202505 BGMC4553 Start Semester Quiz

University

10 Qs

quiz-placeholder

Similar activities

Python Internship Quiz

Python Internship Quiz

12th Grade - University

15 Qs

ROUND 1 MIND MAZE

ROUND 1 MIND MAZE

University

15 Qs

Python - Data Types

Python - Data Types

12th Grade - University

11 Qs

Quiz Intelligo ID

Quiz Intelligo ID

University

12 Qs

202401 BGMC4513 Quiz 1

202401 BGMC4513 Quiz 1

University

10 Qs

Python 问答

Python 问答

University - Professional Development

10 Qs

202305 BGMC4513 Quiz 1

202305 BGMC4513 Quiz 1

University

10 Qs

Python Compound Data Types and their Method Set-1

Python Compound Data Types and their Method Set-1

11th Grade - University

10 Qs

202505 BGMC4553 Start Semester Quiz

202505 BGMC4553 Start Semester Quiz

Assessment

Quiz

Education

University

Hard

Created by

Jia Jan Ong

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

When user input the number 1713.1888, what is the default Python data type is used to store this number entered?

String

Integer

Boolean

Character

Float

2.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

Which of the followings are the CORRECT fundamental data types in Python?

Numeric

List

Tuples

Text

Dictionary

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is NOT one of the categories of the computational models?

Continuous Model

Conceptual Model

Deterministic Model

Stochastic model

Discrete Model

4.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

Which are the CORRECT syntaxes to import the Python "math" library?

from math import *

include <math.h>

import math

import pandas as pd

import numpy as np

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

How to determine the data type for variable x in Python?

tell_me_data_type(x)

numpy.type(x)

There is no such functions/methods.

type(x)

6.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

What which of the followings CORRECTLY describe the Deterministic Model?

The model exhibits a complete predictable behaviour.

The model has some uncertainty implemented with random variables.

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

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

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

Requirement
Analysis

Design

Uninstall

Implementation

Testing/Verification

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?