202405 BGMC4543 Quiz 2

202405 BGMC4543 Quiz 2

University

10 Qs

quiz-placeholder

Similar activities

Internal Lab Quiz-1 CSECS

Internal Lab Quiz-1 CSECS

University

10 Qs

Go Quiz

Go Quiz

University

15 Qs

Python

Python

University

10 Qs

Cells 03

Cells 03

University

10 Qs

SOFTWARE ENGINEERING QUIZ

SOFTWARE ENGINEERING QUIZ

University

15 Qs

Regularization Techniques Quiz

Regularization Techniques Quiz

University

15 Qs

W1_2024

W1_2024

University

10 Qs

Post Test Modul 3

Post Test Modul 3

University

10 Qs

202405 BGMC4543 Quiz 2

202405 BGMC4543 Quiz 2

Assessment

Quiz

Engineering

University

Hard

Created by

Jia Jan Ong

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

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.

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

Conceptual Model

Continuous Model

Discrete Model

Deterministic Model

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the equation of the number of links, Ln for the number of connected computers?

Ln​ = Ln

Ln​ = Ln​ + 1

Ln​ = Ln​ + (n − 1)

Ln​ = 100

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which following is the library needed to describe the info dialog box?

import tkinter

import time

import tkinter.messagebox

no library import necessary

import numpy

5.

MULTIPLE SELECT QUESTION

45 sec • 10 pts

Which of the following is NEEDED in the sketching the graph.

Title Label

X-Axis Label

Y-Axis Label

Creative Decorations

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following library is needed to plot graph in the Jupyter notebook using Python?

import numpy as np

import time as t

import pandas as pd

import matplotlib.pyplot as pp

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

When computing the coefficients for the curve fitting polynomial, which Numpy's function is used?

np.polyval(c, xc)

np.polyfit(x, y, deg)

np.linspace(xi, xf, M)

np.array(y)

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?