202305 BGMC4513 Quiz 1

202305 BGMC4513 Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

ROUND 1 MIND MAZE

ROUND 1 MIND MAZE

University

15 Qs

Final DSWTL

Final DSWTL

University

14 Qs

Python - Class

Python - Class

12th Grade - University

11 Qs

Testing with Online Banking

Testing with Online Banking

University

10 Qs

Python - Data Types

Python - Data Types

12th Grade - University

11 Qs

Pedagogical Implications

Pedagogical Implications

KG - Professional Development

11 Qs

202401 BGMC4513 Quiz 1

202401 BGMC4513 Quiz 1

University

10 Qs

202501 BGMC4543 Start Semester Quiz

202501 BGMC4543 Start Semester Quiz

University

10 Qs

202305 BGMC4513 Quiz 1

202305 BGMC4513 Quiz 1

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 • 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.

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?