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

202305 BGMC4513 Quiz 1

Quiz
•
Education
•
University
•
Hard

Jia Jan Ong
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
Similar Resources on Quizizz
10 questions
Module 1-Flow Control_5th_Semseter

Quiz
•
University
8 questions
4 Python

Quiz
•
University
11 questions
Python - Class

Quiz
•
12th Grade - University
10 questions
Testing with Online Banking

Quiz
•
University
12 questions
GLOBALIZATION

Quiz
•
University
11 questions
Python Variable and Datatype Quiz

Quiz
•
University
11 questions
ICT Introduction

Quiz
•
University
10 questions
Basic Python

Quiz
•
10th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade