202305 BGMC4513 Quiz 1

202305 BGMC4513 Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

202505 BGMC4553 Start Semester Quiz

202505 BGMC4553 Start Semester Quiz

University

10 Qs

Python - Data Types

Python - Data Types

12th Grade - University

11 Qs

202301 BGMC4513 End Semester Quiz

202301 BGMC4513 End Semester Quiz

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

Quiz Intelligo ID

Quiz Intelligo ID

University

12 Qs

Sesion 1 Mater Programming Python

Sesion 1 Mater Programming Python

University

8 Qs

ROUND 1 MIND MAZE

ROUND 1 MIND MAZE

University

15 Qs

202401 BGMC4513 Quiz 1

202401 BGMC4513 Quiz 1

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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?