
202305 BGMC4513 Quiz 1
Authored by Jia Jan Ong
Education
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of following is NOT the sequence of phases used in the software life cycle in the waterfall model?
Requirement
Analysis
Design
Testing/Verification
Installation
Implementation
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT the fundamental data types in Python?
Numeric
Text
Boolean
Dictionary
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which is the CORRECT syntax to import the Python math library?
include <math.h>
import pandas as pd
import numpy as np
from math import *
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the CORRECT syntax to print to screen using Python 3.10 programming language?
cout << "Hello World";
var1 = "Hello";
var2 = "World";
print(var1 + " " + var2);
printf("Hello World");
Dim MyVav
MyVar = "Hello World"
Debug.Print MyVar
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following Python syntax is CORRECT?
a = input("Enter value a:");
b = a * 3;
a = input("Enter value of a:", a);
a = float(a) * 0.5;
a = float(input("Enter value of a: ");
a = a * 1.5;
printf("Enter value of a: ");
scanf("%f", &a)
a = a + 1.7;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is CORRECT variable name declared?
AND
YIELD
LAMBDA
HELLO88
NONLOCAL
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to determine the data type in Python?
tell_me_data_type(x);
numpy.type(x)
type(x)
There is no such functions/methods.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?